Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] alsa-{lib,ucm-conf,utils}: update to 1.2.9
@ 2023-05-10  1:56 cinerea0
  2023-05-25 18:57 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2023-05-10  1:56 UTC (permalink / raw)
  To: ml

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

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


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

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

From b831e828a482af7ab2ee5a0827a03029db455d18 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 9 May 2023 21:50:49 -0400
Subject: [PATCH 1/3] alsa-lib: update to 1.2.9

---
 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 de17002ed450..576745a85219 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.8
+version=1.2.9
 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=1ab01b74e33425ca99c2e36c0844fd6888273193bd898240fe8f93accbcbf347
+checksum=dc9c643fdc4ccfd0572cc685858dd41e08afb583f30460b317e4188275f615b2
 
 alsa-lib-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 89b4492e0c88cb3dcc2c1affcb3d54ae79c30942 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 9 May 2023 21:51:19 -0400
Subject: [PATCH 2/3] alsa-utils: update to 1.2.9, adopt

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

diff --git a/srcpkgs/alsa-utils/template b/srcpkgs/alsa-utils/template
index 717be1947398..90cf5e61ec60 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.8
+version=1.2.9
 revision=1
 build_style=gnu-configure
 configure_args="--with-udev-rules-dir=/usr/lib/udev/rules.d --disable-alsaconf
@@ -10,11 +10,11 @@ makedepends="libsamplerate-devel ncurses-devel"
 depends="alsa-lib"
 make_dirs="/var/lib/alsa 0750 root root"
 short_desc="Advanced Linux Sound Architecture (ALSA) utilities"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="cinerea0 <cinerea0@protonmail.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=e140fa604c351f36bd72167c8860c69d81b964ae6ab53992d6434dde38e9333c
+checksum=e7623d4525595f92e11ce25ee9a97f2040a14c6e4dcd027aa96e06cbce7817bd
 
 post_install() {
 	# Install required udev rules file.

From ae2b8654c2d09ccf37e19cedff3feedfe578bdb3 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 9 May 2023 21:51:41 -0400
Subject: [PATCH 3/3] alsa-ucm-conf: update to 1.2.9

---
 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 0fa5a69c8c4c..a965973cb1dc 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.8
+version=1.2.9
 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=711ca92a17d7519755bfd633ca819e2a4e5e40eddbde6b66d18aa1d9a5346ced
+checksum=1c40618161bc2738c55aab4dee1d0c82514e257116f296815a799adeaab5e48b
 
 do_install() {
 	vdoc ucm2/README.md

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

* Re: [PR PATCH] [Merged]: alsa-{lib,ucm-conf,utils}: update to 1.2.9
  2023-05-10  1:56 [PR PATCH] alsa-{lib,ucm-conf,utils}: update to 1.2.9 cinerea0
@ 2023-05-25 18:57 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2023-05-25 18:57 UTC (permalink / raw)
  To: ml

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

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

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

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


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

end of thread, other threads:[~2023-05-25 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-10  1:56 [PR PATCH] alsa-{lib,ucm-conf,utils}: update to 1.2.9 cinerea0
2023-05-25 18:57 ` [PR PATCH] [Merged]: " ahesford

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