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/cmus/
Date: Wed, 26 Jul 2023 02:53:12 +0000 (UTC)	[thread overview]
Message-ID: <1690339629.2c6e1f7a082aaa066a7ed66c6b64017981b13bd0.sam@gentoo> (raw)

commit:     2c6e1f7a082aaa066a7ed66c6b64017981b13bd0
Author:     sqrtd <v <AT> sqrtd <DOT> dev>
AuthorDate: Tue Jul 25 21:04:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 02:47:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6e1f7a

media-sound/cmus: add sndio useflag

Signed-off-by: sqrtd <v <AT> sqrtd.dev>
Closes: https://github.com/gentoo/gentoo/pull/32039
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/cmus/cmus-2.10.0-r1.ebuild | 6 ++++--
 media-sound/cmus/cmus-9999.ebuild      | 4 +++-
 media-sound/cmus/metadata.xml          | 1 +
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/media-sound/cmus/cmus-2.10.0-r1.ebuild b/media-sound/cmus/cmus-2.10.0-r1.ebuild
index 6851ecd7f35d..db9395714548 100644
--- a/media-sound/cmus/cmus-2.10.0-r1.ebuild
+++ b/media-sound/cmus/cmus-2.10.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,7 +19,7 @@ HOMEPAGE="https://cmus.github.io/"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="aac alsa ao cddb cdio debug discid elogind examples ffmpeg +flac jack libsamplerate
-	+mad mikmod modplug mp4 musepack opus oss pidgin pulseaudio systemd tremor +unicode
+	+mad mikmod modplug mp4 musepack opus oss pidgin pulseaudio sndio systemd tremor +unicode
 	+vorbis wavpack"
 
 REQUIRED_USE="?? ( elogind systemd )"
@@ -47,6 +47,7 @@ DEPEND="
 	musepack? ( media-sound/musepack-tools )
 	opus? ( media-libs/opusfile )
 	pulseaudio? ( media-sound/pulseaudio )
+	sndio? ( media-sound/sndio )
 	systemd? ( sys-apps/systemd )
 	tremor? ( media-libs/tremor )
 	!tremor? ( vorbis? ( media-libs/libvorbis ) )
@@ -108,6 +109,7 @@ src_configure() {
 	my_config pulseaudio CONFIG_PULSE
 	my_config alsa CONFIG_ALSA
 	my_config jack CONFIG_JACK
+	my_config sndio CONFIG_SNDIO
 	my_config libsamplerate CONFIG_SAMPLERATE
 	my_config ao CONFIG_AO
 	my_config oss CONFIG_OSS

diff --git a/media-sound/cmus/cmus-9999.ebuild b/media-sound/cmus/cmus-9999.ebuild
index b0dfa1095e31..fc4d20a5eac3 100644
--- a/media-sound/cmus/cmus-9999.ebuild
+++ b/media-sound/cmus/cmus-9999.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://cmus.github.io/"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="aac alsa ao cddb cdio debug discid elogind examples ffmpeg +flac jack libsamplerate
-	+mad mikmod modplug mp4 musepack opus oss pidgin pulseaudio systemd tremor +unicode
+	+mad mikmod modplug mp4 musepack opus oss pidgin pulseaudio sndio systemd tremor +unicode
 	+vorbis wavpack"
 
 REQUIRED_USE="?? ( elogind systemd )"
@@ -47,6 +47,7 @@ DEPEND="
 	musepack? ( media-sound/musepack-tools )
 	opus? ( media-libs/opusfile )
 	pulseaudio? ( media-libs/libpulse )
+	sndio? ( media-sound/sndio )
 	systemd? ( sys-apps/systemd )
 	tremor? ( media-libs/tremor )
 	!tremor? ( vorbis? ( media-libs/libvorbis ) )
@@ -108,6 +109,7 @@ src_configure() {
 	my_config pulseaudio CONFIG_PULSE
 	my_config alsa CONFIG_ALSA
 	my_config jack CONFIG_JACK
+	my_config sndio CONFIG_SNDIO
 	my_config libsamplerate CONFIG_SAMPLERATE
 	my_config ao CONFIG_AO
 	my_config oss CONFIG_OSS

diff --git a/media-sound/cmus/metadata.xml b/media-sound/cmus/metadata.xml
index 4e3d46faac49..ec0ba5eef581 100644
--- a/media-sound/cmus/metadata.xml
+++ b/media-sound/cmus/metadata.xml
@@ -10,6 +10,7 @@
 		<flag name="discid">Enable reading the ID of the inserted CD</flag>
 		<flag name="elogind">Enable MPRIS support via <pkg>sys-auth/elogind</pkg></flag>
 		<flag name="pidgin">Install support script for <pkg>net-im/pidgin</pkg></flag>
+		<flag name="sndio">Add support for <pkg>media-sound/sndio</pkg></flag>
 		<flag name="systemd">Enable MPRIS support via <pkg>sys-apps/systemd</pkg></flag>
 		<flag name="tremor">Use libivorbis from <pkg>media-libs/tremor</pkg> instead of <pkg>media-libs/libvorbis</pkg></flag>
 	</use>


             reply	other threads:[~2023-07-26  2:53 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-26  2:53 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-06  8:03 [gentoo-commits] repo/gentoo:master commit in: media-sound/cmus/ Miroslav Šulc
2024-11-30 22:49 Sam James
2024-11-30 18:58 Arthur Zamarin
2024-11-30 18:58 Arthur Zamarin
2024-10-30 11:54 Miroslav Šulc
2024-06-21  7:52 Miroslav Šulc
2024-06-20 20:28 Arthur Zamarin
2024-06-17 12:57 Arthur Zamarin
2024-06-17 11:26 Arthur Zamarin
2024-06-17 11:26 Arthur Zamarin
2024-06-17 10:19 Jakov Smolić
2024-05-17 11:34 Miroslav Šulc
2024-05-17 11:34 Miroslav Šulc
2023-09-19 17:48 Arthur Zamarin
2023-05-29 13:11 Andreas Sturmlechner
2022-09-10  8:41 Sam James
2022-08-13  4:10 Miroslav Šulc
2022-08-12 11:55 Agostino Sarubbo
2022-08-08 12:34 Agostino Sarubbo
2022-08-06 15:51 Arthur Zamarin
2022-08-06 15:51 Arthur Zamarin
2022-08-06  6:12 Arthur Zamarin
2022-07-06  3:45 Miroslav Šulc
2021-09-15  2:34 Sam James
2021-09-04 10:17 Yixun Lan
2021-04-29  0:22 Sam James
2021-04-26 19:11 Sam James
2021-04-22 23:03 Sam James
2021-04-22 20:15 Sam James
2021-04-22 12:18 Sam James
2021-03-20  8:18 Miroslav Šulc
2020-07-23  5:15 Kent Fredric
2020-04-04 11:35 Sergei Trofimovich
2020-02-09 20:11 Andreas Sturmlechner
2019-06-22 16:08 Andreas Sturmlechner
2019-06-22 16:02 Sergei Trofimovich
2019-05-20 11:00 Mikle Kolyada
2019-04-27 16:25 Sergei Trofimovich
2019-03-20 12:29 Andreas Sturmlechner
2019-03-20 12:29 Andreas Sturmlechner
2018-12-22 22:00 Tim Harder
2017-08-31 13:12 Tim Harder
2017-01-20 16:21 David Seifert
2016-12-07 10:54 Alexis Ballier
2016-07-21 15:30 Michael Palimaka
2016-07-20  8:15 Sergey Popov
2016-05-28  9:32 Pacho Ramos
2016-05-13  8:41 Agostino Sarubbo
2015-10-04 10:35 Jeroen Roovers

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=1690339629.2c6e1f7a082aaa066a7ed66c6b64017981b13bd0.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