Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sof-firmware & sof-tools: update to 2.2.
@ 2022-07-23 15:15 mayhair
  2022-07-24  3:46 ` cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mayhair @ 2022-07-23 15:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 926 bytes --]

There is a new pull request by mayhair against master on the void-packages repository

https://github.com/mayhair/void-packages master
https://github.com/void-linux/void-packages/pull/38214

sof-firmware & sof-tools: update to 2.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
-->


A patch file from https://github.com/void-linux/void-packages/pull/38214.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-38214.patch --]
[-- Type: text/x-diff, Size: 3031 bytes --]

From 59088a85899261173e498acc64a7fd2846c25bee Mon Sep 17 00:00:00 2001
From: Mahaer Mahmud <mahaer.mahmud@gmail.com>
Date: Sat, 23 Jul 2022 19:47:29 +0500
Subject: [PATCH 1/2] updated sof-firmware and sof-tools to v2.2

---
 srcpkgs/sof-firmware/template | 4 ++--
 srcpkgs/sof-tools/template    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sof-firmware/template b/srcpkgs/sof-firmware/template
index 5436fb1db1ef..9e84f25f38f6 100644
--- a/srcpkgs/sof-firmware/template
+++ b/srcpkgs/sof-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'sof-firmware'
 pkgname=sof-firmware
-version=2.1.1
+version=2.2
 revision=1
 archs="i686* x86_64*"
 wrksrc="sof-bin-${version}"
@@ -11,7 +11,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://thesofproject.github.io/latest/index.html"
 distfiles="https://github.com/thesofproject/sof-bin/archive/refs/tags/v${version}.tar.gz"
-checksum=97c51c03bfb0a8cfc0a33d795e051e8f0608a3bfb3e07cd84de6fd7e9511f208
+checksum=10dcb24359011a8d3614723a29fb85944b2d98aece107fe5ed87f04c00e0e771
 
 do_install() {
 	vmkdir usr/lib/firmware/intel/sof
diff --git a/srcpkgs/sof-tools/template b/srcpkgs/sof-tools/template
index ecd8c553e5b1..1a9c17885b98 100644
--- a/srcpkgs/sof-tools/template
+++ b/srcpkgs/sof-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'sof-tools'
 pkgname=sof-tools
-version=1.9.2
+version=2.2
 revision=1
 # https://github.com/thesofproject/sof/issues/4902
 archs="x86_64"
@@ -14,7 +14,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://thesofproject.github.io/latest/index.html"
 distfiles="https://github.com/thesofproject/sof/archive/refs/tags/v${version}.tar.gz"
-checksum=77fc2200f96c565b18b5975fc2ac19c54a93e83502f13b4f782567e5c44f45da
+checksum=d3b1cbf3dfbbf82f906c373cf0446efe53815414ff5635eece9b605741765a37
 
 post_install() {
 	vlicense ../LICENCE

From 4b7aeb7faaf8258e268ee22f499f1a3904931c2a Mon Sep 17 00:00:00 2001
From: Mahaer Mahmud <mahaer.mahmud@gmail.com>
Date: Sat, 23 Jul 2022 20:13:07 +0500
Subject: [PATCH 2/2] corrected mistake in the packages sof-firmware, sof-tools

---
 srcpkgs/sof-firmware/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sof-firmware/template b/srcpkgs/sof-firmware/template
index 9e84f25f38f6..c73242aa5809 100644
--- a/srcpkgs/sof-firmware/template
+++ b/srcpkgs/sof-firmware/template
@@ -16,8 +16,8 @@ checksum=10dcb24359011a8d3614723a29fb85944b2d98aece107fe5ed87f04c00e0e771
 do_install() {
 	vmkdir usr/lib/firmware/intel/sof
 	vmkdir usr/lib/firmware/intel/sof-tplg
-	rsync -a "v${version%.*}.x/sof-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof"
-	rsync -a "v${version%.*}.x/sof-tplg-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof-tplg"
+	rsync -a "v${version%}.x/sof-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof"
+	rsync -a "v${version%}.x/sof-tplg-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof-tplg"
 
 	vlicense LICENCE.NXP
 }

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

* Re: sof-firmware & sof-tools: update to 2.2.
  2022-07-23 15:15 [PR PATCH] sof-firmware & sof-tools: update to 2.2 mayhair
@ 2022-07-24  3:46 ` cinerea0
  2022-07-24 13:09 ` [PR PATCH] [Updated] " mayhair
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2022-07-24  3:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/38214#issuecomment-1193240606

Comment:
There's already a PR open for sof-tools that's working on getting it to build on all archs: https://github.com/void-linux/void-packages/pull/37712.

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

* Re: [PR PATCH] [Updated] sof-firmware & sof-tools: update to 2.2.
  2022-07-23 15:15 [PR PATCH] sof-firmware & sof-tools: update to 2.2 mayhair
  2022-07-24  3:46 ` cinerea0
