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

(-)xbmc-9999.ebuild (-11 / +2 lines)
Lines 91-97 Link Here
91
	media-libs/tiff
91
	media-libs/tiff
92
	pulseaudio? ( media-sound/pulseaudio )
92
	pulseaudio? ( media-sound/pulseaudio )
93
	media-sound/wavpack
93
	media-sound/wavpack
94
	|| ( >=media-video/ffmpeg-1.2.1:0=[encode] ( media-libs/libpostproc >=media-video/libav-10_alpha:=[encode] ) )
95
	rtmp? ( media-video/rtmpdump )
94
	rtmp? ( media-video/rtmpdump )
96
	avahi? ( net-dns/avahi )
95
	avahi? ( net-dns/avahi )
97
	nfs? ( net-fs/libnfs )
96
	nfs? ( net-fs/libnfs )
Lines 113-120 Link Here
113
	gles? ( virtual/opengl )
112
	gles? ( virtual/opengl )
114
	vaapi? ( x11-libs/libva[opengl] )
113
	vaapi? ( x11-libs/libva[opengl] )
115
	vdpau? (
114
	vdpau? (
116
		|| ( x11-libs/libvdpau >=x11-drivers/nvidia-drivers-180.51 )
115
		x11-libs/libvdpau
117
		|| ( >=media-video/ffmpeg-1.2.1:0=[vdpau] >=media-video/libav-10_alpha:=[vdpau] )
116
		>=x11-drivers/nvidia-drivers-180.51
118
	)
117
	)
119
	X? (
118
	X? (
120
		x11-apps/xdpyinfo
119
		x11-apps/xdpyinfo
Lines 141-153 Link Here
141
140
142
pkg_setup() {
141
pkg_setup() {
143
	python-single-r1_pkg_setup
142
	python-single-r1_pkg_setup
144
145
	if has_version 'media-video/libav' ; then
146
		ewarn "Building ${PN} against media-video/libav is not supported upstream."
147
		ewarn "It requires building a (small) wrapper library with some code"
148
		ewarn "from media-video/ffmpeg."
149
		ewarn "If you experience issues, please try with media-video/ffmpeg."
150
	fi
151
}
143
}
152
144
153
src_unpack() {
145
src_unpack() {
Lines 216-222 Link Here
216
		--disable-ccache \
208
		--disable-ccache \
217
		--disable-optimizations \
209
		--disable-optimizations \
218
		--enable-external-libraries \
210
		--enable-external-libraries \
219
		$(has_version 'media-video/libav' && echo "--enable-libav-compat") \
220
		--enable-gl \
211
		--enable-gl \
221
		$(use_enable airplay) \
212
		$(use_enable airplay) \
222
		$(use_enable avahi) \
213
		$(use_enable avahi) \

Return to bug 500172