* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-11.0_beta3.ebuild ChangeLog
@ 2012-02-14 22:39 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2012-02-14 22:39 UTC (permalink / raw
To: gentoo-commits
vapier 12/02/14 22:39:34
Modified: ChangeLog
Added: xbmc-11.0_beta3.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Revision Changes Path
1.113 media-tv/xbmc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?r1=1.112&r2=1.113
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog 4 Feb 2012 19:53:47 -0000 1.112
+++ ChangeLog 14 Feb 2012 22:39:34 -0000 1.113
@@ -1,6 +1,11 @@
# ChangeLog for media-tv/xbmc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.112 2012/02/04 19:53:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.113 2012/02/14 22:39:34 vapier Exp $
+
+*xbmc-11.0_beta3 (14 Feb 2012)
+
+ 14 Feb 2012; Mike Frysinger <vapier@gentoo.org> +xbmc-11.0_beta3.ebuild:
+ Version bump.
04 Feb 2012; Mike Frysinger <vapier@gentoo.org>
+files/xbmc-11.0-libpng-1.5.patch, xbmc-9999.ebuild:
1.1 media-tv/xbmc/xbmc-11.0_beta3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0_beta3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0_beta3.ebuild?rev=1.1&content-type=text/plain
Index: xbmc-11.0_beta3.ebuild
===================================================================
# 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_beta3.ebuild,v 1.1 2012/02/14 22:39:34 vapier Exp $
EAPI="4"
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}.1
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 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-lang/python-2.4
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] )
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 )"
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
# 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)
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"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-11.0_beta3.ebuild ChangeLog
@ 2012-02-17 2:43 Christian Ruppert (idl0r)
0 siblings, 0 replies; 2+ messages in thread
From: Christian Ruppert (idl0r) @ 2012-02-17 2:43 UTC (permalink / raw
To: gentoo-commits
idl0r 12/02/17 02:43:43
Modified: xbmc-11.0_beta3.ebuild ChangeLog
Log:
Add QA_EXECSTACK
(Portage version: 2.1.10.44/cvs/Linux i686)
Revision Changes Path
1.2 media-tv/xbmc/xbmc-11.0_beta3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0_beta3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0_beta3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0_beta3.ebuild?r1=1.1&r2=1.2
Index: xbmc-11.0_beta3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0_beta3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbmc-11.0_beta3.ebuild 14 Feb 2012 22:39:34 -0000 1.1
+++ xbmc-11.0_beta3.ebuild 17 Feb 2012 02:43:43 -0000 1.2
@@ -1,6 +1,6 @@
# 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_beta3.ebuild,v 1.1 2012/02/14 22:39:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0_beta3.ebuild,v 1.2 2012/02/17 02:43:43 idl0r Exp $
EAPI="4"
@@ -95,6 +95,8 @@
dev-util/cmake
x86? ( dev-lang/nasm )"
+QA_EXECSTACK="usr/lib*/xbmc/xbmc.bin"
+
src_unpack() {
if [[ ${PV} == "9999" ]] ; then
git-2_src_unpack
1.115 media-tv/xbmc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?r1=1.114&r2=1.115
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog 16 Feb 2012 04:31:32 -0000 1.114
+++ ChangeLog 17 Feb 2012 02:43:43 -0000 1.115
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/xbmc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.114 2012/02/16 04:31:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.115 2012/02/17 02:43:43 idl0r Exp $
+
+ 17 Feb 2012; Christian Ruppert <idl0r@gentoo.org> xbmc-11.0_beta3.ebuild:
+ Add QA_EXECSTACK
16 Feb 2012; Mike Frysinger <vapier@gentoo.org>
files/xbmc-9999-nomythtv.patch:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-17 2:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-17 2:43 [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-11.0_beta3.ebuild ChangeLog Christian Ruppert (idl0r)
-- strict thread matches above, loose matches on Subject: below --
2012-02-14 22:39 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox