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.0.ebuild audacious-plugins-2.4_rc2.ebuild
Date: Wed, 25 Aug 2010 23:32:51
Message-Id: 20100825233247.77EE620051@flycatcher.gentoo.org
1 chainsaw 10/08/25 23:32:47
2
3 Modified: ChangeLog
4 Added: audacious-plugins-2.4.0.ebuild
5 Removed: audacious-plugins-2.4_rc2.ebuild
6 Log:
7 Final release. Audacious 2.4 is now officially perfect so we are going into 2.5 development. Thank you for the bug reports on JIRA.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.181 media-plugins/audacious-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.181&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.181&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.180&r2=1.181
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
20 retrieving revision 1.180
21 retrieving revision 1.181
22 diff -u -r1.180 -r1.181
23 --- ChangeLog 23 Aug 2010 22:15:01 -0000 1.180
24 +++ ChangeLog 25 Aug 2010 23:32:47 -0000 1.181
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-plugins/audacious-plugins
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.180 2010/08/23 22:15:01 chainsaw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.181 2010/08/25 23:32:47 chainsaw Exp $
30 +
31 +*audacious-plugins-2.4.0 (25 Aug 2010)
32 +
33 + 25 Aug 2010; <chainsaw@g.o> -audacious-plugins-2.4_rc2.ebuild,
34 + +audacious-plugins-2.4.0.ebuild:
35 + Final release. Audacious 2.4 is now officially perfect so we are going
36 + into 2.5 development. Thank you for the bug reports on JIRA.
37
38 *audacious-plugins-2.4_rc3 (23 Aug 2010)
39
40
41
42
43 1.1 media-plugins/audacious-plugins/audacious-plugins-2.4.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: audacious-plugins-2.4.0.ebuild
49 ===================================================================
50 # Copyright 1999-2010 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.4.0.ebuild,v 1.1 2010/08/25 23:32:47 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 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
65 IUSE="aac adplug alsa aqua bs2b cdda cue debug ffmpeg flac fluidsynth gnome ipv6 jack
66 lame lirc midi mp3 mtp nls oss pulseaudio scrobbler sdl sid sndfile sse2 vorbis wavpack"
67
68 RDEPEND="app-arch/unzip
69 >=dev-libs/dbus-glib-0.60
70 dev-libs/libxml2
71 >=media-sound/audacious-2.4.0
72 >=net-libs/neon-0.26.4
73 >=x11-libs/gtk+-2.14
74 aac? ( >=media-libs/faad2-2.7 )
75 adplug? ( >=dev-cpp/libbinio-1.4 )
76 alsa? ( >=media-libs/alsa-lib-1.0.16 )
77 bs2b? ( media-libs/libbs2b )
78 cdda? ( >=media-libs/libcddb-1.2.1
79 >=dev-libs/libcdio-0.79-r1 )
80 cue? ( media-libs/libcue )
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 ffmpeg ffaudio) \
132 $(use_enable flac flacng) \
133 $(use_enable fluidsynth amidiplug-flsyn) \
134 $(use_enable flac filewriter_flac) \
135 $(use_enable ipv6) \
136 $(use_enable jack) \
137 $(use_enable gnome gnomeshortcuts) \
138 $(use_enable lame filewriter_mp3) \
139 $(use_enable lirc) \
140 $(use_enable mp3) \
141 $(use_enable midi amidiplug) \
142 $(use_enable mtp mtp_up) \
143 $(use_enable nls) \
144 $(use_enable oss) \
145 $(use_enable pulseaudio pulse) \
146 $(use_enable scrobbler) \
147 $(use_enable sdl paranormal) \
148 $(use_enable sid) \
149 $(use_enable sndfile) \
150 $(use_enable sse2) \
151 $(use_enable vorbis) \
152 $(use_enable vorbis filewriter_vorbis) \
153 $(use_enable wavpack)
154
155 emake || die "make failed"
156 }
157
158 src_install() {
159 make DESTDIR="${D}" install || die
160 dodoc AUTHORS
161 }