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.0_alpha2.ebuild
Date: Thu, 30 Apr 2009 16:41:36
Message-Id: E1LzZKH-0001zG-6K@stork.gentoo.org
1 chainsaw 09/04/30 16:41:33
2
3 Modified: ChangeLog
4 Added: audacious-plugins-2.0_alpha2.ebuild
5 Log:
6 Second developer alpha. This uses GIO instead of standard POSIX I/O, so files on Samba shares will work now if you use GVFS, feature requested by my good friend pheand. This is for you.
7 (Portage version: 2.1.6.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.106 media-plugins/audacious-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.106&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.106&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.105&r2=1.106
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
19 retrieving revision 1.105
20 retrieving revision 1.106
21 diff -u -r1.105 -r1.106
22 --- ChangeLog 17 Apr 2009 12:12:30 -0000 1.105
23 +++ ChangeLog 30 Apr 2009 16:41:33 -0000 1.106
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.105 2009/04/17 12:12:30 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.106 2009/04/30 16:41:33 chainsaw Exp $
29 +
30 +*audacious-plugins-2.0_alpha2 (30 Apr 2009)
31 +
32 + 30 Apr 2009; <chainsaw@g.o> +audacious-plugins-2.0_alpha2.ebuild:
33 + Second developer alpha. This uses GIO instead of standard POSIX I/O, so
34 + files on Samba shares will work now if you use GVFS. A crossfader has been
35 + added.
36
37 *audacious-plugins-2.0_alpha1 (17 Apr 2009)
38
39
40
41
42 1.1 media-plugins/audacious-plugins/audacious-plugins-2.0_alpha2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0_alpha2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0_alpha2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: audacious-plugins-2.0_alpha2.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.0_alpha2.ebuild,v 1.1 2009/04/30 16:41:33 chainsaw Exp $
52
53 inherit eutils
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 arts cdaudio esd flac gnome icecast ipv6 jack lirc mp3 mtp musepack nls oss pulseaudio scrobbler sdl sid sndfile sse2 timidity tta vorbis wavpack wma"
65
66 RDEPEND="app-arch/unzip
67 >=dev-libs/libcdio-0.79-r1
68 >=dev-libs/dbus-glib-0.60
69 dev-libs/libxml2
70 >=media-sound/audacious-2.0_alpha2
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 arts? ( kde-base/arts )
76 cdaudio? ( >=media-libs/libcddb-1.2.1 )
77 esd? ( >=media-sound/esound-0.2.38-r1 )
78 flac? ( >=media-libs/libvorbis-1.0
79 >=media-libs/flac-1.2.1-r1 )
80 jack? ( >=media-libs/bio2jack-0.4
81 media-sound/jack-audio-connection-kit )
82 lirc? ( app-misc/lirc )
83 mp3? ( media-libs/libmad )
84 mtp? ( media-libs/libmtp )
85 musepack? ( media-libs/libmpcdec media-libs/taglib )
86 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
87 scrobbler? ( net-misc/curl
88 media-libs/musicbrainz )
89 sdl? ( >=media-libs/libsdl-1.2.5 )
90 sid? ( media-libs/libsidplay )
91 sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
92 timidity? ( media-sound/timidity++ )
93 tta? ( media-libs/libid3tag )
94 vorbis? ( >=media-libs/libvorbis-1.2.0
95 >=media-libs/libogg-1.1.3 )
96 wavpack? ( >=media-sound/wavpack-4.41.0 )
97 wma? ( >=media-libs/libmms-0.3 )"
98
99 DEPEND="${RDEPEND}
100 nls? ( dev-util/intltool )
101 >=dev-util/pkgconfig-0.9.0"
102
103 mp3_warning() {
104 if ! useq 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 # This is masked in the portage tree, so I'll save you the
111 # popup. Be good, bugs go upstream and we like patches.
112 append-flags -DNOT_ALPHA_RELEASE
113
114 mp3_warning
115
116 econf \
117 --enable-aac \
118 --enable-chardet \
119 --enable-dbus \
120 --enable-modplug \
121 --enable-neon \
122 --disable-coreaudio \
123 --disable-dockalbumart \
124 --disable-projectm \
125 --disable-projectm-1.0 \
126 --disable-rootvis \
127 $(use_enable adplug) \
128 $(use_enable alsa) \
129 $(use_enable alsa bluetooth) \
130 $(use_enable arts) \
131 $(use_enable cdaudio) \
132 $(use_enable esd) \
133 $(use_enable flac flacng) \
134 $(use_enable flac filewriter_flac) \
135 $(use_enable ipv6) \
136 $(use_enable jack) \
137 $(use_enable gnome gnomeshortcuts) \
138 $(use_enable lirc) \
139 $(use_enable mp3) \
140 $(use_enable musepack) \
141 $(use_enable mtp mtp_up) \
142 $(use_enable nls) \
143 $(use_enable oss) \
144 $(use_enable pulseaudio pulse) \
145 $(use_enable sdl paranormal) \
146 $(use_enable sid) \
147 $(use_enable sndfile) \
148 $(use_enable sse2) \
149 $(use_enable timidity) \
150 $(use_enable tta) \
151 $(use_enable vorbis) \
152 $(use_enable vorbis filewriter_vorbis) \
153 $(use_enable wavpack) \
154 $(use_enable wma) \
155 $(use_enable wma mms) \
156 || die
157
158 emake || die "make failed"
159 }
160
161 src_install() {
162 make DESTDIR="${D}" install || die
163 dodoc AUTHORS
164 }
165
166 pkg_postinst() {
167 mp3_warning
168 }