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

(-)xbmc-13.2.ebuild (-3 / +20 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.2.ebuild,v 1.1 2014/08/21 15:14:10 vapier Exp $
3
# $Header: $
4
4
5
EAPI="5"
5
EAPI="5"
6
6
Lines 76-82 Link Here
76
	media-libs/jbigkit
76
	media-libs/jbigkit
77
	>=media-libs/libass-0.9.7
77
	>=media-libs/libass-0.9.7
78
	bluray? ( media-libs/libbluray )
78
	bluray? ( media-libs/libbluray )
79
	css? ( media-libs/libdvdcss )
80
	media-libs/libmad
79
	media-libs/libmad
81
	media-libs/libmodplug
80
	media-libs/libmodplug
82
	media-libs/libmpeg2
81
	media-libs/libmpeg2
Lines 104-109 Link Here
104
	webserver? ( net-libs/libmicrohttpd[messages] )
103
	webserver? ( net-libs/libmicrohttpd[messages] )
105
	sftp? ( net-libs/libssh[sftp] )
104
	sftp? ( net-libs/libssh[sftp] )
106
	net-misc/curl
105
	net-misc/curl
106
	media-libs/libsidplay
107
	media-libs/libhdhomerun
108
	media-libs/libdvdread[css?]
107
	samba? ( >=net-fs/samba-3.4.6[smbclient(+)] )
109
	samba? ( >=net-fs/samba-3.4.6[smbclient(+)] )
108
	bluetooth? ( net-wireless/bluez )
110
	bluetooth? ( net-wireless/bluez )
109
	sys-apps/dbus
111
	sys-apps/dbus
Lines 142-148 Link Here
142
	X? ( x11-proto/xineramaproto )
144
	X? ( x11-proto/xineramaproto )
143
	dev-util/cmake
145
	dev-util/cmake
144
	x86? ( dev-lang/nasm )
146
	x86? ( dev-lang/nasm )
145
	java? ( virtual/jre )"
147
	java? ( virtual/jre dev-java/groovy )"
146
# Force java for latest git version to avoid having to hand maintain the
148
# Force java for latest git version to avoid having to hand maintain the
147
# generated addons package.  #488118
149
# generated addons package.  #488118
148
[[ ${PV} == "9999" ]] && DEPEND+=" virtual/jre"
150
[[ ${PV} == "9999" ]] && DEPEND+=" virtual/jre"
Lines 163-168 Link Here
163
}
165
}
164
166
165
src_prepare() {
167
src_prepare() {
168
	# Debian patches:
169
	epatch "${FILESDIR}"/${PN}-13.2-Don-t-enter-ffmpeg-dir-when-using-external-ffmpeg-li.patch
170
	epatch "${FILESDIR}"/${PN}-13.2-Fix-compilation-with-libav-10-beta1.patch
171
	epatch "${FILESDIR}"/${PN}-13.2-Disable-static-ffmpeg-when-using-external-ffmpeg-liba.patch
172
	epatch "${FILESDIR}"/${PN}-13.2-Fix-av_stream_get_r_frame_rate-Libav-hack-accessor.patch
173
	epatch "${FILESDIR}"/${PN}-13.2-Define-AV_CODEC_ID_SUBRIP-to-AV_CODEC_ID_TEXT-in-lib.patch
174
	epatch "${FILESDIR}"/${PN}-13.2-Enable-using-external-ffmpeg-in-.-configure.patch
175
	epatch "${FILESDIR}"/${PN}-13.2-Fix-GLES-with-X11.patch
176
	epatch "${FILESDIR}"/${PN}-13.2-use-external-libraries.patch
177
	epatch "${FILESDIR}"/${PN}-13.2-use-system-groovy.patch
178
	epatch "${FILESDIR}"/${PN}-13.2-armel.patch
179
	epatch "${FILESDIR}"/${PN}-13.2-use-correct-ftgl.h.patch
180
	epatch "${FILESDIR}"/${PN}-13.2-configure-all-arches.patch
181
182
	# Gentoo patches:
166
	epatch "${FILESDIR}"/${PN}-9999-nomythtv.patch
183
	epatch "${FILESDIR}"/${PN}-9999-nomythtv.patch
167
	epatch "${FILESDIR}"/${PN}-9999-no-arm-flags.patch #400617
184
	epatch "${FILESDIR}"/${PN}-9999-no-arm-flags.patch #400617
168
	# The mythtv patch touches configure.ac, so force a regen
185
	# The mythtv patch touches configure.ac, so force a regen

Return to bug 519064