From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/
Date: Sat, 18 Dec 2021 18:38:13 +0000 (UTC) [thread overview]
Message-ID: <1639852682.16584dcdea1e7570ee9c7033f4724b9edade8fdb.fordfrog@gentoo> (raw)
commit: 16584dcdea1e7570ee9c7033f4724b9edade8fdb
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 18 18:38:02 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Dec 18 18:38:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16584dcd
media-libs/rtaudio: removed obsolete 5.1.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/rtaudio/Manifest | 1 -
media-libs/rtaudio/rtaudio-5.1.0.ebuild | 62 ---------------------------------
2 files changed, 63 deletions(-)
diff --git a/media-libs/rtaudio/Manifest b/media-libs/rtaudio/Manifest
index 35defda9daf1..e013a5f891ac 100644
--- a/media-libs/rtaudio/Manifest
+++ b/media-libs/rtaudio/Manifest
@@ -1,2 +1 @@
-DIST rtaudio-5.1.0.tar.gz 655613 BLAKE2B 9fee4a42a2fc040d3f8c8a18c4ef361bfd9cab22df189f6aff23098e299424d8cb4b54075f33ee4f1ab1f851125194228f65814838b091144431bd891a4c7dfe SHA512 221636cfac2286e17f1f2312be2094b6c89087230b95b649661f9ce91356c77fdd8996fd031f0895aba0b50e8091491cdf393a6aeee6f8508ed320180d8fccf6
DIST rtaudio-5.2.0.tar.gz 247110 BLAKE2B 1949885c3cbb2846e083fd25ec06ed5ca716563dd4c121f6985e2487488d88b9ffb62078185fe2f4261083c8c1ed4c3e8502d25614767d70d2ab316d77f51eeb SHA512 34e78522778db13d95d4465d7c6a808a63b34d4e1bd0b88113b6390f7b192017e405d0d9ac8fbb1151129627688626d17569dc47da420f7b4631892eb1adff11
diff --git a/media-libs/rtaudio/rtaudio-5.1.0.ebuild b/media-libs/rtaudio/rtaudio-5.1.0.ebuild
deleted file mode 100644
index b565d72be374..000000000000
--- a/media-libs/rtaudio/rtaudio-5.1.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A set of cross-platform C++ classes for realtime audio I/O"
-HOMEPAGE="https://www.music.mcgill.ca/~gary/rtaudio/"
-SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/6"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE="+alsa doc jack pulseaudio static-libs"
-REQUIRED_USE="|| ( alsa jack pulseaudio )"
-
-RDEPEND="alsa? ( media-libs/alsa-lib )
- jack? (
- media-libs/alsa-lib
- virtual/jack
- )
- pulseaudio? ( media-sound/pulseaudio )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-cflags.patch
-)
-
-src_prepare() {
- default
-
- # don't rebuild docs
- export ac_cv_prog_DOXYGEN=
-
- eautoreconf
-}
-
-src_configure() {
- # OSS support requires OSSv4
- local myconf=(
- $(use_enable static-libs static)
- $(use_with jack)
- $(use_with alsa)
- $(use_with pulseaudio pulse)
- --without-oss
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc README.md doc/release.txt
- if use doc; then
- dodoc -r doc/html
- dodoc -r doc/images
- fi
-
- find "${D}" -name "*.la" -delete
-}
next reply other threads:[~2021-12-18 18:38 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-18 18:38 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-05 12:29 [gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/ Sam James
2024-12-01 17:17 Sam James
2024-12-01 13:36 Sam James
2024-10-31 20:23 Miroslav Šulc
2022-04-10 13:33 Yixun Lan
2021-12-18 18:12 Sam James
2021-12-18 15:09 Arthur Zamarin
2021-11-17 9:30 Miroslav Šulc
2021-11-17 7:42 Miroslav Šulc
2020-03-19 11:40 Mart Raudsepp
2020-01-26 10:26 Georgy Yakovlev
2020-01-23 12:18 Agostino Sarubbo
2020-01-23 10:59 Agostino Sarubbo
2019-02-19 18:04 Andreas Sturmlechner
2018-08-30 8:50 Mikle Kolyada
2018-08-29 1:07 Thomas Deutschmann
2017-08-31 18:36 Tim Harder
2017-08-31 17:38 Tim Harder
2016-08-21 20:08 Michael Palimaka
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=1639852682.16584dcdea1e7570ee9c7033f4724b9edade8fdb.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