public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/pcaudiolib/
Date: Sat, 10 Jun 2023 20:13:54 +0000 (UTC)	[thread overview]
Message-ID: <1686427956.94c82ac54fe4d5e69994d80e492bac4d174188cd.williamh@gentoo> (raw)

commit:     94c82ac54fe4d5e69994d80e492bac4d174188cd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 13:41:30 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 20:12:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c82ac5

media-libs/pcaudiolib: Switch IUSE=pulseaudio to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 media-libs/pcaudiolib/pcaudiolib-1.2-r2.ebuild | 50 ++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/media-libs/pcaudiolib/pcaudiolib-1.2-r2.ebuild b/media-libs/pcaudiolib/pcaudiolib-1.2-r2.ebuild
new file mode 100644
index 000000000000..0c5cc45727cd
--- /dev/null
+++ b/media-libs/pcaudiolib/pcaudiolib-1.2-r2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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-libs/libpulse )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}/0001-Fix-audio-choppiness-on-some-systems.patch"
+	"${FILESDIR}/0002-Fix-latency-related-buffer-sizing.patch"
+	"${FILESDIR}/0003-Copy-audio-buffer-and-send-for-playback-without-bloc.patch"
+	)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local econf_args
+	econf_args=(
+		$(use_with oss)
+		$(use_with alsa)
+		$(use_with pulseaudio)
+	)
+	econf "${econf_args[@]}"
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -delete || die
+}


             reply	other threads:[~2023-06-10 20:13 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-10 20:13 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
2022-09-09  1:32 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=1686427956.94c82ac54fe4d5e69994d80e492bac4d174188cd.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