Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 230907
Collapse All | Expand All

(-)totem-2.22.2-r1.ebuild.orig (-10 / +16 lines)
Lines 11-17 Link Here
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
12
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
13
13
14
IUSE="bluetooth debug galago gnome lirc nautilus nsplugin nvtv python seamonkey tracker xulrunner"
14
IUSE="bluetooth debug galago gnome lirc nautilus nsplugin nvtv python seamonkey tracker xine xulrunner"
15
15
16
# TODO:
16
# TODO:
17
# easy-publish-and-consume is not in tree (epc)
17
# easy-publish-and-consume is not in tree (epc)
Lines 27-41 Link Here
27
		   app-text/iso-codes
27
		   app-text/iso-codes
28
		   dev-libs/libxml2
28
		   dev-libs/libxml2
29
		 >=dev-libs/dbus-glib-0.71
29
		 >=dev-libs/dbus-glib-0.71
30
		 >=media-libs/gstreamer-0.10.16
31
		 >=media-libs/gst-plugins-good-0.10
32
		 >=media-libs/gst-plugins-base-0.10.12
33
		 >=media-plugins/gst-plugins-pango-0.10
34
		 >=media-plugins/gst-plugins-gconf-0.10
35
		 >=media-plugins/gst-plugins-gnomevfs-0.10
36
30
37
		 >=media-plugins/gst-plugins-x-0.10
31
		 !xine? (
38
		 >=media-plugins/gst-plugins-meta-0.10-r2
32
			>=media-libs/gstreamer-0.10.16
33
			>=media-libs/gst-plugins-good-0.10
34
			>=media-libs/gst-plugins-base-0.10.12
35
			>=media-plugins/gst-plugins-pango-0.10
36
			>=media-plugins/gst-plugins-gconf-0.10
37
			>=media-plugins/gst-plugins-gnomevfs-0.10
38
39
			>=media-plugins/gst-plugins-x-0.10
40
			>=media-plugins/gst-plugins-meta-0.10-r2
41
			)
42
		
43
		 xine? ( media-libs/xine-lib )
39
44
40
		 x11-libs/libX11
45
		 x11-libs/libX11
41
		 x11-libs/libXtst
46
		 x11-libs/libXtst
Lines 116-122 Link Here
116
			$(use_enable debug)
121
			$(use_enable debug)
117
			$(use_enable nautilus)
122
			$(use_enable nautilus)
118
			$(use_enable nvtv)
123
			$(use_enable nvtv)
119
			$(use_enable python)"
124
			$(use_enable python)
125
			$(use_enable xine)"
120
}
126
}
121
127
122
src_unpack() {
128
src_unpack() {

Return to bug 230907