* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild
@ 2009-02-21 7:41 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2009-02-21 7:41 UTC (permalink / raw
To: gentoo-commits
vapier 09/02/21 07:41:44
Modified: xbmc-9999.ebuild
Log:
also pass --standalone to xbmc in xsession
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.3 media-tv/xbmc/xbmc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.2&r2=1.3
Index: xbmc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xbmc-9999.ebuild 21 Feb 2009 07:36:20 -0000 1.2
+++ xbmc-9999.ebuild 21 Feb 2009 07:41:44 -0000 1.3
@@ -1,6 +1,6 @@
# 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.2 2009/02/21 07:36:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.3 2009/02/21 07:41:44 vapier Exp $
# XXX: be nice to split out packages that come bundled and use the
# system libraries ...
@@ -146,7 +146,7 @@
src_install() {
einstall || die "Install failed!"
- make_session_desktop "XBMC Media Center" xbmc -fs
+ make_session_desktop "XBMC Media Center" xbmc --standalone -fs
insinto /usr/share/applications
doins tools/Linux/xbmc.desktop
doicon tools/Linux/xbmc.png
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild
@ 2009-02-22 20:07 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2009-02-22 20:07 UTC (permalink / raw
To: gentoo-commits
vapier 09/02/22 20:07:34
Modified: xbmc-9999.ebuild
Log:
add upstream urls for issues that have been pushed up
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.6 media-tv/xbmc/xbmc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.5&r2=1.6
Index: xbmc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xbmc-9999.ebuild 22 Feb 2009 19:53:37 -0000 1.5
+++ xbmc-9999.ebuild 22 Feb 2009 20:07:33 -0000 1.6
@@ -1,6 +1,6 @@
# 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.5 2009/02/22 19:53:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.6 2009/02/22 20:07:33 vapier Exp $
# XXX: be nice to split out packages that come bundled and use the
# system libraries ...
@@ -92,6 +92,7 @@
# Fix XBMC's final version string showing as "exported"
# instead of the SVN revision number. Also cleanup flags.
+ # http://xbmc.org/trac/ticket/5963
export SVN_REV=${ESVN_WC_REVISION:-exported}
sed -i -r \
-e "s:\$(svnversion -n .):${SVN_REV}:g" \
@@ -100,6 +101,7 @@
sed -i \
-e 's:\<strip\>:echo:' \
build.sh xbmc/lib/libhdhomerun/Makefile.in
+ # http://xbmc.org/trac/ticket/5962
sed -i -r \
-e '/CFLAGS/s:-(s|O3)::' \
xbmc/cores/paplayer/MACDll/Makefile.in
@@ -108,9 +110,6 @@
-e 's:/usr/bin/lsb_release -d:cat /etc/gentoo-release:' \
xbmc/utils/SystemInfo.cpp
- # Prevent Mac OSX files being installed
- rm -rf system/python/lib-osx/ system/players/dvdplayer/*-osx*
-
# Fix case sensitivity
mv media/Fonts/{a,A}rial.ttf
mv media/{S,s}plash.png
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild
@ 2009-02-23 20:49 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2009-02-23 20:49 UTC (permalink / raw
To: gentoo-commits
vapier 09/02/23 20:49:37
Modified: xbmc-9999.ebuild
Log:
dont bother removing strip from build.sh as that script isnt actually executed
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.9 media-tv/xbmc/xbmc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.8&r2=1.9
Index: xbmc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xbmc-9999.ebuild 23 Feb 2009 19:03:55 -0000 1.8
+++ xbmc-9999.ebuild 23 Feb 2009 20:49:37 -0000 1.9
@@ -1,6 +1,6 @@
# 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.8 2009/02/23 19:03:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.9 2009/02/23 20:49:37 vapier Exp $
# XXX: be nice to split out packages that come bundled and use the
# system libraries ...
@@ -93,12 +93,8 @@
# Fix XBMC's final version string showing as "exported"
# instead of the SVN revision number. Also cleanup flags.
export SVN_REV=${ESVN_WC_REVISION:-exported}
- sed -i -r \
- -e '/DEBUG_FLAGS/s:-(g|O2)::' \
- configure || die
- sed -i \
- -e 's:\<strip\>:echo:' \
- build.sh xbmc/lib/libhdhomerun/Makefile.in
+ sed -i -r -e '/DEBUG_FLAGS/s:-(g|O2)::' configure
+ sed -i -e 's:\<strip\>:echo:' xbmc/lib/libhdhomerun/Makefile.in
# Avoid lsb-release dependency
sed -i \
-e 's:/usr/bin/lsb_release -d:cat /etc/gentoo-release:' \
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild
@ 2009-02-24 21:55 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2009-02-24 21:55 UTC (permalink / raw
To: gentoo-commits
vapier 09/02/24 21:55:48
Modified: xbmc-9999.ebuild
Log:
simplify autotool timestamp syncing
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.11 media-tv/xbmc/xbmc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.10&r2=1.11
Index: xbmc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xbmc-9999.ebuild 24 Feb 2009 07:18:36 -0000 1.10
+++ xbmc-9999.ebuild 24 Feb 2009 21:55:48 -0000 1.11
@@ -1,6 +1,6 @@
# 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.10 2009/02/24 07:18:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.11 2009/02/24 21:55:48 vapier Exp $
# XXX: be nice to split out packages that come bundled and use the
# system libraries ...
@@ -73,6 +73,7 @@
else
unpack ${A}
fi
+ cd "${S}"
# Avoid help2man
sed -i \
@@ -80,12 +81,7 @@
xbmc/lib/libcdio/libcdio/src/Makefile.in
# Tweak autotool timestamps to avoid regeneration
- local dir
- for dir in $(find "${S}" -name configure) ; do
- cd "${dir%configure}"
- find . -type f -print0 | xargs -0 touch -r configure
- done
- cd "${S}"
+ find . -type f -print0 | xargs -0 touch -r configure
# Fix XBMC's final version string showing as "exported"
# instead of the SVN revision number. Also cleanup flags.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild
@ 2009-03-06 9:22 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2009-03-06 9:22 UTC (permalink / raw
To: gentoo-commits
vapier 09/03/06 09:22:04
Modified: xbmc-9999.ebuild
Log:
fix mesa-progs DEPEND atom
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.13 media-tv/xbmc/xbmc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.12&r2=1.13
Index: xbmc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xbmc-9999.ebuild 5 Mar 2009 17:21:34 -0000 1.12
+++ xbmc-9999.ebuild 6 Mar 2009 09:22:04 -0000 1.13
@@ -1,6 +1,6 @@
# 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.12 2009/03/05 17:21:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.13 2009/03/06 09:22:04 vapier Exp $
# XXX: be nice to split out packages that come bundled and use the
# system libraries ...
@@ -59,7 +59,7 @@
sys-apps/hal
sys-apps/pmount
virtual/mysql
- x11-libs/mesa-progs
+ x11-apps/mesa-progs
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libXrender"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild
@ 2009-05-16 15:46 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2009-05-16 15:46 UTC (permalink / raw
To: gentoo-commits
vapier 09/05/16 15:46:57
Modified: xbmc-9999.ebuild
Log:
move some steps out of src_unpack and into src_prepare
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.23 media-tv/xbmc/xbmc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.22&r2=1.23
Index: xbmc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- xbmc-9999.ebuild 16 May 2009 14:48:16 -0000 1.22
+++ xbmc-9999.ebuild 16 May 2009 15:46:57 -0000 1.23
@@ -1,6 +1,6 @@
# 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.22 2009/05/16 14:48:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.23 2009/05/16 15:46:57 vapier Exp $
# XXX: be nice to split out packages that come bundled and use the
# system libraries ...
@@ -79,6 +79,16 @@
fi
cd "${S}"
+ # Fix case sensitivity
+ mv media/Fonts/{a,A}rial.ttf
+ mv media/{S,s}plash.png
+
+ # Unzip web content
+ cd web
+ unpack ./Project_Mayhem_III_webserver_*.zip
+}
+
+src_prepare() {
# Avoid help2man
sed -i \
-e '/HELP2MAN.*--output/s:.*:\ttouch $@:' \
@@ -97,16 +107,8 @@
-e 's:/usr/bin/lsb_release -d:cat /etc/gentoo-release:' \
xbmc/utils/SystemInfo.cpp
- # Fix case sensitivity
- mv media/Fonts/{a,A}rial.ttf
- mv media/{S,s}plash.png
-
# Do not use termcap #262822
sed -i 's:-ltermcap::' xbmc/lib/libPython/Python/configure
-
- # Unzip web content
- cd web
- unpack ./Project_Mayhem_III_webserver_*.zip
}
src_configure() {
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild
@ 2009-05-29 20:57 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2009-05-29 20:57 UTC (permalink / raw
To: gentoo-commits
vapier 09/05/29 20:57:12
Modified: xbmc-9999.ebuild
Log:
update to match latest upstream sources
Revision Changes Path
1.24 media-tv/xbmc/xbmc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.23&r2=1.24
Index: xbmc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- xbmc-9999.ebuild 16 May 2009 15:46:57 -0000 1.23
+++ xbmc-9999.ebuild 29 May 2009 20:57:12 -0000 1.24
@@ -1,6 +1,6 @@
# 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.23 2009/05/16 15:46:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.24 2009/05/29 20:57:12 vapier Exp $
# XXX: be nice to split out packages that come bundled and use the
# system libraries ...
@@ -89,19 +89,12 @@
}
src_prepare() {
- # Avoid help2man
- sed -i \
- -e '/HELP2MAN.*--output/s:.*:\ttouch $@:' \
- xbmc/lib/libcdio/libcdio/src/Makefile.in
-
# Tweak autotool timestamps to avoid regeneration
find . -type f -print0 | xargs -0 touch -r configure
# Fix XBMC's final version string showing as "exported"
# instead of the SVN revision number. Also cleanup flags.
export SVN_REV=${ESVN_WC_REVISION:-exported}
- sed -i -r -e '/DEBUG_FLAGS/s:-(g|O2)::' configure
- sed -i -e 's:\<strip\>:echo:' xbmc/lib/libhdhomerun/Makefile.in
# Avoid lsb-release dependency
sed -i \
-e 's:/usr/bin/lsb_release -d:cat /etc/gentoo-release:' \
@@ -114,6 +107,8 @@
src_configure() {
# Disable documentation generation
export ac_cv_path_LATEX=no
+ # Avoid help2man
+ export HELP2MAN=$(type -P help2man || echo true)
econf \
--disable-ccache \
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild
@ 2009-11-22 21:09 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 10+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-11-22 21:09 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/11/22 21:09:10
Modified: xbmc-9999.ebuild
Log:
add missing avahi to IUSE
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.40 media-tv/xbmc/xbmc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.39&r2=1.40
Index: xbmc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- xbmc-9999.ebuild 22 Nov 2009 20:24:50 -0000 1.39
+++ xbmc-9999.ebuild 22 Nov 2009 21:09:10 -0000 1.40
@@ -1,6 +1,6 @@
# 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.39 2009/11/22 20:24:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.40 2009/11/22 21:09:10 mr_bones_ Exp $
# XXX: be nice to split out packages that come bundled and use the
# system libraries ...
@@ -26,7 +26,7 @@
LICENSE="GPL-2"
SLOT="0"
-IUSE="aac alsa altivec css debug joystick midi opengl profile pulseaudio sse sse2 vdpau xrandr"
+IUSE="aac alsa altivec avahi css debug joystick midi opengl profile pulseaudio sse sse2 vdpau xrandr"
RDEPEND="opengl? ( virtual/opengl )
app-arch/bzip2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild
@ 2010-05-23 20:45 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 10+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-05-23 20:45 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/05/23 20:45:52
Modified: xbmc-9999.ebuild
Log:
add missing vaapi to IUSE
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.53 media-tv/xbmc/xbmc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.52&r2=1.53
Index: xbmc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- xbmc-9999.ebuild 23 May 2010 18:42:31 -0000 1.52
+++ xbmc-9999.ebuild 23 May 2010 20:45:52 -0000 1.53
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.52 2010/05/23 18:42:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.53 2010/05/23 20:45:52 mr_bones_ Exp $
EAPI="2"
@@ -26,7 +26,7 @@
LICENSE="GPL-2"
SLOT="0"
-IUSE="aac alsa altivec avahi css debug joystick midi profile pulseaudio sse sse2 vdpau xrandr"
+IUSE="aac alsa altivec avahi css debug joystick midi profile pulseaudio sse sse2 vaapi vdpau xrandr"
RDEPEND="virtual/opengl
app-arch/bzip2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild
@ 2012-03-29 16:18 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2012-03-29 16:18 UTC (permalink / raw
To: gentoo-commits
vapier 12/03/29 16:18:37
Modified: xbmc-9999.ebuild
Log:
Drop patch merged into upstream git.
Revision Changes Path
1.106 media-tv/xbmc/xbmc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.105&r2=1.106
Index: xbmc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- xbmc-9999.ebuild 27 Mar 2012 18:37:13 -0000 1.105
+++ xbmc-9999.ebuild 29 Mar 2012 16:18:37 -0000 1.106
@@ -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-9999.ebuild,v 1.105 2012/03/27 18:37:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.106 2012/03/29 16:18:37 vapier Exp $
EAPI="4"
@@ -123,7 +123,6 @@
src_prepare() {
epatch "${FILESDIR}"/${PN}-9999-nomythtv.patch
epatch "${FILESDIR}"/${PN}-9999-no-arm-flags.patch #400617
- epatch "${FILESDIR}"/${PN}-9999-no-exec-stack.patch
# some dirs ship generated autotools, some dont
local d
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-03-29 16:18 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 20:57 [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2012-03-29 16:18 Mike Frysinger (vapier)
2010-05-23 20:45 Michael Sterrett (mr_bones_)
2009-11-22 21:09 Michael Sterrett (mr_bones_)
2009-05-16 15:46 Mike Frysinger (vapier)
2009-03-06 9:22 Mike Frysinger (vapier)
2009-02-24 21:55 Mike Frysinger (vapier)
2009-02-23 20:49 Mike Frysinger (vapier)
2009-02-22 20:07 Mike Frysinger (vapier)
2009-02-21 7:41 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