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-1.5.1-r1.ebuild
Date: Tue, 22 Jul 2008 14:16:06
Message-Id: E1KLIep-0003Qf-3v@stork.gentoo.org
1 chainsaw 08/07/22 14:16:03
2
3 Modified: ChangeLog
4 Added: audacious-1.5.1-r1.ebuild
5 Log:
6 Revision bump. Upstream patch from Matti Hamalainen <ccr@××××.org> closes bug #228365.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.26 x86_64)
8
9 Revision Changes Path
10 1.149 media-sound/audacious/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.149&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.149&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.148&r2=1.149
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
19 retrieving revision 1.148
20 retrieving revision 1.149
21 diff -u -r1.148 -r1.149
22 --- ChangeLog 24 May 2008 00:34:54 -0000 1.148
23 +++ ChangeLog 22 Jul 2008 14:16:02 -0000 1.149
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-sound/audacious
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.148 2008/05/24 00:34:54 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.149 2008/07/22 14:16:02 chainsaw Exp $
29 +
30 +*audacious-1.5.1-r1 (22 Jul 2008)
31 +
32 + 22 Jul 2008; <chainsaw@g.o> +files/1.5.1-commandline-options.patch,
33 + +audacious-1.5.1-r1.ebuild:
34 + Revision bump. Upstream patch from Matti Hamalainen <ccr@××××.org> closes
35 + bug #228365.
36
37 *audacious-1.5.1 (24 May 2008)
38
39
40
41
42 1.1 media-sound/audacious/audacious-1.5.1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-1.5.1-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-1.5.1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: audacious-1.5.1-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.5.1-r1.ebuild,v 1.1 2008/07/22 14:16:02 chainsaw Exp $
52
53 inherit flag-o-matic
54
55 MY_P="${P/_/-}"
56 S="${WORKDIR}/${MY_P}"
57 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
58 HOMEPAGE="http://audacious-media-player.org/"
59 SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz
60 mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 IUSE="altivec chardet nls libsamplerate session sse2"
66
67 RDEPEND=">=dev-libs/dbus-glib-0.60
68 >=dev-libs/glib-2.14
69 >=dev-libs/libmcs-0.7.1-r1
70 >=dev-libs/libmowgli-0.7.0
71 dev-libs/libxml2
72 >=gnome-base/libglade-2.3.1
73 >=x11-libs/cairo-1.2.4
74 >=x11-libs/gtk+-2.10
75 >=x11-libs/pango-1.8.0
76 libsamplerate? ( media-libs/libsamplerate )
77 session? ( x11-libs/libSM )"
78
79 DEPEND="${RDEPEND}
80 >=dev-util/pkgconfig-0.9.0
81 nls? ( dev-util/intltool )"
82
83 PDEPEND=">=media-plugins/audacious-plugins-1.5.1-r1"
84
85 src_unpack() {
86 unpack ${A}
87 cd "${S}"
88 # Bug #228365, patch by Matti Hamalainen <ccr@××××.org>
89 epatch "${FILESDIR}/${PV}-commandline-options.patch"
90 }
91
92 src_compile() {
93 # D-Bus is a mandatory dependency, remote control,
94 # session management and some plugins depend on this.
95 # Building without D-Bus is *unsupported* and a USE-flag
96 # will not be added due to the bug reports that will result.
97 # Bugs #197894, #199069, #207330, #208606
98 econf \
99 --enable-dbus \
100 $(use_enable altivec) \
101 $(use_enable chardet) \
102 $(use_enable nls) \
103 $(use_enable session sm) \
104 $(use_enable sse2) \
105 $(use_enable libsamplerate samplerate) \
106 || die
107
108 emake || die "make failed"
109 }
110
111 src_install() {
112 make DESTDIR="${D}" install || die
113 dodoc AUTHORS NEWS README
114
115 # Gentoo_ice skin installation; bug #109772
116 insinto /usr/share/audacious/Skins/gentoo_ice
117 doins "${WORKDIR}"/gentoo_ice/*
118 docinto gentoo_ice
119 dodoc "${WORKDIR}"/README
120 }
121
122 pkg_postinst() {
123 elog "Note that you need to recompile *all* third-party plugins for Audacious 1.5"
124 elog "Plugins compiled against 1.3 or 1.4 will not be loaded."
125 }