Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sof-tools: update to 2.2
@ 2022-06-27 16:03 cinerea0
  2022-06-28  0:41 ` cinerea0
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: cinerea0 @ 2022-06-27 16:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages tools
https://github.com/void-linux/void-packages/pull/37712

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: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 6013e5a5c4ae5595798d058898040fe22077b800 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 27 Jun 2022 12:02:16 -0400
Subject: [PATCH] sof-tools: update to 2.2

---
 srcpkgs/sof-tools/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sof-tools/template b/srcpkgs/sof-tools/template
index ecd8c553e5b1..0d41a19df65d 100644
--- a/srcpkgs/sof-tools/template
+++ b/srcpkgs/sof-tools/template
@@ -1,9 +1,9 @@
 # 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"
+#archs="x86_64"
 wrksrc="sof-${version}"
 build_wrksrc="tools"
 build_style=cmake
@@ -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

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

* Re: sof-tools: update to 2.2
  2022-06-27 16:03 [PR PATCH] sof-tools: update to 2.2 cinerea0
@ 2022-06-28  0:41 ` cinerea0
  2022-06-28  4:42 ` Johnnynator
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2022-06-28  0:41 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/37712#issuecomment-1168082948

Comment:
@Johnnynator pinging you because you were able to help last time, do you think these errors are due to something on sof's end or alsa-lib's end?

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

* Re: sof-tools: update to 2.2
  2022-06-27 16:03 [PR PATCH] sof-tools: update to 2.2 cinerea0
  2022-06-28  0:41 ` cinerea0
@ 2022-06-28  4:42 ` Johnnynator
  2022-09-27  2:14 ` github-actions
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Johnnynator @ 2022-06-28  4:42 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/37712#issuecomment-1168213900

Comment:
Should be related. I think they never fixed all the things I pointed out.

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

* Re: sof-tools: update to 2.2
  2022-06-27 16:03 [PR PATCH] sof-tools: update to 2.2 cinerea0
  2022-06-28  0:41 ` cinerea0
  2022-06-28  4:42 ` Johnnynator
@ 2022-09-27  2:14 ` github-actions
  2022-09-29 23:51 ` [PR PATCH] [Updated] " cinerea0
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-09-27  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37712#issuecomment-1258874125

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] sof-tools: update to 2.2
  2022-06-27 16:03 [PR PATCH] sof-tools: update to 2.2 cinerea0
                   ` (2 preceding siblings ...)
  2022-09-27  2:14 ` github-actions
@ 2022-09-29 23:51 ` cinerea0
  2022-09-30  0:58 ` [PR PATCH] [Updated] sof-tools: update to 2.3 cinerea0
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2022-09-29 23:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages tools
https://github.com/void-linux/void-packages/pull/37712

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: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 5b4778677f6a34debc2d85c4791bd1d6174498a1 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 29 Sep 2022 19:51:32 -0400
Subject: [PATCH] sof-tools: update to 2.3

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

diff --git a/srcpkgs/sof-tools/template b/srcpkgs/sof-tools/template
index bea358ae8b2d..2e7eccaebc53 100644
--- a/srcpkgs/sof-tools/template
+++ b/srcpkgs/sof-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'sof-tools'
 pkgname=sof-tools
-version=2.2.1
+version=2.3
 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=72e096cc69ca0f1782bd0757c1ac7ae27de3f16228cf8dfb75069b129465ed73
