Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96048 - totem needs conditional dep for xvideo
Summary: totem needs conditional dep for xvideo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-14 03:01 UTC by Mats Persson
Modified: 2006-07-17 14:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mats Persson 2005-06-14 03:01:46 UTC
This is a suggestion that totem should have a conditional dependency on
gst-plugins-xvideo like this:

xv? ( >=media-plugins/gst-plugins-xvideo-0.8.8 )

since gst-plugins-xvideo won't compile because a previous USE="-xv" hasn't
installed X11/extensions/Xv.h and other header files. The reason this error pops
up now is that totem is now included in gnome-2.10 ebuild.

Reproducible: Always
Steps to Reproduce:
Not tested but this will probably generate the error
1. USE="-xv" emerge x11
2. USE="-xv" emerge gnome
3.

Actual Results:  
Compile errors:

In file included from xvimagesink.c:30:
xvimagesink.h:38:31: X11/extensions/Xv.h: No such file or directory
xvimagesink.h:39:34: X11/extensions/Xvlib.h: No such file or directory
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2005-06-15 12:14:22 UTC
Fixed in CVS for totem-1.0.2-r1 and for the newly added totem-1.0.3. 
Re-assigning to gstreamer because gst-plugins-xvideo should refuse to install
with -xv, rather than failing to compile.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2006-07-17 10:32:15 UTC
One year old bug. Status update ?
Comment 3 foser (RETIRED) gentoo-dev 2006-07-17 14:03:11 UTC
obviously fixed already