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-plugins/audacious-plugins: ChangeLog audacious-plugins-1.4.0_rc1-r2.ebuild
Date: Sat, 03 Nov 2007 00:55:31
Message-Id: E1Io7IJ-0002t3-53@stork.gentoo.org
1 chainsaw 07/11/03 00:55:23
2
3 Modified: ChangeLog
4 Added: audacious-plugins-1.4.0_rc1-r2.ebuild
5 Log:
6 Make D-Bus dependency mandatory, remote control will not work otherwise. Closes bug #197894.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.66 media-plugins/audacious-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.66&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.66&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.65&r2=1.66
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
19 retrieving revision 1.65
20 retrieving revision 1.66
21 diff -u -r1.65 -r1.66
22 --- ChangeLog 2 Nov 2007 11:16:46 -0000 1.65
23 +++ ChangeLog 3 Nov 2007 00:55:22 -0000 1.66
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-plugins/audacious-plugins
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.65 2007/11/02 11:16:46 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.66 2007/11/03 00:55:22 chainsaw Exp $
29 +
30 +*audacious-plugins-1.4.0_rc1-r2 (03 Nov 2007)
31 +
32 + 03 Nov 2007; Tony Vroon <chainsaw@g.o>
33 + +audacious-plugins-1.4.0_rc1-r2.ebuild:
34 + Make D-Bus dependency mandatory, remote control will not work otherwise.
35 + Closes bug #197894.
36
37 *audacious-plugins-1.4.0_rc1-r1 (02 Nov 2007)
38
39
40
41
42 1.1 media-plugins/audacious-plugins/audacious-plugins-1.4.0_rc1-r2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.0_rc1-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.0_rc1-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: audacious-plugins-1.4.0_rc1-r2.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-plugins/audacious-plugins/audacious-plugins-1.4.0_rc1-r2.ebuild,v 1.1 2007/11/03 00:55:22 chainsaw Exp $
52
53 inherit eutils 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
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 IUSE="aac adplug alsa arts chardet esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio sdl sid sndfile timidity tta vorbis wavpack wma"
65
66 RDEPEND="app-arch/unzip
67 >=dev-libs/dbus-glib-0.60
68 >=dev-libs/libcdio-0.78.2
69 dev-libs/libxml2
70 >=gnome-base/libglade-2.3.1
71 media-libs/libsamplerate
72 >=media-libs/libcddb-1.2.1
73 >=media-sound/audacious-1.4.0_rc1-r1
74 >=net-misc/neon-0.26.3
75 >=x11-libs/gtk+-2.6
76 adplug? ( >=dev-cpp/libbinio-1.4 )
77 alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 )
78 arts? ( kde-base/arts )
79 esd? ( >=media-sound/esound-0.2.30 )
80 flac? ( >=media-libs/libvorbis-1.0 )
81 jack? ( >=media-libs/bio2jack-0.4
82 media-sound/jack-audio-connection-kit )
83 lirc? ( app-misc/lirc )
84 mp3? ( media-libs/libmad )
85 mtp? ( >=media-libs/libmtp-0.2.3 )
86 musepack? ( media-libs/libmpcdec media-libs/taglib )
87 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
88 sdl? ( >=media-libs/libsdl-1.2.5 )
89 sid? ( media-libs/libsidplay )
90 sndfile? ( media-libs/libsndfile )
91 timidity? ( media-sound/timidity++ )
92 tta? ( media-libs/libid3tag )
93 vorbis? ( >=media-libs/libvorbis-1.0
94 >=media-libs/libogg-1.0 )
95 wavpack? ( >=media-sound/wavpack-4.31 )
96 wma? ( >=media-libs/libmms-0.3 )"
97
98 DEPEND="${RDEPEND}
99 nls? ( dev-util/intltool )
100 >=dev-util/pkgconfig-0.9.0"
101
102 mp3_warning() {
103 if ! useq mp3 ; then
104 echo
105 ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
106 echo
107 fi
108 }
109
110 src_compile() {
111 mp3_warning
112
113 econf \
114 --enable-cdaudio-ng \
115 --enable-dbus \
116 --enable-neon \
117 $(use_enable aac) \
118 $(use_enable adplug) \
119 $(use_enable alsa) \
120 $(use_enable arts) \
121 $(use_enable chardet) \
122 $(use_enable esd) \
123 $(use_enable flac) \
124 $(use_enable jack) \
125 $(use_enable gnome gnomeshortcuts) \
126 $(use_enable lirc) \
127 $(use_enable mp3) \
128 $(use_enable modplug) \
129 $(use_enable musepack) \
130 $(use_enable mtp mtp_up) \
131 $(use_enable nls) \
132 $(use_enable oss) \
133 $(use_enable pulseaudio pulse) \
134 $(use_enable sdl paranormal) \
135 $(use_enable sid) \
136 $(use_enable sndfile) \
137 $(use_enable timidity) \
138 $(use_enable tta) \
139 $(use_enable vorbis) \
140 $(use_enable wavpack) \
141 $(use_enable wma) \
142 || die
143
144 emake || die "make failed"
145 }
146
147 src_install() {
148 make DESTDIR="${D}" install || die
149 dodoc AUTHORS NEWS
150 }
151
152 pkg_postinst() {
153 mp3_warning
154 }
155
156
157
158 --
159 gentoo-commits@g.o mailing list