Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Apple Intel Users
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Apple Intel Users
Discussions for users who are using Apple Intel based systems with Ubuntu.

 
Thread Tools Display Modes
Old June 28th, 2007   #1
cyberdork33
OK, I Ubuntu. Do you Ubuntu?
 
cyberdork33's Avatar
 
Join Date: Aug 2005
Location: Huntsville, AL, USA
Beans: 7,453
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to cyberdork33 Send a message via MSN to cyberdork33 Send a message via Yahoo to cyberdork33
Talking HowTo: 'Cheese' (App like PhotoBooth)

NOTE: Cheese will be included with gnome 2.22 and will follow the gnome release schedule. The current release (2.21.5) requires gstreamer 0.10.15 and the version of gsteamer in the repos is 0.10.14, thus the latest release will not compile unless you first get a newer version of gstreamer. You can check your version of gstreamer with
Code:
pkg-config --modversion gstreamer-0.10
Cheese is available in the Universe repository for Gutsy Gibbon.
http://packages.ubuntu.com/gutsy/gnome/cheese

Alternative Ubuntu deb Packages are available at:
http://www.getdeb.net/app.php?name=Cheese



This involves compiling, but don't leave. It's easy!

First get your iSight working
Before running the application, make sure you have your iSight working as instructed at http://ubuntuforums.org/showthread.php?t=491381

Get the latest source release
Go here and get the latest package:
http://www.gnome.org/projects/cheese/

Open a terminal and navigate to the location where you downloaded the archive.
Now extract the source code:
Code:
$ tar -xzvf cheese*.tar.gz
Code:
$ cd cheese*
Now the compiling
Requirements according to website (http://www.gnome.org/projects/cheese/):
  • glib-2.0 >= 2.12.1
  • gobject-2.0
  • gtk+-2.0 >= 2.10.0
  • libglade-2.0 >= 2.0.0
  • gdk-2.0
  • dbus-1
  • hal
  • cairo
  • gstreamer-0.10 >= 0.10.15
  • gstreamer-plugins-base-0.10 >= 0.10.15
  • gstreamer-plugins-good-0.10 >= 0.10.15
  • gnome-vfs-2.0
  • libgnomeui-2.0
  • xf86vidmodeproto
  • libebook-1.2 (evolution-data-server)
  • postr for Flickr export (optional)
  • f-spot for F-Spot export (optional)
  • a webcam (a v4l2-webcam is highly recommended)
  • a brain
Here are all the packages I installed, some may not be required, and more may be required to use all features. I am using Ubuntu 7.04 Feisty Fawn.
Code:
$ sudo aptitude install build-essential libglib2.0-dev python-gobject-dev libgtk2.0-dev libglade2-dev libdbus-1-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev gstreamer0.10-plugins-good libpango1.0-dev libgnomevfs2-dev libcairo2-dev libgnomeui-dev libebook1.2-dev libxxf86vm-dev
First we need to configure the build environment:
Code:
$ ./configure
Now we can build the binary:
Code:
$ make
Finally, install:
Code:
$ sudo make install
Running the app
Cheese should appear in Applications > Accessories > cheese

Corrections / Change Suggestions are welcome.
__________________
20" iMac C2D (iMac5,1)
How-Tos: Multi-Boot Mactel | EFI-MBR Madness
Before You Post... | Mactel-Support Team | Intel Mac FAQ

Last edited by cyberdork33; January 16th, 2008 at 05:23 PM.. Reason: Changes and notes made for latest available version (0.3)
cyberdork33 is offline   Reply With Quote
Old June 28th, 2007   #2
ronocdh
Dark Roasted Ubuntu
 
ronocdh's Avatar
 
Join Date: May 2006
Location: Philadelphia
Beans: 1,102
Kubuntu Karmic Koala (testing)
Re: HowTo: 'Cheese' (App like PhotoBooth)

Now this is a freaking how-to! STICKY!
ronocdh is offline   Reply With Quote
Old June 29th, 2007   #3
xfile087
A Carafe of Ubuntu
 
Join Date: Jun 2006
Location: England
Beans: 127
Re: HowTo: 'Cheese' (App like PhotoBooth)

Incredible. I found out about this app the earlier in the week but couldn't install it nor could I find out how-to anywhere - i'm a bit of n00b really - so anyway I gave up.

Now I see your thread and WOW I got it working! Well done on making this how-to!!!
xfile087 is offline   Reply With Quote
Old June 29th, 2007   #4
André Schnabel
First Cup of Ubuntu
 
André Schnabel's Avatar
 
Join Date: Jun 2007
Beans: 3
Ubuntu 7.04 Feisty Fawn
Re: HowTo: 'Cheese' (App like PhotoBooth)

Awesome app with nice effects. Some interface improvements like dragging photos would be nice, but except for that it's great. Oh and I like the fact, that it's written using GTK+, so it perfectly integrates in my Gnome environment.
André Schnabel is offline   Reply With Quote
Old June 29th, 2007   #5
cyberdork33
OK, I Ubuntu. Do you Ubuntu?
 
cyberdork33's Avatar
 
Join Date: Aug 2005
Location: Huntsville, AL, USA
Beans: 7,453
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to cyberdork33 Send a message via MSN to cyberdork33 Send a message via Yahoo to cyberdork33
Re: HowTo: 'Cheese' (App like PhotoBooth)

This app is still very early in development. (It was started April 2007). If you have feature suggestions or want to contribute (he needs translations I am sure) then you can go to the Cheese website: http://live.gnome.org/Cheese

He has contact information there, as well as planned additions (video support!)
__________________
20" iMac C2D (iMac5,1)
How-Tos: Multi-Boot Mactel | EFI-MBR Madness
Before You Post... | Mactel-Support Team | Intel Mac FAQ
cyberdork33 is offline   Reply With Quote
Old June 29th, 2007   #6
ivesjd
Ubuntu Extra Shot
 
ivesjd's Avatar
 
Join Date: Apr 2007
Beans: 360
Ubuntu 7.10 Gutsy Gibbon
Re: HowTo: 'Cheese' (App like PhotoBooth)

haha, with a fresh Ubuntu Install it works! yay!
__________________
***Please check the spelling of your thread titles, correct spelling helps everyone***
Macbook C2D 2.4Ghz, 2Gb RAM, 160Gb HDD, OS X
Acer Aspire One 1.6Ghz Atom, 1.5Gb RAM, 8Gb SSD Ubuntu 8.04
Ubuntu user #14758
ivesjd is offline   Reply With Quote
Old July 1st, 2007   #7
JordiMac
First Cup of Ubuntu
 
JordiMac's Avatar
 
Join Date: Dec 2006
Location: Barcelona
Beans: 8
Ubuntu 7.10 Gutsy Gibbon
Re: HowTo: 'Cheese' (App like PhotoBooth)

http://live.gnome.org/Cheese



Quote:
WARNING: in version 0.1.2, Cheese isn't shown in your task list (<alt>-<tab> and the taskbar). To fix that behavior, simply set the line <property name="skip_taskbar_hint">True</property> to <property name="skip_taskbar_hint">False</property> in data/cheese.glade (line 11). This is already fixed in the repository
WARNING: Cheese doesn't support V4L at the moment. The reason for this is unknown, if anybody has a hint for me (as i don't own a V4L-Device), drop a line!
http://live.gnome.org/Cheese/Releases

