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.1.ebuild
Date: Wed, 21 Nov 2007 15:33:11
Message-Id: E1IurZa-0007w5-V4@stork.gentoo.org
1 chainsaw 07/11/21 15:33:06
2
3 Modified: ChangeLog
4 Added: audacious-plugins-1.4.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.70 media-plugins/audacious-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.70&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.70&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.69&r2=1.70
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
19 retrieving revision 1.69
20 retrieving revision 1.70
21 diff -u -r1.69 -r1.70
22 --- ChangeLog 10 Nov 2007 16:52:02 -0000 1.69
23 +++ ChangeLog 21 Nov 2007 15:33:06 -0000 1.70
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.69 2007/11/10 16:52:02 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.70 2007/11/21 15:33:06 chainsaw Exp $
29 +
30 +*audacious-plugins-1.4.1 (21 Nov 2007)
31 +
32 + 21 Nov 2007; Tony Vroon <chainsaw@g.o>
33 + +audacious-plugins-1.4.1.ebuild:
34 + Version bump.
35
36 10 Nov 2007; Tony Vroon <chainsaw@g.o>
37 -audacious-plugins-1.2.2-r1.ebuild, -audacious-plugins-1.2.5.ebuild:
38
39
40
41 1.1 media-plugins/audacious-plugins/audacious-plugins-1.4.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: audacious-plugins-1.4.1.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.1.ebuild,v 1.1 2007/11/21 15:33:06 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 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.0
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 timidity) \
136 $(use_enable tta) \
137 $(use_enable vorbis) \
138 $(use_enable wavpack) \
139 $(use_enable wma) \
140 || die
141
142 emake || die "make failed"
143 }
144
145 src_install() {
146 make DESTDIR="${D}" install || die
147 dodoc AUTHORS NEWS
148 }
149
150 pkg_postinst() {
151 mp3_warning
152 }
153
154
155
156 --
157 gentoo-commits@g.o mailing list