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.1_beta1.ebuild
Date: Fri, 26 Jun 2009 18:10:08
Message-Id: E1MKFsD-0003ET-CQ@stork.gentoo.org
1 chainsaw 09/06/26 18:10:05
2
3 Modified: ChangeLog
4 Added: audacious-plugins-2.1_beta1.ebuild
5 Log:
6 First beta for the 2.1 version; many more bug fixes and some GTK+ performance improvements. No longer masked, please test thoroughly. Bugs still upstream please.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.123 media-plugins/audacious-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.123&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.123&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.122&r2=1.123
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
19 retrieving revision 1.122
20 retrieving revision 1.123
21 diff -u -r1.122 -r1.123
22 --- ChangeLog 23 Jun 2009 22:22:43 -0000 1.122
23 +++ ChangeLog 26 Jun 2009 18:10:05 -0000 1.123
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-plugins/audacious-plugins
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.122 2009/06/23 22:22:43 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.123 2009/06/26 18:10:05 chainsaw Exp $
29 +
30 +*audacious-plugins-2.1_beta1 (26 Jun 2009)
31 +
32 + 26 Jun 2009; <chainsaw@g.o> +audacious-plugins-2.1_beta1.ebuild:
33 + First beta for the 2.1 version; many more bug fixes and some GTK+
34 + performance improvements. No longer masked, please test thoroughly. Bugs
35 + still upstream please.
36
37 *audacious-plugins-2.1_alpha2 (23 Jun 2009)
38
39
40
41
42 1.1 media-plugins/audacious-plugins/audacious-plugins-2.1_beta1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.1_beta1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.1_beta1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: audacious-plugins-2.1_beta1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 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.1_beta1.ebuild,v 1.1 2009/06/26 18:10:05 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"
64 IUSE="adplug alsa bs2b cdaudio esd flac gnome icecast ipv6 jack lirc mp3 mtp musepack
65 nls oss projectm pulseaudio scrobbler sdl sid sndfile sse2 timidity tta vorbis wavpack wma"
66
67 RDEPEND="app-arch/unzip
68 >=dev-libs/dbus-glib-0.60
69 dev-libs/libxml2
70 >=media-sound/audacious-2.1_beta1
71 >=net-misc/neon-0.26.4
72 >=x11-libs/gtk+-2.14
73 adplug? ( >=dev-cpp/libbinio-1.4 )
74 alsa? ( >=media-libs/alsa-lib-1.0.16 )
75 bs2b? ( media-libs/libbs2b )
76 cdaudio? ( >=media-libs/libcddb-1.2.1
77 >=dev-libs/libcdio-0.79-r1 )
78 esd? ( >=media-sound/esound-0.2.38-r1 )
79 flac? ( >=media-libs/libvorbis-1.0
80 >=media-libs/flac-1.2.1-r1 )
81 jack? ( >=media-libs/bio2jack-0.4
82 media-sound/jack-audio-connection-kit )
83 lirc? ( app-misc/lirc )
84 mp3? ( media-libs/libmad )
85 mtp? ( media-libs/libmtp )
86 musepack? ( media-libs/libmpcdec media-libs/taglib )
87 projectm? ( >=media-libs/libprojectm-1.2.0
88 >=media-libs/libsdl-1.2.5 )
89 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
90 scrobbler? ( net-misc/curl )
91 sdl? ( >=media-libs/libsdl-1.2.5 )
92 sid? ( >=media-libs/libsidplay-2.1.1-r2 )
93 sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
94 timidity? ( media-sound/timidity++ )
95 tta? ( media-libs/libid3tag )
96 vorbis? ( >=media-libs/libvorbis-1.2.0
97 >=media-libs/libogg-1.1.3 )
98 wavpack? ( >=media-sound/wavpack-4.41.0 )
99 wma? ( >=media-libs/libmms-0.3 )"
100
101 DEPEND="${RDEPEND}
102 nls? ( dev-util/intltool )
103 >=dev-util/pkgconfig-0.9.0"
104
105 mp3_warning() {
106 if ! useq mp3 ; then
107 ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
108 fi
109 }
110
111 src_compile() {
112 mp3_warning
113
114 econf \
115 --enable-aac \
116 --enable-chardet \
117 --enable-dbus \
118 --enable-modplug \
119 --enable-neon \
120 --disable-coreaudio \
121 --disable-dockalbumart \
122 --disable-projectm \
123 $(use_enable projectm projectm-1.0) \
124 $(use_enable adplug) \
125 $(use_enable alsa) \
126 $(use_enable alsa bluetooth) \
127 $(use_enable bs2b) \
128 $(use_enable cdaudio) \
129 $(use_enable esd) \
130 $(use_enable flac flacng) \
131 $(use_enable flac filewriter_flac) \
132 $(use_enable ipv6) \
133 $(use_enable jack) \
134 $(use_enable gnome gnomeshortcuts) \
135 $(use_enable lirc) \
136 $(use_enable mp3) \
137 $(use_enable musepack) \
138 $(use_enable mtp mtp_up) \
139 $(use_enable nls) \
140 $(use_enable oss) \
141 $(use_enable pulseaudio pulse) \
142 $(use_enable sdl paranormal) \
143 $(use_enable sid) \
144 $(use_enable sndfile) \
145 $(use_enable sse2) \
146 $(use_enable timidity) \
147 $(use_enable tta) \
148 $(use_enable vorbis) \
149 $(use_enable vorbis filewriter_vorbis) \
150 $(use_enable wavpack) \
151 $(use_enable wma) \
152 $(use_enable wma mms) \
153 || die
154
155 emake || die "make failed"
156 }
157
158 src_install() {
159 make DESTDIR="${D}" install || die
160 dodoc AUTHORS
161 }
162
163 pkg_postinst() {
164 mp3_warning
165 }