Bug 169696

Summary: Missing dependencies: multimedia/cheese
Product: Ports & Packages Reporter: Jason W. Bacon <jwb>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jason W. Bacon freebsd_committer freebsd_triage 2012-07-07 15:10:06 UTC
Cheese fails to run out-of-the-box when installed outside of Gnome, due to missing gstreamer plugins.

Fix: 

Adding the following depends corrects the problem under XFCE4:

    audio/gstreamer-plugins-ogg
    audio/gstreamer-plugins-vorbis
    devel/gstreamer-plugins-gconf
    multimedia/gstreamer-plugins-theora
How-To-Repeat: Install multimedia/cheese from ports or packages on a system without gnome.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-07 15:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-13 11:29:33 UTC
kwm         2012-07-13 10:29:17 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/cheese    Makefile 
  Log:
  Add some gstreamer plugins, so this port works standalone.
  
  PR:             ports/169696
  Reported by:    Jason Bacon <jwbacon@tds.net>
  
  Revision  Changes    Path
  1.25      +2 -2      ports/multimedia/cheese/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2012-07-13 11:33:30 UTC
State Changed
From-To: open->closed

Committed thanks!