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