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.4-r1.ebuild audacious-plugins-2.4.4.ebuild
Date: Mon, 28 Feb 2011 11:43:28
Message-Id: 20110228114303.5540A20054@flycatcher.gentoo.org
1 chainsaw 11/02/28 11:43:03
2
3 Modified: ChangeLog
4 Added: audacious-plugins-2.4.4-r1.ebuild
5 Removed: audacious-plugins-2.4.4.ebuild
6 Log:
7 Redo ebuild with missed libnotify changes. Patch from Samuli is upstream now.
8
9 (Portage version: 2.1.9.41/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.196 media-plugins/audacious-plugins/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.196&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.196&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.195&r2=1.196
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
21 retrieving revision 1.195
22 retrieving revision 1.196
23 diff -u -r1.195 -r1.196
24 --- ChangeLog 28 Feb 2011 00:09:19 -0000 1.195
25 +++ ChangeLog 28 Feb 2011 11:43:03 -0000 1.196
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-plugins/audacious-plugins
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.195 2011/02/28 00:09:19 chainsaw Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.196 2011/02/28 11:43:03 chainsaw Exp $
31 +
32 +*audacious-plugins-2.4.4-r1 (28 Feb 2011)
33 +
34 + 28 Feb 2011; Tony Vroon <chainsaw@g.o>
35 + -audacious-plugins-2.4.4.ebuild, +audacious-plugins-2.4.4-r1.ebuild:
36 + Redo ebuild with missed libnotify changes. Patch from Samuli is upstream now.
37
38 *audacious-plugins-2.4.4 (28 Feb 2011)
39
40
41
42
43 1.1 media-plugins/audacious-plugins/audacious-plugins-2.4.4-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.4-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.4-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: audacious-plugins-2.4.4-r1.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.4.4-r1.ebuild,v 1.1 2011/02/28 11:43:03 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 ffmpeg flac fluidsynth gnome ipv6 jack
66 lame libnotify libsamplerate 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.4
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 libnotify? ( x11-libs/libnotify )
89 libsamplerate? ( media-libs/libsamplerate )
90 lirc? ( app-misc/lirc )
91 mp3? ( >=media-sound/mpg123-1.12.1 )
92 mtp? ( media-libs/libmtp )
93 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
94 scrobbler? ( net-misc/curl )
95 sdl? ( >=media-libs/libsdl-1.2.5 )
96 sid? ( >=media-libs/libsidplay-2.1.1-r2 )
97 sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
98 vorbis? ( >=media-libs/libvorbis-1.2.0
99 >=media-libs/libogg-1.1.3 )
100 wavpack? ( >=media-sound/wavpack-4.50.1-r1 )"
101
102 DEPEND="${RDEPEND}
103 nls? ( dev-util/intltool )
104 >=dev-util/pkgconfig-0.9.0"
105
106 mp3_warning() {
107 if ! use mp3 ; then
108 ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
109 fi
110 }
111
112 src_compile() {
113 mp3_warning
114
115 econf \
116 --enable-chardet \
117 --enable-dbus \
118 --enable-modplug \
119 --enable-neon \
120 --disable-projectm \
121 --disable-projectm-1.0 \
122 $(use_enable adplug) \
123 $(use_enable aac) \
124 $(use_enable alsa) \
125 $(use_enable alsa bluetooth) \
126 $(use_enable alsa amidiplug-alsa) \
127 $(use_enable aqua coreaudio) \
128 $(use_enable aqua dockalbumart) \
129 $(use_enable bs2b) \
130 $(use_enable cdda cdaudio) \
131 $(use_enable cue) \
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 libnotify notify) \
141 $(use_enable libsamplerate resample) \
142 $(use_enable lirc) \
143 $(use_enable mp3) \
144 $(use_enable midi amidiplug) \
145 $(use_enable mtp mtp_up) \
146 $(use_enable nls) \
147 $(use_enable oss) \
148 $(use_enable pulseaudio pulse) \
149 $(use_enable scrobbler) \
150 $(use_enable sdl paranormal) \
151 $(use_enable sid) \
152 $(use_enable sndfile) \
153 $(use_enable sse2) \
154 $(use_enable vorbis) \
155 $(use_enable vorbis filewriter_vorbis) \
156 $(use_enable wavpack)
157
158 emake || die "make failed"
159 }
160
161 src_install() {
162 emake DESTDIR="${D}" install || die
163 dodoc AUTHORS
164 }