From: "Daniel Pielmeier" <billie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/
Date: Wed, 2 Sep 2015 18:52:07 +0000 (UTC) [thread overview]
Message-ID: <1441219905.89c1ce5b36f2c03ca14d905085d7d0a7ebcc702a.billie@gentoo> (raw)
commit: 89c1ce5b36f2c03ca14d905085d7d0a7ebcc702a
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 18:51:45 2015 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 18:51:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c1ce5b
media-sound/aqualung: Version bump
Package-Manager: portage-2.2.20.1
media-sound/aqualung/Manifest | 1 +
media-sound/aqualung/aqualung-1.0.ebuild | 93 ++++++++++++++++++++++++++++++++
2 files changed, 94 insertions(+)
diff --git a/media-sound/aqualung/Manifest b/media-sound/aqualung/Manifest
index d044956..f3a383a 100644
--- a/media-sound/aqualung/Manifest
+++ b/media-sound/aqualung/Manifest
@@ -1 +1,2 @@
DIST aqualung-1.0-rc1.tar.gz 1939271 SHA256 4b6c7e8a38af9f03fb042f8133cce834f87d7f5489caf2a85e9d2d1e428ae24b SHA512 a8b15eb69dab1b2615562fd25aa6081df293783eef6cf7d171c5373855bab1f3e454e90621feb4f296c407c9d74957130fc359a39315cfdbb173a6f119a859e6 WHIRLPOOL 7aad3bb2dd3740418fe6b0ec87a62772d9e53673b58bd1c534de31c08bbee48748debcb8f82ab6239d8160f1af6933cc4a13a2d185c84f72ecfb02ababdbe0ea
+DIST aqualung-1.0.tar.gz 2014854 SHA256 c286c1432c1475127f4e9525702bcb486ed85fc62539bd3ef344d92333e84347 SHA512 d18fbc26c2f1445a0ef570216f54f1d00b05b25467b6ad857437e4ac628ac07c21435ce073cf92b3f147de4f1ada45a8a84770783d1c58e67451f94ac3de483a WHIRLPOOL 8afefd6463860b2e1c086c27b367be1b9c3ced0ae2500b4650ae46963437145e53c57457d7c28c9ca8a76d645f67289db85da606bcf7ef9a190ea50afe1d3bb1
diff --git a/media-sound/aqualung/aqualung-1.0.ebuild b/media-sound/aqualung/aqualung-1.0.ebuild
new file mode 100644
index 0000000..b39de6c
--- /dev/null
+++ b/media-sound/aqualung/aqualung-1.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+MY_PV=${PV/_/-}
+
+DESCRIPTION="Music player for a wide range of formats designed for gapless playback"
+HOMEPAGE="http://aqualung.factorial.hu/"
+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 libsamplerate lua
+ mac modplug mp3 musepack oss podcast pulseaudio sndfile speex systray
+ vorbis wavpack"
+
+RDEPEND="sys-libs/zlib
+ app-arch/bzip2
+ dev-libs/libxml2
+ x11-libs/gtk+:2
+ alsa? ( media-libs/alsa-lib )
+ jack? ( media-sound/jack-audio-connection-kit )
+ pulseaudio? ( media-sound/pulseaudio )
+ flac? ( media-libs/flac )
+ lame? ( media-sound/lame )
+ ffmpeg? ( >=virtual/ffmpeg-0.6.90 )
+ mac? ( media-sound/mac )
+ modplug? ( media-libs/libmodplug )
+ musepack? ( >=media-sound/musepack-tools-444 )
+ mp3? ( media-libs/libmad )
+ 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 )
+ ladspa? ( media-libs/liblrdf )
+ libsamplerate? ( media-libs/libsamplerate )
+ ifp? ( media-libs/libifp )
+ cdda? ( dev-libs/libcdio-paranoia )
+ cddb? ( media-libs/libcddb )
+ lua? ( dev-lang/lua:0= )"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+src_configure() {
+ econf \
+ --enable-nls \
+ --disable-rpath \
+ $(use_enable debug) \
+ $(use_enable podcast) \
+ $(use_enable systray) \
+ --enable-transcoding \
+ $(use_enable jack jack-mgmt) \
+ --enable-loop \
+ $(use_with alsa) \
+ $(use_with jack) \
+ $(use_with oss) \
+ $(use_with pulseaudio pulse) \
+ $(use_with flac) \
+ $(use_with lame) \
+ $(use_with ffmpeg lavc) \
+ $(use_with mac) \
+ $(use_with modplug mod) \
+ $(use_with musepack mpc) \
+ $(use_with mp3 mpeg) \
+ $(use_with sndfile) \
+ $(use_with speex) \
+ $(use_with vorbis vorbis) \
+ $(use_with vorbis vorbisenc) \
+ $(use_with wavpack) \
+ $(use_with ladspa) \
+ $(use_with libsamplerate src) \
+ $(use_with cdda) \
+ $(use_with ifp) \
+ $(use_with cddb) \
+ $(use_with lua) \
+ --docdir=/usr/share/doc/${PF}
+}
+
+src_install() {
+ default
+
+ newicon src/img/icon_64.png aqualung.png
+ make_desktop_entry aqualung Aqualung
+}
next reply other threads:[~2015-09-02 18:52 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-02 18:52 Daniel Pielmeier [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-02-18 17:04 [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/ Andreas Sturmlechner
2017-02-19 13:11 Agostino Sarubbo
2017-02-19 13:33 Agostino Sarubbo
2017-03-04 17:20 Daniel Pielmeier
2017-03-04 18:39 Daniel Pielmeier
2017-11-19 19:14 Thomas Deutschmann
2018-01-16 18:26 Daniel Pielmeier
2019-03-24 9:11 Daniel Pielmeier
2020-04-26 10:23 Mikle Kolyada
2020-05-18 12:55 Agostino Sarubbo
2020-05-18 13:02 Agostino Sarubbo
2020-06-09 11:48 Daniel Pielmeier
2020-08-21 13:21 Daniel Pielmeier
2020-08-22 5:43 Agostino Sarubbo
2020-08-30 17:14 Thomas Deutschmann
2020-09-05 15:57 Miroslav Šulc
2020-09-25 22:05 Daniel Pielmeier
2020-11-03 16:21 Daniel Pielmeier
2020-11-04 17:50 Daniel Pielmeier
2020-11-19 22:58 Sam James
2020-11-20 1:34 Thomas Deutschmann
2021-02-02 15:29 Daniel Pielmeier
2021-07-12 12:26 Marek Szuba
2021-07-12 12:26 Marek Szuba
2022-09-10 8:41 Sam James
2023-02-15 6:23 Sam James
2023-05-29 18:29 Andreas Sturmlechner
2023-06-11 7:56 Miroslav Šulc
2023-06-25 12:58 Daniel Pielmeier
2023-08-02 16:54 Sam James
2023-08-02 17:52 Sam James
2023-08-03 5:37 Miroslav Šulc
2023-09-30 12:00 Daniel Pielmeier
2023-11-01 15:15 Sam James
2023-11-01 15:15 Sam James
2023-11-02 6:49 Miroslav Šulc
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=1441219905.89c1ce5b36f2c03ca14d905085d7d0a7ebcc702a.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