Requirements

Requirements:

glib-2.0 >= 2.12.0

gobject-2.0
gtk+-2.0 >= 2.10.0

libglade-2.0 >= 2.0.0

gdk-2.0
dbus-1
gstreamer-0.10 >= 0.10.12

gstreamer-plugins-base-0.10 >= 0.10.12

gstreamer-plugins-good-0.10 >= 0.10.12

gnome-vfs-2.0
cairo
a webcam
a brain

I cannot install it, single as root works and in terminal
JordiMac is offline   Reply With Quote
Old July 1st, 2007   #8
cyberdork33
OK, I Ubuntu. Do you Ubuntu?
 
cyberdork33's Avatar
 
Join Date: Aug 2005
Location: Huntsville, AL, USA
Beans: 7,453
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to cyberdork33 Send a message via MSN to cyberdork33 Send a message via Yahoo to cyberdork33
Re: HowTo: 'Cheese' (App like PhotoBooth)

Thanks for the update notification! The Icon looks nice.
__________________
20" iMac C2D (iMac5,1)
How-Tos: Multi-Boot Mactel | EFI-MBR Madness
Before You Post... | Mactel-Support Team | Intel Mac FAQ
cyberdork33 is offline   Reply With Quote
Old July 1st, 2007   #9
ivesjd
Ubuntu Extra Shot
 
ivesjd's Avatar
 
Join Date: Apr 2007
Beans: 360
Ubuntu 7.10 Gutsy Gibbon
Re: HowTo: 'Cheese' (App like PhotoBooth)

Just downloaded the latest release (July 1st, 2007)

* ./configure
* make
* sudo make install

and thats it. Well other then setting gstreamer-properties to the iSight.
__________________
***Please check the spelling of your thread titles, correct spelling helps everyone***
Macbook C2D 2.4Ghz, 2Gb RAM, 160Gb HDD, OS X
Acer Aspire One 1.6Ghz Atom, 1.5Gb RAM, 8Gb SSD Ubuntu 8.04
Ubuntu user #14758
ivesjd is offline   Reply With Quote
Old July 1st, 2007   #10
cyberdork33
OK, I Ubuntu. Do you Ubuntu?
 
cyberdork33's Avatar
 
Join Date: Aug 2005
Location: Huntsville, AL, USA
Beans: 7,453
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to cyberdork33 Send a message via MSN to cyberdork33 Send a message via Yahoo to cyberdork33
Re: HowTo: 'Cheese' (App like PhotoBooth)

Quote:
Originally Posted by ivesjd View Post
Just downloaded the latest release (July 1st, 2007)

* ./configure
* make
* sudo make install

and thats it. Well other then setting gstreamer-properties to the iSight.
YAY... ok modifying OP

EDIT: Is anyone else getting a really slow response with the video? Like the window's video lags? It looks fine in ekiga and the gstreamer test...
__________________
20" iMac C2D (iMac5,1)
How-Tos: Multi-Boot Mactel | EFI-MBR Madness
Before You Post... | Mactel-Support Team | Intel Mac FAQ

Last edited by cyberdork33; July 1st, 2007 at 11:47 PM..
cyberdork33 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:42 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry