diff options
| author | Michael Forney <mforney@mforney.org> | 2019-05-22 01:00:21 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-05-22 01:00:21 -0700 |
| commit | 8b33d20edbd20edd467397c0e8e9ba09c7a28f1f (patch) | |
| tree | a4c790c8dc6dca8b1850948a75d76342e2a37996 /pkg | |
| parent | 19e5f5d3097e967b582d06a0f519c5d44db3ded6 (diff) | |
alsa-utils: Update to 1.1.9
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/alsa-utils/aconfig.h | 6 | ||||
| -rw-r--r-- | pkg/alsa-utils/gen.lua | 1 | ||||
| -rw-r--r-- | pkg/alsa-utils/patch/0003-Define-_GNU_SOURCE-for-exp10.patch | 24 | ||||
| m--------- | pkg/alsa-utils/src | 0 | ||||
| -rw-r--r-- | pkg/alsa-utils/ver | 2 | ||||
| -rw-r--r-- | pkg/alsa-utils/version.h | 4 |
6 files changed, 7 insertions, 30 deletions
diff --git a/pkg/alsa-utils/aconfig.h b/pkg/alsa-utils/aconfig.h index f9b47ef1..a1274cf3 100644 --- a/pkg/alsa-utils/aconfig.h +++ b/pkg/alsa-utils/aconfig.h @@ -38,14 +38,14 @@ #define PACKAGE "alsa-utils" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "alsa-utils" -#define PACKAGE_STRING "alsa-utils 1.1.8" +#define PACKAGE_STRING "alsa-utils 1.1.9" #define PACKAGE_TARNAME "alsa-utils" #define PACKAGE_URL "" -#define PACKAGE_VERSION "1.1.8" +#define PACKAGE_VERSION "1.1.9" #define SOUNDSDIR "/share/sounds/alsa" #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 -#define VERSION "1.1.8" +#define VERSION "1.1.9" /* #undef WITH_FFADO */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 diff --git a/pkg/alsa-utils/gen.lua b/pkg/alsa-utils/gen.lua index fa632ec8..29fc691f 100644 --- a/pkg/alsa-utils/gen.lua +++ b/pkg/alsa-utils/gen.lua @@ -1,4 +1,5 @@ cflags{ + '-D _GNU_SOURCE=', '-I $dir', '-I $srcdir/include', '-I $builddir/pkg/alsa-lib/include', diff --git a/pkg/alsa-utils/patch/0003-Define-_GNU_SOURCE-for-exp10.patch b/pkg/alsa-utils/patch/0003-Define-_GNU_SOURCE-for-exp10.patch deleted file mode 100644 index 690e9976..00000000 --- a/pkg/alsa-utils/patch/0003-Define-_GNU_SOURCE-for-exp10.patch +++ /dev/null @@ -1,24 +0,0 @@ -From c30b64a5e7bf9f196a60727a5886a78ecd53d9f5 Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Mon, 28 Jan 2019 17:00:54 -0800 -Subject: [PATCH] Define _GNU_SOURCE for exp10 - ---- - alsamixer/volume_mapping.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/alsamixer/volume_mapping.c b/alsamixer/volume_mapping.c -index 94bd0fe..3e65e0f 100644 ---- a/alsamixer/volume_mapping.c -+++ b/alsamixer/volume_mapping.c -@@ -31,6 +31,7 @@ - */ - - #define _ISOC99_SOURCE /* lrint() */ -+#define _GNU_SOURCE /* exp10 */ - #include "aconfig.h" - #include <math.h> - #include <stdbool.h> --- -2.20.1 - diff --git a/pkg/alsa-utils/src b/pkg/alsa-utils/src -Subproject e1aa6d4d55f503d70771210d4685b6ee50b149f +Subproject 7a3ca6fe6d456f5ac337a06ed97dfd00d5e4b38 diff --git a/pkg/alsa-utils/ver b/pkg/alsa-utils/ver index e6a25bf3..e8341514 100644 --- a/pkg/alsa-utils/ver +++ b/pkg/alsa-utils/ver @@ -1 +1 @@ -1.1.8 r0 +1.1.9 r0 diff --git a/pkg/alsa-utils/version.h b/pkg/alsa-utils/version.h index a6d06093..4e26f476 100644 --- a/pkg/alsa-utils/version.h +++ b/pkg/alsa-utils/version.h @@ -1,5 +1,5 @@ #define SND_UTIL_MAJOR 1 #define SND_UTIL_MINOR 1 -#define SND_UTIL_SUBMINOR 7 +#define SND_UTIL_SUBMINOR 9 #define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|(SND_UTIL_MINOR<<8)|SND_UTIL_SUBMINOR) -#define SND_UTIL_VERSION_STR "1.1.7" +#define SND_UTIL_VERSION_STR "1.1.9" |
