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-1.4.3.2.ebuild
Date: Mon, 31 Dec 2007 11:45:02
Message-Id: E1J9J4j-0004Ss-Q2@stork.gentoo.org
1 chainsaw 07/12/31 11:44:57
2
3 Modified: ChangeLog
4 Added: audacious-plugins-1.4.3.2.ebuild
5 Log:
6 Version bump. Numerous bugfixes.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.74 media-plugins/audacious-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.74&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.73&r2=1.74
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- ChangeLog 3 Dec 2007 18:00:48 -0000 1.73
23 +++ ChangeLog 31 Dec 2007 11:44:57 -0000 1.74
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/audacious-plugins
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.73 2007/12/03 18:00:48 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.74 2007/12/31 11:44:57 chainsaw Exp $
29 +
30 +*audacious-plugins-1.4.3.2 (31 Dec 2007)
31 +
32 + 31 Dec 2007; Tony Vroon <chainsaw@g.o>
33 + +audacious-plugins-1.4.3.2.ebuild:
34 + Version bump. Numerous bugfixes.
35
36 03 Dec 2007; Tony Vroon <chainsaw@g.o>
37 -audacious-plugins-1.4.0.ebuild, audacious-plugins-1.4.2.ebuild:
38
39
40
41 1.1 media-plugins/audacious-plugins/audacious-plugins-1.4.3.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.3.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.3.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: audacious-plugins-1.4.3.2.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.3.2.ebuild,v 1.1 2007/12/31 11:44:57 chainsaw Exp $
51
52 inherit eutils flag-o-matic
53
54 MY_P="${P/_/-}"
55 S="${WORKDIR}/${MY_P}"
56 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
57 HOMEPAGE="http://audacious-media-player.org/"
58 SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="aac adplug alsa arts chardet dbus esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio sdl sid sndfile sse2 timidity tta vorbis wavpack wma"
64
65 RDEPEND="app-arch/unzip
66 >=dev-libs/libcdio-0.78.2
67 dev-libs/libxml2
68 >=gnome-base/libglade-2.3.1
69 >=media-libs/libcddb-1.2.1
70 >=media-sound/audacious-1.4.5
71 >=net-misc/neon-0.26.3
72 >=x11-libs/gtk+-2.6
73 adplug? ( >=dev-cpp/libbinio-1.4 )
74 alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 )
75 arts? ( kde-base/arts )
76 dbus? ( >=dev-libs/dbus-glib-0.60 )
77 esd? ( >=media-sound/esound-0.2.30 )
78 flac? ( >=media-libs/libvorbis-1.0 )
79 jack? ( >=media-libs/bio2jack-0.4
80 media-sound/jack-audio-connection-kit )
81 lirc? ( app-misc/lirc )
82 mp3? ( media-libs/libmad )
83 mtp? ( >=media-libs/libmtp-0.2.3 )
84 musepack? ( media-libs/libmpcdec media-libs/taglib )
85 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
86 sdl? ( >=media-libs/libsdl-1.2.5 )
87 sid? ( media-libs/libsidplay )
88 sndfile? ( media-libs/libsndfile )
89 timidity? ( media-sound/timidity++ )
90 tta? ( media-libs/libid3tag )
91 vorbis? ( >=media-libs/libvorbis-1.0
92 >=media-libs/libogg-1.0 )
93 wavpack? ( >=media-sound/wavpack-4.31 )
94 wma? ( >=media-libs/libmms-0.3 )"
95
96 DEPEND="${RDEPEND}
97 nls? ( dev-util/intltool )
98 >=dev-util/pkgconfig-0.9.0"
99
100 mp3_warning() {
101 if ! useq mp3 ; then
102 ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
103 fi
104 }
105
106 src_compile() {
107 mp3_warning
108
109 econf \
110 --enable-cdaudio-ng \
111 --enable-neon \
112 --disable-projectm \
113 --disable-projectm-1.0 \
114 $(use_enable aac) \
115 $(use_enable adplug) \
116 $(use_enable alsa) \
117 $(use_enable arts) \
118 $(use_enable chardet) \
119 $(use_enable dbus) \
120 $(use_enable esd) \
121 $(use_enable flac) \
122 $(use_enable jack) \
123 $(use_enable gnome gnomeshortcuts) \
124 $(use_enable lirc) \
125 $(use_enable mp3) \
126 $(use_enable modplug) \
127 $(use_enable musepack) \
128 $(use_enable mtp mtp_up) \
129 $(use_enable nls) \
130 $(use_enable oss) \
131 $(use_enable pulseaudio pulse) \
132 $(use_enable sdl paranormal) \
133 $(use_enable sid) \
134 $(use_enable sndfile) \
135 $(use_enable sse2) \
136 $(use_enable timidity) \
137 $(use_enable tta) \
138 $(use_enable vorbis) \
139 $(use_enable wavpack) \
140 $(use_enable wma) \
141 || die
142
143 emake || die "make failed"
144 }
145
146 src_install() {
147 make DESTDIR="${D}" install || die
148 dodoc AUTHORS NEWS
149 }
150
151 pkg_postinst() {
152 mp3_warning
153 }
154
155
156
157 --
158 gentoo-commits@g.o mailing list