Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] alsa-{lib,utils,ucm-conf}: update to 1.2.8
@ 2022-10-26  1:05 cinerea0
  2022-12-02 23:51 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2022-10-26  1:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 604 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/40166

alsa-{lib,utils,ucm-conf}: update to 1.2.8
#### Testing the changes
- I tested the changes in this PR: **YES**

Currently successfully testing with the following audio devices on x86_64-GLIBC:

* Intel Corporation Comet Lake PCH-LP cAVS
* Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)

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

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

From 2395cdc7e2ca1d2f9f6328f595a36c66062a337e Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 25 Oct 2022 20:59:27 -0400
Subject: [PATCH 1/3] alsa-lib: update to 1.2.8

---
 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 aab09e95bb18..de17002ed450 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.2
+version=1.2.8
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config libtool"
@@ -9,7 +9,7 @@ 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=8a35b7218e50f2a2c79342d0de98ded81439ce19e12809385ec9be9596de7c2f
+checksum=1ab01b74e33425ca99c2e36c0844fd6888273193bd898240fe8f93accbcbf347
 
 alsa-lib-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 4728dd642061004c1124ad7bae78c6af8dc69ba3 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 25 Oct 2022 21:01:06 -0400
Subject: [PATCH 2/3] alsa-utils: update to 1.2.8

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

diff --git a/srcpkgs/alsa-utils/template b/srcpkgs/alsa-utils/template
index aee7558c5111..e74385a4c69b 100644
--- a/srcpkgs/alsa-utils/template
+++ b/srcpkgs/alsa-utils/template
@@ -1,6 +1,6 @@
 # Template file for 'alsa-utils'
 pkgname=alsa-utils
-version=1.2.7
+version=1.2.8
 revision=1
 build_style=gnu-configure
 configure_args="--with-udev-rules-dir=/usr/lib/udev/rules.d --disable-alsaconf
@@ -14,7 +14,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-2.0-only"
 homepage="http://www.alsa-project.org"
 distfiles="https://www.alsa-project.org/files/pub/utils/${pkgname}-${version}.tar.bz2"
-checksum=e906bf2404ff04c448eaa3d226d283a62b9a283f12e4fd8457fb24bac274e678
+checksum=e140fa604c351f36bd72167c8860c69d81b964ae6ab53992d6434dde38e9333c
 
 post_install() {
 	# Install required udev rules file.

From 0132a67cc9a88bcada179cf88fa793dc8b6339c3 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 25 Oct 2022 21:01:26 -0400
Subject: [PATCH 3/3] alsa-ucm-conf: update to 1.2.8

---
 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 83d180c58ff5..0fa5a69c8c4c 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.2
+version=1.2.8
 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=a671dc3bc75d4e93b1bc225bc69e07345721261cd2bf0bead56a9dc05dc7caef
+checksum=711ca92a17d7519755bfd633ca819e2a4e5e40eddbde6b66d18aa1d9a5346ced
 
 do_install() {
 	vdoc ucm2/README.md

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

* Re: [PR PATCH] [Merged]: alsa-{lib,utils,ucm-conf}: update to 1.2.8
  2022-10-26  1:05 [PR PATCH] alsa-{lib,utils,ucm-conf}: update to 1.2.8 cinerea0
@ 2022-12-02 23:51 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-12-02 23:51 UTC (permalink / raw)
  To: ml

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

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

alsa-{lib,utils,ucm-conf}: update to 1.2.8
https://github.com/void-linux/void-packages/pull/40166

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

Currently successfully testing with the following audio devices on x86_64-GLIBC:

* Intel Corporation Comet Lake PCH-LP cAVS
* Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)

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

end of thread, other threads:[~2022-12-02 23:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-26  1:05 [PR PATCH] alsa-{lib,utils,ucm-conf}: update to 1.2.8 cinerea0
2022-12-02 23:51 ` [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).