Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] alsa-lib and alsa-ucm-conf: update to 1.2.7.2
@ 2022-07-11 14:13 cinerea0
  2022-07-11 17:03 ` cinerea0
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: cinerea0 @ 2022-07-11 14:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages alsa
https://github.com/void-linux/void-packages/pull/38004

alsa-lib and alsa-ucm-conf: update to 1.2.7.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/38004.patch is attached

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

From 927a8344b461f39831483d96b3b7fd08a4f5024f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 11 Jul 2022 10:09:31 -0400
Subject: [PATCH 1/2] alsa-lib: update to 1.2.7.2

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

diff --git a/srcpkgs/alsa-lib/template b/srcpkgs/alsa-lib/template
index ac9d619a7872..4b42a19b0eac 100644
--- a/srcpkgs/alsa-lib/template
+++ b/srcpkgs/alsa-lib/template
@@ -1,6 +1,6 @@
 # Template file for 'alsa-lib'
 pkgname=alsa-lib
-version=1.2.7.1
+version=1.2.7.2
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config libtool"
@@ -9,7 +9,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="http://www.alsa-project.org"
 distfiles="https://www.alsa-project.org/files/pub/lib/${pkgname}-${version}.tar.bz2"
-checksum=046dc42dfcfad269217be05954686137e5e7397f3041372f8c6dcd7d79461e61
+checksum=8a35b7218e50f2a2c79342d0de98ded81439ce19e12809385ec9be9596de7c2f
 
 alsa-lib-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From b2f8b62150a9672cceccacb389ce520fa88fd93c Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 11 Jul 2022 10:09:46 -0400
Subject: [PATCH 2/2] alsa-ucm-conf: update to 1.2.7.2

---
 srcpkgs/alsa-ucm-conf/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/alsa-ucm-conf/template b/srcpkgs/alsa-ucm-conf/template
index 7ecbab8eef0e..83d180c58ff5 100644
--- a/srcpkgs/alsa-ucm-conf/template
+++ b/srcpkgs/alsa-ucm-conf/template
@@ -1,13 +1,13 @@
 # Template file for 'alsa-ucm-conf'
 pkgname=alsa-ucm-conf
-version=1.2.7.1
+version=1.2.7.2
 revision=1
 short_desc="ALSA Use Case Manager topology configurations"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/alsa-project/alsa-ucm-conf"
 distfiles="https://github.com/alsa-project/${pkgname}/archive/refs/tags/v${version}.tar.gz"
-checksum=ab5fc8b04fbb3d351e422267acae6a57698f67fc7b3549ef05127ff0b7203462
+checksum=a671dc3bc75d4e93b1bc225bc69e07345721261cd2bf0bead56a9dc05dc7caef
 
 do_install() {
 	vdoc ucm2/README.md

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

* Re: alsa-lib and alsa-ucm-conf: update to 1.2.7.2
  2022-07-11 14:13 [PR PATCH] alsa-lib and alsa-ucm-conf: update to 1.2.7.2 cinerea0
@ 2022-07-11 17:03 ` cinerea0
  2022-07-17 20:32 ` paper42
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2022-07-11 17:03 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/38004#issuecomment-1180652304

Comment:
Tested on a Thinkpad X1C7 running x86_64-GLIBC. As with any ALSA update, this will need testing on other architectures.

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

* Re: alsa-lib and alsa-ucm-conf: update to 1.2.7.2
  2022-07-11 14:13 [PR PATCH] alsa-lib and alsa-ucm-conf: update to 1.2.7.2 cinerea0
  2022-07-11 17:03 ` cinerea0
@ 2022-07-17 20:32 ` paper42
  2022-07-17 21:16 ` CameronNemo
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-07-17 20:32 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38004#issuecomment-1186602599

Comment:
feel free to adopt alsa-lib

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

* Re: alsa-lib and alsa-ucm-conf: update to 1.2.7.2
  2022-07-11 14:13 [PR PATCH] alsa-lib and alsa-ucm-conf: update to 1.2.7.2 cinerea0
  2022-07-11 17:03 ` cinerea0
  2022-07-17 20:32 ` paper42
