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.0_rc1.ebuild
Date: Thu, 01 Nov 2007 23:50:57
Message-Id: E1InjoJ-0001UX-Bi@stork.gentoo.org
1 chainsaw 07/11/01 23:50:51
2
3 Modified: ChangeLog
4 Added: audacious-plugins-1.4.0_rc1.ebuild
5 Log:
6 Add release candidate 1.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.64 media-plugins/audacious-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.64&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.64&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.63&r2=1.64
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
19 retrieving revision 1.63
20 retrieving revision 1.64
21 diff -u -r1.63 -r1.64
22 --- ChangeLog 31 Oct 2007 17:06:26 -0000 1.63
23 +++ ChangeLog 1 Nov 2007 23:50:50 -0000 1.64
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.63 2007/10/31 17:06:26 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.64 2007/11/01 23:50:50 chainsaw Exp $
29 +
30 +*audacious-plugins-1.4.0_rc1 (01 Nov 2007)
31 +
32 + 01 Nov 2007; Tony Vroon <chainsaw@g.o>
33 + +audacious-plugins-1.4.0_rc1.ebuild:
34 + Add release candidate 1.
35
36 *audacious-plugins-1.4.0_beta4 (31 Oct 2007)
37
38
39
40
41 1.1 media-plugins/audacious-plugins/audacious-plugins-1.4.0_rc1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.0_rc1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.0_rc1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: audacious-plugins-1.4.0_rc1.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.0_rc1.ebuild,v 1.1 2007/11/01 23:50:50 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 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/libsamplerate
70 >=media-sound/audacious-1.4.0_rc1
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 esd? ( >=media-sound/esound-0.2.30 )
77 flac? ( >=media-libs/libvorbis-1.0 )
78 jack? ( >=media-libs/bio2jack-0.4
79 media-sound/jack-audio-connection-kit )
80 lirc? ( app-misc/lirc )
81 mad? ( media-libs/libmad )
82 mtp? ( >=media-libs/libmtp-0.2.3 )
83 musepack? ( media-libs/libmpcdec media-libs/taglib )
84 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
85 sdl? ( >=media-libs/libsdl-1.2.5 )
86 sid? ( media-libs/libsidplay )
87 sndfile? ( media-libs/libsndfile )
88 timidity? ( media-sound/timidity++ )
89 tta? ( media-libs/libid3tag )
90 vorbis? ( >=media-libs/libvorbis-1.0
91 >=media-libs/libogg-1.0 )
92 wavpack? ( >=media-sound/wavpack-4.31 )
93 wma? ( >=media-libs/libmms-0.3 )"
94
95 DEPEND="${RDEPEND}
96 nls? ( dev-util/intltool )
97 >=dev-util/pkgconfig-0.9.0"
98
99 mp3_warning() {
100 if ! useq mp3 ; then
101 echo
102 ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
103 echo
104 fi
105 }
106
107 src_compile() {
108 mp3_warning
109
110 econf \
111 --enable-cdaudio-ng \
112 --enable-neon \
113 $(use_enable aac) \
114 $(use_enable adplug) \
115 $(use_enable alsa) \
116 $(use_enable arts) \
117 $(use_enable chardet) \
118 $(use_enable esd) \
119 $(use_enable flac) \
120 $(use_enable jack) \
121 $(use_enable gnome gnomeshortcuts) \
122 $(use_enable lirc) \
123 $(use_enable mp3) \
124 $(use_enable modplug) \
125 $(use_enable musepack) \
126 $(use_enable mtp mtp_up) \
127 $(use_enable nls) \
128 $(use_enable oss) \
129 $(use_enable pulseaudio pulse) \
130 $(use_enable sdl paranormal) \
131 $(use_enable sid) \
132 $(use_enable sndfile) \
133 $(use_enable timidity) \
134 $(use_enable tta) \
135 $(use_enable vorbis) \
136 $(use_enable wavpack) \
137 $(use_enable wma) \
138 || die
139
140 emake || die "make failed"
141 }
142
143 src_install() {
144 make DESTDIR="${D}" install || die
145 dodoc AUTHORS NEWS
146 }
147
148 pkg_postinst() {
149 mp3_warning
150 }
151
152
153
154 --
155 gentoo-commits@g.o mailing list