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

Collapse All | Expand All

(-)/usr/portage/media-tv/xbmc/xbmc-9.11-r5.ebuild (-2 / +7 lines)
Lines 26-32 Link Here
26
26
27
LICENSE="GPL-2"
27
LICENSE="GPL-2"
28
SLOT="0"
28
SLOT="0"
29
IUSE="aac alsa altivec avahi css debug joystick midi profile pulseaudio sse sse2 vdpau xrandr"
29
IUSE="aac alsa altivec avahi css debug joystick midi mythtv profile pulseaudio sse sse2 vdpau xrandr"
30
30
31
RDEPEND="virtual/opengl
31
RDEPEND="virtual/opengl
32
	app-arch/bzip2
32
	app-arch/bzip2
Lines 76-82 Link Here
76
	sys-apps/dbus
76
	sys-apps/dbus
77
	sys-apps/hal
77
	sys-apps/hal
78
	sys-libs/zlib
78
	sys-libs/zlib
79
	virtual/mysql
79
	mythtv? (
80
		virtual/mysql
81
		media-tv/mythtv
82
	)
80
	x11-apps/xdpyinfo
83
	x11-apps/xdpyinfo
81
	x11-apps/mesa-progs
84
	x11-apps/mesa-progs
82
	vdpau? (
85
	vdpau? (
Lines 117-122 Link Here
117
	epatch "${FILESDIR}"/${P}-use-cdio-system-headers-on-non-win32.patch #303030, upstream: #8026
120
	epatch "${FILESDIR}"/${P}-use-cdio-system-headers-on-non-win32.patch #303030, upstream: #8026
118
	epatch "${FILESDIR}"/${P}-external-python.patch #304521
121
	epatch "${FILESDIR}"/${P}-external-python.patch #304521
119
	epatch "${FILESDIR}"/${P}-libdca.patch #330201
122
	epatch "${FILESDIR}"/${P}-libdca.patch #330201
123
	epatch "${FILESDIR}"/${P}-nomythtv.patch
120
	# http://xbmc.org/trac/ticket/8218
124
	# http://xbmc.org/trac/ticket/8218
121
	sed -i \
125
	sed -i \
122
		-e 's: ftell64: dll_ftell64:' \
126
		-e 's: ftell64: dll_ftell64:' \
Lines 188-193 Link Here
188
		$(use_enable aac faac) \
192
		$(use_enable aac faac) \
189
		$(use_enable joystick) \
193
		$(use_enable joystick) \
190
		$(use_enable midi mid) \
194
		$(use_enable midi mid) \
195
		$(use_enable mythtv) \
191
		$(use_enable profile profiling) \
196
		$(use_enable profile profiling) \
192
		$(use_enable pulseaudio pulse) \
197
		$(use_enable pulseaudio pulse) \
193
		$(use_enable vdpau) \
198
		$(use_enable vdpau) \

Return to bug 291694