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