Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 306429 Details for
Bug 408243
media-tv/xbmc-11.0_rc1 with python3.2 - src_configure(): File "<string>", line 1, in <module> TypeError: unorderable types: str() >= float()
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xbmc-11.0_rc1.ebuild
xbmc-11.0_rc1.ebuild (text/plain), 5.60 KB, created by
mingdao
on 2012-03-23 15:20:43 UTC
(
hide
)
Description:
xbmc-11.0_rc1.ebuild
Filename:
MIME Type:
Creator:
mingdao
Created:
2012-03-23 15:20:43 UTC
Size:
5.60 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0_rc1.ebuild,v 1.1 2012/03/01 05:14:52 vapier Exp $ > >EAPI="4" > >PYTHON_DEPEND="2" >inherit eutils python > >EGIT_REPO_URI="git://github.com/xbmc/xbmc.git" >if [[ ${PV} == "9999" ]] ; then > inherit git-2 autotools >else > inherit autotools > MY_P=${P/_/-Eden_} > SRC_URI="http://mirrors.xbmc.org/releases/source/${MY_P}.tar.gz" > KEYWORDS="~amd64 ~x86" > S=${WORKDIR}/${MY_P} >fi > >DESCRIPTION="XBMC is a free and open source media-player and entertainment hub" >HOMEPAGE="http://xbmc.org/" > >LICENSE="GPL-2" >SLOT="0" >IUSE="airplay alsa altivec avahi bluetooth bluray css debug goom joystick midi mysql profile +projectm pulseaudio pvr +rsxs rtmp +samba sse sse2 udev vaapi vdpau webserver +xrandr" >REQUIRED_USE="pvr? ( mysql )" > >COMMON_DEPEND="virtual/opengl > app-arch/bzip2 > app-arch/unzip > app-arch/zip > app-i18n/enca > airplay? ( app-pda/libplist ) > dev-libs/boost > dev-libs/fribidi > dev-libs/libcdio[-minimal] > dev-libs/libpcre[cxx] > >=dev-libs/lzo-2.04 > dev-libs/yajl > >=dev-python/pysqlite-2 > dev-python/simplejson > media-libs/alsa-lib > media-libs/flac > media-libs/fontconfig > media-libs/freetype > >=media-libs/glew-1.5.6 > media-libs/jasper > media-libs/jbigkit > virtual/jpeg > >=media-libs/libass-0.9.7 > bluray? ( media-libs/libbluray ) > css? ( media-libs/libdvdcss ) > media-libs/libmad > media-libs/libmodplug > media-libs/libmpeg2 > media-libs/libogg > media-libs/libpng > projectm? ( media-libs/libprojectm ) > media-libs/libsamplerate > media-libs/libsdl[audio,opengl,video,X] > alsa? ( media-libs/libsdl[alsa] ) > media-libs/libvorbis > media-libs/sdl-gfx > >=media-libs/sdl-image-1.2.10[gif,jpeg,png] > media-libs/sdl-mixer > media-libs/sdl-sound > media-libs/tiff > pulseaudio? ( media-sound/pulseaudio ) > media-sound/wavpack > >=virtual/ffmpeg-0.6[encode] > rtmp? ( media-video/rtmpdump ) > avahi? ( net-dns/avahi ) > webserver? ( net-libs/libmicrohttpd ) > net-misc/curl > samba? ( >=net-fs/samba-3.4.6[smbclient] ) > bluetooth? ( net-wireless/bluez ) > sys-apps/dbus > sys-libs/zlib > mysql? ( virtual/mysql ) > x11-apps/xdpyinfo > x11-apps/mesa-progs > vaapi? ( x11-libs/libva ) > vdpau? ( > || ( x11-libs/libvdpau >=x11-drivers/nvidia-drivers-180.51 ) > virtual/ffmpeg[vdpau] > ) > x11-libs/libXinerama > xrandr? ( x11-libs/libXrandr ) > x11-libs/libXrender" >RDEPEND="${COMMON_DEPEND} > udev? ( sys-fs/udisks sys-power/upower )" >DEPEND="${COMMON_DEPEND} > dev-util/gperf > x11-proto/xineramaproto > dev-util/cmake > x86? ( dev-lang/nasm )" > >pkg_setup() { > python_set_active_version 2 > python_pkg_setup >} > >src_unpack() { > if [[ ${PV} == "9999" ]] ; then > git-2_src_unpack > cd "${S}" > rm -f configure > else > unpack ${A} > cd "${S}" > fi > > # Fix case sensitivity > mv media/Fonts/{a,A}rial.ttf || die > mv media/{S,s}plash.png || die >} > >src_prepare() { > epatch "${FILESDIR}"/${PN}-11.0-libpng-1.5.patch #380127 > epatch "${FILESDIR}"/${PN}-9999-nomythtv.patch > epatch "${FILESDIR}"/${PN}-9999-no-arm-flags.patch #400617 > epatch "${FILESDIR}"/${PN}-9999-no-exec-stack.patch > # The mythtv patch touches configure.ac, so force a regen > rm -f configure > > # some dirs ship generated autotools, some dont > local d > for d in \ > . \ > lib/{libdvd/lib*/,cpluff,libapetag,libid3tag/libid3tag} \ > xbmc/screensavers/rsxs-* \ > xbmc/visualizations/Goom/goom2k4-0 > do > [[ -e ${d}/configure ]] && continue > pushd ${d} >/dev/null > eautoreconf > popd >/dev/null > done > > local squish #290564 > use altivec && squish="-DSQUISH_USE_ALTIVEC=1 -maltivec" > use sse && squish="-DSQUISH_USE_SSE=1 -msse" > use sse2 && squish="-DSQUISH_USE_SSE=2 -msse2" > sed -i \ > -e '/^CXXFLAGS/{s:-D[^=]*=.::;s:-m[[:alnum:]]*::}' \ > -e "1iCXXFLAGS += ${squish}" \ > lib/libsquish/Makefile.in || die > > # Fix XBMC's final version string showing as "exported" > # instead of the SVN revision number. > export HAVE_GIT=no GIT_REV=${EGIT_VERSION:-exported} > > # Avoid lsb-release dependency > sed -i \ > -e 's:lsb_release -d:cat /etc/gentoo-release:' \ > xbmc/utils/SystemInfo.cpp || die > > # avoid long delays when powerkit isn't running #348580 > sed -i \ > -e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \ > xbmc/linux/*.cpp || die > > epatch_user #293109 > > # Tweak autotool timestamps to avoid regeneration > find . -type f -print0 | xargs -0 touch -r configure >} > >src_configure() { > # Disable documentation generation > export ac_cv_path_LATEX=no > # Avoid help2man > export HELP2MAN=$(type -P help2man || echo true) > # No configure flage for this #403561 > export ac_cv_lib_bluetooth_hci_devid=$(usex bluetooth) > > econf \ > --docdir=/usr/share/doc/${PF} \ > --disable-ccache \ > --disable-optimizations \ > --enable-external-libraries \ > --enable-gl \ > $(use_enable airplay) \ > $(use_enable avahi) \ > $(use_enable bluray libbluray) \ > $(use_enable css dvdcss) \ > $(use_enable debug) \ > $(use_enable goom) \ > --disable-hal \ > $(use_enable joystick) \ > $(use_enable midi mid) \ > $(use_enable mysql) \ > $(use_enable profile profiling) \ > $(use_enable projectm) \ > $(use_enable pulseaudio pulse) \ > $(use_enable pvr mythtv) \ > $(use_enable rsxs) \ > $(use_enable rtmp) \ > $(use_enable samba) \ > $(use_enable vaapi) \ > $(use_enable vdpau) \ > $(use_enable webserver) \ > $(use_enable xrandr) >} > >src_install() { > default > rm "${ED}"/usr/share/doc/*/{LICENSE.GPL,copying.txt}* > > insinto /usr/share/applications > doins tools/Linux/xbmc.desktop > doicon tools/Linux/xbmc.png > > insinto "$(python_get_sitedir)" #309885 > doins tools/EventClients/lib/python/xbmcclient.py || die > newbin "tools/EventClients/Clients/XBMC Send/xbmc-send.py" xbmc-send || die >} > >pkg_postinst() { > elog "Visit http://wiki.xbmc.org/?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 408243
:
305399
|
305535
| 306429