Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.0.0.ebuild audacious-2.0_alpha2.ebuild audacious-2.0_beta1.ebuild
Date: Wed, 13 May 2009 00:16:44
Message-Id: E1M429K-0005z5-4T@stork.gentoo.org
1 chainsaw 09/05/13 00:16:42
2
3 Modified: ChangeLog
4 Added: audacious-2.0.0.ebuild
5 Removed: audacious-2.0_alpha2.ebuild
6 audacious-2.0_beta1.ebuild
7 Log:
8 The long-awaited second release of Audacious. Now out of mask and ready for *you*.
9 (Portage version: 2.1.6.13/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.160 media-sound/audacious/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.160&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.160&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.159&r2=1.160
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
21 retrieving revision 1.159
22 retrieving revision 1.160
23 diff -u -r1.159 -r1.160
24 --- ChangeLog 12 May 2009 22:13:32 -0000 1.159
25 +++ ChangeLog 13 May 2009 00:16:42 -0000 1.160
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-sound/audacious
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.159 2009/05/12 22:13:32 chainsaw Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.160 2009/05/13 00:16:42 chainsaw Exp $
31 +
32 +*audacious-2.0.0 (13 May 2009)
33 +
34 + 13 May 2009; <chainsaw@g.o> -audacious-2.0_alpha2.ebuild,
35 + -audacious-2.0_beta1.ebuild, +audacious-2.0.0.ebuild:
36 + The long-awaited second release of Audacious. Now out of mask and ready
37 + for *you*.
38
39 *audacious-2.0_beta1 (12 May 2009)
40
41
42
43
44 1.1 media-sound/audacious/audacious-2.0.0.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.0.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.0.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: audacious-2.0.0.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.0.0.ebuild,v 1.1 2009/05/13 00:16:42 chainsaw Exp $
54
55 inherit flag-o-matic
56
57 MY_P="${P/_/-}"
58 S="${WORKDIR}/${MY_P}"
59 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
60 HOMEPAGE="http://audacious-media-player.org/"
61 SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz
62 mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
67 IUSE="altivec chardet nls libsamplerate session sse2"
68
69 RDEPEND=">=dev-libs/dbus-glib-0.60
70 >=dev-libs/glib-2.16
71 >=dev-libs/libmcs-0.7.1-r2
72 >=dev-libs/libmowgli-0.7.0
73 dev-libs/libxml2
74 >=x11-libs/cairo-1.2.6
75 >=x11-libs/gtk+-2.14
76 >=x11-libs/pango-1.8.0
77 libsamplerate? ( media-libs/libsamplerate )
78 session? ( x11-libs/libSM )"
79
80 DEPEND="${RDEPEND}
81 >=dev-util/pkgconfig-0.9.0
82 nls? ( dev-util/intltool )"
83
84 PDEPEND=">=media-plugins/audacious-plugins-2.0.0"
85
86 src_compile() {
87 # This is masked in the portage tree, so I'll save you the
88 # popup. Be good, bugs go upstream and we like patches.
89 append-flags -DNOT_ALPHA_RELEASE
90
91 # D-Bus is a mandatory dependency, remote control,
92 # session management and some plugins depend on this.
93 # Building without D-Bus is *unsupported* and a USE-flag
94 # will not be added due to the bug reports that will result.
95 # Bugs #197894, #199069, #207330, #208606
96 # Disabling XSPF playlists would make startup *very* slow as
97 # all plugins will then have to re-probed each time.
98 econf \
99 --enable-dbus \
100 --enable-xspf \
101 $(use_enable altivec) \
102 $(use_enable chardet) \
103 $(use_enable nls) \
104 $(use_enable session sm) \
105 $(use_enable sse2) \
106 $(use_enable libsamplerate samplerate) \
107 || die
108
109 emake || die "make failed"
110 }
111
112 src_install() {
113 make DESTDIR="${D}" install || die
114 dodoc AUTHORS NEWS README
115
116 # Gentoo_ice skin installation; bug #109772
117 insinto /usr/share/audacious/Skins/gentoo_ice
118 doins "${WORKDIR}"/gentoo_ice/*
119 docinto gentoo_ice
120 dodoc "${WORKDIR}"/README
121 }
122
123 pkg_postinst() {
124 elog "Note that you need to recompile *all* third-party plugins for Audacious 2.0"
125 elog "Plugins compiled against 1.X will not be loaded."
126 }