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: ChangeLog xbmc-9999.ebuild
Date: Wed, 29 Apr 2009 02:49:03
Message-Id: E1Lyzr1-0006Jl-Pq@stork.gentoo.org
1 vapier 09/04/29 02:48:59
2
3 Modified: ChangeLog xbmc-9999.ebuild
4 Log:
5 Dont install session anymore since upstream does it #267631 by BT and Jan Vansteenkiste, and stop bothering with the xbmc.sh wrapper since it has been updated as well.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.16 media-tv/xbmc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/ChangeLog?r1=1.15&r2=1.16
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- ChangeLog 27 Apr 2009 04:07:08 -0000 1.15
22 +++ ChangeLog 29 Apr 2009 02:48:59 -0000 1.16
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-tv/xbmc
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.15 2009/04/27 04:07:08 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.16 2009/04/29 02:48:59 vapier Exp $
28 +
29 + 29 Apr 2009; Mike Frysinger <vapier@g.o> xbmc-9999:
30 + Dont install session anymore since upstream does it #267631 by BT and Jan
31 + Vansteenkiste, and stop bothering with the xbmc.sh wrapper since it has
32 + been updated as well.
33
34 27 Apr 2009; Mike Frysinger <vapier@g.o> xbmc-9999:
35 Pull in zip as the build process likes to make zips #266414 by Robert
36
37
38
39 1.21 media-tv/xbmc/xbmc-9999.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.21&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.21&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.20&r2=1.21
44
45 Index: xbmc-9999.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
48 retrieving revision 1.20
49 retrieving revision 1.21
50 diff -u -r1.20 -r1.21
51 --- xbmc-9999.ebuild 27 Apr 2009 04:07:08 -0000 1.20
52 +++ xbmc-9999.ebuild 29 Apr 2009 02:48:59 -0000 1.21
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.20 2009/04/27 04:07:08 vapier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.21 2009/04/29 02:48:59 vapier Exp $
58
59 # XXX: be nice to split out packages that come bundled and use the
60 # system libraries ...
61 @@ -103,14 +103,6 @@
62 # Do not use termcap #262822
63 sed -i 's:-ltermcap::' xbmc/lib/libPython/Python/configure
64
65 - # Clean up XBMC's wrapper script
66 - # - dont muck with gnome screensaver stuff, make user do it
67 - # - if alsa has oss support, we want to fix the default
68 - sed -i \
69 - -e '/dbus/d' \
70 - -e "2i$(use alsa && echo export SDL_AUDIODRIVER=alsa)" \
71 - tools/Linux/xbmc.sh.in
72 -
73 # Unzip web content
74 cd web
75 unpack ./Project_Mayhem_III_webserver_*.zip
76 @@ -134,12 +126,11 @@
77 src_install() {
78 einstall || die "Install failed!"
79
80 - make_session_desktop "XBMC Media Center" xbmc --standalone -fs
81 insinto /usr/share/applications
82 doins tools/Linux/xbmc.desktop
83 doicon tools/Linux/xbmc.png
84
85 - dodoc README.linux copying.txt known_issues.txt
86 + dodoc README.linux known_issues.txt
87 rm "${D}"/usr/share/xbmc/{README.linux,LICENSE.GPL,*.txt}
88 }