Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild
Date: Fri, 29 May 2009 20:57:14
Message-Id: E1MA98a-000137-N2@stork.gentoo.org
1 vapier 09/05/29 20:57:12
2
3 Modified: xbmc-9999.ebuild
4 Log:
5 update to match latest upstream sources
6
7 Revision Changes Path
8 1.24 media-tv/xbmc/xbmc-9999.ebuild
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.24&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.24&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.23&r2=1.24
13
14 Index: xbmc-9999.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
17 retrieving revision 1.23
18 retrieving revision 1.24
19 diff -u -r1.23 -r1.24
20 --- xbmc-9999.ebuild 16 May 2009 15:46:57 -0000 1.23
21 +++ xbmc-9999.ebuild 29 May 2009 20:57:12 -0000 1.24
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.23 2009/05/16 15:46:57 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.24 2009/05/29 20:57:12 vapier Exp $
27
28 # XXX: be nice to split out packages that come bundled and use the
29 # system libraries ...
30 @@ -89,19 +89,12 @@
31 }
32
33 src_prepare() {
34 - # Avoid help2man
35 - sed -i \
36 - -e '/HELP2MAN.*--output/s:.*:\ttouch $@:' \
37 - xbmc/lib/libcdio/libcdio/src/Makefile.in
38 -
39 # Tweak autotool timestamps to avoid regeneration
40 find . -type f -print0 | xargs -0 touch -r configure
41
42 # Fix XBMC's final version string showing as "exported"
43 # instead of the SVN revision number. Also cleanup flags.
44 export SVN_REV=${ESVN_WC_REVISION:-exported}
45 - sed -i -r -e '/DEBUG_FLAGS/s:-(g|O2)::' configure
46 - sed -i -e 's:\<strip\>:echo:' xbmc/lib/libhdhomerun/Makefile.in
47 # Avoid lsb-release dependency
48 sed -i \
49 -e 's:/usr/bin/lsb_release -d:cat /etc/gentoo-release:' \
50 @@ -114,6 +107,8 @@
51 src_configure() {
52 # Disable documentation generation
53 export ac_cv_path_LATEX=no
54 + # Avoid help2man
55 + export HELP2MAN=$(type -P help2man || echo true)
56
57 econf \
58 --disable-ccache \