Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [NOMERGE] alsa-lib: update to 1.2.5.
Date: Fri, 18 Jun 2021 05:00:34 +0200	[thread overview]
Message-ID: <20210618030034.yE8Cg6xNw45tz2Mrucp9t7gDs2F5dElvP1Eu1xZoRfc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31286@inbox.vuxu.org>

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

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

https://github.com/ericonr/void-packages alsa
https://github.com/void-linux/void-packages/pull/31286

[NOMERGE] alsa-lib: update to 1.2.5.
Doesn't even build on musl yet, opening PR to prevent others from updating. See https://github.com/alsa-project/alsa-lib/issues/143 and https://github.com/alsa-project/alsa-lib/issues/142

<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [ ] 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/31286.patch is attached

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

From 1b8066d6c1f4683ec5baa44ae38d6d957274ac3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <erico.erc@gmail.com>
Date: Fri, 4 Jun 2021 12:16:35 -0300
Subject: [PATCH] alsa-lib: update to 1.2.5.1.

---
 ...lugin_dir_set-snd_plugin_dir-must-be.patch | 32 -------------------
 srcpkgs/alsa-lib/patches/stdint_compat.patch  | 14 --------
 srcpkgs/alsa-lib/template                     |  6 ++--
 3 files changed, 3 insertions(+), 49 deletions(-)
 delete mode 100644 srcpkgs/alsa-lib/patches/0001-dlmisc-the-snd_plugin_dir_set-snd_plugin_dir-must-be.patch
 delete mode 100644 srcpkgs/alsa-lib/patches/stdint_compat.patch

diff --git a/srcpkgs/alsa-lib/patches/0001-dlmisc-the-snd_plugin_dir_set-snd_plugin_dir-must-be.patch b/srcpkgs/alsa-lib/patches/0001-dlmisc-the-snd_plugin_dir_set-snd_plugin_dir-must-be.patch
deleted file mode 100644
index a89f8587bb1d..000000000000
--- a/srcpkgs/alsa-lib/patches/0001-dlmisc-the-snd_plugin_dir_set-snd_plugin_dir-must-be.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e Mon Sep 17 00:00:00 2001
-From: Jaroslav Kysela <perex@perex.cz>
-Date: Thu, 22 Oct 2020 20:57:32 +0200
-Subject: [PATCH] dlmisc: the snd_plugin_dir_set / snd_plugin_dir must be
- declared even for \!DL_ORIGIN_AVAILABLE
-
-Fixes: 8580c081c2 ("dlsym: add support for ALSA_PLUGIN_DIR environment variable")
-BugLink: https://github.com/alsa-project/alsa-lib/issues/91
-Signed-off-by: Jaroslav Kysela <perex@perex.cz>
----
- src/dlmisc.c | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/dlmisc.c b/src/dlmisc.c
-index c9517c55..f20eb593 100644
---- a/src/dlmisc.c
-+++ b/src/dlmisc.c
-@@ -42,11 +42,9 @@
- #ifndef PIC
- struct snd_dlsym_link *snd_dlsym_start = NULL;
- #endif
--#ifdef DL_ORIGIN_AVAILABLE
- static int snd_plugin_dir_set = 0;
- static char *snd_plugin_dir = NULL;
- #endif
--#endif
- 
- #if defined(DL_ORIGIN_AVAILABLE) && defined(HAVE_LIBPTHREAD)
- static pthread_mutex_t snd_dlpath_mutex = PTHREAD_MUTEX_INITIALIZER;
--- 
-2.29.0
-
diff --git a/srcpkgs/alsa-lib/patches/stdint_compat.patch b/srcpkgs/alsa-lib/patches/stdint_compat.patch
deleted file mode 100644
index 0ff7b4124765..000000000000
--- a/srcpkgs/alsa-lib/patches/stdint_compat.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Use stdlib.h defined types uint8_t, uint16_t, uint32_t and uint64_t
-for compatibility with musl libc
-
---- a/include/pcm.h	2015-02-26 13:34:52.000000000 +0100
-+++ a/include/pcm.h	2015-07-28 13:44:32.423885625 +0200
-@@ -29,6 +29,8 @@
- #ifndef __ALSA_PCM_H
- #define __ALSA_PCM_H
- 
-+#include <stdint.h>	/* uint_ types */
-+
- #ifdef __cplusplus
- extern "C" {
- #endif
diff --git a/srcpkgs/alsa-lib/template b/srcpkgs/alsa-lib/template
index 7a6a58a8c5ea..8003625d8078 100644
--- a/srcpkgs/alsa-lib/template
+++ b/srcpkgs/alsa-lib/template
@@ -1,7 +1,7 @@
 # Template file for 'alsa-lib'
 pkgname=alsa-lib
-version=1.2.4
-revision=2
+version=1.2.5.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config libtool"
 short_desc="Advanced Linux Sound Architecture (ALSA) library"
@@ -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=f7554be1a56cdff468b58fc1c29b95b64864c590038dd309c7a978c7116908f7
+checksum=628421d950cecaf234de3f899d520c0a6923313c964ad751ffac081df331438e
 patch_args="-Np1"
 
 alsa-lib-devel_package() {

  parent reply	other threads:[~2021-06-18  3:00 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-04 15:17 [PR PATCH] " ericonr
2021-06-11 13:16 ` biopsin
2021-06-11 13:18 ` biopsin
2021-06-11 14:38 ` biopsin
2021-06-11 14:45 ` biopsin
2021-06-11 15:02 ` biopsin
2021-06-12 22:12 ` cinerea0
2021-06-13  8:23 ` biopsin
2021-06-15 13:17 ` biopsin
2021-06-15 13:42 ` ericonr
2021-06-18  3:00 ` ericonr [this message]
2021-06-18  3:01 ` [PR PATCH] [Updated] " ericonr
2021-06-26 22:10 ` ericonr
2021-07-02  1:28 ` cinerea0
2021-07-02  4:04 ` ericonr
2021-07-02 12:44 ` cinerea0
2021-07-02 14:34 ` cinerea0
2021-07-02 22:06 ` paper42
2021-07-14 10:00 ` biopsin
2021-07-14 10:05 ` biopsin
2021-07-14 10:33 ` biopsin
2021-07-14 21:49 ` cinerea0
2021-07-15  5:55 ` biopsin
2021-07-15 11:46 ` biopsin
2021-07-15 14:12 ` ericonr
2021-08-18 21:00 ` cinerea0
2021-08-19 12:58 ` dkwo
2021-08-19 14:24 ` biopsin
2021-08-20  8:57 ` dkwo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210618030034.yE8Cg6xNw45tz2Mrucp9t7gDs2F5dElvP1Eu1xZoRfc@z \
    --to=ericonr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).