mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
alsa-lib: update to 1.2.5.1.
This commit is contained in:
parent
fcb3f09d2b
commit
8cabe7b84b
3 changed files with 3 additions and 49 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'alsa-lib'
|
# Template file for 'alsa-lib'
|
||||||
pkgname=alsa-lib
|
pkgname=alsa-lib
|
||||||
version=1.2.4
|
version=1.2.5.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config libtool"
|
hostmakedepends="pkg-config libtool"
|
||||||
short_desc="Advanced Linux Sound Architecture (ALSA) library"
|
short_desc="Advanced Linux Sound Architecture (ALSA) library"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.alsa-project.org"
|
homepage="http://www.alsa-project.org"
|
||||||
distfiles="https://www.alsa-project.org/files/pub/lib/${pkgname}-${version}.tar.bz2"
|
distfiles="https://www.alsa-project.org/files/pub/lib/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=f7554be1a56cdff468b58fc1c29b95b64864c590038dd309c7a978c7116908f7
|
checksum=628421d950cecaf234de3f899d520c0a6923313c964ad751ffac081df331438e
|
||||||
|
|
||||||
alsa-lib-devel_package() {
|
alsa-lib-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue