Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102005 - xine-lib ebuilds are missing $(use_enable gnome)
Summary: xine-lib ebuilds are missing $(use_enable gnome)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-10 09:51 UTC by Petteri Räty (RETIRED)
Modified: 2005-08-13 10:01 UTC (History)
0 users

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 Petteri Räty (RETIRED) gentoo-dev 2005-08-10 09:51:04 UTC
betelgeuse@pena /usr/portage/media-libs/xine-lib $ grep gnome *
xine-lib-1.0.1-r3.ebuild:gnome sdl speex theora ipv6 altivec opengl aac fbcon
ffmpeg xv xvmc nvidia i8x0
xine-lib-1.0.1-r3.ebuild:       gnome? ( >=gnome-base/gnome-vfs-2.0 )
xine-lib-1.0.2.ebuild:gnome sdl speex theora ipv6 altivec opengl aac fbcon
ffmpeg xv xvmc nvidia i8x0
xine-lib-1.0.2.ebuild:  gnome? ( >=gnome-base/gnome-vfs-2.0 )
xine-lib-1.0-r2.ebuild:IUSE="aalib libcaca arts cle266 esd win32codecs nls dvd X
directfb vorbis alsa gnome sdl speex theora ipv6 altivec opengl aac fbcon ffmpeg
xv xvmc nvidia i8x0 samba dxr3 vidix png mng flac oss v4l xinerama"
xine-lib-1.0-r2.ebuild: gnome? ( >=gnome-base/gnome-vfs-2.0 )
xine-lib-1.1.0.ebuild:gnome sdl speex theora ipv6 altivec opengl aac fbcon xv
xvmc nvidia i8x0
xine-lib-1.1.0.ebuild:  gnome? ( >=gnome-base/gnome-vfs-2.0 )
xine-lib-1_rc6-r2.ebuild:IUSE="arts esd avi nls dvd aalib X directfb oggvorbis
alsa gnome sdl speex theora ipv6 altivec"
xine-lib-1_rc6-r2.ebuild:       gnome? ( >=gnome-base/gnome-vfs-2.0
xine-lib-1_rc8-r1.ebuild:IUSE="arts esd avi nls dvd aalib X directfb oggvorbis
alsa gnome sdl speex theora ipv6 altivec pic"
xine-lib-1_rc8-r1.ebuild:       gnome? ( >=gnome-base/gnome-vfs-2.0

This means that it is up to the configure script to decide if we build gnome
support. This of course is not what we want so $(use_enable gnome) should be
added to econf options in all the ebuilds.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-08-13 10:01:52 UTC
Fixed, thanks.