From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/pcaudiolib/
Date: Fri, 9 Sep 2022 01:32:27 +0000 (UTC) [thread overview]
Message-ID: <1662687128.f7511623cf1dec06431d1c96dee28509e689c21c.williamh@gentoo> (raw)
commit: f7511623cf1dec06431d1c96dee28509e689c21c
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 01:32:08 2022 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 01:32:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7511623
media-libs/pcaudiolib: add 1.2
Closes: https://bugs.gentoo.org/867793
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
media-libs/pcaudiolib/Manifest | 1 +
media-libs/pcaudiolib/pcaudiolib-1.2.ebuild | 45 +++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/media-libs/pcaudiolib/Manifest b/media-libs/pcaudiolib/Manifest
index eeceaf3b6381..e20a025fcce5 100644
--- a/media-libs/pcaudiolib/Manifest
+++ b/media-libs/pcaudiolib/Manifest
@@ -1 +1,2 @@
DIST pcaudiolib-1.1.tar.gz 34049 BLAKE2B 7c6ce1532c47db30db2b80be690453257148be9a7115cd24dabda3dfcaca667d5c3a8278276f278556406144461cda48905ce581f0fde2f8429b3f829a948a36 SHA512 d503c11b355601e1e05f0f438a0cd9ce277d19fd53d3f7edf26f6e17f1f8184e8b2112a282e8ed74db8646bb5534d2a9a3c707b1742ce02ef13fd89669785007
+DIST pcaudiolib-1.2.tar.gz 34310 BLAKE2B a16e50fd789a88f10a56323afd2637c13e2383392cc287aad4cd8ef3f1f475c2754dca53e0fd5453b5fc9ee45392a0b9b6d8d7a2d0e88214e6194bbc2ce1e1ff SHA512 0a0fe2a21a8410ad5196272cc579137764d5a4beba16b3c5cf46cd2967132bb48def4c7977a7ae48ff1a0a6d53e454affc6c5add503e73e7805f15aa93231af3
diff --git a/media-libs/pcaudiolib/pcaudiolib-1.2.ebuild b/media-libs/pcaudiolib/pcaudiolib-1.2.ebuild
new file mode 100644
index 000000000000..c970226f0a74
--- /dev/null
+++ b/media-libs/pcaudiolib/pcaudiolib-1.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Portable C Audio Library"
+HOMEPAGE="https://github.com/espeak-ng/pcaudiolib"
+SRC_URI="https://github.com/espeak-ng/pcaudiolib/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+ ZLIB"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+alsa oss pulseaudio"
+
+REQUIRED_USE="|| ( alsa oss pulseaudio )"
+
+RDEPEND="
+ alsa? ( >=media-libs/alsa-lib-1.0.18 )
+ pulseaudio? ( media-sound/pulseaudio )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ local econf_args
+ econf_args=(
+ $(use_with oss)
+ $(use_with alsa)
+ $(use_with pulseaudio)
+ --disable-static
+ )
+ econf "${econf_args[@]}"
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2022-09-09 1:32 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-09 1:32 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-16 22:59 [gentoo-commits] repo/gentoo:master commit in: media-libs/pcaudiolib/ Sam James
2023-06-16 21:02 Sam James
2023-06-16 21:02 Sam James
2023-06-16 21:02 Sam James
2023-06-16 20:54 Sam James
2023-06-16 20:54 Sam James
2023-06-10 20:13 William Hubbs
2023-06-10 20:13 William Hubbs
2022-07-10 22:51 Sam James
2022-05-26 5:20 WANG Xuerui
2022-03-07 3:51 Sam James
2022-03-07 3:47 Sam James
2022-03-02 9:08 Agostino Sarubbo
2022-03-01 11:42 Jakov Smolić
2022-03-01 11:30 Agostino Sarubbo
2022-03-01 11:29 Agostino Sarubbo
2022-03-01 11:28 Agostino Sarubbo
2022-02-15 18:31 Matt Turner
2022-01-30 13:12 Yixun Lan
2022-01-29 7:14 Sam James
2022-01-29 4:32 Sam James
2021-10-10 22:22 Sam James
2021-09-07 18:59 Sam James
2021-09-07 2:32 Sam James
2021-07-28 2:39 Sam James
2021-07-15 22:20 Sergei Trofimovich
2021-07-14 16:08 Sergei Trofimovich
2021-06-30 22:08 William Hubbs
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=1662687128.f7511623cf1dec06431d1c96dee28509e689c21c.williamh@gentoo \
--to=williamh@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