[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2024-04-09 Thread Arthur Zamarin
commit: c9b5965c5ef018f2d182fdcfcc299a176115bb6b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 15:54:35 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 15:54:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b5965c

sys-firmware/sof-firmware: Stabilize 2023.12.1 amd64, #928896

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-2023.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-2023.12.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2023.12.1.ebuild
index 6775a219fd4f..5d36427294f2 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2023.12.1.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2023.12.1.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # Needed for sof-ctl
 RDEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2024-04-07 Thread Pacho Ramos
commit: c07572e7d4fea432b1364c98ca2c1f65450e0ac0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr  7 16:23:24 2024 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr  7 16:43:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07572e7

sys-firmware/sof-firmware: add 2024.03

Closes: https://bugs.gentoo.org/925179
Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-2024.03.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index e5f413788abe..3069daf66e4f 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,2 +1,3 @@
 DIST sof-firmware-2023.12.1.tar.gz 5446189 BLAKE2B 
a901637ba25df51152f04c7db5330b70a18c92363b102c061568a4c3a8a7e2fc506ac9783abe715f680a27be8a040d63b7dd5b62682979ccf1e4eaeb30789d83
 SHA512 
e0175f3af5336f23548efcf8fa302bafbb6122fd173273203f687c05ee17fab4e7bd457b27cc7a62fd25ea77708ffdbf9e1fe3880d3df1cf2196d7073c6f7677
 DIST sof-firmware-2023.12.tar.gz 5427762 BLAKE2B 
48169378609119555f9b655599cef55e5722be71fdfc8fb71b699188fcb3f62a68e217fc3fec8859cd3e1c252f046208d5123c961dd824bd9b6559bd1fb72325
 SHA512 
ed43e7597c93140b15499ba17bae1866dcf1e2959d910e81b3831e4db2224a1dcff790ef21afcd610d7cc9309251a08351bae1c959ded18e5e28a6b24ae99506
+DIST sof-firmware-2024.03.tar.gz 8161590 BLAKE2B 
23d73ff3ab30b5134086bb21e606805a7d9667adf1a5598a3d31068ba0254dc4c34464ee3913eb3530a8124e3614eff9ba28fa731e9816b28980ea05834c1037
 SHA512 
1e9891d3891f5a4413a77a68ea6d3a2e6ead8c1a67eaa7e9aaf30871753617ffce19bd3b85ebcbb617e606646f6aa0e1dafee5279c294ec72ef4b2885e009f72

diff --git a/sys-firmware/sof-firmware/sof-firmware-2024.03.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2024.03.ebuild
new file mode 100644
index ..ac48a808c83e
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2024.03.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   media-libs/alsa-lib
+   sys-libs/glibc
+"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
+}
+
+pkg_preinst() {
+   # Fix sof-ace-tplg directory symlink collisions
+   local sofpath="${EROOT}/lib/firmware/intel/sof-ace-tplg"
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2024-04-07 Thread Pacho Ramos
commit: 88e19836b7e95385022c432f6eaefde123b49c73
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr  7 16:33:04 2024 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr  7 16:43:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e19836

sys-firmware/sof-firmware: Allow to skip glibc requirement

Useful for MUSL based systems as commented in:
https://www.reddit.com/r/voidlinux/comments/rbq4ns/comment/im2r0bp/

Closes: https://bugs.gentoo.org/925179
Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/metadata.xml|  3 +++
 sys-firmware/sof-firmware/sof-firmware-2024.03.ebuild | 13 +++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/sof-firmware/metadata.xml 
b/sys-firmware/sof-firmware/metadata.xml
index 6f44d28b9bc7..5933a501e2ec 100644
--- a/sys-firmware/sof-firmware/metadata.xml
+++ b/sys-firmware/sof-firmware/metadata.xml
@@ -7,6 +7,9 @@

alsa-b...@gentoo.org

+   
+   Tools to interact with sof firmwares 
(upstream expects them to be present, but allow to skip them for systems not 
able to install needed dependencies)
+   

thesofproject/sof


diff --git a/sys-firmware/sof-firmware/sof-firmware-2024.03.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2024.03.ebuild
index ac48a808c83e..105eaae58f37 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2024.03.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2024.03.ebuild
@@ -11,10 +11,13 @@ S="${WORKDIR}"/sof-bin-${PV}
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
+IUSE="+tools"
 
 RDEPEND="
-   media-libs/alsa-lib
-   sys-libs/glibc
+   tools? (
+   media-libs/alsa-lib
+   sys-libs/glibc
+   )
 "
 
 QA_PREBUILT="usr/bin/sof-ctl
@@ -25,6 +28,12 @@ src_install() {
dodir /lib/firmware/intel
dodir /usr/bin
FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
+
+   # Drop tools if requested (i.e. useful for musl systems, where glibc
+   # is not available)
+   if ! use tools ; then
+   rm -rv "${D}"/usr/bin || die
+   fi
 }
 
 pkg_preinst() {



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2024-03-07 Thread Pacho Ramos
commit: 6fcd1baa678e6ede155114a3af3b2df62ef60840
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Mar  7 15:02:02 2024 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Mar  7 15:02:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fcd1baa

sys-firmware/sof-firmware: drop 2023.09.2

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 -
 .../sof-firmware/sof-firmware-2023.09.2.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 97b0e4a2536e..e5f413788abe 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,3 +1,2 @@
-DIST sof-firmware-2023.09.2.tar.gz 5454975 BLAKE2B 
c5ac62245abbf2354d109070125c9e25c80d9a66c341a9e34e53b716c1cb4b15f9cc0ff18d005aba673621a5421824f9a8ce3655aaeb12e182b96ac2f1d91c54
 SHA512 
dbf9385c1900f0b0bda7b8b6a9d1a3b4e5556f0570a1b1b794104179a2e1a12f1e896e36062c4179d7ad1a55078cbbfb348eb10667d736ad99b6cd23c4af0832
 DIST sof-firmware-2023.12.1.tar.gz 5446189 BLAKE2B 
a901637ba25df51152f04c7db5330b70a18c92363b102c061568a4c3a8a7e2fc506ac9783abe715f680a27be8a040d63b7dd5b62682979ccf1e4eaeb30789d83
 SHA512 
e0175f3af5336f23548efcf8fa302bafbb6122fd173273203f687c05ee17fab4e7bd457b27cc7a62fd25ea77708ffdbf9e1fe3880d3df1cf2196d7073c6f7677
 DIST sof-firmware-2023.12.tar.gz 5427762 BLAKE2B 
48169378609119555f9b655599cef55e5722be71fdfc8fb71b699188fcb3f62a68e217fc3fec8859cd3e1c252f046208d5123c961dd824bd9b6559bd1fb72325
 SHA512 
ed43e7597c93140b15499ba17bae1866dcf1e2959d910e81b3831e4db2224a1dcff790ef21afcd610d7cc9309251a08351bae1c959ded18e5e28a6b24ae99506

diff --git a/sys-firmware/sof-firmware/sof-firmware-2023.09.2.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2023.09.2.ebuild
deleted file mode 100644
index f755adebdd3d..
--- a/sys-firmware/sof-firmware/sof-firmware-2023.09.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-# Needed for sof-ctl
-RDEPEND="media-libs/alsa-lib"
-
-QA_PREBUILT="usr/bin/sof-ctl
-   usr/bin/sof-logger
-   usr/bin/sof-probes"
-
-src_install() {
-   dodir /lib/firmware/intel
-   dodir /usr/bin
-   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
-}
-
-pkg_preinst() {
-   local sofpath="${EROOT}/lib/firmware/intel/sof"
-   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-   rm -r "${sofpath}" || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2024-03-07 Thread Pacho Ramos
commit: 48c19d3872ddc2752da6396858f50522eca40287
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Mar  7 15:01:53 2024 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Mar  7 15:01:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c19d38

sys-firmware/sof-firmware: add 2023.12.1

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-2023.12.1.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 422eab2179c4..97b0e4a2536e 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,2 +1,3 @@
 DIST sof-firmware-2023.09.2.tar.gz 5454975 BLAKE2B 
c5ac62245abbf2354d109070125c9e25c80d9a66c341a9e34e53b716c1cb4b15f9cc0ff18d005aba673621a5421824f9a8ce3655aaeb12e182b96ac2f1d91c54
 SHA512 
dbf9385c1900f0b0bda7b8b6a9d1a3b4e5556f0570a1b1b794104179a2e1a12f1e896e36062c4179d7ad1a55078cbbfb348eb10667d736ad99b6cd23c4af0832
+DIST sof-firmware-2023.12.1.tar.gz 5446189 BLAKE2B 
a901637ba25df51152f04c7db5330b70a18c92363b102c061568a4c3a8a7e2fc506ac9783abe715f680a27be8a040d63b7dd5b62682979ccf1e4eaeb30789d83
 SHA512 
e0175f3af5336f23548efcf8fa302bafbb6122fd173273203f687c05ee17fab4e7bd457b27cc7a62fd25ea77708ffdbf9e1fe3880d3df1cf2196d7073c6f7677
 DIST sof-firmware-2023.12.tar.gz 5427762 BLAKE2B 
48169378609119555f9b655599cef55e5722be71fdfc8fb71b699188fcb3f62a68e217fc3fec8859cd3e1c252f046208d5123c961dd824bd9b6559bd1fb72325
 SHA512 
ed43e7597c93140b15499ba17bae1866dcf1e2959d910e81b3831e4db2224a1dcff790ef21afcd610d7cc9309251a08351bae1c959ded18e5e28a6b24ae99506

diff --git a/sys-firmware/sof-firmware/sof-firmware-2023.12.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2023.12.1.ebuild
new file mode 100644
index ..6775a219fd4f
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2023.12.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Needed for sof-ctl
+RDEPEND="media-libs/alsa-lib"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
+}
+
+pkg_preinst() {
+   local sofpath="${EROOT}/lib/firmware/intel/sof"
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2024-02-05 Thread Sam James
commit: 6c568f3d4ade4ef8d994fa1361b79a7c3cd930a7
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  5 22:05:25 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  5 22:05:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c568f3d

sys-firmware/sof-firmware: Stabilize 2023.12 amd64, #923837

Signed-off-by: Sam James  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-2023.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-2023.12.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2023.12.ebuild
index ec08a9cf1a8f..5d36427294f2 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2023.12.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2023.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # Needed for sof-ctl
 RDEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2024-01-28 Thread Matt Turner
commit: 2e3183e661fb7850b782fc3d1aea98070b5d44e9
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan 25 19:04:41 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 28 17:35:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3183e6

sys-firmware/sof-firmware: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 -
 .../sof-firmware/sof-firmware-2023.09.1.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 47afc6bfb1a6..422eab2179c4 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,3 +1,2 @@
-DIST sof-firmware-2023.09.1.tar.gz 5451137 BLAKE2B 
8f52d5855cc58cd03fc9a1c0afa69e00ebbd7ff43a7d02401253cf8340d2722c9cb4e5f96d4d4c593fe160d48d5046bed4f4dc8c7813696b8128c65138365cd8
 SHA512 
74a0de0cfc561a273f2f535239a5e23a3bdd7718c1f70e320cf11b58ff499ff437f98aab3171901165d3da4156b4374f5e4259bee152f7d10755b69e98b8ba51
 DIST sof-firmware-2023.09.2.tar.gz 5454975 BLAKE2B 
c5ac62245abbf2354d109070125c9e25c80d9a66c341a9e34e53b716c1cb4b15f9cc0ff18d005aba673621a5421824f9a8ce3655aaeb12e182b96ac2f1d91c54
 SHA512 
dbf9385c1900f0b0bda7b8b6a9d1a3b4e5556f0570a1b1b794104179a2e1a12f1e896e36062c4179d7ad1a55078cbbfb348eb10667d736ad99b6cd23c4af0832
 DIST sof-firmware-2023.12.tar.gz 5427762 BLAKE2B 
48169378609119555f9b655599cef55e5722be71fdfc8fb71b699188fcb3f62a68e217fc3fec8859cd3e1c252f046208d5123c961dd824bd9b6559bd1fb72325
 SHA512 
ed43e7597c93140b15499ba17bae1866dcf1e2959d910e81b3831e4db2224a1dcff790ef21afcd610d7cc9309251a08351bae1c959ded18e5e28a6b24ae99506

diff --git a/sys-firmware/sof-firmware/sof-firmware-2023.09.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2023.09.1.ebuild
deleted file mode 100644
index f755adebdd3d..
--- a/sys-firmware/sof-firmware/sof-firmware-2023.09.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-# Needed for sof-ctl
-RDEPEND="media-libs/alsa-lib"
-
-QA_PREBUILT="usr/bin/sof-ctl
-   usr/bin/sof-logger
-   usr/bin/sof-probes"
-
-src_install() {
-   dodir /lib/firmware/intel
-   dodir /usr/bin
-   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
-}
-
-pkg_preinst() {
-   local sofpath="${EROOT}/lib/firmware/intel/sof"
-   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-   rm -r "${sofpath}" || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-12-20 Thread Sam James
commit: 41387a98d0283af9da0439b731cc7fb7568fc8d8
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 20 10:35:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 20 10:35:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41387a98

sys-firmware/sof-firmware: Stabilize 2023.09.2 amd64, #920367

Signed-off-by: Sam James  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-2023.09.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-2023.09.2.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2023.09.2.ebuild
index ec08a9cf1a8f..f755adebdd3d 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2023.09.2.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2023.09.2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # Needed for sof-ctl
 RDEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-12-20 Thread Pacho Ramos
commit: bc97ba4b61b8ce1b98dbcedb152093679c1cff5f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec 20 10:03:33 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec 20 10:04:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc97ba4b

sys-firmware/sof-firmware: add myself as a maintainer

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-firmware/sof-firmware/metadata.xml 
b/sys-firmware/sof-firmware/metadata.xml
index dd12d6c6afb5..6f44d28b9bc7 100644
--- a/sys-firmware/sof-firmware/metadata.xml
+++ b/sys-firmware/sof-firmware/metadata.xml
@@ -1,6 +1,9 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   pa...@gentoo.org
+   

alsa-b...@gentoo.org




[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-12-20 Thread Pacho Ramos
commit: c463e824fa7664da18176d5683b23a4f85897031
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec 20 10:03:56 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec 20 10:04:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c463e824

sys-firmware/sof-firmware: drop 2.2.6, 2023.09

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  2 --
 .../sof-firmware/sof-firmware-2.2.6.ebuild | 33 --
 .../sof-firmware/sof-firmware-2023.09.ebuild   | 33 --
 3 files changed, 68 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 87dbf6eb6f0d..47afc6bfb1a6 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,5 +1,3 @@
-DIST sof-firmware-2.2.6.tar.gz 4394096 BLAKE2B 
8fa0fb97cfdaa13b30f34f46789bbb1700f4a3be994f11a55226bf617c9ade7ccde931eeb2f263448e355e82f281bbb70c66624a71645062cdfb68bd81a9d3a1
 SHA512 
33a836fdc9006aead24e14c15703040164b0878d48c6dd32f0a6ae558c99a43c768eb793e308550fd32dfb0e0f93783cff6c42f2618557ebac2a057425115e9e
 DIST sof-firmware-2023.09.1.tar.gz 5451137 BLAKE2B 
8f52d5855cc58cd03fc9a1c0afa69e00ebbd7ff43a7d02401253cf8340d2722c9cb4e5f96d4d4c593fe160d48d5046bed4f4dc8c7813696b8128c65138365cd8
 SHA512 
74a0de0cfc561a273f2f535239a5e23a3bdd7718c1f70e320cf11b58ff499ff437f98aab3171901165d3da4156b4374f5e4259bee152f7d10755b69e98b8ba51
 DIST sof-firmware-2023.09.2.tar.gz 5454975 BLAKE2B 
c5ac62245abbf2354d109070125c9e25c80d9a66c341a9e34e53b716c1cb4b15f9cc0ff18d005aba673621a5421824f9a8ce3655aaeb12e182b96ac2f1d91c54
 SHA512 
dbf9385c1900f0b0bda7b8b6a9d1a3b4e5556f0570a1b1b794104179a2e1a12f1e896e36062c4179d7ad1a55078cbbfb348eb10667d736ad99b6cd23c4af0832
-DIST sof-firmware-2023.09.tar.gz 5451579 BLAKE2B 
7535559c6833bd19c15c1f6e6bd88ee5c13ed79f93e0772cdc9df335cf4e89938969bd9babdf8c6cc1321af27e6704477f3a3db3c46295879216fd43358cf5b4
 SHA512 
7ef81549c76164629400622fa1b512b6061a37b9ba14383d69ac10b2e7dc35c4f35bd6444b15e725c749c23564ec84646960fedcd776b5c2ec11bda3933a633d
 DIST sof-firmware-2023.12.tar.gz 5427762 BLAKE2B 
48169378609119555f9b655599cef55e5722be71fdfc8fb71b699188fcb3f62a68e217fc3fec8859cd3e1c252f046208d5123c961dd824bd9b6559bd1fb72325
 SHA512 
ed43e7597c93140b15499ba17bae1866dcf1e2959d910e81b3831e4db2224a1dcff790ef21afcd610d7cc9309251a08351bae1c959ded18e5e28a6b24ae99506

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.6.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.6.ebuild
deleted file mode 100644
index 82f72de46998..
--- a/sys-firmware/sof-firmware/sof-firmware-2.2.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-v${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-# Needed for sof-ctl
-RDEPEND="media-libs/alsa-lib"
-
-QA_PREBUILT="usr/bin/sof-ctl
-   usr/bin/sof-logger
-   usr/bin/sof-probes"
-
-src_install() {
-   dodir /lib/firmware/intel
-   dodir /usr/bin
-   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
-}
-
-pkg_preinst() {
-   local sofpath="${EROOT}/lib/firmware/intel/sof"
-   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-   rm -r "${sofpath}" || die
-   fi
-}

diff --git a/sys-firmware/sof-firmware/sof-firmware-2023.09.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2023.09.ebuild
deleted file mode 100644
index ec08a9cf1a8f..
--- a/sys-firmware/sof-firmware/sof-firmware-2023.09.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# Needed for sof-ctl
-RDEPEND="media-libs/alsa-lib"
-
-QA_PREBUILT="usr/bin/sof-ctl
-   usr/bin/sof-logger
-   usr/bin/sof-probes"
-
-src_install() {
-   dodir /lib/firmware/intel
-   dodir /usr/bin
-   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
-}
-
-pkg_preinst() {
-   local sofpath="${EROOT}/lib/firmware/intel/sof"
-   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-   rm -r "${sofpath}" || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-12-20 Thread Pacho Ramos
commit: f9773289c773ce5036a81f0d835bffeaa6392af4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec 20 10:02:38 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec 20 10:02:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9773289

sys-firmware/sof-firmware: add 2023.12

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-2023.12.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 62a7abc983a3..87dbf6eb6f0d 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -2,3 +2,4 @@ DIST sof-firmware-2.2.6.tar.gz 4394096 BLAKE2B 
8fa0fb97cfdaa13b30f34f46789bbb170
 DIST sof-firmware-2023.09.1.tar.gz 5451137 BLAKE2B 
8f52d5855cc58cd03fc9a1c0afa69e00ebbd7ff43a7d02401253cf8340d2722c9cb4e5f96d4d4c593fe160d48d5046bed4f4dc8c7813696b8128c65138365cd8
 SHA512 
74a0de0cfc561a273f2f535239a5e23a3bdd7718c1f70e320cf11b58ff499ff437f98aab3171901165d3da4156b4374f5e4259bee152f7d10755b69e98b8ba51
 DIST sof-firmware-2023.09.2.tar.gz 5454975 BLAKE2B 
c5ac62245abbf2354d109070125c9e25c80d9a66c341a9e34e53b716c1cb4b15f9cc0ff18d005aba673621a5421824f9a8ce3655aaeb12e182b96ac2f1d91c54
 SHA512 
dbf9385c1900f0b0bda7b8b6a9d1a3b4e5556f0570a1b1b794104179a2e1a12f1e896e36062c4179d7ad1a55078cbbfb348eb10667d736ad99b6cd23c4af0832
 DIST sof-firmware-2023.09.tar.gz 5451579 BLAKE2B 
7535559c6833bd19c15c1f6e6bd88ee5c13ed79f93e0772cdc9df335cf4e89938969bd9babdf8c6cc1321af27e6704477f3a3db3c46295879216fd43358cf5b4
 SHA512 
7ef81549c76164629400622fa1b512b6061a37b9ba14383d69ac10b2e7dc35c4f35bd6444b15e725c749c23564ec84646960fedcd776b5c2ec11bda3933a633d
+DIST sof-firmware-2023.12.tar.gz 5427762 BLAKE2B 
48169378609119555f9b655599cef55e5722be71fdfc8fb71b699188fcb3f62a68e217fc3fec8859cd3e1c252f046208d5123c961dd824bd9b6559bd1fb72325
 SHA512 
ed43e7597c93140b15499ba17bae1866dcf1e2959d910e81b3831e4db2224a1dcff790ef21afcd610d7cc9309251a08351bae1c959ded18e5e28a6b24ae99506

diff --git a/sys-firmware/sof-firmware/sof-firmware-2023.12.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2023.12.ebuild
new file mode 100644
index ..ec08a9cf1a8f
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2023.12.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Needed for sof-ctl
+RDEPEND="media-libs/alsa-lib"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
+}
+
+pkg_preinst() {
+   local sofpath="${EROOT}/lib/firmware/intel/sof"
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-11-24 Thread Arthur Zamarin
commit: 7b4c2ff56beccc4d0681535aa64077fc44199da6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 12:18:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 12:18:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4c2ff5

sys-firmware/sof-firmware: Stabilize 2023.09.1 amd64, #918117

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-2023.09.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-2023.09.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2023.09.1.ebuild
index ec08a9cf1a8f..f755adebdd3d 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2023.09.1.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2023.09.1.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # Needed for sof-ctl
 RDEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-11-24 Thread Pacho Ramos
commit: c4f4fd98731e2935ac671e369c3b0eeb9cbb0677
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Nov 24 10:56:04 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Nov 24 10:56:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f4fd98

sys-firmware/sof-firmware: add 2023.09.2

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-2023.09.2.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 2b7f280d6f36..62a7abc983a3 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,3 +1,4 @@
 DIST sof-firmware-2.2.6.tar.gz 4394096 BLAKE2B 
8fa0fb97cfdaa13b30f34f46789bbb1700f4a3be994f11a55226bf617c9ade7ccde931eeb2f263448e355e82f281bbb70c66624a71645062cdfb68bd81a9d3a1
 SHA512 
33a836fdc9006aead24e14c15703040164b0878d48c6dd32f0a6ae558c99a43c768eb793e308550fd32dfb0e0f93783cff6c42f2618557ebac2a057425115e9e
 DIST sof-firmware-2023.09.1.tar.gz 5451137 BLAKE2B 
8f52d5855cc58cd03fc9a1c0afa69e00ebbd7ff43a7d02401253cf8340d2722c9cb4e5f96d4d4c593fe160d48d5046bed4f4dc8c7813696b8128c65138365cd8
 SHA512 
74a0de0cfc561a273f2f535239a5e23a3bdd7718c1f70e320cf11b58ff499ff437f98aab3171901165d3da4156b4374f5e4259bee152f7d10755b69e98b8ba51
+DIST sof-firmware-2023.09.2.tar.gz 5454975 BLAKE2B 
c5ac62245abbf2354d109070125c9e25c80d9a66c341a9e34e53b716c1cb4b15f9cc0ff18d005aba673621a5421824f9a8ce3655aaeb12e182b96ac2f1d91c54
 SHA512 
dbf9385c1900f0b0bda7b8b6a9d1a3b4e5556f0570a1b1b794104179a2e1a12f1e896e36062c4179d7ad1a55078cbbfb348eb10667d736ad99b6cd23c4af0832
 DIST sof-firmware-2023.09.tar.gz 5451579 BLAKE2B 
7535559c6833bd19c15c1f6e6bd88ee5c13ed79f93e0772cdc9df335cf4e89938969bd9babdf8c6cc1321af27e6704477f3a3db3c46295879216fd43358cf5b4
 SHA512 
7ef81549c76164629400622fa1b512b6061a37b9ba14383d69ac10b2e7dc35c4f35bd6444b15e725c749c23564ec84646960fedcd776b5c2ec11bda3933a633d

diff --git a/sys-firmware/sof-firmware/sof-firmware-2023.09.2.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2023.09.2.ebuild
new file mode 100644
index ..ec08a9cf1a8f
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2023.09.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Needed for sof-ctl
+RDEPEND="media-libs/alsa-lib"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
+}
+
+pkg_preinst() {
+   local sofpath="${EROOT}/lib/firmware/intel/sof"
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-11-10 Thread Pacho Ramos
commit: 3e5e36efd6ec8d32eb5d7bb1dbce1adf2c54176b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Nov 10 16:11:52 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Nov 10 16:19:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5e36ef

sys-firmware/sof-firmware: add 2023.09.1

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-2023.09.1.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 010e2d21c688..2b7f280d6f36 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,2 +1,3 @@
 DIST sof-firmware-2.2.6.tar.gz 4394096 BLAKE2B 
8fa0fb97cfdaa13b30f34f46789bbb1700f4a3be994f11a55226bf617c9ade7ccde931eeb2f263448e355e82f281bbb70c66624a71645062cdfb68bd81a9d3a1
 SHA512 
33a836fdc9006aead24e14c15703040164b0878d48c6dd32f0a6ae558c99a43c768eb793e308550fd32dfb0e0f93783cff6c42f2618557ebac2a057425115e9e
+DIST sof-firmware-2023.09.1.tar.gz 5451137 BLAKE2B 
8f52d5855cc58cd03fc9a1c0afa69e00ebbd7ff43a7d02401253cf8340d2722c9cb4e5f96d4d4c593fe160d48d5046bed4f4dc8c7813696b8128c65138365cd8
 SHA512 
74a0de0cfc561a273f2f535239a5e23a3bdd7718c1f70e320cf11b58ff499ff437f98aab3171901165d3da4156b4374f5e4259bee152f7d10755b69e98b8ba51
 DIST sof-firmware-2023.09.tar.gz 5451579 BLAKE2B 
7535559c6833bd19c15c1f6e6bd88ee5c13ed79f93e0772cdc9df335cf4e89938969bd9babdf8c6cc1321af27e6704477f3a3db3c46295879216fd43358cf5b4
 SHA512 
7ef81549c76164629400622fa1b512b6061a37b9ba14383d69ac10b2e7dc35c4f35bd6444b15e725c749c23564ec84646960fedcd776b5c2ec11bda3933a633d

diff --git a/sys-firmware/sof-firmware/sof-firmware-2023.09.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2023.09.1.ebuild
new file mode 100644
index ..ec08a9cf1a8f
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2023.09.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Needed for sof-ctl
+RDEPEND="media-libs/alsa-lib"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
+}
+
+pkg_preinst() {
+   local sofpath="${EROOT}/lib/firmware/intel/sof"
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-10-01 Thread Pacho Ramos
commit: 63b0557ce5c1f934892f13f2b3018b5bd7f62254
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  1 17:44:49 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  1 17:44:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b0557c

sys-firmware/sof-firmware: add 2023.09

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-2023.09.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index cd99a2358618..32f0482a5db3 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,3 +1,4 @@
 DIST sof-firmware-2.2.4.tar.gz 4367865 BLAKE2B 
cf2896095597ff9a33090307333289d87ea9024f70cd3fd3d1c86232a47ffd95972264754ea6a67c5f57bce33267bb93ab332cd2cd44c96a58c970a176d5fabb
 SHA512 
f631bedbc5cceb0e3a668264c11f4e41f09f140ef909ac2557c4965a0b56deb00fa48ab06987fd2fd06eb97a35bc90342c5d7234d43390257bbd0942a70ce29a
 DIST sof-firmware-2.2.5.tar.gz 4381857 BLAKE2B 
681ffbc16d983b795556b00881d59d2a0ba258f89482d6e136ddb61345718802d1b3f7fcc494091337f42f9377a8831d890e2c5de140f083e223f29cc5936742
 SHA512 
c8a5f846c6ca39b39c1160aaf8c607f301b4e153dadb337b0d3a99c5993a933948a2c2bd80950e6459da4d707c9a5100c11b868d11695bbb7ca56bf86f7fa9db
 DIST sof-firmware-2.2.6.tar.gz 4394096 BLAKE2B 
8fa0fb97cfdaa13b30f34f46789bbb1700f4a3be994f11a55226bf617c9ade7ccde931eeb2f263448e355e82f281bbb70c66624a71645062cdfb68bd81a9d3a1
 SHA512 
33a836fdc9006aead24e14c15703040164b0878d48c6dd32f0a6ae558c99a43c768eb793e308550fd32dfb0e0f93783cff6c42f2618557ebac2a057425115e9e
+DIST sof-firmware-2023.09.tar.gz 5451579 BLAKE2B 
7535559c6833bd19c15c1f6e6bd88ee5c13ed79f93e0772cdc9df335cf4e89938969bd9babdf8c6cc1321af27e6704477f3a3db3c46295879216fd43358cf5b4
 SHA512 
7ef81549c76164629400622fa1b512b6061a37b9ba14383d69ac10b2e7dc35c4f35bd6444b15e725c749c23564ec84646960fedcd776b5c2ec11bda3933a633d

diff --git a/sys-firmware/sof-firmware/sof-firmware-2023.09.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2023.09.ebuild
new file mode 100644
index ..ec08a9cf1a8f
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2023.09.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Needed for sof-ctl
+RDEPEND="media-libs/alsa-lib"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
+}
+
+pkg_preinst() {
+   local sofpath="${EROOT}/lib/firmware/intel/sof"
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-10-01 Thread Pacho Ramos
commit: e12fc1f197ec26d5f6049e8a596fb2ceeedd5088
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  1 17:45:13 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  1 17:45:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12fc1f1

sys-firmware/sof-firmware: drop 2.2.4, 2.2.5

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  2 --
 .../sof-firmware/sof-firmware-2.2.4.ebuild | 33 --
 .../sof-firmware/sof-firmware-2.2.5.ebuild | 33 --
 3 files changed, 68 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 32f0482a5db3..010e2d21c688 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,4 +1,2 @@
-DIST sof-firmware-2.2.4.tar.gz 4367865 BLAKE2B 
cf2896095597ff9a33090307333289d87ea9024f70cd3fd3d1c86232a47ffd95972264754ea6a67c5f57bce33267bb93ab332cd2cd44c96a58c970a176d5fabb
 SHA512 
f631bedbc5cceb0e3a668264c11f4e41f09f140ef909ac2557c4965a0b56deb00fa48ab06987fd2fd06eb97a35bc90342c5d7234d43390257bbd0942a70ce29a
-DIST sof-firmware-2.2.5.tar.gz 4381857 BLAKE2B 
681ffbc16d983b795556b00881d59d2a0ba258f89482d6e136ddb61345718802d1b3f7fcc494091337f42f9377a8831d890e2c5de140f083e223f29cc5936742
 SHA512 
c8a5f846c6ca39b39c1160aaf8c607f301b4e153dadb337b0d3a99c5993a933948a2c2bd80950e6459da4d707c9a5100c11b868d11695bbb7ca56bf86f7fa9db
 DIST sof-firmware-2.2.6.tar.gz 4394096 BLAKE2B 
8fa0fb97cfdaa13b30f34f46789bbb1700f4a3be994f11a55226bf617c9ade7ccde931eeb2f263448e355e82f281bbb70c66624a71645062cdfb68bd81a9d3a1
 SHA512 
33a836fdc9006aead24e14c15703040164b0878d48c6dd32f0a6ae558c99a43c768eb793e308550fd32dfb0e0f93783cff6c42f2618557ebac2a057425115e9e
 DIST sof-firmware-2023.09.tar.gz 5451579 BLAKE2B 
7535559c6833bd19c15c1f6e6bd88ee5c13ed79f93e0772cdc9df335cf4e89938969bd9babdf8c6cc1321af27e6704477f3a3db3c46295879216fd43358cf5b4
 SHA512 
7ef81549c76164629400622fa1b512b6061a37b9ba14383d69ac10b2e7dc35c4f35bd6444b15e725c749c23564ec84646960fedcd776b5c2ec11bda3933a633d

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.4.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.4.ebuild
deleted file mode 100644
index 82f72de46998..
--- a/sys-firmware/sof-firmware/sof-firmware-2.2.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-v${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-# Needed for sof-ctl
-RDEPEND="media-libs/alsa-lib"
-
-QA_PREBUILT="usr/bin/sof-ctl
-   usr/bin/sof-logger
-   usr/bin/sof-probes"
-
-src_install() {
-   dodir /lib/firmware/intel
-   dodir /usr/bin
-   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
-}
-
-pkg_preinst() {
-   local sofpath="${EROOT}/lib/firmware/intel/sof"
-   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-   rm -r "${sofpath}" || die
-   fi
-}

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.5.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.5.ebuild
deleted file mode 100644
index 82f72de46998..
--- a/sys-firmware/sof-firmware/sof-firmware-2.2.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-v${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-# Needed for sof-ctl
-RDEPEND="media-libs/alsa-lib"
-
-QA_PREBUILT="usr/bin/sof-ctl
-   usr/bin/sof-logger
-   usr/bin/sof-probes"
-
-src_install() {
-   dodir /lib/firmware/intel
-   dodir /usr/bin
-   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
-}
-
-pkg_preinst() {
-   local sofpath="${EROOT}/lib/firmware/intel/sof"
-   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-   rm -r "${sofpath}" || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-07-30 Thread Sam James
commit: a61a09537d263237181ee52a9c9cb29574fa1514
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 30 12:45:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 30 12:45:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61a0953

sys-firmware/sof-firmware: Stabilize 2.2.6 amd64, #911495

Signed-off-by: Sam James  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-2.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.6.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.6.ebuild
index 4bb0bf958007..82f72de46998 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2.2.6.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2.2.6.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-v${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # Needed for sof-ctl
 RDEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-07-08 Thread Sam James
commit: 0e3552906ce3d8866bd7353a85ebc6f2f388af61
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  8 21:44:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  8 21:44:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e355290

sys-firmware/sof-firmware: Stabilize 2.2.5 amd64, #910057

Signed-off-by: Sam James  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-2.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.5.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.5.ebuild
index 4bb0bf958007..82f72de46998 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2.2.5.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2.2.5.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-v${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # Needed for sof-ctl
 RDEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-07-08 Thread Pacho Ramos
commit: eb79e99125ba30a0ef092447dc9396bf03ba0a9f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  8 10:55:59 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  8 10:56:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb79e991

sys-firmware/sof-firmware: add 2.2.6

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-2.2.6.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 4b888a72f135..8d6cc33b5a00 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,3 +1,4 @@
 DIST sof-firmware-2.2.3.tar.gz 4358105 BLAKE2B 
2b3bfd53b9c0207720068c0ac7639acaf653bb276c20f353396e1a01255839c34514c52640526dfa8f5cbc9229f75ba08363c40cf756b78f0b0c6b12a6e033c9
 SHA512 
c4e345d0932d1c607072feea41acf2f3a5b3694b0c468515a28889b6d0ba46775f91ef9edf91a321a3be056705dc8b4df9c836096c2e73063afcbc166ca10abc
 DIST sof-firmware-2.2.4.tar.gz 4367865 BLAKE2B 
cf2896095597ff9a33090307333289d87ea9024f70cd3fd3d1c86232a47ffd95972264754ea6a67c5f57bce33267bb93ab332cd2cd44c96a58c970a176d5fabb
 SHA512 
f631bedbc5cceb0e3a668264c11f4e41f09f140ef909ac2557c4965a0b56deb00fa48ab06987fd2fd06eb97a35bc90342c5d7234d43390257bbd0942a70ce29a
 DIST sof-firmware-2.2.5.tar.gz 4381857 BLAKE2B 
681ffbc16d983b795556b00881d59d2a0ba258f89482d6e136ddb61345718802d1b3f7fcc494091337f42f9377a8831d890e2c5de140f083e223f29cc5936742
 SHA512 
c8a5f846c6ca39b39c1160aaf8c607f301b4e153dadb337b0d3a99c5993a933948a2c2bd80950e6459da4d707c9a5100c11b868d11695bbb7ca56bf86f7fa9db
+DIST sof-firmware-2.2.6.tar.gz 4394096 BLAKE2B 
8fa0fb97cfdaa13b30f34f46789bbb1700f4a3be994f11a55226bf617c9ade7ccde931eeb2f263448e355e82f281bbb70c66624a71645062cdfb68bd81a9d3a1
 SHA512 
33a836fdc9006aead24e14c15703040164b0878d48c6dd32f0a6ae558c99a43c768eb793e308550fd32dfb0e0f93783cff6c42f2618557ebac2a057425115e9e

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.6.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.6.ebuild
new file mode 100644
index ..4bb0bf958007
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2.2.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-v${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Needed for sof-ctl
+RDEPEND="media-libs/alsa-lib"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
+}
+
+pkg_preinst() {
+   local sofpath="${EROOT}/lib/firmware/intel/sof"
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-07-08 Thread Pacho Ramos
commit: 1ccc77299e9c95a52afc32d0017d1561d285dcb7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  8 10:56:12 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  8 10:56:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccc7729

sys-firmware/sof-firmware: drop 2.2.3

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 -
 .../sof-firmware/sof-firmware-2.2.3.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 8d6cc33b5a00..cd99a2358618 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,4 +1,3 @@
-DIST sof-firmware-2.2.3.tar.gz 4358105 BLAKE2B 
2b3bfd53b9c0207720068c0ac7639acaf653bb276c20f353396e1a01255839c34514c52640526dfa8f5cbc9229f75ba08363c40cf756b78f0b0c6b12a6e033c9
 SHA512 
c4e345d0932d1c607072feea41acf2f3a5b3694b0c468515a28889b6d0ba46775f91ef9edf91a321a3be056705dc8b4df9c836096c2e73063afcbc166ca10abc
 DIST sof-firmware-2.2.4.tar.gz 4367865 BLAKE2B 
cf2896095597ff9a33090307333289d87ea9024f70cd3fd3d1c86232a47ffd95972264754ea6a67c5f57bce33267bb93ab332cd2cd44c96a58c970a176d5fabb
 SHA512 
f631bedbc5cceb0e3a668264c11f4e41f09f140ef909ac2557c4965a0b56deb00fa48ab06987fd2fd06eb97a35bc90342c5d7234d43390257bbd0942a70ce29a
 DIST sof-firmware-2.2.5.tar.gz 4381857 BLAKE2B 
681ffbc16d983b795556b00881d59d2a0ba258f89482d6e136ddb61345718802d1b3f7fcc494091337f42f9377a8831d890e2c5de140f083e223f29cc5936742
 SHA512 
c8a5f846c6ca39b39c1160aaf8c607f301b4e153dadb337b0d3a99c5993a933948a2c2bd80950e6459da4d707c9a5100c11b868d11695bbb7ca56bf86f7fa9db
 DIST sof-firmware-2.2.6.tar.gz 4394096 BLAKE2B 
8fa0fb97cfdaa13b30f34f46789bbb1700f4a3be994f11a55226bf617c9ade7ccde931eeb2f263448e355e82f281bbb70c66624a71645062cdfb68bd81a9d3a1
 SHA512 
33a836fdc9006aead24e14c15703040164b0878d48c6dd32f0a6ae558c99a43c768eb793e308550fd32dfb0e0f93783cff6c42f2618557ebac2a057425115e9e

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.3.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.3.ebuild
deleted file mode 100644
index 82f72de46998..
--- a/sys-firmware/sof-firmware/sof-firmware-2.2.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-v${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-# Needed for sof-ctl
-RDEPEND="media-libs/alsa-lib"
-
-QA_PREBUILT="usr/bin/sof-ctl
-   usr/bin/sof-logger
-   usr/bin/sof-probes"
-
-src_install() {
-   dodir /lib/firmware/intel
-   dodir /usr/bin
-   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
-}
-
-pkg_preinst() {
-   local sofpath="${EROOT}/lib/firmware/intel/sof"
-   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-   rm -r "${sofpath}" || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-05-14 Thread Sam James
commit: ce19db01e97f16dc4a60ec4e96c1d1d849f487fa
Author: Sam James  gentoo  org>
AuthorDate: Sun May 14 16:31:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 14 16:31:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce19db01

sys-firmware/sof-firmware: Stabilize 2.2.4 amd64, #906326

Signed-off-by: Sam James  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.4.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.4.ebuild
index 4bb0bf958007..82f72de46998 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2.2.4.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2.2.4.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-v${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # Needed for sof-ctl
 RDEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-05-14 Thread Pacho Ramos
commit: 5b3e1f86456fee2efb2f11b09a8b1965305da740
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 14 11:35:12 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 14 11:37:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3e1f86

sys-firmware/sof-firmware: add 2.2.5

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-2.2.5.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 9ad9bca0177e..cf2ac154583d 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,3 +1,4 @@
 DIST sof-firmware-2.2.2.tar.gz 4116116 BLAKE2B 
e5722242e4b0130086ddb1b12d2adf29254bcae294f3ff49ac07dab3eab75e352a30346dd07c73ac51112b4c5234dc116de81251e01b146328cab673711f1f4c
 SHA512 
6a3be7088f8a93a052563e040a588c600512d08d4b75ae5567db255e334997a6401d41863dcb416562eee07fef0bd2abe1d9d0403cd236ab007474f66271db50
 DIST sof-firmware-2.2.3.tar.gz 4358105 BLAKE2B 
2b3bfd53b9c0207720068c0ac7639acaf653bb276c20f353396e1a01255839c34514c52640526dfa8f5cbc9229f75ba08363c40cf756b78f0b0c6b12a6e033c9
 SHA512 
c4e345d0932d1c607072feea41acf2f3a5b3694b0c468515a28889b6d0ba46775f91ef9edf91a321a3be056705dc8b4df9c836096c2e73063afcbc166ca10abc
 DIST sof-firmware-2.2.4.tar.gz 4367865 BLAKE2B 
cf2896095597ff9a33090307333289d87ea9024f70cd3fd3d1c86232a47ffd95972264754ea6a67c5f57bce33267bb93ab332cd2cd44c96a58c970a176d5fabb
 SHA512 
f631bedbc5cceb0e3a668264c11f4e41f09f140ef909ac2557c4965a0b56deb00fa48ab06987fd2fd06eb97a35bc90342c5d7234d43390257bbd0942a70ce29a
+DIST sof-firmware-2.2.5.tar.gz 4381857 BLAKE2B 
681ffbc16d983b795556b00881d59d2a0ba258f89482d6e136ddb61345718802d1b3f7fcc494091337f42f9377a8831d890e2c5de140f083e223f29cc5936742
 SHA512 
c8a5f846c6ca39b39c1160aaf8c607f301b4e153dadb337b0d3a99c5993a933948a2c2bd80950e6459da4d707c9a5100c11b868d11695bbb7ca56bf86f7fa9db

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.5.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.5.ebuild
new file mode 100644
index ..4bb0bf958007
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2.2.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-v${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Needed for sof-ctl
+RDEPEND="media-libs/alsa-lib"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
+}
+
+pkg_preinst() {
+   local sofpath="${EROOT}/lib/firmware/intel/sof"
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-05-14 Thread Pacho Ramos
commit: 489979ad17738439dedd84ae9e62d44546bb78ca
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 14 11:35:19 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 14 11:37:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489979ad

sys-firmware/sof-firmware: drop 2.2.2

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 -
 .../sof-firmware/sof-firmware-2.2.2.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index cf2ac154583d..4b888a72f135 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,4 +1,3 @@
-DIST sof-firmware-2.2.2.tar.gz 4116116 BLAKE2B 
e5722242e4b0130086ddb1b12d2adf29254bcae294f3ff49ac07dab3eab75e352a30346dd07c73ac51112b4c5234dc116de81251e01b146328cab673711f1f4c
 SHA512 
6a3be7088f8a93a052563e040a588c600512d08d4b75ae5567db255e334997a6401d41863dcb416562eee07fef0bd2abe1d9d0403cd236ab007474f66271db50
 DIST sof-firmware-2.2.3.tar.gz 4358105 BLAKE2B 
2b3bfd53b9c0207720068c0ac7639acaf653bb276c20f353396e1a01255839c34514c52640526dfa8f5cbc9229f75ba08363c40cf756b78f0b0c6b12a6e033c9
 SHA512 
c4e345d0932d1c607072feea41acf2f3a5b3694b0c468515a28889b6d0ba46775f91ef9edf91a321a3be056705dc8b4df9c836096c2e73063afcbc166ca10abc
 DIST sof-firmware-2.2.4.tar.gz 4367865 BLAKE2B 
cf2896095597ff9a33090307333289d87ea9024f70cd3fd3d1c86232a47ffd95972264754ea6a67c5f57bce33267bb93ab332cd2cd44c96a58c970a176d5fabb
 SHA512 
f631bedbc5cceb0e3a668264c11f4e41f09f140ef909ac2557c4965a0b56deb00fa48ab06987fd2fd06eb97a35bc90342c5d7234d43390257bbd0942a70ce29a
 DIST sof-firmware-2.2.5.tar.gz 4381857 BLAKE2B 
681ffbc16d983b795556b00881d59d2a0ba258f89482d6e136ddb61345718802d1b3f7fcc494091337f42f9377a8831d890e2c5de140f083e223f29cc5936742
 SHA512 
c8a5f846c6ca39b39c1160aaf8c607f301b4e153dadb337b0d3a99c5993a933948a2c2bd80950e6459da4d707c9a5100c11b868d11695bbb7ca56bf86f7fa9db

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.2.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.2.ebuild
deleted file mode 100644
index 11f617551116..
--- a/sys-firmware/sof-firmware/sof-firmware-2.2.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-v${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-# Needed for sof-ctl
-RDEPEND="media-libs/alsa-lib"
-
-QA_PREBUILT="usr/bin/sof-ctl
-   usr/bin/sof-logger
-   usr/bin/sof-probes"
-
-src_install() {
-   dodir /lib/firmware/intel
-   dodir /usr/bin
-   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
-}
-
-pkg_preinst() {
-   local sofpath="${EROOT}/lib/firmware/intel/sof"
-   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-   rm -r "${sofpath}" || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-02-23 Thread Sam James
commit: 339b8270a8ac733430c5d70b7577323d5f620ca0
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 23 13:40:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 23 13:40:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339b8270

sys-firmware/sof-firmware: Stabilize 2.2.3 amd64, #891843

Signed-off-by: Sam James  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-2.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.3.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.3.ebuild
index b51c9026bd32..82f72de46998 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2.2.3.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2.2.3.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
@@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-v${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # Needed for sof-ctl
 RDEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-02-23 Thread Pacho Ramos
commit: 0a237c322f60cd0e9f59fae3913c463a25090e9d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Feb 23 13:07:15 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Feb 23 13:07:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a237c32

sys-firmware/sof-firmware: add 2.2.4

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-2.2.4.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index ac08d51d76aa..e5c515932926 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,3 +1,4 @@
 DIST sof-firmware-2.2.2.tar.gz 4116116 BLAKE2B 
e5722242e4b0130086ddb1b12d2adf29254bcae294f3ff49ac07dab3eab75e352a30346dd07c73ac51112b4c5234dc116de81251e01b146328cab673711f1f4c
 SHA512 
6a3be7088f8a93a052563e040a588c600512d08d4b75ae5567db255e334997a6401d41863dcb416562eee07fef0bd2abe1d9d0403cd236ab007474f66271db50
 DIST sof-firmware-2.2.3.tar.gz 4358105 BLAKE2B 
2b3bfd53b9c0207720068c0ac7639acaf653bb276c20f353396e1a01255839c34514c52640526dfa8f5cbc9229f75ba08363c40cf756b78f0b0c6b12a6e033c9
 SHA512 
c4e345d0932d1c607072feea41acf2f3a5b3694b0c468515a28889b6d0ba46775f91ef9edf91a321a3be056705dc8b4df9c836096c2e73063afcbc166ca10abc
+DIST sof-firmware-2.2.4.tar.gz 4367865 BLAKE2B 
cf2896095597ff9a33090307333289d87ea9024f70cd3fd3d1c86232a47ffd95972264754ea6a67c5f57bce33267bb93ab332cd2cd44c96a58c970a176d5fabb
 SHA512 
f631bedbc5cceb0e3a668264c11f4e41f09f140ef909ac2557c4965a0b56deb00fa48ab06987fd2fd06eb97a35bc90342c5d7234d43390257bbd0942a70ce29a
 DIST sof-firmware-2.2.tar.gz 4211499 BLAKE2B 
c0ab39cba3ef3dd19b67d714b5a4e5a6a6cb3e8fb2d290c3fceadeb3f7dd96db986411184e16bca56bdd1905a697f8d416cd4aa5bdff90fe32e96713ff87bb71
 SHA512 
3cd06f6b8f8d6c3379b987cffa019a0d84263b8e00de40c18516c3e90745d5e150bdf71a8005b1ba704e44bf84d7030195e9c0ebfcd6e35228f4c14e9290cd95

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.4.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.4.ebuild
new file mode 100644
index ..4bb0bf958007
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2.2.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-v${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Needed for sof-ctl
+RDEPEND="media-libs/alsa-lib"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
+}
+
+pkg_preinst() {
+   local sofpath="${EROOT}/lib/firmware/intel/sof"
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2023-02-23 Thread Pacho Ramos
commit: 60cb034e9ff8979add684d9dd4f2a8fdf9c87f27
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Feb 23 13:07:22 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Feb 23 13:07:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60cb034e

sys-firmware/sof-firmware: drop 2.2

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest|  1 -
 sys-firmware/sof-firmware/sof-firmware-2.2.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index e5c515932926..9ad9bca0177e 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,4 +1,3 @@
 DIST sof-firmware-2.2.2.tar.gz 4116116 BLAKE2B 
e5722242e4b0130086ddb1b12d2adf29254bcae294f3ff49ac07dab3eab75e352a30346dd07c73ac51112b4c5234dc116de81251e01b146328cab673711f1f4c
 SHA512 
6a3be7088f8a93a052563e040a588c600512d08d4b75ae5567db255e334997a6401d41863dcb416562eee07fef0bd2abe1d9d0403cd236ab007474f66271db50
 DIST sof-firmware-2.2.3.tar.gz 4358105 BLAKE2B 
2b3bfd53b9c0207720068c0ac7639acaf653bb276c20f353396e1a01255839c34514c52640526dfa8f5cbc9229f75ba08363c40cf756b78f0b0c6b12a6e033c9
 SHA512 
c4e345d0932d1c607072feea41acf2f3a5b3694b0c468515a28889b6d0ba46775f91ef9edf91a321a3be056705dc8b4df9c836096c2e73063afcbc166ca10abc
 DIST sof-firmware-2.2.4.tar.gz 4367865 BLAKE2B 
cf2896095597ff9a33090307333289d87ea9024f70cd3fd3d1c86232a47ffd95972264754ea6a67c5f57bce33267bb93ab332cd2cd44c96a58c970a176d5fabb
 SHA512 
f631bedbc5cceb0e3a668264c11f4e41f09f140ef909ac2557c4965a0b56deb00fa48ab06987fd2fd06eb97a35bc90342c5d7234d43390257bbd0942a70ce29a
-DIST sof-firmware-2.2.tar.gz 4211499 BLAKE2B 
c0ab39cba3ef3dd19b67d714b5a4e5a6a6cb3e8fb2d290c3fceadeb3f7dd96db986411184e16bca56bdd1905a697f8d416cd4aa5bdff90fe32e96713ff87bb71
 SHA512 
3cd06f6b8f8d6c3379b987cffa019a0d84263b8e00de40c18516c3e90745d5e150bdf71a8005b1ba704e44bf84d7030195e9c0ebfcd6e35228f4c14e9290cd95

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.ebuild
deleted file mode 100644
index 11f617551116..
--- a/sys-firmware/sof-firmware/sof-firmware-2.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-v${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-# Needed for sof-ctl
-RDEPEND="media-libs/alsa-lib"
-
-QA_PREBUILT="usr/bin/sof-ctl
-   usr/bin/sof-logger
-   usr/bin/sof-probes"
-
-src_install() {
-   dodir /lib/firmware/intel
-   dodir /usr/bin
-   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
-}
-
-pkg_preinst() {
-   local sofpath="${EROOT}/lib/firmware/intel/sof"
-   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-   rm -r "${sofpath}" || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-12-25 Thread Sam James
commit: f409af07dc70be2ea28f08451c20dadd487b78ff
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 25 16:41:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 25 16:41:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f409af07

sys-firmware/sof-firmware: Stabilize 2.2.2 amd64, #887139

Signed-off-by: Sam James  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.2.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.2.ebuild
index b51c9026bd32..11f617551116 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2.2.2.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2.2.2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-v${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # Needed for sof-ctl
 RDEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-12-25 Thread Pacho Ramos
commit: afbafcb5f61e824061f1f5af781d4aae215172a8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Dec 25 10:03:00 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Dec 25 10:03:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbafcb5

sys-firmware/sof-firmware: add github upstream metadata

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/metadata.xml | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/sys-firmware/sof-firmware/metadata.xml 
b/sys-firmware/sof-firmware/metadata.xml
index 437d32a9f916..dd12d6c6afb5 100644
--- a/sys-firmware/sof-firmware/metadata.xml
+++ b/sys-firmware/sof-firmware/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-alsa-b...@gentoo.org
-
+   
+   alsa-b...@gentoo.org
+   
+   
+   thesofproject/sof
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-12-25 Thread Pacho Ramos
commit: 4e4307bad04a8e97742f70d42281a280576d6623
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Dec 25 10:00:03 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Dec 25 10:00:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4307ba

sys-firmware/sof-firmware: drop 2.1.1-r1

Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 -
 .../sof-firmware/sof-firmware-2.1.1-r1.ebuild  | 33 --
 2 files changed, 34 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index eaff12168804..ac08d51d76aa 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,4 +1,3 @@
-DIST sof-firmware-2.1.1.tar.gz 4056718 BLAKE2B 
0246f6240504d3e8b609b402c41ffe6ed9b8350b6a31c6567851069354e5de5b4ca6d803e78fdde77cdaba7be87c8a8923b2d0fdd0544fd3b28d1e332cd59b63
 SHA512 
77e9562f67014d78b213fe428edef6a08dcc058a9a762da09a486c002c3aa0b907ea7c8ba6d4f88f5ddab5e564de06df9f2ed77206341a0fe2e1aaab1d9740ce
 DIST sof-firmware-2.2.2.tar.gz 4116116 BLAKE2B 
e5722242e4b0130086ddb1b12d2adf29254bcae294f3ff49ac07dab3eab75e352a30346dd07c73ac51112b4c5234dc116de81251e01b146328cab673711f1f4c
 SHA512 
6a3be7088f8a93a052563e040a588c600512d08d4b75ae5567db255e334997a6401d41863dcb416562eee07fef0bd2abe1d9d0403cd236ab007474f66271db50
 DIST sof-firmware-2.2.3.tar.gz 4358105 BLAKE2B 
2b3bfd53b9c0207720068c0ac7639acaf653bb276c20f353396e1a01255839c34514c52640526dfa8f5cbc9229f75ba08363c40cf756b78f0b0c6b12a6e033c9
 SHA512 
c4e345d0932d1c607072feea41acf2f3a5b3694b0c468515a28889b6d0ba46775f91ef9edf91a321a3be056705dc8b4df9c836096c2e73063afcbc166ca10abc
 DIST sof-firmware-2.2.tar.gz 4211499 BLAKE2B 
c0ab39cba3ef3dd19b67d714b5a4e5a6a6cb3e8fb2d290c3fceadeb3f7dd96db986411184e16bca56bdd1905a697f8d416cd4aa5bdff90fe32e96713ff87bb71
 SHA512 
3cd06f6b8f8d6c3379b987cffa019a0d84263b8e00de40c18516c3e90745d5e150bdf71a8005b1ba704e44bf84d7030195e9c0ebfcd6e35228f4c14e9290cd95

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.1.1-r1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.1.1-r1.ebuild
deleted file mode 100644
index 11f617551116..
--- a/sys-firmware/sof-firmware/sof-firmware-2.1.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-v${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-# Needed for sof-ctl
-RDEPEND="media-libs/alsa-lib"
-
-QA_PREBUILT="usr/bin/sof-ctl
-   usr/bin/sof-logger
-   usr/bin/sof-probes"
-
-src_install() {
-   dodir /lib/firmware/intel
-   dodir /usr/bin
-   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
-}
-
-pkg_preinst() {
-   local sofpath="${EROOT}/lib/firmware/intel/sof"
-   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-   rm -r "${sofpath}" || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-12-25 Thread Pacho Ramos
commit: a4975cdbf5f112443e04b5a694c8fa43c3b89711
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Dec 25 09:59:45 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Dec 25 09:59:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4975cdb

sys-firmware/sof-firmware: add 2.2.3

Closes: https://bugs.gentoo.org/887141
Signed-off-by: Pacho Ramos  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-2.2.3.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 4c9734fc2883..eaff12168804 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,3 +1,4 @@
 DIST sof-firmware-2.1.1.tar.gz 4056718 BLAKE2B 
0246f6240504d3e8b609b402c41ffe6ed9b8350b6a31c6567851069354e5de5b4ca6d803e78fdde77cdaba7be87c8a8923b2d0fdd0544fd3b28d1e332cd59b63
 SHA512 
77e9562f67014d78b213fe428edef6a08dcc058a9a762da09a486c002c3aa0b907ea7c8ba6d4f88f5ddab5e564de06df9f2ed77206341a0fe2e1aaab1d9740ce
 DIST sof-firmware-2.2.2.tar.gz 4116116 BLAKE2B 
e5722242e4b0130086ddb1b12d2adf29254bcae294f3ff49ac07dab3eab75e352a30346dd07c73ac51112b4c5234dc116de81251e01b146328cab673711f1f4c
 SHA512 
6a3be7088f8a93a052563e040a588c600512d08d4b75ae5567db255e334997a6401d41863dcb416562eee07fef0bd2abe1d9d0403cd236ab007474f66271db50
+DIST sof-firmware-2.2.3.tar.gz 4358105 BLAKE2B 
2b3bfd53b9c0207720068c0ac7639acaf653bb276c20f353396e1a01255839c34514c52640526dfa8f5cbc9229f75ba08363c40cf756b78f0b0c6b12a6e033c9
 SHA512 
c4e345d0932d1c607072feea41acf2f3a5b3694b0c468515a28889b6d0ba46775f91ef9edf91a321a3be056705dc8b4df9c836096c2e73063afcbc166ca10abc
 DIST sof-firmware-2.2.tar.gz 4211499 BLAKE2B 
c0ab39cba3ef3dd19b67d714b5a4e5a6a6cb3e8fb2d290c3fceadeb3f7dd96db986411184e16bca56bdd1905a697f8d416cd4aa5bdff90fe32e96713ff87bb71
 SHA512 
3cd06f6b8f8d6c3379b987cffa019a0d84263b8e00de40c18516c3e90745d5e150bdf71a8005b1ba704e44bf84d7030195e9c0ebfcd6e35228f4c14e9290cd95

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.3.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.3.ebuild
new file mode 100644
index ..b51c9026bd32
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2.2.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-v${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Needed for sof-ctl
+RDEPEND="media-libs/alsa-lib"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
+}
+
+pkg_preinst() {
+   local sofpath="${EROOT}/lib/firmware/intel/sof"
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-11-03 Thread Matt Turner
commit: 90342f0c62ef958af76504e5e8945ca9e267f29a
Author: Douglas Agbeve  agbeve  com>
AuthorDate: Thu Oct 27 10:40:41 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov  4 03:11:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90342f0c

sys-firmware/sof-firmware: bump to v2.2.2

Signed-off-by: Douglas Agbeve  agbeve.com>
Closes: https://github.com/gentoo/gentoo/pull/27975
Signed-off-by: Matt Turner  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-2.2.2.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index d9475a9d5110..4c9734fc2883 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,2 +1,3 @@
 DIST sof-firmware-2.1.1.tar.gz 4056718 BLAKE2B 
0246f6240504d3e8b609b402c41ffe6ed9b8350b6a31c6567851069354e5de5b4ca6d803e78fdde77cdaba7be87c8a8923b2d0fdd0544fd3b28d1e332cd59b63
 SHA512 
77e9562f67014d78b213fe428edef6a08dcc058a9a762da09a486c002c3aa0b907ea7c8ba6d4f88f5ddab5e564de06df9f2ed77206341a0fe2e1aaab1d9740ce
+DIST sof-firmware-2.2.2.tar.gz 4116116 BLAKE2B 
e5722242e4b0130086ddb1b12d2adf29254bcae294f3ff49ac07dab3eab75e352a30346dd07c73ac51112b4c5234dc116de81251e01b146328cab673711f1f4c
 SHA512 
6a3be7088f8a93a052563e040a588c600512d08d4b75ae5567db255e334997a6401d41863dcb416562eee07fef0bd2abe1d9d0403cd236ab007474f66271db50
 DIST sof-firmware-2.2.tar.gz 4211499 BLAKE2B 
c0ab39cba3ef3dd19b67d714b5a4e5a6a6cb3e8fb2d290c3fceadeb3f7dd96db986411184e16bca56bdd1905a697f8d416cd4aa5bdff90fe32e96713ff87bb71
 SHA512 
3cd06f6b8f8d6c3379b987cffa019a0d84263b8e00de40c18516c3e90745d5e150bdf71a8005b1ba704e44bf84d7030195e9c0ebfcd6e35228f4c14e9290cd95

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.2.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.2.ebuild
new file mode 100644
index ..b51c9026bd32
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-v${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Needed for sof-ctl
+RDEPEND="media-libs/alsa-lib"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
+}
+
+pkg_preinst() {
+   local sofpath="${EROOT}/lib/firmware/intel/sof"
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-09-09 Thread Agostino Sarubbo
commit: e75595378b5be3327d2ee87041f15f37acf8c79f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep  9 07:34:17 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep  9 07:34:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7559537

sys-firmware/sof-firmware: Stabilize 2.2 amd64, #869212

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.ebuild
index b51c9026bd32..11f617551116 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2.2.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2.2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-v${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # Needed for sof-ctl
 RDEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-08-17 Thread Matt Turner
commit: 6844d3611c84082b66aec3d46ab4dc76133fd62b
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Aug 17 13:44:01 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Aug 17 16:21:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6844d361

sys-firmware/sof-firmware: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 -
 .../sof-firmware/sof-firmware-1.9.3-r1.ebuild  | 23 --
 2 files changed, 24 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index a3820bcbd29c..d9475a9d5110 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,3 +1,2 @@
-DIST sof-firmware-1.9.3.tar.gz 3710193 BLAKE2B 
d52fe0660c73c8e76fb60c492abe19f9e64b3064441880b84488193aa66710e49ef022c7cd1b8ece69d010aa5e416fbf4307a9c92d823525dbdc734194b0a98f
 SHA512 
0c04bf47ecf65d3352b730e79968cb020211c274f64a3cc21e4c5e49c5a9706ab4d541aaea931e72c1bcc67fcde6387bc6bf952a33691aaab06e6b93aa73a024
 DIST sof-firmware-2.1.1.tar.gz 4056718 BLAKE2B 
0246f6240504d3e8b609b402c41ffe6ed9b8350b6a31c6567851069354e5de5b4ca6d803e78fdde77cdaba7be87c8a8923b2d0fdd0544fd3b28d1e332cd59b63
 SHA512 
77e9562f67014d78b213fe428edef6a08dcc058a9a762da09a486c002c3aa0b907ea7c8ba6d4f88f5ddab5e564de06df9f2ed77206341a0fe2e1aaab1d9740ce
 DIST sof-firmware-2.2.tar.gz 4211499 BLAKE2B 
c0ab39cba3ef3dd19b67d714b5a4e5a6a6cb3e8fb2d290c3fceadeb3f7dd96db986411184e16bca56bdd1905a697f8d416cd4aa5bdff90fe32e96713ff87bb71
 SHA512 
3cd06f6b8f8d6c3379b987cffa019a0d84263b8e00de40c18516c3e90745d5e150bdf71a8005b1ba704e44bf84d7030195e9c0ebfcd6e35228f4c14e9290cd95

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
deleted file mode 100644
index 80e5c2eb822b..
--- a/sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-v${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="media-libs/alsa-lib"
-
-QA_PREBUILT="usr/bin/sof-logger usr/bin/sof-ctl usr/bin/sof-probes"
-
-src_install() {
-   dodir /lib/firmware/intel
-   dodir /usr/bin
-   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-07-31 Thread Agostino Sarubbo
commit: bade1ef55057ba4bfae88d64c6cf25cec3759a1e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jul 31 11:05:11 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jul 31 11:05:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bade1ef5

sys-firmware/sof-firmware: amd64 stable wrt bug #862127

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.1.1-r1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.1.1-r1.ebuild
index b51c9026bd32..11f617551116 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2.1.1-r1.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2.1.1-r1.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-v${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # Needed for sof-ctl
 RDEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-07-29 Thread Matt Turner
commit: cd75419652c1bf99cc56dc21f1d7fced9ba68a3e
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 29 18:08:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 29 18:08:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd754196

sys-firmware/sof-firmware: Version bump to 2.2

Closes: https://bugs.gentoo.org/856268
Signed-off-by: Matt Turner  gentoo.org>

 sys-firmware/sof-firmware/Manifest|  1 +
 sys-firmware/sof-firmware/sof-firmware-2.2.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index fe63b1dc47c6..a3820bcbd29c 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,2 +1,3 @@
 DIST sof-firmware-1.9.3.tar.gz 3710193 BLAKE2B 
d52fe0660c73c8e76fb60c492abe19f9e64b3064441880b84488193aa66710e49ef022c7cd1b8ece69d010aa5e416fbf4307a9c92d823525dbdc734194b0a98f
 SHA512 
0c04bf47ecf65d3352b730e79968cb020211c274f64a3cc21e4c5e49c5a9706ab4d541aaea931e72c1bcc67fcde6387bc6bf952a33691aaab06e6b93aa73a024
 DIST sof-firmware-2.1.1.tar.gz 4056718 BLAKE2B 
0246f6240504d3e8b609b402c41ffe6ed9b8350b6a31c6567851069354e5de5b4ca6d803e78fdde77cdaba7be87c8a8923b2d0fdd0544fd3b28d1e332cd59b63
 SHA512 
77e9562f67014d78b213fe428edef6a08dcc058a9a762da09a486c002c3aa0b907ea7c8ba6d4f88f5ddab5e564de06df9f2ed77206341a0fe2e1aaab1d9740ce
+DIST sof-firmware-2.2.tar.gz 4211499 BLAKE2B 
c0ab39cba3ef3dd19b67d714b5a4e5a6a6cb3e8fb2d290c3fceadeb3f7dd96db986411184e16bca56bdd1905a697f8d416cd4aa5bdff90fe32e96713ff87bb71
 SHA512 
3cd06f6b8f8d6c3379b987cffa019a0d84263b8e00de40c18516c3e90745d5e150bdf71a8005b1ba704e44bf84d7030195e9c0ebfcd6e35228f4c14e9290cd95

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.2.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.2.ebuild
new file mode 100644
index ..b51c9026bd32
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-v${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Needed for sof-ctl
+RDEPEND="media-libs/alsa-lib"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
+}
+
+pkg_preinst() {
+   local sofpath="${EROOT}/lib/firmware/intel/sof"
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-04-28 Thread Sam James
commit: 11ce9a87c1fce843a4753e3deaf94cacb7a8aec0
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 29 05:58:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 29 05:58:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ce9a87

sys-firmware/sof-firmware: fix pkg_preinst

Closes: https://bugs.gentoo.org/841560
Signed-off-by: Sam James  gentoo.org>

 .../{sof-firmware-2.1.1.ebuild => sof-firmware-2.1.1-r1.ebuild}  | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.1.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.1.1-r1.ebuild
similarity index 88%
rename from sys-firmware/sof-firmware/sof-firmware-2.1.1.ebuild
rename to sys-firmware/sof-firmware/sof-firmware-2.1.1-r1.ebuild
index fd66eee7a67b..b51c9026bd32 100644
--- a/sys-firmware/sof-firmware/sof-firmware-2.1.1.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-2.1.1-r1.ebuild
@@ -12,6 +12,9 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
+# Needed for sof-ctl
+RDEPEND="media-libs/alsa-lib"
+
 QA_PREBUILT="usr/bin/sof-ctl
usr/bin/sof-logger
usr/bin/sof-probes"
@@ -24,7 +27,7 @@ src_install() {
 
 pkg_preinst() {
local sofpath="${EROOT}/lib/firmware/intel/sof"
-   if [[ ! -L "${sofpath}" ]] ; then
+   if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
rm -r "${sofpath}" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-04-28 Thread Sam James
commit: 7ddd376d52349a5cb775071167e3d80d5f8c2ae6
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 29 04:42:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 29 04:42:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddd376d

sys-firmware/sof-firmware: drop 1.6.1, 1.9

Signed-off-by: Sam James  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  2 --
 .../sof-firmware/sof-firmware-1.6.1.ebuild | 25 --
 sys-firmware/sof-firmware/sof-firmware-1.9.ebuild  | 23 
 3 files changed, 50 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index d2d338af6da6..fe63b1dc47c6 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,4 +1,2 @@
-DIST sof-firmware-1.6.1.tar.gz 3033953 BLAKE2B 
0c33bd9a5d17c3b889219bf926d3619e3e448ff6b16e39b4caffe19e87c98d1227b303ebe80d185f93480ead29f37de39093f3e76f275df7836d3250ae47c566
 SHA512 
71acd34662ffd4d93f6111dfd046ed358184fdf24d0e118da43770aeee45bd15105b688bc5a569f2cb7941724ec822d2cfbab8a08e9caee1a77aa5763ac7b48e
 DIST sof-firmware-1.9.3.tar.gz 3710193 BLAKE2B 
d52fe0660c73c8e76fb60c492abe19f9e64b3064441880b84488193aa66710e49ef022c7cd1b8ece69d010aa5e416fbf4307a9c92d823525dbdc734194b0a98f
 SHA512 
0c04bf47ecf65d3352b730e79968cb020211c274f64a3cc21e4c5e49c5a9706ab4d541aaea931e72c1bcc67fcde6387bc6bf952a33691aaab06e6b93aa73a024
-DIST sof-firmware-1.9.tar.gz 3470302 BLAKE2B 
597467915a658beda5611177c550b51a15720dfde23f1a55ea91217e7e809ff5c6417c6cc449e5d4a1732ffc03f9f817407951410646c9431ec189e8b141f60e
 SHA512 
aee733381edb2150f2132c296e9151b1d6a71246e204b15c2394587c528286f730ceaf02002e1e58ccea0deba5e4ae81cb7a03efb858ac954633b0cfaec81a22
 DIST sof-firmware-2.1.1.tar.gz 4056718 BLAKE2B 
0246f6240504d3e8b609b402c41ffe6ed9b8350b6a31c6567851069354e5de5b4ca6d803e78fdde77cdaba7be87c8a8923b2d0fdd0544fd3b28d1e332cd59b63
 SHA512 
77e9562f67014d78b213fe428edef6a08dcc058a9a762da09a486c002c3aa0b907ea7c8ba6d4f88f5ddab5e564de06df9f2ed77206341a0fe2e1aaab1d9740ce

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild
deleted file mode 100644
index d62dacb90048..
--- a/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/archive/stable-v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-S=${WORKDIR}/sof-bin-stable-v${PV}
-
-src_compile() {
-   sed -i -e '1i #!/bin/bash\nset -e' go.sh || die
-}
-
-src_install() {
-   mkdir -p "${D}/lib/firmware/intel" || die
-   SOF_VERSION=v${PV} ROOT=${D} ${S}/go.sh || die
-}

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.9.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-1.9.ebuild
deleted file mode 100644
index 73dbc489b0e4..
--- a/sys-firmware/sof-firmware/sof-firmware-1.9.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S=${WORKDIR}/sof-bin-v${PV}
-
-QA_PREBUILT="/usr/bin/sof-logger"
-
-src_install() {
-   dodir /lib/firmware/intel
-   dodir /usr/bin
-   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-04-28 Thread Sam James
commit: 38d497575d13da1cf94f195e84bf2a2d1a03aa06
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 29 04:39:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 29 04:40:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d49757

sys-firmware/sof-firmware: add 2.1.1

Closes: https://bugs.gentoo.org/836728
Closes: https://bugs.gentoo.org/829734
Closes: https://bugs.gentoo.org/833083
Thanks-to: Brian Evans  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-2.1.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 0fe746d0485a..d2d338af6da6 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,3 +1,4 @@
 DIST sof-firmware-1.6.1.tar.gz 3033953 BLAKE2B 
0c33bd9a5d17c3b889219bf926d3619e3e448ff6b16e39b4caffe19e87c98d1227b303ebe80d185f93480ead29f37de39093f3e76f275df7836d3250ae47c566
 SHA512 
71acd34662ffd4d93f6111dfd046ed358184fdf24d0e118da43770aeee45bd15105b688bc5a569f2cb7941724ec822d2cfbab8a08e9caee1a77aa5763ac7b48e
 DIST sof-firmware-1.9.3.tar.gz 3710193 BLAKE2B 
d52fe0660c73c8e76fb60c492abe19f9e64b3064441880b84488193aa66710e49ef022c7cd1b8ece69d010aa5e416fbf4307a9c92d823525dbdc734194b0a98f
 SHA512 
0c04bf47ecf65d3352b730e79968cb020211c274f64a3cc21e4c5e49c5a9706ab4d541aaea931e72c1bcc67fcde6387bc6bf952a33691aaab06e6b93aa73a024
 DIST sof-firmware-1.9.tar.gz 3470302 BLAKE2B 
597467915a658beda5611177c550b51a15720dfde23f1a55ea91217e7e809ff5c6417c6cc449e5d4a1732ffc03f9f817407951410646c9431ec189e8b141f60e
 SHA512 
aee733381edb2150f2132c296e9151b1d6a71246e204b15c2394587c528286f730ceaf02002e1e58ccea0deba5e4ae81cb7a03efb858ac954633b0cfaec81a22
+DIST sof-firmware-2.1.1.tar.gz 4056718 BLAKE2B 
0246f6240504d3e8b609b402c41ffe6ed9b8350b6a31c6567851069354e5de5b4ca6d803e78fdde77cdaba7be87c8a8923b2d0fdd0544fd3b28d1e332cd59b63
 SHA512 
77e9562f67014d78b213fe428edef6a08dcc058a9a762da09a486c002c3aa0b907ea7c8ba6d4f88f5ddab5e564de06df9f2ed77206341a0fe2e1aaab1d9740ce

diff --git a/sys-firmware/sof-firmware/sof-firmware-2.1.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2.1.1.ebuild
new file mode 100644
index ..fd66eee7a67b
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-2.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-v${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="usr/bin/sof-ctl
+   usr/bin/sof-logger
+   usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
+}
+
+pkg_preinst() {
+   local sofpath="${EROOT}/lib/firmware/intel/sof"
+   if [[ ! -L "${sofpath}" ]] ; then
+   rm -r "${sofpath}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2022-01-31 Thread Sam James
commit: 2bd5fcf8b84ca24d532081f58cf34cc3136faeb9
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 31 18:49:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 31 18:49:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd5fcf8

sys-firmware/sof-firmware: Stabilize 1.9.3-r1 amd64, #829733

Signed-off-by: Sam James  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
index d5f3b2775947..80e5c2eb822b 100644
--- a/sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-v${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="media-libs/alsa-lib"
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2021-12-21 Thread Sam James
commit: 0be162f3c68e5d5abc00b4f0a6d131934bc96283
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 22 02:30:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 22 02:30:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be162f3

sys-firmware/sof-firmware: add alsa-lib RDEPEND

Only seems to be needed for 1.9.3 at a quick glance.

Closes: https://bugs.gentoo.org/829748
Signed-off-by: Sam James  gentoo.org>

 .../{sof-firmware-1.9.3.ebuild => sof-firmware-1.9.3-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
similarity index 95%
rename from sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild
rename to sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
index 48bb1e61a889..d5f3b2775947 100644
--- a/sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
@@ -12,6 +12,8 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
+RDEPEND="media-libs/alsa-lib"
+
 QA_PREBUILT="usr/bin/sof-logger usr/bin/sof-ctl usr/bin/sof-probes"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2021-12-20 Thread Sam James
commit: 3000ddecd3ba65b1160e3c45ec80ae74c7bf40c9
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 21 03:05:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 21 03:05:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3000ddec

sys-firmware/sof-firmware: add 1.9.3

Closes: https://bugs.gentoo.org/827066
Signed-off-by: Sam James  gentoo.org>

 sys-firmware/sof-firmware/Manifest  |  1 +
 sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 2395475a2ffb..0fe746d0485a 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,2 +1,3 @@
 DIST sof-firmware-1.6.1.tar.gz 3033953 BLAKE2B 
0c33bd9a5d17c3b889219bf926d3619e3e448ff6b16e39b4caffe19e87c98d1227b303ebe80d185f93480ead29f37de39093f3e76f275df7836d3250ae47c566
 SHA512 
71acd34662ffd4d93f6111dfd046ed358184fdf24d0e118da43770aeee45bd15105b688bc5a569f2cb7941724ec822d2cfbab8a08e9caee1a77aa5763ac7b48e
+DIST sof-firmware-1.9.3.tar.gz 3710193 BLAKE2B 
d52fe0660c73c8e76fb60c492abe19f9e64b3064441880b84488193aa66710e49ef022c7cd1b8ece69d010aa5e416fbf4307a9c92d823525dbdc734194b0a98f
 SHA512 
0c04bf47ecf65d3352b730e79968cb020211c274f64a3cc21e4c5e49c5a9706ab4d541aaea931e72c1bcc67fcde6387bc6bf952a33691aaab06e6b93aa73a024
 DIST sof-firmware-1.9.tar.gz 3470302 BLAKE2B 
597467915a658beda5611177c550b51a15720dfde23f1a55ea91217e7e809ff5c6417c6cc449e5d4a1732ffc03f9f817407951410646c9431ec189e8b141f60e
 SHA512 
aee733381edb2150f2132c296e9151b1d6a71246e204b15c2394587c528286f730ceaf02002e1e58ccea0deba5e4ae81cb7a03efb858ac954633b0cfaec81a22

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild
new file mode 100644
index ..48bb1e61a889
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/sof-bin-v${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="usr/bin/sof-logger usr/bin/sof-ctl usr/bin/sof-probes"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2021-10-10 Thread Andreas K. Hüttel
commit: 3615e8279553b70c7f24177db1f5a6ec10d31a94
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 10 14:19:44 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 10 14:20:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3615e827

sys-firmware/sof-firmware: Version bump 1.9

Closes: https://bugs.gentoo.org/816297
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-firmware/sof-firmware/Manifest|  1 +
 sys-firmware/sof-firmware/sof-firmware-1.9.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 3de67a4258f..ebd6ba3d958 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -14,3 +14,4 @@ DIST sof-firmware-1.4.2-sof-imx8.ldc 60848 BLAKE2B 
a17be83147fa58eb71698e9d7306d
 DIST sof-firmware-1.4.2-sof-imx8.ri 115472 BLAKE2B 
ffb9fabdb388354b409881489594c411cc3c0fcbabb05688585696ad7b15f4a54a3f2786df811217b81cff210088e7e67ef1ae5e54c3e4e7827c69aa32ca5f87
 SHA512 
86e267cdd8fe835bdab7e082f0e9c527e8283757759c70069af52d4e23440439565380b10011fb746afed13a3fb2f1aadcaf54e45740b08b40a1f5455b57e05b
 DIST sof-firmware-1.5.1.tar.gz 1611811 BLAKE2B 
7408ba12f1375cb3d6c20e1654be225e8ab11e8b1471c54bd0a498ed1fad11954c57f68a7e483223117c5469278507b1d05e077420a1f58efb2eb0d2b4e95078
 SHA512 
0e3273f681dc3c0ee075bfb10e689e7ae8d8c0604f9d849f5bd991793d272e06ce7664a0b5829a9b93993d0576683824ee0ac5f8d1efe0b94a705a3e7ae34903
 DIST sof-firmware-1.6.1.tar.gz 3033953 BLAKE2B 
0c33bd9a5d17c3b889219bf926d3619e3e448ff6b16e39b4caffe19e87c98d1227b303ebe80d185f93480ead29f37de39093f3e76f275df7836d3250ae47c566
 SHA512 
71acd34662ffd4d93f6111dfd046ed358184fdf24d0e118da43770aeee45bd15105b688bc5a569f2cb7941724ec822d2cfbab8a08e9caee1a77aa5763ac7b48e
+DIST sof-firmware-1.9.tar.gz 3470302 BLAKE2B 
597467915a658beda5611177c550b51a15720dfde23f1a55ea91217e7e809ff5c6417c6cc449e5d4a1732ffc03f9f817407951410646c9431ec189e8b141f60e
 SHA512 
aee733381edb2150f2132c296e9151b1d6a71246e204b15c2394587c528286f730ceaf02002e1e58ccea0deba5e4ae81cb7a03efb858ac954633b0cfaec81a22

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.9.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-1.9.ebuild
new file mode 100644
index 000..73dbc489b0e
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-1.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S=${WORKDIR}/sof-bin-v${PV}
+
+QA_PREBUILT="/usr/bin/sof-logger"
+
+src_install() {
+   dodir /lib/firmware/intel
+   dodir /usr/bin
+   FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2021-10-10 Thread Andreas K. Hüttel
commit: a7cfc2c27d4e50f38001b2c6eced4d4463db7d0c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 10 14:20:24 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 10 14:20:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7cfc2c2

sys-firmware/sof-firmware: Drop myself as maintainer

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-firmware/sof-firmware/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-firmware/sof-firmware/metadata.xml 
b/sys-firmware/sof-firmware/metadata.xml
index 787640b90d4..437d32a9f91 100644
--- a/sys-firmware/sof-firmware/metadata.xml
+++ b/sys-firmware/sof-firmware/metadata.xml
@@ -4,7 +4,4 @@
 
 alsa-b...@gentoo.org
 
-
-dilfri...@gentoo.org
-
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2021-10-10 Thread Andreas K. Hüttel
commit: 7d41b4983447c04b6064ca39a926b45b63a206e0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 10 14:20:05 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 10 14:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d41b498

sys-firmware/sof-firmware: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-firmware/sof-firmware/Manifest | 15 ---
 .../sof-firmware/sof-firmware-1.4.2.ebuild | 48 --
 .../sof-firmware/sof-firmware-1.5.1.ebuild | 27 
 3 files changed, 90 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index ebd6ba3d958..2395475a2ff 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,17 +1,2 @@
-DIST sof-firmware-1.4.2-sof-apl-v1.4.2.ldc 73536 BLAKE2B 
48d52c5cd9a65ddacac2c69a5b455fc6073125e504925a35bcd67168ab7d6caef91fd874d7a1b5434b4b9d340746479bc2c87e04287cd04113a959f6b08e8d65
 SHA512 
9cd9ba944511f708f186c86d66f0a0af64b441b1d204fcbb52c38e0b052f3baeea03a45b069a6c77d22ba2c178df845762b1cbede62b71aa481334b982a93d2d
-DIST sof-firmware-1.4.2-sof-apl-v1.4.2.ri 282624 BLAKE2B 
b818b9a422fddb6ff46f649fc0fc21a1327745b1b059a74ffa9ab3c5dc82ef83560010fac0ee8dc73b63a6ebc46bb992a0b572c0e844f7a913b3837fe6c77afd
 SHA512 
53ec06f5ac3d0e3aad5e4a4916e228e8aacc030c7e19fdf5f64ea3438bdfc318359164fc9791b27b4b07001e02e41e1f64aae4b00b441b44caadf4f6ef8f0b3b
-DIST sof-firmware-1.4.2-sof-bdw.ldc 61176 BLAKE2B 
79ba2b04a76eb1e97962194963d33d2ff927427aff09c019f2e6f9e68e599abef8bcc63e4e218cd4828d2fd3cb1bcde1c5da4b9f94be74fe1e6201d55dfaa6a8
 SHA512 
b2bda94e8397f6439b14ed581430bb02b735c002f876cda8e25076f80a12d6550123cad5b872c2cdc6c6a9a9a6946c16cd824c3c9ca2ca00e669c97d25e12451
-DIST sof-firmware-1.4.2-sof-bdw.ri 109616 BLAKE2B 
6519f0e8d1d4c63abec67ab454bae480c7908267bec70b0edd3b69ae6ff346e10efa5f27236034879b5f3401aa6ba82f0b91502f07411d78164532e946184ed3
 SHA512 
77a0ab8051f5b2a5021cd398e6f550b68700e98d6f5f8c2f6676d2fc9ba51ca74b6bf48abc49e6619a5b60483d22cd91af7bc989efe989bf759a85aa2f634db7
-DIST sof-firmware-1.4.2-sof-byt.ldc 40976 BLAKE2B 
3b43f4da1c30635b044abf781430584e966d35ddac35536bdd4fcaa211f9c637527aeb928569d0149e5ef0a161759a23d424dcb7f75061a84878b5776682fbd8
 SHA512 
924d2a6bab3dbade14d2d004d690e3bbf334db765a544941dee315b38946ee841f38739613198276a5e41109a5b26b7083dba044d35b93d7da3dce3116cf386a
-DIST sof-firmware-1.4.2-sof-byt.ri 88164 BLAKE2B 
425a9615f49aabbc0aec157487b5f1a04f0d45efdbf34bf6ca8882c09512e5a75075399ad7761028f00a763b6fbb6c13905184684ef1b2c7d3be3b17cebf5184
 SHA512 
70a0674aaa6bb08fe2ed3d089c75532c2228b851d8f026489024f52db2bdbbec0ab68dc70657422336a102d3fe5908a6fa05ab0b670803a4a2cc7b6428f04d17
-DIST sof-firmware-1.4.2-sof-cht.ldc 40976 BLAKE2B 
3b43f4da1c30635b044abf781430584e966d35ddac35536bdd4fcaa211f9c637527aeb928569d0149e5ef0a161759a23d424dcb7f75061a84878b5776682fbd8
 SHA512 
924d2a6bab3dbade14d2d004d690e3bbf334db765a544941dee315b38946ee841f38739613198276a5e41109a5b26b7083dba044d35b93d7da3dce3116cf386a
-DIST sof-firmware-1.4.2-sof-cht.ri 88972 BLAKE2B 
a0f4eb77c84cb2f20926a501e6333c9d223e2680320a3ee1d279288ff79e699a7b46a9e47e4a864abdf55dc4cd85851134d0582e972b15d03316235d919323e7
 SHA512 
3e26e74708f677dd3e1b1e75ee1664b8ebff5185af32174771bcedc62189bd2469f03bf168033bc426fa8b6d3f4d42fea7c423d6678977acc9def5ee0c78f58a
-DIST sof-firmware-1.4.2-sof-cnl-v1.4.2.ldc 74704 BLAKE2B 
d94e91760e02124ed74e27cba74e5fa63ce012562fdcdbb00aec5f29bf9e9ffb890eefbad9c13b13a70f9747f8600441f7511e14fac535aa42dd6ebf331ae3fd
 SHA512 
345336ed952c02c6dd2f442067cc30480398bf2faeb588d6bfda1c0d099cf40bd9c14ecc63ce53facdb9b1c501410238f2f276340af3d90ce3969f604a8885a7
-DIST sof-firmware-1.4.2-sof-cnl-v1.4.2.ri 286720 BLAKE2B 
d0385ad6d73503cc62e1c284ebf92f08fb7a73115b1889d8054a59a94468f56eef1a47490870d0e58b6e3f0a38d22a26a46aeeeb788a028ee3982cfcfce292b1
 SHA512 
3b4ba753ce1652f068c1a78d38b6c03b3fa08e9f829ff78a71efa8708ede2a08b0baf9b3f70b91f8efff8d595a64e46eaa8ac43b33c8fcebf96cbde50db0679d
-DIST sof-firmware-1.4.2-sof-icl-v1.4.2.ldc 74240 BLAKE2B 
f2729a3dd3e4b33c7c0fc7ef9ee11b19d9ad1016e8d94706285420eb0fe3dd9f9e725d4d2f2a61dc2c3d129d336050da784e3e0c027bd19915af329c993d4cce
 SHA512 
e6d520f300079175e9602bc01ab6f91d742ea8afabdf4f0ef49f08d6dfa0ecf791825d8839b0e0f84055cdd09e23faa53ec87aede7a40da6c043da430582a487
-DIST sof-firmware-1.4.2-sof-icl-v1.4.2.ri 286720 BLAKE2B 
1acbfb116be92f6934980ac8ac9d28d603ac623337ad9e1156dffa07e803f609982e25cb50cceb1a00f38900053ba2efde9769ec5a4ce57250b3ad278adff9fb
 SHA512 
3f301ec5b532b130889d7973b3a7b21e14857f6b9b355d5e29339148ead94aef3d6646c809fafe3b3e5ea49a363109e4919cfe1ac4025a0ddf23b670702a1ef2
-DIST sof-firmware-1.4.2-sof-imx8.ldc 60848 BLAKE2B 
a17be83147fa58eb71698e9d7306d918e398097b9935e3a2160056a49b78ef2dcbd01d2984853813b4628e6f2810bf7ab7f5e82b0e5f804c4fd671ed37042b06
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2021-05-08 Thread Matt Turner
commit: 3ef5b680c65973c26199010dda6ad1cef3143176
Author: Simon van der Veldt  gmail  com>
AuthorDate: Sat May  1 18:50:01 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  8 16:03:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef5b680

sys-firmware/sof-firmware: Bump to 1.6.1

Closes: https://bugs.gentoo.org/777537
Closes: https://github.com/gentoo/gentoo/pull/20638
Signed-off-by: Simon van der Veldt  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-1.6.1.ebuild | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 8136efa9916..3de67a4258f 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -13,3 +13,4 @@ DIST sof-firmware-1.4.2-sof-icl-v1.4.2.ri 286720 BLAKE2B 
1acbfb116be92f6934980ac
 DIST sof-firmware-1.4.2-sof-imx8.ldc 60848 BLAKE2B 
a17be83147fa58eb71698e9d7306d918e398097b9935e3a2160056a49b78ef2dcbd01d2984853813b4628e6f2810bf7ab7f5e82b0e5f804c4fd671ed37042b06
 SHA512 
42c548368de0eee13e95a303ccea051a4909a3e47ee497c4c7ea304778d1518723ccd4ccebdd6588c58990bf3cb18ea310cfa05025e4ba9b9b28faccbff5bb2a
 DIST sof-firmware-1.4.2-sof-imx8.ri 115472 BLAKE2B 
ffb9fabdb388354b409881489594c411cc3c0fcbabb05688585696ad7b15f4a54a3f2786df811217b81cff210088e7e67ef1ae5e54c3e4e7827c69aa32ca5f87
 SHA512 
86e267cdd8fe835bdab7e082f0e9c527e8283757759c70069af52d4e23440439565380b10011fb746afed13a3fb2f1aadcaf54e45740b08b40a1f5455b57e05b
 DIST sof-firmware-1.5.1.tar.gz 1611811 BLAKE2B 
7408ba12f1375cb3d6c20e1654be225e8ab11e8b1471c54bd0a498ed1fad11954c57f68a7e483223117c5469278507b1d05e077420a1f58efb2eb0d2b4e95078
 SHA512 
0e3273f681dc3c0ee075bfb10e689e7ae8d8c0604f9d849f5bd991793d272e06ce7664a0b5829a9b93993d0576683824ee0ac5f8d1efe0b94a705a3e7ae34903
+DIST sof-firmware-1.6.1.tar.gz 3033953 BLAKE2B 
0c33bd9a5d17c3b889219bf926d3619e3e448ff6b16e39b4caffe19e87c98d1227b303ebe80d185f93480ead29f37de39093f3e76f275df7836d3250ae47c566
 SHA512 
71acd34662ffd4d93f6111dfd046ed358184fdf24d0e118da43770aeee45bd15105b688bc5a569f2cb7941724ec822d2cfbab8a08e9caee1a77aa5763ac7b48e

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild
new file mode 100644
index 000..d62dacb9004
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/archive/stable-v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64"
+IUSE=""
+
+S=${WORKDIR}/sof-bin-stable-v${PV}
+
+src_compile() {
+   sed -i -e '1i #!/bin/bash\nset -e' go.sh || die
+}
+
+src_install() {
+   mkdir -p "${D}/lib/firmware/intel" || die
+   SOF_VERSION=v${PV} ROOT=${D} ${S}/go.sh || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2020-10-18 Thread Mikle Kolyada
commit: 02b072a6101ef908c4f4a26e862d12e188820f8a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 18 15:24:39 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 18 15:24:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b072a6

sys-firmware/sof-firmware: Stabilize 1.5.1 amd64, #749159

Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild
index cfd84283ad7..b3ae0343284 100644
--- a/sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/thesofproject/sof-bin/archive/stable-v${PV}.tar.gz -
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 S=${WORKDIR}/sof-bin-stable-v${PV}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2020-07-28 Thread Matt Turner
commit: aef2b204ecdc156fed875b5cb4f2b3ec66095f32
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jul 29 03:11:27 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 29 05:38:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef2b204

sys-firmware/sof-firmware: Version bump to 1.5.1

Clsoes: https://bugs.gentoo.org/733254
Signed-off-by: Matt Turner  gentoo.org>

 sys-firmware/sof-firmware/Manifest |  1 +
 .../sof-firmware/sof-firmware-1.5.1.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index 8500d15d182..8136efa9916 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -12,3 +12,4 @@ DIST sof-firmware-1.4.2-sof-icl-v1.4.2.ldc 74240 BLAKE2B 
f2729a3dd3e4b33c7c0fc7e
 DIST sof-firmware-1.4.2-sof-icl-v1.4.2.ri 286720 BLAKE2B 
1acbfb116be92f6934980ac8ac9d28d603ac623337ad9e1156dffa07e803f609982e25cb50cceb1a00f38900053ba2efde9769ec5a4ce57250b3ad278adff9fb
 SHA512 
3f301ec5b532b130889d7973b3a7b21e14857f6b9b355d5e29339148ead94aef3d6646c809fafe3b3e5ea49a363109e4919cfe1ac4025a0ddf23b670702a1ef2
 DIST sof-firmware-1.4.2-sof-imx8.ldc 60848 BLAKE2B 
a17be83147fa58eb71698e9d7306d918e398097b9935e3a2160056a49b78ef2dcbd01d2984853813b4628e6f2810bf7ab7f5e82b0e5f804c4fd671ed37042b06
 SHA512 
42c548368de0eee13e95a303ccea051a4909a3e47ee497c4c7ea304778d1518723ccd4ccebdd6588c58990bf3cb18ea310cfa05025e4ba9b9b28faccbff5bb2a
 DIST sof-firmware-1.4.2-sof-imx8.ri 115472 BLAKE2B 
ffb9fabdb388354b409881489594c411cc3c0fcbabb05688585696ad7b15f4a54a3f2786df811217b81cff210088e7e67ef1ae5e54c3e4e7827c69aa32ca5f87
 SHA512 
86e267cdd8fe835bdab7e082f0e9c527e8283757759c70069af52d4e23440439565380b10011fb746afed13a3fb2f1aadcaf54e45740b08b40a1f5455b57e05b
+DIST sof-firmware-1.5.1.tar.gz 1611811 BLAKE2B 
7408ba12f1375cb3d6c20e1654be225e8ab11e8b1471c54bd0a498ed1fad11954c57f68a7e483223117c5469278507b1d05e077420a1f58efb2eb0d2b4e95078
 SHA512 
0e3273f681dc3c0ee075bfb10e689e7ae8d8c0604f9d849f5bd991793d272e06ce7664a0b5829a9b93993d0576683824ee0ac5f8d1efe0b94a705a3e7ae34903

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild
new file mode 100644
index 000..cfd84283ad7
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sound Open Firmware (SOF) binary files"
+
+HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin;
+SRC_URI="https://github.com/thesofproject/sof-bin/archive/stable-v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+S=${WORKDIR}/sof-bin-stable-v${PV}
+
+src_compile() {
+   sed -i -e '1i #!/bin/bash\nset -e' \
+  -e '/^ROOT=/d' \
+  -e "s/^VERSION=.*/VERSION=v${PV}/" go.sh || die
+}
+
+src_install() {
+   mkdir -p ${D}/lib/firmware || die
+   ROOT=${D} ${S}/go.sh || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/

2020-04-07 Thread Andreas K. Hüttel
commit: 69dc7e3df4bdcde4bc949a7e6e9a2d49d1438853
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Apr  7 08:39:28 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Apr  7 08:40:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69dc7e3d

sys-firmware/sof-firmware: New package

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-firmware/sof-firmware/Manifest | 14 +++
 sys-firmware/sof-firmware/metadata.xml | 10 +
 .../sof-firmware/sof-firmware-1.4.2.ebuild | 48 ++
 3 files changed, 72 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
new file mode 100644
index 000..8500d15d182
--- /dev/null
+++ b/sys-firmware/sof-firmware/Manifest
@@ -0,0 +1,14 @@
+DIST sof-firmware-1.4.2-sof-apl-v1.4.2.ldc 73536 BLAKE2B 
48d52c5cd9a65ddacac2c69a5b455fc6073125e504925a35bcd67168ab7d6caef91fd874d7a1b5434b4b9d340746479bc2c87e04287cd04113a959f6b08e8d65
 SHA512 
9cd9ba944511f708f186c86d66f0a0af64b441b1d204fcbb52c38e0b052f3baeea03a45b069a6c77d22ba2c178df845762b1cbede62b71aa481334b982a93d2d
+DIST sof-firmware-1.4.2-sof-apl-v1.4.2.ri 282624 BLAKE2B 
b818b9a422fddb6ff46f649fc0fc21a1327745b1b059a74ffa9ab3c5dc82ef83560010fac0ee8dc73b63a6ebc46bb992a0b572c0e844f7a913b3837fe6c77afd
 SHA512 
53ec06f5ac3d0e3aad5e4a4916e228e8aacc030c7e19fdf5f64ea3438bdfc318359164fc9791b27b4b07001e02e41e1f64aae4b00b441b44caadf4f6ef8f0b3b
+DIST sof-firmware-1.4.2-sof-bdw.ldc 61176 BLAKE2B 
79ba2b04a76eb1e97962194963d33d2ff927427aff09c019f2e6f9e68e599abef8bcc63e4e218cd4828d2fd3cb1bcde1c5da4b9f94be74fe1e6201d55dfaa6a8
 SHA512 
b2bda94e8397f6439b14ed581430bb02b735c002f876cda8e25076f80a12d6550123cad5b872c2cdc6c6a9a9a6946c16cd824c3c9ca2ca00e669c97d25e12451
+DIST sof-firmware-1.4.2-sof-bdw.ri 109616 BLAKE2B 
6519f0e8d1d4c63abec67ab454bae480c7908267bec70b0edd3b69ae6ff346e10efa5f27236034879b5f3401aa6ba82f0b91502f07411d78164532e946184ed3
 SHA512 
77a0ab8051f5b2a5021cd398e6f550b68700e98d6f5f8c2f6676d2fc9ba51ca74b6bf48abc49e6619a5b60483d22cd91af7bc989efe989bf759a85aa2f634db7
+DIST sof-firmware-1.4.2-sof-byt.ldc 40976 BLAKE2B 
3b43f4da1c30635b044abf781430584e966d35ddac35536bdd4fcaa211f9c637527aeb928569d0149e5ef0a161759a23d424dcb7f75061a84878b5776682fbd8
 SHA512 
924d2a6bab3dbade14d2d004d690e3bbf334db765a544941dee315b38946ee841f38739613198276a5e41109a5b26b7083dba044d35b93d7da3dce3116cf386a
+DIST sof-firmware-1.4.2-sof-byt.ri 88164 BLAKE2B 
425a9615f49aabbc0aec157487b5f1a04f0d45efdbf34bf6ca8882c09512e5a75075399ad7761028f00a763b6fbb6c13905184684ef1b2c7d3be3b17cebf5184
 SHA512 
70a0674aaa6bb08fe2ed3d089c75532c2228b851d8f026489024f52db2bdbbec0ab68dc70657422336a102d3fe5908a6fa05ab0b670803a4a2cc7b6428f04d17
+DIST sof-firmware-1.4.2-sof-cht.ldc 40976 BLAKE2B 
3b43f4da1c30635b044abf781430584e966d35ddac35536bdd4fcaa211f9c637527aeb928569d0149e5ef0a161759a23d424dcb7f75061a84878b5776682fbd8
 SHA512 
924d2a6bab3dbade14d2d004d690e3bbf334db765a544941dee315b38946ee841f38739613198276a5e41109a5b26b7083dba044d35b93d7da3dce3116cf386a
+DIST sof-firmware-1.4.2-sof-cht.ri 88972 BLAKE2B 
a0f4eb77c84cb2f20926a501e6333c9d223e2680320a3ee1d279288ff79e699a7b46a9e47e4a864abdf55dc4cd85851134d0582e972b15d03316235d919323e7
 SHA512 
3e26e74708f677dd3e1b1e75ee1664b8ebff5185af32174771bcedc62189bd2469f03bf168033bc426fa8b6d3f4d42fea7c423d6678977acc9def5ee0c78f58a
+DIST sof-firmware-1.4.2-sof-cnl-v1.4.2.ldc 74704 BLAKE2B 
d94e91760e02124ed74e27cba74e5fa63ce012562fdcdbb00aec5f29bf9e9ffb890eefbad9c13b13a70f9747f8600441f7511e14fac535aa42dd6ebf331ae3fd
 SHA512 
345336ed952c02c6dd2f442067cc30480398bf2faeb588d6bfda1c0d099cf40bd9c14ecc63ce53facdb9b1c501410238f2f276340af3d90ce3969f604a8885a7
+DIST sof-firmware-1.4.2-sof-cnl-v1.4.2.ri 286720 BLAKE2B 
d0385ad6d73503cc62e1c284ebf92f08fb7a73115b1889d8054a59a94468f56eef1a47490870d0e58b6e3f0a38d22a26a46aeeeb788a028ee3982cfcfce292b1
 SHA512 
3b4ba753ce1652f068c1a78d38b6c03b3fa08e9f829ff78a71efa8708ede2a08b0baf9b3f70b91f8efff8d595a64e46eaa8ac43b33c8fcebf96cbde50db0679d
+DIST sof-firmware-1.4.2-sof-icl-v1.4.2.ldc 74240 BLAKE2B 
f2729a3dd3e4b33c7c0fc7ef9ee11b19d9ad1016e8d94706285420eb0fe3dd9f9e725d4d2f2a61dc2c3d129d336050da784e3e0c027bd19915af329c993d4cce
 SHA512 
e6d520f300079175e9602bc01ab6f91d742ea8afabdf4f0ef49f08d6dfa0ecf791825d8839b0e0f84055cdd09e23faa53ec87aede7a40da6c043da430582a487
+DIST sof-firmware-1.4.2-sof-icl-v1.4.2.ri 286720 BLAKE2B 
1acbfb116be92f6934980ac8ac9d28d603ac623337ad9e1156dffa07e803f609982e25cb50cceb1a00f38900053ba2efde9769ec5a4ce57250b3ad278adff9fb
 SHA512 
3f301ec5b532b130889d7973b3a7b21e14857f6b9b355d5e29339148ead94aef3d6646c809fafe3b3e5ea49a363109e4919cfe1ac4025a0ddf23b670702a1ef2
+DIST sof-firmware-1.4.2-sof-imx8.ldc 60848 BLAKE2B 
a17be83147fa58eb71698e9d7306d918e398097b9935e3a2160056a49b78ef2dcbd01d2984853813b4628e6f2810bf7ab7f5e82b0e5f804c4fd671ed37042b06
 SHA512