diff options
| author | Michael Forney <mforney@mforney.org> | 2019-01-28 16:59:13 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-01-28 17:01:34 -0800 |
| commit | 2d0ef8966e52cedc4daf0ffc3176a1b6c3f30f96 (patch) | |
| tree | c8c7169e6646b1476977db086b97175fe1821329 /pkg | |
| parent | 9833f2a39cab06c2823d7ee268d0772ea67cf15e (diff) | |
alsa-utils: Update to 1.1.8
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/alsa-utils/aconfig.h | 7 | ||||
| -rw-r--r-- | pkg/alsa-utils/patch/0003-Define-_GNU_SOURCE-for-exp10.patch | 24 | ||||
| -rw-r--r-- | pkg/alsa-utils/rev | 2 | ||||
| m--------- | pkg/alsa-utils/src | 0 |
4 files changed, 29 insertions, 4 deletions
diff --git a/pkg/alsa-utils/aconfig.h b/pkg/alsa-utils/aconfig.h index 4643ffd7..f9b47ef1 100644 --- a/pkg/alsa-utils/aconfig.h +++ b/pkg/alsa-utils/aconfig.h @@ -38,14 +38,15 @@ #define PACKAGE "alsa-utils" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "alsa-utils" -#define PACKAGE_STRING "alsa-utils 1.1.7" +#define PACKAGE_STRING "alsa-utils 1.1.8" #define PACKAGE_TARNAME "alsa-utils" #define PACKAGE_URL "" -#define PACKAGE_VERSION "1.1.7" +#define PACKAGE_VERSION "1.1.8" #define SOUNDSDIR "/share/sounds/alsa" #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 -#define VERSION "1.1.7" +#define VERSION "1.1.8" +/* #undef WITH_FFADO */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif 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 new file mode 100644 index 00000000..690e9976 --- /dev/null +++ b/pkg/alsa-utils/patch/0003-Define-_GNU_SOURCE-for-exp10.patch @@ -0,0 +1,24 @@ +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/rev b/pkg/alsa-utils/rev index 7f8f011e..45a4fb75 100644 --- a/pkg/alsa-utils/rev +++ b/pkg/alsa-utils/rev @@ -1 +1 @@ -7 +8 diff --git a/pkg/alsa-utils/src b/pkg/alsa-utils/src -Subproject 805d30b260d0f7f7c4453ef09e11f2c3f1b548d +Subproject e1aa6d4d55f503d70771210d4685b6ee50b149f |
