From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/
Date: Thu, 2 Nov 2023 06:49:19 +0000 (UTC) [thread overview]
Message-ID: <1698907740.60b859affcb381274320027f292a808dad259600.fordfrog@gentoo> (raw)
commit: 60b859affcb381274320027f292a808dad259600
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 2 06:49:00 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Nov 2 06:49:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b859af
media-sound/aqualung: dropped obsolete 1.2-r2
Bug: https://bugs.gentoo.org/916568
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/aqualung/aqualung-1.2-r2.ebuild | 114 ----------------------------
1 file changed, 114 deletions(-)
diff --git a/media-sound/aqualung/aqualung-1.2-r2.ebuild b/media-sound/aqualung/aqualung-1.2-r2.ebuild
deleted file mode 100644
index a8a06cac3610..000000000000
--- a/media-sound/aqualung/aqualung-1.2-r2.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{1..4} luajit )
-
-inherit autotools desktop lua-single xdg
-
-DESCRIPTION="Music player for a wide range of formats designed for gapless playback"
-HOMEPAGE="https://aqualung.jeremyevans.net/ https://github.com/jeremyevans/aqualung"
-SRC_URI="https://github.com/jeremyevans/${PN}/releases/download/${PV}/${P}.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"
-
-REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
-
-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:= )
- flac? ( media-libs/flac:= )
- ifp? ( media-libs/libifp )
- jack? ( virtual/jack )
- ladspa? ( media-libs/liblrdf )
- lame? ( media-sound/lame )
- libsamplerate? ( media-libs/libsamplerate )
- lua? ( ${LUA_DEPS} )
- mac? ( <=media-sound/mac-4.12 )
- modplug? ( media-libs/libmodplug )
- mp3? ( media-libs/libmad )
- musepack? ( >=media-sound/musepack-tools-444 )
- pulseaudio? ( media-libs/libpulse )
- 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}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.1-configure-lua-version.patch"
-)
-
-pkg_setup() {
- use lua && lua-single_pkg_setup
-}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-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:[~2023-11-02 6:49 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-02 6:49 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-01 15:15 [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/ 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 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=1698907740.60b859affcb381274320027f292a808dad259600.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