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.5.ebuild
Date: Sat, 02 Feb 2008 17:57:00
Message-Id: E1JLMbp-0000ng-9a@stork.gentoo.org
1 chainsaw 08/02/02 17:56:57
2
3 Modified: ChangeLog
4 Added: audacious-plugins-1.4.5.ebuild
5 Log:
6 Version bump. Contains improved (stream) ICY metadata and HTTP redirect handling. The madplug (MP3) plugin is now more resilient against badly written ID3 tags.
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.84 media-plugins/audacious-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.84&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.84&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.83&r2=1.84
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
19 retrieving revision 1.83
20 retrieving revision 1.84
21 diff -u -r1.83 -r1.84
22 --- ChangeLog 29 Jan 2008 13:53:37 -0000 1.83
23 +++ ChangeLog 2 Feb 2008 17:56:56 -0000 1.84
24 @@ -1,6 +1,14 @@
25 # ChangeLog for media-plugins/audacious-plugins
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.83 2008/01/29 13:53:37 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.84 2008/02/02 17:56:56 chainsaw Exp $
29 +
30 +*audacious-plugins-1.4.5 (02 Feb 2008)
31 +
32 + 02 Feb 2008; Tony Vroon <chainsaw@g.o>
33 + +audacious-plugins-1.4.5.ebuild:
34 + Version bump. Contains improved (stream) ICY metadata and HTTP redirect
35 + handling. The madplug (MP3) plugin is now more resilient against badly
36 + written ID3 tags.
37
38 29 Jan 2008; Tony Vroon <chainsaw@g.o>
39 -audacious-plugins-1.3.3.ebuild, -audacious-plugins-1.3.4.ebuild,
40
41
42
43 1.1 media-plugins/audacious-plugins/audacious-plugins-1.4.5.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: audacious-plugins-1.4.5.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.5.ebuild,v 1.1 2008/02/02 17:56:56 chainsaw Exp $
53
54 inherit eutils flag-o-matic
55
56 MY_P="${P/_/-}"
57 S="${WORKDIR}/${MY_P}"
58 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
59 HOMEPAGE="http://audacious-media-player.org/"
60 SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 IUSE="aac adplug alsa arts chardet dbus esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio sdl sid sndfile sse2 timidity tta vorbis wavpack wma"
66
67 RDEPEND="app-arch/unzip
68 >=dev-libs/libcdio-0.78.2
69 dev-libs/libxml2
70 >=gnome-base/libglade-2.3.1
71 >=media-libs/libcddb-1.2.1
72 >=media-sound/audacious-1.4.6
73 >=net-misc/neon-0.26.3
74 >=x11-libs/gtk+-2.6
75 adplug? ( >=dev-cpp/libbinio-1.4 )
76 alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 )
77 arts? ( kde-base/arts )
78 dbus? ( >=dev-libs/dbus-glib-0.60 )
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-1.0.17-r1 )
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 ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
105 fi
106 }
107
108 src_compile() {
109 mp3_warning
110
111 econf \
112 --enable-cdaudio-ng \
113 --enable-neon \
114 --disable-projectm \
115 --disable-projectm-1.0 \
116 $(use_enable aac) \
117 $(use_enable adplug) \
118 $(use_enable alsa) \
119 $(use_enable arts) \
120 $(use_enable chardet) \
121 $(use_enable dbus) \
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 sse2) \
138 $(use_enable timidity) \
139 $(use_enable tta) \
140 $(use_enable vorbis) \
141 $(use_enable wavpack) \
142 $(use_enable wma) \
143 || die
144
145 emake || die "make failed"
146 }
147
148 src_install() {
149 make DESTDIR="${D}" install || die
150 dodoc AUTHORS NEWS
151 }
152
153 pkg_postinst() {
154 mp3_warning
155 }
156
157
158
159 --
160 gentoo-commits@l.g.o mailing list