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