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-2.5.3.ebuild
Date: Wed, 29 Jun 2011 22:49:24
Message-Id: 20110629224913.E5C5320054@flycatcher.gentoo.org
1 chainsaw 11/06/29 22:49:13
2
3 Modified: ChangeLog
4 Added: audacious-plugins-2.5.3.ebuild
5 Log:
6 Bugfix release; restores compatibility with newest libav/ffmpeg and addresses double free in the cue plugin. Closes bug #373157 by shinydoofy.
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.211 media-plugins/audacious-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.211&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.211&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.210&r2=1.211
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
20 retrieving revision 1.210
21 retrieving revision 1.211
22 diff -u -r1.210 -r1.211
23 --- ChangeLog 24 Jun 2011 23:07:37 -0000 1.210
24 +++ ChangeLog 29 Jun 2011 22:49:13 -0000 1.211
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-plugins/audacious-plugins
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.210 2011/06/24 23:07:37 chainsaw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.211 2011/06/29 22:49:13 chainsaw Exp $
30 +
31 +*audacious-plugins-2.5.3 (29 Jun 2011)
32 +
33 + 29 Jun 2011; Tony Vroon <chainsaw@g.o>
34 + +audacious-plugins-2.5.3.ebuild:
35 + Bugfix release; restores compatibility with newest libav/ffmpeg and addresses
36 + double free in the cue plugin. Closes bug #373157 by shinydoofy.
37
38 *audacious-plugins-2.5.2 (24 Jun 2011)
39
40
41
42
43 1.1 media-plugins/audacious-plugins/audacious-plugins-2.5.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: audacious-plugins-2.5.3.ebuild
49 ===================================================================
50 # Copyright 1999-2011 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-2.5.3.ebuild,v 1.1 2011/06/29 22:49:13 chainsaw Exp $
53
54 EAPI=4
55
56 inherit eutils flag-o-matic
57
58 MY_P="${P/_/-}"
59 S="${WORKDIR}/${MY_P}"
60 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
61 HOMEPAGE="http://audacious-media-player.org/"
62 SRC_URI="http://distfiles.atheme.org/${MY_P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
67 IUSE="aac adplug alsa aqua bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack
68 lame libnotify libsamplerate lirc midi mms mp3 mtp nls oss pulseaudio scrobbler sdl sid sndfile sse2 vorbis wavpack"
69
70 RDEPEND="app-arch/unzip
71 >=dev-libs/dbus-glib-0.60
72 dev-libs/libxml2:2
73 >=media-sound/audacious-2.5.3
74 >=net-libs/neon-0.26.4
75 >=x11-libs/gtk+-2.14:2
76 aac? ( >=media-libs/faad2-2.7 )
77 adplug? ( >=dev-cpp/libbinio-1.4 )
78 alsa? ( >=media-libs/alsa-lib-1.0.16 )
79 bs2b? ( media-libs/libbs2b )
80 cdda? ( >=media-libs/libcddb-1.2.1
81 >=dev-libs/libcdio-0.79-r1 )
82 cue? ( media-libs/libcue )
83 ffmpeg? ( virtual/ffmpeg )
84 flac? ( >=media-libs/libvorbis-1.0
85 >=media-libs/flac-1.2.1-r1 )
86 fluidsynth? ( media-sound/fluidsynth )
87 jack? ( >=media-libs/bio2jack-0.4
88 media-sound/jack-audio-connection-kit )
89 lame? ( media-sound/lame )
90 libnotify? ( x11-libs/libnotify )
91 libsamplerate? ( media-libs/libsamplerate )
92 lirc? ( app-misc/lirc )
93 mms? ( >=media-libs/libmms-0.3 )
94 mp3? ( >=media-sound/mpg123-1.12.1 )
95 mtp? ( media-libs/libmtp )
96 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
97 scrobbler? ( net-misc/curl )
98 sdl? ( >=media-libs/libsdl-1.2.5 )
99 sid? ( >=media-libs/libsidplay-2.1.1-r2 )
100 sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
101 vorbis? ( >=media-libs/libvorbis-1.2.0
102 >=media-libs/libogg-1.1.3 )
103 wavpack? ( >=media-sound/wavpack-4.50.1-r1 )"
104
105 DEPEND="${RDEPEND}
106 nls? ( dev-util/intltool )
107 >=dev-util/pkgconfig-0.9.0"
108
109 mp3_warning() {
110 if ! use mp3 ; then
111 ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
112 fi
113 }
114
115 src_configure() {
116 mp3_warning
117
118 econf \
119 --enable-chardet \
120 --enable-modplug \
121 --enable-neon \
122 --disable-projectm-1.0 \
123 $(use_enable adplug) \
124 $(use_enable aac) \
125 $(use_enable alsa) \
126 $(use_enable alsa bluetooth) \
127 $(use_enable alsa amidiplug-alsa) \
128 $(use_enable aqua coreaudio) \
129 $(use_enable aqua dockalbumart) \
130 $(use_enable bs2b) \
131 $(use_enable cdda cdaudio) \
132 $(use_enable cue) \
133 $(use_enable ffmpeg ffaudio) \
134 $(use_enable flac flacng) \
135 $(use_enable fluidsynth amidiplug-flsyn) \
136 $(use_enable flac filewriter_flac) \
137 $(use_enable ipv6) \
138 $(use_enable jack) \
139 $(use_enable gnome gnomeshortcuts) \
140 $(use_enable lame filewriter_mp3) \
141 $(use_enable libnotify notify) \
142 $(use_enable libsamplerate resample) \
143 $(use_enable lirc) \
144 $(use_enable mms) \
145 $(use_enable mp3) \
146 $(use_enable midi amidiplug) \
147 $(use_enable mtp mtp_up) \
148 $(use_enable nls) \
149 $(use_enable oss) \
150 $(use_enable pulseaudio pulse) \
151 $(use_enable scrobbler) \
152 $(use_enable sdl paranormal) \
153 $(use_enable sid) \
154 $(use_enable sndfile) \
155 $(use_enable sse2) \
156 $(use_enable vorbis) \
157 $(use_enable vorbis filewriter_vorbis) \
158 $(use_enable wavpack)
159 }
160
161 src_compile() {
162 emake || die "make failed"
163 }
164
165 src_install() {
166 emake DESTDIR="${D}" install || die
167 dodoc AUTHORS
168 }