Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 163355 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-video/vlc/vlc-0.8.6_p18636.ebuild (-4 / +14 lines)
Lines 38-44 Link Here
38
oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc stream
38
oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc stream
39
mp3 xv bidi sdl png xml samba daap corba mod speex shout rtsp
39
mp3 xv bidi sdl png xml samba daap corba mod speex shout rtsp
40
win32codecs skins hal avahi xinerama cddb directfb upnp nsplugin seamonkey
40
win32codecs skins hal avahi xinerama cddb directfb upnp nsplugin seamonkey
41
optimisememory libnotify"
41
optimisememory libnotify pvr"
42
42
43
RDEPEND="
43
RDEPEND="
44
		>=media-video/ffmpeg-0.4.9_p20050226-r1
44
		>=media-video/ffmpeg-0.4.9_p20050226-r1
Lines 162-167 Link Here
162
		myconf="${myconf} --disable-directfb"
162
		myconf="${myconf} --disable-directfb"
163
	fi
163
	fi
164
164
165
	# dvb and pvr use the same option
166
	if use dvb || use pvr; then
167
		if use dvb;then
168
			myconf="${myconf} --enable-dvb --enable-pvr"
169
		elif use pvr; then
170
			myconf="${myconf} --enable-pvr"
171
		else
172
			myconf="${myconf} --disable-dvb --disable-pvr"
173
		fi
174
	fi
175
165
	if use nsplugin; then
176
	if use nsplugin; then
166
		if use seamonkey; then
177
		if use seamonkey; then
167
			XPIDL=/usr/lib/seamonkey
178
			XPIDL=/usr/lib/seamonkey
Lines 173-181 Link Here
173
	fi
184
	fi
174
185
175
	if use live && ! has_version '>=media-plugins/live-2006.12.08'; then
186
	if use live && ! has_version '>=media-plugins/live-2006.12.08'; then
176
		myconf="--enable-live555 --with-live555-tree=/usr/$(get_libdir)/live"
187
		myconf="${myconf} --enable-live555 --with-live555-tree=/usr/$(get_libdir)/live"
177
	else
188
	else
178
		myconf="$(use_enable live live555)"
189
		myconf="${myconf} $(use_enable live live555)"
179
	fi
190
	fi
180
191
181
	econf \
192
	econf \
Lines 187-193 Link Here
187
		$(use_enable cdda) $(use_enable cdda cddax)\
198
		$(use_enable cdda) $(use_enable cdda cddax)\
188
		$(use_enable cddb libcddb) \
199
		$(use_enable cddb libcddb) \
189
		$(use_enable vcd) $(use_enable vcd vcdx) \
200
		$(use_enable vcd) $(use_enable vcd vcdx) \
190
		$(use_enable dvb) $(use_enable dvb pvr) \
191
		$(use_enable ogg) \
201
		$(use_enable ogg) \
192
		$(use_enable matroska mkv) \
202
		$(use_enable matroska mkv) \
193
		$(use_enable flac) \
203
		$(use_enable flac) \

Return to bug 163355