Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] alsa-utils,-tools,-plugins : update remaining
@ 2021-08-19  6:58 biopsin
  2021-08-20  8:57 ` dkwo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: biopsin @ 2021-08-19  6:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages patch-4
https://github.com/void-linux/void-packages/pull/32577

alsa-utils,-tools,-plugins : update remaining
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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/32577.patch is attached

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

From 3c236ed164230ca0eba20c52e8e08f9cbb3a2cf3 Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@teknik.io>
Date: Thu, 19 Aug 2021 06:07:24 +0000
Subject: [PATCH 1/3] alsa-utils: update to 1.2.5.1

---
 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 562a6896aa7e..7cefc15ef2b1 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.4
+version=1.2.5.1
 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=98ffc2d599de0577d423a48fa5f20a992ca0b82d812ed1f2e58ade49ac6da426
+checksum=9c169ae37a49295f9b97b92ace772803daf6b6510a19574e0b78f87e562118d0
 
 post_install() {
 	# Install required udev rules file.

From d10c9774a2efb822928ce2bea9e618f2ec8eb3b2 Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@teknik.io>
Date: Thu, 19 Aug 2021 06:20:02 +0000
Subject: [PATCH 2/3] alsa-tools:update to 1.2.5

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

diff --git a/srcpkgs/alsa-tools/template b/srcpkgs/alsa-tools/template
index 1078472c79ae..40aa8080d8cd 100644
--- a/srcpkgs/alsa-tools/template
+++ b/srcpkgs/alsa-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'alsa-tools'
 pkgname=alsa-tools
-version=1.2.2
-revision=2
+version=1.2.5
+revision=1
 hostmakedepends="pkg-config"
 makedepends="fltk-devel gtk+-devel gtk+3-devel"
 depends="python3-gobject python3-alsa"
@@ -10,7 +10,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-2.0-only"
 homepage="http://alsa-project.org"
 distfiles="https://www.alsa-project.org/files/pub/tools/alsa-tools-${version}.tar.bz2"
-checksum=bfd3c7aae1289269605d3da02279159b10e3dabdd31e658cbceaa30170957349
+checksum=35a71027a01f4d7de4722e223520e940de68b3c570b6c671691567ae28f9893e
 python_version=3
 
 _tools="

From c2766d157135daca97259595e755a1e4136f296f Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@teknik.io>
Date: Thu, 19 Aug 2021 06:42:03 +0000
Subject: [PATCH 3/3] alsa-plugins: update to 1.2.5

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

diff --git a/srcpkgs/alsa-plugins/template b/srcpkgs/alsa-plugins/template
index 717603d7d606..731664697790 100644
--- a/srcpkgs/alsa-plugins/template
+++ b/srcpkgs/alsa-plugins/template
@@ -1,6 +1,6 @@
 # Template file for 'alsa-plugins'
 pkgname=alsa-plugins
-version=1.2.2
+version=1.2.5
 revision=1
 build_style=gnu-configure
 configure_args="--disable-maemo-plugin"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.alsa-project.org"
 distfiles="https://www.alsa-project.org/files/pub/plugins/${pkgname}-${version}.tar.bz2"
-checksum=1c0f06450c928d711719686c9dbece2d480184f36fab11b8f0534cb7b41e337d
+checksum=42eef98433d2c8d11f1deeeb459643619215a75aa5a5bbdd06a794e4c413df20
 
 post_install() {
 	rm -rfv ${DESTDIR}/etc/alsa/conf.d

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

* Re: alsa-utils,-tools,-plugins : update remaining
  2021-08-19  6:58 [PR PATCH] alsa-utils,-tools,-plugins : update remaining biopsin
@ 2021-08-20  8:57 ` dkwo
  2021-08-20 15:52 ` ericonr
  2021-08-20 15:52 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2021-08-20  8:57 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/32577#issuecomment-902544379

Comment:
This works for me, in particular the alsa-utils update is needed to make the previous alsa update work with pipewire.

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

* Re: alsa-utils,-tools,-plugins : update remaining
  2021-08-19  6:58 [PR PATCH] alsa-utils,-tools,-plugins : update remaining biopsin
  2021-08-20  8:57 ` dkwo
@ 2021-08-20 15:52 ` ericonr
  2021-08-20 15:52 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-08-20 15:52 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32577#issuecomment-902790036

Comment:
Thanks for testing, and thanks @biopsin for catching it.

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

* Re: [PR PATCH] [Merged]: alsa-utils,-tools,-plugins : update remaining
  2021-08-19  6:58 [PR PATCH] alsa-utils,-tools,-plugins : update remaining biopsin
  2021-08-20  8:57 ` dkwo
  2021-08-20 15:52 ` ericonr
@ 2021-08-20 15:52 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-08-20 15:52 UTC (permalink / raw)
  To: ml

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

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

alsa-utils,-tools,-plugins : update remaining
https://github.com/void-linux/void-packages/pull/32577

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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] 4+ messages in thread

end of thread, other threads:[~2021-08-20 15:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19  6:58 [PR PATCH] alsa-utils,-tools,-plugins : update remaining biopsin
2021-08-20  8:57 ` dkwo
2021-08-20 15:52 ` ericonr
2021-08-20 15:52 ` [PR PATCH] [Merged]: " ericonr

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