logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 8b33d20edbd20edd467397c0e8e9ba09c7a28f1f
parent 19e5f5d3097e967b582d06a0f519c5d44db3ded6
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 22 May 2019 01:00:21 -0700

alsa-utils: Update to 1.1.9

Diffstat:

Mpkg/alsa-utils/aconfig.h6+++---
Mpkg/alsa-utils/gen.lua1+
Dpkg/alsa-utils/patch/0003-Define-_GNU_SOURCE-for-exp10.patch24------------------------
Mpkg/alsa-utils/ver2+-
Mpkg/alsa-utils/version.h4++--
5 files changed, 7 insertions(+), 30 deletions(-)

diff --git 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 @@ -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 @@ -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/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 @@ -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"