public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
Date: Fri, 28 Mar 2025 15:10:02 +0000 (UTC)	[thread overview]
Message-ID: <1743174451.f99e2f6d364ea383b917fb31e226d1cc26f97bca.sam@gentoo> (raw)

commit:     f99e2f6d364ea383b917fb31e226d1cc26f97bca
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Tue Mar 25 22:36:46 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 15:07:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99e2f6d

media-sound/pamix: add 2.0

Musl bug fixed indirectly in the rewrite.

Bug: https://bugs.gentoo.org/832324
Closes: https://bugs.gentoo.org/950121
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/pamix/Manifest         |  1 +
 media-sound/pamix/pamix-2.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
index 29aed1f0f4c0..5378203ae64b 100644
--- a/media-sound/pamix/Manifest
+++ b/media-sound/pamix/Manifest
@@ -1 +1,2 @@
 DIST pamix-1.6.tar.gz 18552 BLAKE2B 35cc2844cf0d5824c961a226f1b857b3ac070dc5c4fc802a9aa21a3317f9afdc42fb87e18d9e9a61276ace66a93d42c256e7811e946e3f9fba19f645ab8f07ef SHA512 53f3a892b41418cdbfff28d29636997e777ab9e1042f002e1df47735941e5a34f0391866939c539594d22f0b3f0cbd1ad5342dc5663d816e12354ae9e744d5f8
+DIST pamix-2.0.tar.gz 14996 BLAKE2B 6af98a29efaf3335bd075de285b19465675beb347e53daec8f9c9daaae37d88f5726c9ab758521bca14e60a317172382653acf95cd7dd23da4e63ac68435a8ea SHA512 b84518ae1ea10fb2aa4cab722cc941fb1e7a9cf4c745d4191d89bd99b4ab0ad1fc025be2f305459b728bad8ac5babe2cf542f11042b635dd4e46bf13011b6dd6

diff --git a/media-sound/pamix/pamix-2.0.ebuild b/media-sound/pamix/pamix-2.0.ebuild
new file mode 100644
index 000000000000..77f1f2c11b02
--- /dev/null
+++ b/media-sound/pamix/pamix-2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+if [[ ${PV} == *9999 ]] ; then
+	EGIT_REPO_URI="https://github.com/patroclos/PAmix.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/PAmix-${PV}"
+fi
+
+DESCRIPTION="PulseAudio NCurses mixer"
+HOMEPAGE="https://github.com/patroclos/PAmix"
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	media-libs/libpulse
+	sys-libs/ncurses:=[unicode(+)]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"


             reply	other threads:[~2025-03-28 15:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-28 15:10 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-28 15:10 [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/ Sam James
2023-05-29 12:23 Andreas Sturmlechner
2023-05-29 12:23 Andreas Sturmlechner
2021-04-19  9:33 Lars Wendler
2021-03-30 18:32 Sam James
2021-03-30 16:26 Thomas Deutschmann
2021-02-28 12:26 Andreas Sturmlechner
2019-06-14 15:01 Agostino Sarubbo
2019-06-13 14:58 Agostino Sarubbo
2019-06-12 10:26 Lars Wendler
2018-01-02 15:00 Lars Wendler
2018-01-02 15:00 Lars Wendler
2018-01-02 15:00 Lars Wendler
2017-12-30 23:16 Lars Wendler
2016-12-02 23:50 Lars Wendler
2016-12-02 23:50 Lars Wendler
2016-09-17 17:35 Lars Wendler
2016-09-07 12:34 Lars Wendler
2016-09-07 12:34 Lars Wendler
2016-08-29 12:03 Lars Wendler
2016-08-29 12:03 Lars Wendler
2016-08-29 12:03 Lars Wendler
2016-08-18  9:31 Lars Wendler
2016-08-16 14:30 Lars Wendler
2016-08-10 16:39 Lars Wendler

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=1743174451.f99e2f6d364ea383b917fb31e226d1cc26f97bca.sam@gentoo \
    --to=sam@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