logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 2d0ef8966e52cedc4daf0ffc3176a1b6c3f30f96
parent 9833f2a39cab06c2823d7ee268d0772ea67cf15e
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 28 Jan 2019 16:59:13 -0800

alsa-utils: Update to 1.1.8

Diffstat:

Mpkg/alsa-utils/aconfig.h7++++---
Apkg/alsa-utils/patch/0003-Define-_GNU_SOURCE-for-exp10.patch24++++++++++++++++++++++++
Mpkg/alsa-utils/rev2+-
3 files changed, 29 insertions(+), 4 deletions(-)

diff --git 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 @@ -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 @@ -1 +1 @@ -7 +8