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.4_alpha2.ebuild
Date: Fri, 25 Jun 2010 11:15:16
Message-Id: 20100625111513.B16472CF60@corvid.gentoo.org
1 chainsaw 10/06/25 11:15:13
2
3 Modified: ChangeLog
4 Added: audacious-plugins-2.4_alpha2.ebuild
5 Log:
6 New alpha release. The scrobbler plugin returns, this time threadless and without memory corruption problems. Much work has been done to the "new" GTK user interface, do try it. Bugs go upstream.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.174 media-plugins/audacious-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.174&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.174&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.173&r2=1.174
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
19 retrieving revision 1.173
20 retrieving revision 1.174
21 diff -u -r1.173 -r1.174
22 --- ChangeLog 22 Jun 2010 20:02:41 -0000 1.173
23 +++ ChangeLog 25 Jun 2010 11:15:13 -0000 1.174
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-plugins/audacious-plugins
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.173 2010/06/22 20:02:41 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.174 2010/06/25 11:15:13 chainsaw Exp $
29 +
30 +*audacious-plugins-2.4_alpha2 (25 Jun 2010)
31 +
32 + 25 Jun 2010; <chainsaw@g.o> +audacious-plugins-2.4_alpha2.ebuild:
33 + New alpha release. The scrobbler plugin returns, this time threadless and
34 + without memory corruption problems. Much work has been done to the "new"
35 + GTK user interface, do try it. Bugs go upstream.
36
37 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
38 audacious-plugins-2.2-r2.ebuild, audacious-plugins-2.3.ebuild,
39
40
41
42 1.1 media-plugins/audacious-plugins/audacious-plugins-2.4_alpha2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4_alpha2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4_alpha2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: audacious-plugins-2.4_alpha2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 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-2.4_alpha2.ebuild,v 1.1 2010/06/25 11:15:13 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 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
64 IUSE="aac adplug alsa aqua bs2b cdda cue debug esd ffmpeg flac fluidsynth gnome ipv6 jack
65 lame lirc midi mp3 mtp nls oss pulseaudio scrobbler sdl sid sndfile sse2 vorbis wavpack"
66
67 RDEPEND="app-arch/unzip
68 >=dev-libs/dbus-glib-0.60
69 dev-libs/libxml2
70 >=media-sound/audacious-2.4_alpha2
71 >=net-libs/neon-0.26.4
72 >=x11-libs/gtk+-2.14
73 aac? ( >=media-libs/faad2-2.7 )
74 adplug? ( >=dev-cpp/libbinio-1.4 )
75 alsa? ( >=media-libs/alsa-lib-1.0.16 )
76 bs2b? ( media-libs/libbs2b )
77 cdda? ( >=media-libs/libcddb-1.2.1
78 >=dev-libs/libcdio-0.79-r1 )
79 cue? ( media-libs/libcue )
80 esd? ( >=media-sound/esound-0.2.38-r1 )
81 ffmpeg? ( media-video/ffmpeg )
82 flac? ( >=media-libs/libvorbis-1.0
83 >=media-libs/flac-1.2.1-r1 )
84 fluidsynth? ( media-sound/fluidsynth )
85 jack? ( >=media-libs/bio2jack-0.4
86 media-sound/jack-audio-connection-kit )
87 lame? ( media-sound/lame )
88 lirc? ( app-misc/lirc )
89 mp3? ( >=media-sound/mpg123-1.12.1 )
90 mtp? ( media-libs/libmtp )
91 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
92 scrobbler? ( net-misc/curl )
93 sdl? ( >=media-libs/libsdl-1.2.5 )
94 sid? ( >=media-libs/libsidplay-2.1.1-r2 )
95 sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
96 vorbis? ( >=media-libs/libvorbis-1.2.0
97 >=media-libs/libogg-1.1.3 )
98 wavpack? ( >=media-sound/wavpack-4.50.1-r1 )"
99
100 DEPEND="${RDEPEND}
101 nls? ( dev-util/intltool )
102 >=dev-util/pkgconfig-0.9.0"
103
104 mp3_warning() {
105 if ! use mp3 ; then
106 ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
107 fi
108 }
109
110 src_compile() {
111 mp3_warning
112
113 econf \
114 --enable-chardet \
115 --enable-dbus \
116 --enable-modplug \
117 --enable-neon \
118 --disable-projectm \
119 --disable-projectm-1.0 \
120 $(use_enable adplug) \
121 $(use_enable aac) \
122 $(use_enable alsa) \
123 $(use_enable alsa bluetooth) \
124 $(use_enable alsa amidiplug-alsa) \
125 $(use_enable aqua coreaudio) \
126 $(use_enable aqua dockalbumart) \
127 $(use_enable bs2b) \
128 $(use_enable cdda cdaudio) \
129 $(use_enable cue) \
130 $(use_enable debug) \
131 $(use_enable esd) \
132 $(use_enable ffmpeg ffaudio) \
133 $(use_enable flac flacng) \
134 $(use_enable fluidsynth amidiplug-flsyn) \
135 $(use_enable flac filewriter_flac) \
136 $(use_enable ipv6) \
137 $(use_enable jack) \
138 $(use_enable gnome gnomeshortcuts) \
139 $(use_enable lame filewriter_mp3) \
140 $(use_enable lirc) \
141 $(use_enable mp3) \
142 $(use_enable midi amidiplug) \
143 $(use_enable mtp mtp_up) \
144 $(use_enable nls) \
145 $(use_enable oss) \
146 $(use_enable pulseaudio pulse) \
147 $(use_enable scrobbler) \
148 $(use_enable sdl paranormal) \
149 $(use_enable sid) \
150 $(use_enable sndfile) \
151 $(use_enable sse2) \
152 $(use_enable vorbis) \
153 $(use_enable vorbis filewriter_vorbis) \
154 $(use_enable wavpack)
155
156 emake || die "make failed"
157 }
158
159 src_install() {
160 make DESTDIR="${D}" install || die
161 dodoc AUTHORS
162 }
163
164 pkg_postinst() {
165 mp3_warning
166 einfo "Your bug reports for this alpha version should go upstream: http://jira.atheme.org/"
167 }