@ 2022-07-24 13:09 ` mayhair
  2022-08-24 15:15 ` [PR PATCH] [Closed]: " mayhair
  2022-08-24 15:15 ` mayhair
  3 siblings, 0 replies; 5+ messages in thread
From: mayhair @ 2022-07-24 13:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 931 bytes --]

There is an updated pull request by mayhair against master on the void-packages repository

https://github.com/mayhair/void-packages master
https://github.com/void-linux/void-packages/pull/38214

sof-firmware & sof-tools: update to 2.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
-->


A patch file from https://github.com/void-linux/void-packages/pull/38214.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-38214.patch --]
[-- Type: text/x-diff, Size: 3031 bytes --]

From 59088a85899261173e498acc64a7fd2846c25bee Mon Sep 17 00:00:00 2001
From: Mahaer Mahmud <mahaer.mahmud@gmail.com>
Date: Sat, 23 Jul 2022 19:47:29 +0500
Subject: [PATCH 1/2] updated sof-firmware and sof-tools to v2.2

---
 srcpkgs/sof-firmware/template | 4 ++--
 srcpkgs/sof-tools/template    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sof-firmware/template b/srcpkgs/sof-firmware/template
index 5436fb1db1ef..9e84f25f38f6 100644
--- a/srcpkgs/sof-firmware/template
+++ b/srcpkgs/sof-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'sof-firmware'
 pkgname=sof-firmware
-version=2.1.1
+version=2.2
 revision=1
 archs="i686* x86_64*"
 wrksrc="sof-bin-${version}"
@@ -11,7 +11,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://thesofproject.github.io/latest/index.html"
 distfiles="https://github.com/thesofproject/sof-bin/archive/refs/tags/v${version}.tar.gz"
-checksum=97c51c03bfb0a8cfc0a33d795e051e8f0608a3bfb3e07cd84de6fd7e9511f208
+checksum=10dcb24359011a8d3614723a29fb85944b2d98aece107fe5ed87f04c00e0e771
 
 do_install() {
 	vmkdir usr/lib/firmware/intel/sof
diff --git a/srcpkgs/sof-tools/template b/srcpkgs/sof-tools/template
index ecd8c553e5b1..1a9c17885b98 100644
--- a/srcpkgs/sof-tools/template
+++ b/srcpkgs/sof-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'sof-tools'
 pkgname=sof-tools
-version=1.9.2
+version=2.2
 revision=1
 # https://github.com/thesofproject/sof/issues/4902
 archs="x86_64"
@@ -14,7 +14,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://thesofproject.github.io/latest/index.html"
 distfiles="https://github.com/thesofproject/sof/archive/refs/tags/v${version}.tar.gz"
-checksum=77fc2200f96c565b18b5975fc2ac19c54a93e83502f13b4f782567e5c44f45da
+checksum=d3b1cbf3dfbbf82f906c373cf0446efe53815414ff5635eece9b605741765a37
 
 post_install() {
 	vlicense ../LICENCE

From 4b7aeb7faaf8258e268ee22f499f1a3904931c2a Mon Sep 17 00:00:00 2001
From: Mahaer Mahmud <mahaer.mahmud@gmail.com>
Date: Sat, 23 Jul 2022 20:13:07 +0500
Subject: [PATCH 2/2] corrected mistake in the packages sof-firmware, sof-tools

---
 srcpkgs/sof-firmware/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sof-firmware/template b/srcpkgs/sof-firmware/template
index 9e84f25f38f6..c73242aa5809 100644
--- a/srcpkgs/sof-firmware/template
+++ b/srcpkgs/sof-firmware/template
@@ -16,8 +16,8 @@ checksum=10dcb24359011a8d3614723a29fb85944b2d98aece107fe5ed87f04c00e0e771
 do_install() {
 	vmkdir usr/lib/firmware/intel/sof
 	vmkdir usr/lib/firmware/intel/sof-tplg
-	rsync -a "v${version%.*}.x/sof-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof"
-	rsync -a "v${version%.*}.x/sof-tplg-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof-tplg"
+	rsync -a "v${version%}.x/sof-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof"
+	rsync -a "v${version%}.x/sof-tplg-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof-tplg"
 
 	vlicense LICENCE.NXP
 }

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

* Re: [PR PATCH] [Closed]: sof-firmware & sof-tools: update to 2.2.
  2022-07-23 15:15 [PR PATCH] sof-firmware & sof-tools: update to 2.2 mayhair
  2022-07-24  3:46 ` cinerea0
  2022-07-24 13:09 ` [PR PATCH] [Updated] " mayhair
@ 2022-08-24 15:15 ` mayhair
  2022-08-24 15:15 ` mayhair
  3 siblings, 0 replies; 5+ messages in thread
From: mayhair @ 2022-08-24 15:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 776 bytes --]

There's a closed pull request on the void-packages repository

sof-firmware & sof-tools: update to 2.2.
https://github.com/void-linux/void-packages/pull/38214

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
-->


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

* Re: sof-firmware & sof-tools: update to 2.2.
  2022-07-23 15:15 [PR PATCH] sof-firmware & sof-tools: update to 2.2 mayhair
                   ` (2 preceding siblings ...)
  2022-08-24 15:15 ` [PR PATCH] [Closed]: " mayhair
@ 2022-08-24 15:15 ` mayhair
  3 siblings, 0 replies; 5+ messages in thread
From: mayhair @ 2022-08-24 15:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

New comment by mayhair on void-packages repository

https://github.com/void-linux/void-packages/pull/38214#issuecomment-1225864493

Comment:
resolved by #38408

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

end of thread, other threads:[~2022-08-24 15:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-23 15:15 [PR PATCH] sof-firmware & sof-tools: update to 2.2 mayhair
2022-07-24  3:46 ` cinerea0
2022-07-24 13:09 ` [PR PATCH] [Updated] " mayhair
2022-08-24 15:15 ` [PR PATCH] [Closed]: " mayhair
2022-08-24 15:15 ` mayhair

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).