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: audacious-plugins-2.4.4.ebuild ChangeLog
Date: Mon, 28 Feb 2011 00:09:29
Message-Id: 20110228000919.A956F20057@flycatcher.gentoo.org
1 chainsaw 11/02/28 00:09:19
2
3 Modified: ChangeLog
4 Added: audacious-plugins-2.4.4.ebuild
5 Log:
6 Version bump. Use emake like on 2.5-alpha ebuild.
7
8 (Portage version: 2.1.9.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.195 media-plugins/audacious-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.195&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.195&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.194&r2=1.195
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
20 retrieving revision 1.194
21 retrieving revision 1.195
22 diff -u -r1.194 -r1.195
23 --- ChangeLog 6 Feb 2011 17:48:09 -0000 1.194
24 +++ ChangeLog 28 Feb 2011 00:09:19 -0000 1.195
25 @@ -1,6 +1,12 @@
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.194 2011/02/06 17:48:09 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.195 2011/02/28 00:09:19 chainsaw Exp $
30 +
31 +*audacious-plugins-2.4.4 (28 Feb 2011)
32 +
33 + 28 Feb 2011; Tony Vroon <chainsaw@g.o>
34 + +audacious-plugins-2.4.4.ebuild:
35 + Version bump. Use emake like on 2.5-alpha ebuild.
36
37 06 Feb 2011; Samuli Suominen <ssuominen@g.o>
38 +files/2.4.3-libnotify-0.7.patch, audacious-plugins-2.4.3-r1.ebuild,
39
40
41
42 1.1 media-plugins/audacious-plugins/audacious-plugins-2.4.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: audacious-plugins-2.4.4.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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.4.ebuild,v 1.1 2011/02/28 00:09:19 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 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.4
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 ffmpeg? ( media-video/ffmpeg )
81 flac? ( >=media-libs/libvorbis-1.0
82 >=media-libs/flac-1.2.1-r1 )
83 fluidsynth? ( media-sound/fluidsynth )
84 jack? ( >=media-libs/bio2jack-0.4
85 media-sound/jack-audio-connection-kit )
86 lame? ( media-sound/lame )
87 lirc? ( app-misc/lirc )
88 mp3? ( >=media-sound/mpg123-1.12.1 )
89 mtp? ( media-libs/libmtp )
90 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
91 scrobbler? ( net-misc/curl )
92 sdl? ( >=media-libs/libsdl-1.2.5 )
93 sid? ( >=media-libs/libsidplay-2.1.1-r2 )
94 sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
95 vorbis? ( >=media-libs/libvorbis-1.2.0
96 >=media-libs/libogg-1.1.3 )
97 wavpack? ( >=media-sound/wavpack-4.50.1-r1 )"
98
99 DEPEND="${RDEPEND}
100 nls? ( dev-util/intltool )
101 >=dev-util/pkgconfig-0.9.0"
102
103 mp3_warning() {
104 if ! use mp3 ; then
105 ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
106 fi
107 }
108
109 src_compile() {
110 mp3_warning
111
112 econf \
113 --enable-chardet \
114 --enable-dbus \
115 --enable-modplug \
116 --enable-neon \
117 --disable-projectm \
118 --disable-projectm-1.0 \
119 $(use_enable adplug) \
120 $(use_enable aac) \
121 $(use_enable alsa) \
122 $(use_enable alsa bluetooth) \
123 $(use_enable alsa amidiplug-alsa) \
124 $(use_enable aqua coreaudio) \
125 $(use_enable aqua dockalbumart) \
126 $(use_enable bs2b) \
127 $(use_enable cdda cdaudio) \
128 $(use_enable cue) \
129 $(use_enable ffmpeg ffaudio) \
130 $(use_enable flac flacng) \
131 $(use_enable fluidsynth amidiplug-flsyn) \
132 $(use_enable flac filewriter_flac) \
133 $(use_enable ipv6) \
134 $(use_enable jack) \
135 $(use_enable gnome gnomeshortcuts) \
136 $(use_enable lame filewriter_mp3) \
137 $(use_enable lirc) \
138 $(use_enable mp3) \
139 $(use_enable midi amidiplug) \
140 $(use_enable mtp mtp_up) \
141 $(use_enable nls) \
142 $(use_enable oss) \
143 $(use_enable pulseaudio pulse) \
144 $(use_enable scrobbler) \
145 $(use_enable sdl paranormal) \
146 $(use_enable sid) \
147 $(use_enable sndfile) \
148 $(use_enable sse2) \
149 $(use_enable vorbis) \
150 $(use_enable vorbis filewriter_vorbis) \
151 $(use_enable wavpack)
152
153 emake || die "make failed"
154 }
155
156 src_install() {
157 emake DESTDIR="${D}" install || die
158 dodoc AUTHORS
159 }