@ 2022-07-17 21:16 ` CameronNemo
  2022-07-19  0:59 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-07-17 21:16 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/38004#issuecomment-1186608639

Comment:
Tested on an x86_64 system. Specifically tested with my external USB audio interface, which is working with this release but not without.

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

* Re: [PR PATCH] [Updated] alsa-lib and alsa-ucm-conf: update to 1.2.7.2
  2022-07-11 14:13 [PR PATCH] alsa-lib and alsa-ucm-conf: update to 1.2.7.2 cinerea0
                   ` (2 preceding siblings ...)
  2022-07-17 21:16 ` CameronNemo
@ 2022-07-19  0:59 ` cinerea0
  2022-07-28  0:33 ` motorto
  2022-07-28  7:54 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2022-07-19  0:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages alsa
https://github.com/void-linux/void-packages/pull/38004

alsa-lib and alsa-ucm-conf: update to 1.2.7.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/38004.patch is attached

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

From 7e403ad433356159515b73beeb6dc3398c9b76e1 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 18 Jul 2022 20:58:13 -0400
Subject: [PATCH 1/2] alsa-lib: update to 1.2.7.2

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

diff --git a/srcpkgs/alsa-lib/template b/srcpkgs/alsa-lib/template
index ac9d619a7872..aab09e95bb18 100644
--- a/srcpkgs/alsa-lib/template
+++ b/srcpkgs/alsa-lib/template
@@ -1,15 +1,15 @@
 # Template file for 'alsa-lib'
 pkgname=alsa-lib
-version=1.2.7.1
+version=1.2.7.2
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config libtool"
 short_desc="Advanced Linux Sound Architecture (ALSA) library"
-maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="LGPL-2.1-or-later"
 homepage="http://www.alsa-project.org"
 distfiles="https://www.alsa-project.org/files/pub/lib/${pkgname}-${version}.tar.bz2"
-checksum=046dc42dfcfad269217be05954686137e5e7397f3041372f8c6dcd7d79461e61
+checksum=8a35b7218e50f2a2c79342d0de98ded81439ce19e12809385ec9be9596de7c2f
 
 alsa-lib-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 8fc872ebd19f9cf3b76b68c9873d59c68627b03c Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 18 Jul 2022 20:58:42 -0400
Subject: [PATCH 2/2] alsa-ucm-conf: update to 1.2.7.2

---
 srcpkgs/alsa-ucm-conf/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/alsa-ucm-conf/template b/srcpkgs/alsa-ucm-conf/template
index 7ecbab8eef0e..83d180c58ff5 100644
--- a/srcpkgs/alsa-ucm-conf/template
+++ b/srcpkgs/alsa-ucm-conf/template
@@ -1,13 +1,13 @@
 # Template file for 'alsa-ucm-conf'
 pkgname=alsa-ucm-conf
-version=1.2.7.1
+version=1.2.7.2
 revision=1
 short_desc="ALSA Use Case Manager topology configurations"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/alsa-project/alsa-ucm-conf"
 distfiles="https://github.com/alsa-project/${pkgname}/archive/refs/tags/v${version}.tar.gz"
-checksum=ab5fc8b04fbb3d351e422267acae6a57698f67fc7b3549ef05127ff0b7203462
+checksum=a671dc3bc75d4e93b1bc225bc69e07345721261cd2bf0bead56a9dc05dc7caef
 
 do_install() {
 	vdoc ucm2/README.md

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

* Re: alsa-lib and alsa-ucm-conf: update to 1.2.7.2
  2022-07-11 14:13 [PR PATCH] alsa-lib and alsa-ucm-conf: update to 1.2.7.2 cinerea0
                   ` (3 preceding siblings ...)
  2022-07-19  0:59 ` [PR PATCH] [Updated] " cinerea0
@ 2022-07-28  0:33 ` motorto
  2022-07-28  7:54 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-07-28  0:33 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38004#issuecomment-1197519356

Comment:
Tested on x86_64 and glibc and can confirm its working nicely @paper42 

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

* Re: [PR PATCH] [Merged]: alsa-lib and alsa-ucm-conf: update to 1.2.7.2
  2022-07-11 14:13 [PR PATCH] alsa-lib and alsa-ucm-conf: update to 1.2.7.2 cinerea0
                   ` (4 preceding siblings ...)
  2022-07-28  0:33 ` motorto
@ 2022-07-28  7:54 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-07-28  7:54 UTC (permalink / raw)
  To: ml

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

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

alsa-lib and alsa-ucm-conf: update to 1.2.7.2
https://github.com/void-linux/void-packages/pull/38004

Description:
<!-- 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
-->


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

end of thread, other threads:[~2022-07-28  7:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11 14:13 [PR PATCH] alsa-lib and alsa-ucm-conf: update to 1.2.7.2 cinerea0
2022-07-11 17:03 ` cinerea0
2022-07-17 20:32 ` paper42
2022-07-17 21:16 ` CameronNemo
2022-07-19  0:59 ` [PR PATCH] [Updated] " cinerea0
2022-07-28  0:33 ` motorto
2022-07-28  7:54 ` [PR PATCH] [Merged]: " paper42

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