Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: audacious-plugins-3.4.1.ebuild ChangeLog
Date: Mon, 02 Sep 2013 21:12:59
Message-Id: 20130902211253.6B2482004C@flycatcher.gentoo.org
1 jdhore 13/09/02 21:12:53
2
3 Modified: ChangeLog
4 Added: audacious-plugins-3.4.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.1/cvs/Linux i686, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.265 media-plugins/audacious-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.265&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.265&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.264&r2=1.265
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
20 retrieving revision 1.264
21 retrieving revision 1.265
22 diff -u -r1.264 -r1.265
23 --- ChangeLog 7 Feb 2013 07:10:53 -0000 1.264
24 +++ ChangeLog 2 Sep 2013 21:12:53 -0000 1.265
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/audacious-plugins
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.264 2013/02/07 07:10:53 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.265 2013/09/02 21:12:53 jdhore Exp $
30 +
31 +*audacious-plugins-3.4.1 (02 Sep 2013)
32 +
33 + 02 Sep 2013; Jeff Horelick <jdhore@g.o>
34 + +audacious-plugins-3.4.1.ebuild:
35 + Version bump
36
37 *audacious-plugins-3.3.4 (07 Feb 2013)
38
39
40
41
42 1.1 media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: audacious-plugins-3.4.1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 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-3.4.1.ebuild,v 1.1 2013/09/02 21:12:53 jdhore Exp $
52
53 EAPI=5
54 inherit eutils
55
56 MY_P="${P/_/-}"
57 S="${WORKDIR}/${MY_P}"
58 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
59 HOMEPAGE="http://audacious-media-player.org/"
60 SRC_URI="http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
65 IUSE="aac adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack
66 lame libnotify libsamplerate lirc midi mms mp3 nls pulseaudio scrobbler sdl sid sndfile vorbis wavpack"
67
68 RDEPEND="app-arch/unzip
69 >=dev-libs/dbus-glib-0.60
70 dev-libs/libxml2:2
71 media-libs/libmodplug
72 ~media-sound/audacious-3.4.1
73 >=net-libs/neon-0.26.4
74 x11-libs/gtk+:3
75 ( || ( >=dev-libs/glib-2.32.2 dev-util/gdbus-codegen ) )
76 aac? ( >=media-libs/faad2-2.7 )
77 adplug? ( >=dev-cpp/libbinio-1.4 )
78 alsa? ( >=media-libs/alsa-lib-1.0.16 )
79 bs2b? ( media-libs/libbs2b )
80 cdda? ( >=media-libs/libcddb-1.2.1
81 || ( dev-libs/libcdio-paranoia <dev-libs/libcdio-0.90[-minimal] ) )
82 cue? ( media-libs/libcue )
83 ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
84 flac? ( >=media-libs/libvorbis-1.0
85 >=media-libs/flac-1.2.1-r1 )
86 fluidsynth? ( media-sound/fluidsynth )
87 jack? ( >=media-libs/bio2jack-0.4
88 media-sound/jack-audio-connection-kit )
89 lame? ( media-sound/lame )
90 libnotify? ( x11-libs/libnotify )
91 libsamplerate? ( media-libs/libsamplerate )
92 lirc? ( app-misc/lirc )
93 mms? ( >=media-libs/libmms-0.3 )
94 mp3? ( >=media-sound/mpg123-1.12.1 )
95 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
96 scrobbler? ( net-misc/curl )
97 sdl? ( media-libs/libsdl[audio] )
98 sid? ( media-libs/libsidplayfp )
99 sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
100 vorbis? ( >=media-libs/libvorbis-1.2.0
101 >=media-libs/libogg-1.1.3 )
102 wavpack? ( >=media-sound/wavpack-4.50.1-r1 )"
103
104 DEPEND="${RDEPEND}
105 nls? ( dev-util/intltool )
106 virtual/pkgconfig"
107
108 DOCS="AUTHORS"
109
110 mp3_warning() {
111 if ! use mp3 ; then
112 ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
113 fi
114 }
115
116 src_prepare() {
117 has_version "<dev-libs/glib-2.32" && \
118 cd "${S}"/src/mpris2 && \
119 gdbus-codegen --interface-prefix org.mpris. \
120 --c-namespace Mpris --generate-c-code object-core mpris2.xml && \
121 gdbus-codegen --interface-prefix org.mpris. \
122 --c-namespace Mpris \
123 --generate-c-code object-player mpris2-player.xml && \
124 cd "${S}"
125 }
126
127 src_configure() {
128 mp3_warning
129
130 econf \
131 --enable-modplug \
132 --disable-soxr \
133 --enable-neon \
134 $(use_enable adplug) \
135 $(use_enable aac) \
136 $(use_enable alsa) \
137 $(use_enable alsa amidiplug-alsa) \
138 $(use_enable bs2b) \
139 $(use_enable cdda cdaudio) \
140 $(use_enable cue) \
141 $(use_enable ffmpeg ffaudio) \
142 $(use_enable flac flacng) \
143 $(use_enable fluidsynth amidiplug-flsyn) \
144 $(use_enable flac filewriter_flac) \
145 $(use_enable ipv6) \
146 $(use_enable jack) \
147 $(use_enable gnome gnomeshortcuts) \
148 $(use_enable lame filewriter_mp3) \
149 $(use_enable libnotify notify) \
150 $(use_enable libsamplerate resample) \
151 $(use_enable lirc) \
152 $(use_enable mms) \
153 $(use_enable mp3) \
154 $(use_enable midi amidiplug) \
155 $(use_enable nls) \
156 $(use_enable pulseaudio pulse) \
157 $(use_enable scrobbler) \
158 $(use_enable sdl sdlout) \
159 $(use_enable sid) \
160 $(use_enable sndfile) \
161 $(use_enable vorbis) \
162 $(use_enable wavpack)
163 }