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_rc1.ebuild
Date: Thu, 01 Nov 2007 23:51:09
Message-Id: E1InjoX-0001VF-41@stork.gentoo.org
1 chainsaw 07/11/01 23:51:05
2
3 Modified: ChangeLog
4 Added: audacious-1.4.0_rc1.ebuild
5 Log:
6 Adding release candidate 1.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.125 media-sound/audacious/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.125&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.125&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.124&r2=1.125
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
19 retrieving revision 1.124
20 retrieving revision 1.125
21 diff -u -r1.124 -r1.125
22 --- ChangeLog 31 Oct 2007 17:06:22 -0000 1.124
23 +++ ChangeLog 1 Nov 2007 23:51:04 -0000 1.125
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/audacious
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.124 2007/10/31 17:06:22 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.125 2007/11/01 23:51:04 chainsaw Exp $
29 +
30 +*audacious-1.4.0_rc1 (01 Nov 2007)
31 +
32 + 01 Nov 2007; Tony Vroon <chainsaw@g.o> +audacious-1.4.0_rc1.ebuild:
33 + Adding release candidate 1.
34
35 *audacious-1.4.0_beta4 (31 Oct 2007)
36
37
38
39
40 1.1 media-sound/audacious/audacious-1.4.0_rc1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: audacious-1.4.0_rc1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1.ebuild,v 1.1 2007/11/01 23:51:04 chainsaw Exp $
50
51 inherit flag-o-matic
52
53 MY_P="${P/_/-}"
54 S="${WORKDIR}/${MY_P}"
55 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
56 HOMEPAGE="http://audacious-media-player.org/"
57 SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz
58 mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="chardet dbus nls"
64
65 RDEPEND="dbus? ( >=dev-libs/dbus-glib-0.60 )
66 >=dev-libs/libmcs-0.6.0
67 >=dev-libs/libmowgli-0.5.0
68 dev-libs/libxml2
69 >=gnome-base/libglade-2.3.1
70 media-libs/libsamplerate
71 >=x11-libs/gtk+-2.6
72 >=dev-libs/glib-2.10"
73
74 DEPEND="${RDEPEND}
75 >=dev-util/pkgconfig-0.9.0
76 nls? ( dev-util/intltool )"
77
78 PDEPEND=">=media-plugins/audacious-plugins-1.4.0_rc1"
79
80 src_compile() {
81 econf \
82 --enable-samplerate \
83 $(use_enable chardet) \
84 $(use_enable dbus) \
85 $(use_enable nls) \
86 || die
87
88 emake || die "make failed"
89 }
90
91 src_install() {
92 make DESTDIR="${D}" install || die
93 dodoc AUTHORS NEWS README
94
95 # Gentoo_ice skin installation; bug #109772
96 insinto /usr/share/audacious/Skins/gentoo_ice
97 doins "${WORKDIR}"/gentoo_ice/*
98 docinto gentoo_ice
99 dodoc "${WORKDIR}"/README
100 }
101
102 pkg_postinst() {
103 elog "Note that you need to recompile *all* third-party plugins for Audacious 1.4"
104 elog "Plugins compiled against 1.3 will not be loaded. Remote control is now only "
105 elog "provided over D-Bus. Audacious offers both a private interface and an MPRIS "
106 elog "compliant interface on the bus."
107 }
108
109
110
111 --
112 gentoo-commits@g.o mailing list