+checksum=11405f48936cbc847dd22df50e32e8c2ecf5a4ef200e4ba99c95ab4a90d6bbd8
 
 post_install() {
 	vlicense ../LICENCE

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

* Re: [PR PATCH] [Updated] sof-tools: update to 2.3
  2022-06-27 16:03 [PR PATCH] sof-tools: update to 2.2 cinerea0
                   ` (3 preceding siblings ...)
  2022-09-29 23:51 ` [PR PATCH] [Updated] " cinerea0
@ 2022-09-30  0:58 ` cinerea0
  2022-09-30  0:58 ` cinerea0
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2022-09-30  0:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages tools
https://github.com/void-linux/void-packages/pull/37712

sof-tools: update to 2.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ed6182890f7c3a9c16a6ec22bfdef29dce459d29 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 29 Sep 2022 20:57:53 -0400
Subject: [PATCH] sof-tools: update to 2.3

---
 srcpkgs/sof-tools/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sof-tools/template b/srcpkgs/sof-tools/template
index bea358ae8b2d..d06a93d8f524 100644
--- a/srcpkgs/sof-tools/template
+++ b/srcpkgs/sof-tools/template
@@ -1,9 +1,9 @@
 # Template file for 'sof-tools'
 pkgname=sof-tools
-version=2.2.1
+version=2.3
 revision=1
 # https://github.com/thesofproject/sof/issues/4902
-archs="x86_64"
+# archs="x86_64"
 wrksrc="sof-${version}"
 build_wrksrc="tools"
 build_style=cmake
@@ -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=72e096cc69ca0f1782bd0757c1ac7ae27de3f16228cf8dfb75069b129465ed73
+checksum=11405f48936cbc847dd22df50e32e8c2ecf5a4ef200e4ba99c95ab4a90d6bbd8
 
 post_install() {
 	vlicense ../LICENCE

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

* Re: sof-tools: update to 2.3
  2022-06-27 16:03 [PR PATCH] sof-tools: update to 2.2 cinerea0
                   ` (4 preceding siblings ...)
  2022-09-30  0:58 ` [PR PATCH] [Updated] sof-tools: update to 2.3 cinerea0
@ 2022-09-30  0:58 ` cinerea0
  2022-12-12 23:59 ` [PR PATCH] [Updated] " cinerea0
  2023-03-13  1:58 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2022-09-30  0:58 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/37712#issuecomment-1262984313

Comment:
Let's see if it builds properly on others archs now.

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

* Re: [PR PATCH] [Updated] sof-tools: update to 2.3
  2022-06-27 16:03 [PR PATCH] sof-tools: update to 2.2 cinerea0
                   ` (5 preceding siblings ...)
  2022-09-30  0:58 ` cinerea0
@ 2022-12-12 23:59 ` cinerea0
  2023-03-13  1:58 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2022-12-12 23:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages tools
https://github.com/void-linux/void-packages/pull/37712

sof-tools: update to 2.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 364fff296a82c8deb682d78f7c42f4252ddd1b2d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 12 Dec 2022 18:58:53 -0500
Subject: [PATCH] sof-tools: update to 2.2.3

---
 srcpkgs/sof-tools/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sof-tools/template b/srcpkgs/sof-tools/template
index 8c975ae7a89e..5e6a338e21f4 100644
--- a/srcpkgs/sof-tools/template
+++ b/srcpkgs/sof-tools/template
@@ -1,9 +1,9 @@
 # Template file for 'sof-tools'
 pkgname=sof-tools
-version=2.2.1
+version=2.2.3
 revision=1
 # https://github.com/thesofproject/sof/issues/4902
-archs="x86_64"
+# archs="x86_64"
 build_wrksrc="tools"
 build_style=cmake
 hostmakedepends="alsa-utils m4"
@@ -13,7 +13,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=72e096cc69ca0f1782bd0757c1ac7ae27de3f16228cf8dfb75069b129465ed73
+checksum=9884a202e92cec56a03a090e30a6a7bd8a8b611fada2c38702d0c3d4c764931b
 
 post_install() {
 	vlicense ../LICENCE

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

* Re: sof-tools: update to 2.3
  2022-06-27 16:03 [PR PATCH] sof-tools: update to 2.2 cinerea0
                   ` (6 preceding siblings ...)
  2022-12-12 23:59 ` [PR PATCH] [Updated] " cinerea0
@ 2023-03-13  1:58 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-03-13  1:58 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37712#issuecomment-1465391735

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

end of thread, other threads:[~2023-03-13  1:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27 16:03 [PR PATCH] sof-tools: update to 2.2 cinerea0
2022-06-28  0:41 ` cinerea0
2022-06-28  4:42 ` Johnnynator
2022-09-27  2:14 ` github-actions
2022-09-29 23:51 ` [PR PATCH] [Updated] " cinerea0
2022-09-30  0:58 ` [PR PATCH] [Updated] sof-tools: update to 2.3 cinerea0
2022-09-30  0:58 ` cinerea0
2022-12-12 23:59 ` [PR PATCH] [Updated] " cinerea0
2023-03-13  1:58 ` github-actions

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).