From: "Daniel Pielmeier" <billie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/
Date: Sat, 4 Mar 2017 18:39:08 +0000 (UTC) [thread overview]
Message-ID: <1488652740.602ad4ce90808c7a2fd9ee0639e0bfb3ae0bd92a.billie@gentoo> (raw)
commit: 602ad4ce90808c7a2fd9ee0639e0bfb3ae0bd92a
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 18:38:39 2017 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 18:39:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602ad4ce
media-sound/aqualung: Revision bump.
This version depends on monkeys audio 4.11.
The patch to make it work with 3.99 is not required anymore.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-sound/aqualung/aqualung-1.0-r2.ebuild | 100 ++++++++++++++++++++++++++++
1 file changed, 100 insertions(+)
diff --git a/media-sound/aqualung/aqualung-1.0-r2.ebuild b/media-sound/aqualung/aqualung-1.0-r2.ebuild
new file mode 100644
index 00000000000..5c6ec6bde40
--- /dev/null
+++ b/media-sound/aqualung/aqualung-1.0-r2.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+MY_PV=${PV/_/-}
+
+DESCRIPTION="Music player for a wide range of formats designed for gapless playback"
+HOMEPAGE="http://aqualung.jeremyevans.net/ https://github.com/jeremyevans/aqualung"
+SRC_URI="mirror://sourceforge/aqualung/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa cdda cddb debug flac ffmpeg ifp jack ladspa lame libav libsamplerate
+ lua mac modplug mp3 musepack oss podcast pulseaudio sndfile speex systray
+ vorbis wavpack"
+
+RDEPEND="
+ app-arch/bzip2
+ dev-libs/libxml2
+ sys-libs/zlib
+ x11-libs/gtk+:2
+ alsa? ( media-libs/alsa-lib )
+ cdda? ( dev-libs/libcdio-paranoia )
+ cddb? ( media-libs/libcddb )
+ ffmpeg? (
+ libav? ( media-video/libav:0= )
+ !libav? ( media-video/ffmpeg:0= )
+ )
+ flac? ( media-libs/flac )
+ ifp? ( media-libs/libifp )
+ jack? ( media-sound/jack-audio-connection-kit )
+ ladspa? ( media-libs/liblrdf )
+ lame? ( media-sound/lame )
+ libsamplerate? ( media-libs/libsamplerate )
+ lua? ( dev-lang/lua:0= )
+ mac? ( >=media-sound/mac-4.11.4.5.7 )
+ modplug? ( media-libs/libmodplug )
+ mp3? ( media-libs/libmad )
+ musepack? ( >=media-sound/musepack-tools-444 )
+ pulseaudio? ( media-sound/pulseaudio )
+ sndfile? ( media-libs/libsndfile )
+ speex? ( media-libs/speex media-libs/liboggz media-libs/libogg )
+ vorbis? ( media-libs/libvorbis media-libs/libogg )
+ wavpack? ( media-sound/wavpack )
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+PATCHES=(
+ "${FILESDIR}/${P}-ffmpeg3.patch"
+)
+
+src_configure() {
+ econf \
+ --disable-rpath \
+ --enable-loop \
+ --enable-nls \
+ --enable-transcoding \
+ $(use_enable debug) \
+ $(use_enable podcast) \
+ $(use_enable systray) \
+ $(use_enable jack jack-mgmt) \
+ $(use_with alsa) \
+ $(use_with cdda) \
+ $(use_with cddb) \
+ $(use_with ffmpeg lavc) \
+ $(use_with flac) \
+ $(use_with ifp) \
+ $(use_with jack) \
+ $(use_with ladspa) \
+ $(use_with lame) \
+ $(use_with libsamplerate src) \
+ $(use_with lua) \
+ $(use_with mac) \
+ $(use_with modplug mod) \
+ $(use_with mp3 mpeg) \
+ $(use_with musepack mpc) \
+ $(use_with oss) \
+ $(use_with pulseaudio pulse) \
+ $(use_with sndfile) \
+ $(use_with speex) \
+ $(use_with vorbis vorbis) \
+ $(use_with vorbis vorbisenc) \
+ $(use_with wavpack)
+}
+
+src_install() {
+ default
+
+ newicon src/img/icon_64.png aqualung.png
+ make_desktop_entry aqualung Aqualung
+}
next reply other threads:[~2017-03-04 18:39 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-04 18:39 Daniel Pielmeier [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-02 6:49 [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/ Miroslav Šulc
2023-11-01 15:15 Sam James
2023-11-01 15:15 Sam James
2023-09-30 12:00 Daniel Pielmeier
2023-08-03 5:37 Miroslav Šulc
2023-08-02 17:52 Sam James
2023-08-02 16:54 Sam James
2023-06-25 12:58 Daniel Pielmeier
2023-06-11 7:56 Miroslav Šulc
2023-05-29 18:29 Andreas Sturmlechner
2023-02-15 6:23 Sam James
2022-09-10 8:41 Sam James
2021-07-12 12:26 Marek Szuba
2021-07-12 12:26 Marek Szuba
2021-02-02 15:29 Daniel Pielmeier
2020-11-20 1:34 Thomas Deutschmann
2020-11-19 22:58 Sam James
2020-11-04 17:50 Daniel Pielmeier
2020-11-03 16:21 Daniel Pielmeier
2020-09-25 22:05 Daniel Pielmeier
2020-09-05 15:57 Miroslav Šulc
2020-08-30 17:14 Thomas Deutschmann
2020-08-22 5:43 Agostino Sarubbo
2020-08-21 13:21 Daniel Pielmeier
2020-06-09 11:48 Daniel Pielmeier
2020-05-18 13:02 Agostino Sarubbo
2020-05-18 12:55 Agostino Sarubbo
2020-04-26 10:23 Mikle Kolyada
2019-03-24 9:11 Daniel Pielmeier
2018-01-16 18:26 Daniel Pielmeier
2017-11-19 19:14 Thomas Deutschmann
2017-03-04 17:20 Daniel Pielmeier
2017-02-19 13:33 Agostino Sarubbo
2017-02-19 13:11 Agostino Sarubbo
2017-02-18 17:04 Andreas Sturmlechner
2015-09-02 18:52 Daniel Pielmeier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1488652740.602ad4ce90808c7a2fd9ee0639e0bfb3ae0bd92a.billie@gentoo \
--to=billie@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox