public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-ucm-conf/files/, media-libs/alsa-ucm-conf/
@ 2023-05-05  4:13 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-05-05  4:13 UTC (permalink / raw
  To: gentoo-commits

commit:     179dd24dd8f2bb9c1ec20d12d6a9da96cb1156b6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 04:08:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 04:11:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179dd24d

media-libs/alsa-ucm-conf: add 1.2.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/alsa-ucm-conf/Manifest                  |  1 +
 .../alsa-ucm-conf/alsa-ucm-conf-1.2.9.ebuild       | 24 ++++++++++++++++++++++
 .../alsa-ucm-conf-1.2.9-fix-sof-essx8336.patch     | 20 ++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/media-libs/alsa-ucm-conf/Manifest b/media-libs/alsa-ucm-conf/Manifest
index dd27fced6f1d..6ec3ebb5219f 100644
--- a/media-libs/alsa-ucm-conf/Manifest
+++ b/media-libs/alsa-ucm-conf/Manifest
@@ -1 +1,2 @@
 DIST alsa-ucm-conf-1.2.8.tar.bz2 37843 BLAKE2B f2281a3a5d8b4fcbc4c75ce99a911a4ce3230abfa6f6d0aff8e175fe1b870750f43c087339490ed9f4d5ab314fda391e06e41cbed79239a16326a8f2d02ac262 SHA512 a15a9ca52c108ee95a421b91f3fad4329f1e9fb1c004a40d5ff1a57d6701bad19a31d5a296426d26439be9b87d2d543ce51588a98402d24c17f0f92aaf1096ca
+DIST alsa-ucm-conf-1.2.9.tar.bz2 42802 BLAKE2B fe71790aa8658ab12378baa55f95a03aaebd3eb0aef2535b65b89884de6cb404a75b44fd238d2089e0a005ca81720f3c44d1912452908e97aa75fcda513908cf SHA512 3aced4d4df76044a5525f1217851e05f7ad177389d2008e3e3dd0fb4d2cf72cd0897b140659a7729cc37d5b737c2d0cf5b607df4f576647044accd560d8cb87b

diff --git a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.9.ebuild b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.9.ebuild
new file mode 100644
index 000000000000..9b6ba9e1f104
--- /dev/null
+++ b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="ALSA ucm configuration files"
+HOMEPAGE="https://alsa-project.org/wiki/Main_Page"
+SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="!<media-libs/alsa-lib-1.2.1"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-fix-sof-essx8336.patch
+)
+
+src_install() {
+	insinto /usr/share/alsa
+	doins -r ucm{,2}
+}

diff --git a/media-libs/alsa-ucm-conf/files/alsa-ucm-conf-1.2.9-fix-sof-essx8336.patch b/media-libs/alsa-ucm-conf/files/alsa-ucm-conf-1.2.9-fix-sof-essx8336.patch
new file mode 100644
index 000000000000..83b7b4d16048
--- /dev/null
+++ b/media-libs/alsa-ucm-conf/files/alsa-ucm-conf-1.2.9-fix-sof-essx8336.patch
@@ -0,0 +1,20 @@
+https://github.com/alsa-project/alsa-ucm-conf/commit/906f692e4ed84dc136c270c05e1b490a554de99b
+
+From 906f692e4ed84dc136c270c05e1b490a554de99b Mon Sep 17 00:00:00 2001
+From: Jaroslav Kysela <perex@perex.cz>
+Date: Thu, 4 May 2023 14:36:49 +0200
+Subject: [PATCH] sof-essx8336: Dmic is not a valid UCM device identifier, use
+ Mic
+
+Signed-off-by: Jaroslav Kysela <perex@perex.cz>
+--- a/ucm2/Intel/sof-essx8336/sof-essx8336.conf
++++ b/ucm2/Intel/sof-essx8336/sof-essx8336.conf
+@@ -32,7 +32,7 @@ If.devdmic {
+ 		Haystack "${CardComponents}"
+ 		Needle "cfg-dmics:"
+ 	}
+-	True.Define.DeviceDmic "Dmic"
++	True.Define.DeviceDmic "Mic"
+ }
+ 
+ SectionUseCase."HiFi" {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-ucm-conf/files/, media-libs/alsa-ucm-conf/
@ 2023-10-25  6:59 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-10-25  6:59 UTC (permalink / raw
  To: gentoo-commits

commit:     2c3b69bc19168694e1c6618e9bb15b5e33b71543
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 06:58:22 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 06:59:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3b69bc

media-libs/alsa-ucm-conf: add splitpcm config fix

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../alsa-ucm-conf/alsa-ucm-conf-1.2.10-r1.ebuild   | 24 ++++++++++++++++++++++
 .../files/alsa-ucm-conf-1.2.10-fix-splitpcm.patch  | 21 +++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.10-r1.ebuild b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.10-r1.ebuild
new file mode 100644
index 000000000000..0cbde8c51eee
--- /dev/null
+++ b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.10-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="ALSA ucm configuration files"
+HOMEPAGE="https://alsa-project.org/wiki/Main_Page"
+SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="!<media-libs/alsa-lib-1.2.1"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-fix-splitpcm.patch
+)
+
+src_install() {
+	insinto /usr/share/alsa
+	doins -r ucm{,2}
+}

diff --git a/media-libs/alsa-ucm-conf/files/alsa-ucm-conf-1.2.10-fix-splitpcm.patch b/media-libs/alsa-ucm-conf/files/alsa-ucm-conf-1.2.10-fix-splitpcm.patch
new file mode 100644
index 000000000000..35202a4454b3
--- /dev/null
+++ b/media-libs/alsa-ucm-conf/files/alsa-ucm-conf-1.2.10-fix-splitpcm.patch
@@ -0,0 +1,21 @@
+https://github.com/alsa-project/alsa-ucm-conf/commit/b68aa52acdd2763fedad5eec0f435fbf43e5ccc6
+
+From b68aa52acdd2763fedad5eec0f435fbf43e5ccc6 Mon Sep 17 00:00:00 2001
+From: Jaroslav Kysela <perex@perex.cz>
+Date: Mon, 4 Sep 2023 16:39:52 +0200
+Subject: [PATCH] SplitPCM: Device argument may not be set
+
+Link: https://github.com/alsa-project/alsa-ucm-conf/issues/346
+Fixes: 10967ea ("SplitPCM: Fix Device variable in SplitPCMDevice macro")
+Signed-off-by: Jaroslav Kysela <perex@perex.cz>
+--- a/ucm2/common/pcm/split.conf
++++ b/ucm2/common/pcm/split.conf
+@@ -326,7 +326,7 @@ DefineMacro.SplitPCMDevice {
+ 	If.0 {
+ 		Condition {
+ 			Type String
+-			Empty "${var:__Device}"
++			Empty "${var:-__Device}"
+ 		}
+ 		True.Define.__Device "0"
+ 	}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-ucm-conf/files/, media-libs/alsa-ucm-conf/
@ 2024-01-28 17:35 Matt Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2024-01-28 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     6baacacb368f24d6b1a4aa7aec2801e399a4c390
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 19:04:37 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 17:35:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6baacacb

media-libs/alsa-ucm-conf: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/alsa-ucm-conf/Manifest                  |  2 --
 .../alsa-ucm-conf/alsa-ucm-conf-1.2.10.ebuild      | 20 ------------------
 .../alsa-ucm-conf/alsa-ucm-conf-1.2.8.ebuild       | 21 -------------------
 .../alsa-ucm-conf/alsa-ucm-conf-1.2.9.ebuild       | 24 ----------------------
 .../alsa-ucm-conf-1.2.9-fix-sof-essx8336.patch     | 20 ------------------
 5 files changed, 87 deletions(-)

diff --git a/media-libs/alsa-ucm-conf/Manifest b/media-libs/alsa-ucm-conf/Manifest
index 11f144f1cef3..3aa687161c7a 100644
--- a/media-libs/alsa-ucm-conf/Manifest
+++ b/media-libs/alsa-ucm-conf/Manifest
@@ -1,3 +1 @@
 DIST alsa-ucm-conf-1.2.10.tar.bz2 44749 BLAKE2B 215842f1f59c2dea5e3f3fe880dc49d6263998746a50c2591b8a9786ead3afae2c713e179ff6e8caa518b3a8516a1b031872c1fad2a17fbd3afbb0390a803693 SHA512 172956a2c127e9afa5be9c6ada43bfa9fda825823f8f6acbe252edef3381afe3adfa3299c1419f04375599be7721a551c6800be99db44b091611aeb824ffcd72
-DIST alsa-ucm-conf-1.2.8.tar.bz2 37843 BLAKE2B f2281a3a5d8b4fcbc4c75ce99a911a4ce3230abfa6f6d0aff8e175fe1b870750f43c087339490ed9f4d5ab314fda391e06e41cbed79239a16326a8f2d02ac262 SHA512 a15a9ca52c108ee95a421b91f3fad4329f1e9fb1c004a40d5ff1a57d6701bad19a31d5a296426d26439be9b87d2d543ce51588a98402d24c17f0f92aaf1096ca
-DIST alsa-ucm-conf-1.2.9.tar.bz2 42802 BLAKE2B fe71790aa8658ab12378baa55f95a03aaebd3eb0aef2535b65b89884de6cb404a75b44fd238d2089e0a005ca81720f3c44d1912452908e97aa75fcda513908cf SHA512 3aced4d4df76044a5525f1217851e05f7ad177389d2008e3e3dd0fb4d2cf72cd0897b140659a7729cc37d5b737c2d0cf5b607df4f576647044accd560d8cb87b

diff --git a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.10.ebuild b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.10.ebuild
deleted file mode 100644
index 81cc728dafd4..000000000000
--- a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.10.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="ALSA ucm configuration files"
-HOMEPAGE="https://alsa-project.org/wiki/Main_Page"
-SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="!<media-libs/alsa-lib-1.2.1"
-DEPEND="${RDEPEND}"
-
-src_install() {
-	insinto /usr/share/alsa
-	doins -r ucm{,2}
-}

diff --git a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.8.ebuild b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.8.ebuild
deleted file mode 100644
index 5edc43d8516f..000000000000
--- a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="ALSA ucm configuration files"
-HOMEPAGE="https://alsa-project.org/wiki/Main_Page"
-SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2"
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86"
-IUSE=""
-
-RDEPEND="!<media-libs/alsa-lib-1.2.1"
-DEPEND="${RDEPEND}"
-
-src_install() {
-	insinto /usr/share/alsa
-	doins -r ucm{,2}
-}

diff --git a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.9.ebuild b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.9.ebuild
deleted file mode 100644
index 8be5e9ebcab5..000000000000
--- a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="ALSA ucm configuration files"
-HOMEPAGE="https://alsa-project.org/wiki/Main_Page"
-SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="!<media-libs/alsa-lib-1.2.1"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-fix-sof-essx8336.patch
-)
-
-src_install() {
-	insinto /usr/share/alsa
-	doins -r ucm{,2}
-}

diff --git a/media-libs/alsa-ucm-conf/files/alsa-ucm-conf-1.2.9-fix-sof-essx8336.patch b/media-libs/alsa-ucm-conf/files/alsa-ucm-conf-1.2.9-fix-sof-essx8336.patch
deleted file mode 100644
index 83b7b4d16048..000000000000
--- a/media-libs/alsa-ucm-conf/files/alsa-ucm-conf-1.2.9-fix-sof-essx8336.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://github.com/alsa-project/alsa-ucm-conf/commit/906f692e4ed84dc136c270c05e1b490a554de99b
-
-From 906f692e4ed84dc136c270c05e1b490a554de99b Mon Sep 17 00:00:00 2001
-From: Jaroslav Kysela <perex@perex.cz>
-Date: Thu, 4 May 2023 14:36:49 +0200
-Subject: [PATCH] sof-essx8336: Dmic is not a valid UCM device identifier, use
- Mic
-
-Signed-off-by: Jaroslav Kysela <perex@perex.cz>
---- a/ucm2/Intel/sof-essx8336/sof-essx8336.conf
-+++ b/ucm2/Intel/sof-essx8336/sof-essx8336.conf
-@@ -32,7 +32,7 @@ If.devdmic {
- 		Haystack "${CardComponents}"
- 		Needle "cfg-dmics:"
- 	}
--	True.Define.DeviceDmic "Dmic"
-+	True.Define.DeviceDmic "Mic"
- }
- 
- SectionUseCase."HiFi" {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-28 17:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-05  4:13 [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-ucm-conf/files/, media-libs/alsa-ucm-conf/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-10-25  6:59 Sam James
2024-01-28 17:35 Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox