From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/
Date: Sat, 5 Sep 2020 15:57:26 +0000 (UTC) [thread overview]
Message-ID: <1599321429.409adb08804ee0c4494f73f0c43d20c309789aa9.fordfrog@gentoo> (raw)
commit: 409adb08804ee0c4494f73f0c43d20c309789aa9
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 15:57:09 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 15:57:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409adb08
media-sound/aqualung: dropped obsolete 1.0-r3
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/aqualung/aqualung-1.0-r3.ebuild | 100 ----------------------------
1 file changed, 100 deletions(-)
diff --git a/media-sound/aqualung/aqualung-1.0-r3.ebuild b/media-sound/aqualung/aqualung-1.0-r3.ebuild
deleted file mode 100644
index 130bb2e40c7..00000000000
--- a/media-sound/aqualung/aqualung-1.0-r3.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-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 libsamplerate
- lua mac modplug mp3 musepack oss podcast pulseaudio sndfile speex systray
- vorbis wavpack"
-
-BDEPEND="
- virtual/pkgconfig
- sys-devel/gettext
-"
-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? ( 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 )
- 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}
-"
-
-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:[~2020-09-05 15:57 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-05 15:57 Miroslav Šulc [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-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 18:39 Daniel Pielmeier
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=1599321429.409adb08804ee0c4494f73f0c43d20c309789aa9.fordfrog@gentoo \
--to=fordfrog@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