Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 205046 Details for
Bug 286052
media-tv/xbmc-9999 svn path change.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified Ebuild
xbmc-9998.ebuild (text/plain), 3.57 KB, created by
Cyrus
on 2009-09-23 19:47:56 UTC
(
hide
)
Description:
Modified Ebuild
Filename:
MIME Type:
Creator:
Cyrus
Created:
2009-09-23 19:47:56 UTC
Size:
3.57 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.30 2009/09/05 15:05:52 vapier Exp $ > ># XXX: be nice to split out packages that come bundled and use the ># system libraries ... > >EAPI="2" > >inherit eutils > ># Use XBMC_ESVN_REPO_URI to track a different branch >ESVN_REPO_URI=${XBMC_ESVN_REPO_URI:-https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk/} >ESVN_PROJECT=${ESVN_REPO_URI##*/svnroot/} >ESVN_PROJECT=${ESVN_PROJECT%/trunk} >if [[ ${PV} == "9998" ]] ; then > inherit subversion autotools > KEYWORDS="" >else > SRC_URI="mirror://sourceforge/${PN}/XBMC-${PV}.src.tar.gz" > KEYWORDS="~amd64 ~x86" >fi > >DESCRIPTION="XBMC is a free and open source media-player and entertainment hub" >HOMEPAGE="http://xbmc.org/" > >LICENSE="GPL-2" >SLOT="0" >IUSE="alsa debug joystick opengl profile pulseaudio vdpau" > >RDEPEND="opengl? ( virtual/opengl ) > app-arch/bzip2 > || ( app-arch/unrar app-arch/unrar-gpl ) > app-arch/unzip > app-arch/zip > app-i18n/enca > >=dev-lang/python-2.4 > dev-libs/boost > dev-libs/fribidi > dev-libs/libcdio > dev-libs/libpcre > dev-libs/lzo > >=dev-python/pysqlite-2 > media-libs/a52dec > media-libs/alsa-lib > media-libs/faac > media-libs/flac > media-libs/fontconfig > media-libs/freetype > media-libs/glew > media-libs/jasper > media-libs/libass > media-libs/libdca > media-libs/libmad > media-libs/libmms > media-libs/libmpcdec > media-libs/libmpeg2 > media-libs/libogg > media-libs/libsamplerate > media-libs/libsdl[alsa,audio,video,X] > media-libs/libvorbis > media-libs/sdl-gfx > media-libs/sdl-image[gif,jpeg,png] > media-libs/sdl-mixer > media-libs/sdl-sound > media-sound/wavpack > media-video/ffmpeg > net-misc/curl > net-fs/samba > sys-apps/dbus > sys-apps/hal > sys-apps/pmount > virtual/mysql > x11-apps/xdpyinfo > x11-apps/mesa-progs > x11-libs/libXinerama > x11-libs/libXrandr > x11-libs/libXrender" ># media-libs/faad2 we use internal one for now >DEPEND="${RDEPEND} > x11-proto/xineramaproto > dev-util/cmake > x86? ( dev-lang/nasm )" > >src_unpack() { > if [[ ${PV} == "9998" ]] ; then > subversion_src_unpack > cd "${S}" > eautoreconf > else > unpack ${A} > cd "${S}" > fi > > # Fix case sensitivity > mv media/Fonts/{a,A}rial.ttf > mv media/{S,s}plash.png >} > >src_prepare() { > # Tweak autotool timestamps to avoid regeneration > find . -type f -print0 | xargs -0 touch -r configure > > # use internal faad2 as mp4ff is dead and xbmc hasnt > # switched to libmp4v2 yet > sed -i \ > -e '/use_external_libfaad/s:use_external_libraries:FOOOO:' \ > configure || die > > # Fix XBMC's final version string showing as "exported" > # instead of the SVN revision number. > export SVN_REV=${ESVN_WC_REVISION:-exported} > > # Avoid lsb-release dependency > sed -i \ > -e 's:/usr/bin/lsb_release -d:cat /etc/gentoo-release:' \ > xbmc/utils/SystemInfo.cpp > > # Do not use termcap #262822 > sed -i 's:-ltermcap::' xbmc/lib/libPython/Python/configure >} > >src_configure() { > # Disable documentation generation > export ac_cv_path_LATEX=no > # Avoid help2man > export HELP2MAN=$(type -P help2man || echo true) > > econf \ > --disable-ccache \ > --disable-optimizations \ > --enable-external-libraries \ > $(use_enable debug) \ > $(use_enable joystick) \ > $(use_enable opengl gl) \ > $(use_enable profile profiling) \ > $(use_enable pulseaudio pulse) \ > $(use_enable vdpau) >} > >src_install() { > einstall || die "Install failed!" > > insinto /usr/share/applications > doins tools/Linux/xbmc.desktop > doicon tools/Linux/xbmc.png > > dodoc README.linux known_issues.txt > rm "${D}"/usr/share/xbmc/{README.linux,LICENSE.GPL,*.txt} >} > >pkg_postinst() { > elog "Visit http://xbmc.org/wiki/?title=XBMC_Online_Manual" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 286052
: 205046