summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-07-09 13:17:05 -0700
committerMichael Forney <mforney@mforney.org>2020-07-09 13:17:05 -0700
commit4dc58652b87c7a3968811af50268de5e4ecc32aa (patch)
tree559b0914773e41e2c35ad96e13325027d5a1e421 /pkg
parentd84567a754d6c012868f61d0e4e6e59c70fc23d8 (diff)
alsa-lib: Update to 1.2.3.2
Diffstat (limited to 'pkg')
-rw-r--r--pkg/alsa-lib/config.h6
-rw-r--r--pkg/alsa-lib/patch/0002-Prevent-empty-top-level-declarations.patch8
m---------pkg/alsa-lib/src0
-rw-r--r--pkg/alsa-lib/ver2
4 files changed, 8 insertions, 8 deletions
diff --git a/pkg/alsa-lib/config.h b/pkg/alsa-lib/config.h
index 96db8cce..5af67cba 100644
--- a/pkg/alsa-lib/config.h
+++ b/pkg/alsa-lib/config.h
@@ -50,10 +50,10 @@
#define PACKAGE "alsa-lib"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "alsa-lib"
-#define PACKAGE_STRING "alsa-lib 1.2.3.1"
+#define PACKAGE_STRING "alsa-lib 1.2.3.2"
#define PACKAGE_TARNAME "alsa-lib"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "1.2.3.1"
+#define PACKAGE_VERSION "1.2.3.2"
#define SND_MAX_CARDS 32
#define STDC_HEADERS 1
#define SUPPORT_ALOAD "1"
@@ -76,7 +76,7 @@
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
-#define VERSION "1.2.3.1"
+#define VERSION "1.2.3.2"
#define VERSIONED_SYMBOLS /**/
/* #undef _MINIX */
/* #undef _POSIX_1_SOURCE */
diff --git a/pkg/alsa-lib/patch/0002-Prevent-empty-top-level-declarations.patch b/pkg/alsa-lib/patch/0002-Prevent-empty-top-level-declarations.patch
index ae1fe9b2..debfa2b9 100644
--- a/pkg/alsa-lib/patch/0002-Prevent-empty-top-level-declarations.patch
+++ b/pkg/alsa-lib/patch/0002-Prevent-empty-top-level-declarations.patch
@@ -1,4 +1,4 @@
-From 1b477b68254face3b4e5d907a26210966bf8f27e Mon Sep 17 00:00:00 2001
+From ea66f2d20c3388de4d569eb2cd982ff4742def1a Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Wed, 3 Jul 2019 18:15:11 -0700
Subject: [PATCH] Prevent empty top-level declarations
@@ -304,10 +304,10 @@ index 40d42643..f59c33f5 100644
-SND_DLSYM_BUILD_VERSION(_snd_ctl_shm_open, SND_CONTROL_DLSYM_VERSION);
+SND_DLSYM_BUILD_VERSION(_snd_ctl_shm_open, SND_CONTROL_DLSYM_VERSION)
diff --git a/src/dlmisc.c b/src/dlmisc.c
-index 5d672146..b5ff5025 100644
+index 1a60e0dd..0d3d4082 100644
--- a/src/dlmisc.c
+++ b/src/dlmisc.c
-@@ -171,8 +171,8 @@ void *INTERNAL(snd_dlopen_old)(const char *name, int mode)
+@@ -178,8 +178,8 @@ void *INTERNAL(snd_dlopen_old)(const char *name, int mode)
}
#endif
@@ -536,7 +536,7 @@ index 6a99452b..efd1c25a 100644
+SND_DLSYM_BUILD_VERSION(_snd_pcm_dshare_open, SND_PCM_DLSYM_VERSION)
#endif
diff --git a/src/pcm/pcm_dsnoop.c b/src/pcm/pcm_dsnoop.c
-index c64df381..320325be 100644
+index 7904314c..8d7762aa 100644
--- a/src/pcm/pcm_dsnoop.c
+++ b/src/pcm/pcm_dsnoop.c
@@ -898,5 +898,5 @@ int _snd_pcm_dsnoop_open(snd_pcm_t **pcmp, const char *name,
diff --git a/pkg/alsa-lib/src b/pkg/alsa-lib/src
-Subproject b13b9116050357b39c5f4964f83cd45b3da1b1d
+Subproject cac5a62dcf23f2f3c0390df3636034ad4f967e8
diff --git a/pkg/alsa-lib/ver b/pkg/alsa-lib/ver
index 43b600c1..456c860e 100644
--- a/pkg/alsa-lib/ver
+++ b/pkg/alsa-lib/ver
@@ -1 +1 @@
-1.2.3.1 r0
+1.2.3.2 r0