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.4.0.ebuild audacious-1.4.0_rc1-r1.ebuild audacious-1.4.0_beta4.ebuild
Date: Sat, 10 Nov 2007 16:12:33
Message-Id: E1Iqswc-0003QT-Ci@stork.gentoo.org
1 chainsaw 07/11/10 16:12:26
2
3 Modified: ChangeLog
4 Added: audacious-1.4.0.ebuild
5 Removed: audacious-1.4.0_rc1-r1.ebuild
6 audacious-1.4.0_beta4.ebuild
7 Log:
8 Version bump to 1.4.0 final.
9 (Portage version: 2.1.3.17)
10
11 Revision Changes Path
12 1.128 media-sound/audacious/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.128&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.128&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.127&r2=1.128
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
21 retrieving revision 1.127
22 retrieving revision 1.128
23 diff -u -r1.127 -r1.128
24 --- ChangeLog 3 Nov 2007 07:16:11 -0000 1.127
25 +++ ChangeLog 10 Nov 2007 16:12:25 -0000 1.128
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-sound/audacious
28 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.127 2007/11/03 07:16:11 robbat2 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.128 2007/11/10 16:12:25 chainsaw Exp $
31 +
32 +*audacious-1.4.0 (07 Nov 2007)
33 +
34 + 07 Nov 2007; Tony Vroon <chainsaw@g.o>
35 + -audacious-1.4.0_beta4.ebuild, -audacious-1.4.0_rc1-r1.ebuild,
36 + +audacious-1.4.0.ebuild:
37 + Version bump to 1.4.0 final.
38
39 03 Nov 2007; Robin H. Johnson <robbat2@g.o>
40 audacious-1.4.0_rc1-r1.ebuild:
41
42
43
44 1.1 media-sound/audacious/audacious-1.4.0.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-1.4.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-1.4.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: audacious-1.4.0.ebuild
50 ===================================================================
51 # Copyright 1999-2007 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.0.ebuild,v 1.1 2007/11/10 16:12:25 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="chardet nls"
68
69 RDEPEND=">=dev-libs/dbus-glib-0.60
70 >=dev-libs/libmcs-0.6.0
71 >=dev-libs/libmowgli-0.5.0
72 dev-libs/libxml2
73 >=gnome-base/libglade-2.3.1
74 media-libs/libsamplerate
75 >=x11-libs/gtk+-2.6
76 >=dev-libs/glib-2.10"
77
78 DEPEND="${RDEPEND}
79 >=dev-util/pkgconfig-0.9.0
80 nls? ( dev-util/intltool )"
81
82 PDEPEND=">=media-plugins/audacious-plugins-1.4.0"
83
84 src_compile() {
85 econf \
86 --enable-dbus \
87 --enable-samplerate \
88 $(use_enable chardet) \
89 $(use_enable nls) \
90 || die
91
92 emake || die "make failed"
93 }
94
95 src_install() {
96 make DESTDIR="${D}" install || die
97 dodoc AUTHORS NEWS README
98
99 # Gentoo_ice skin installation; bug #109772
100 insinto /usr/share/audacious/Skins/gentoo_ice
101 doins "${WORKDIR}"/gentoo_ice/*
102 docinto gentoo_ice
103 dodoc "${WORKDIR}"/README
104 }
105
106 pkg_postinst() {
107 elog "Note that you need to recompile *all* third-party plugins for Audacious 1.4"
108 elog "Plugins compiled against 1.3 will not be loaded. Remote control is now only "
109 elog "provided over D-Bus. Audacious offers both a private interface and an MPRIS "
110 elog "compliant interface on the bus."
111 }
112
113
114
115 --
116 gentoo-commits@g.o mailing list