diff options
| author | Michael Forney <mforney@mforney.org> | 2018-04-12 11:11:11 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-04-12 11:11:11 -0700 |
| commit | 46e3ddaf2dbe21cf4206c77cf852d05b21f2d2bd (patch) | |
| tree | b808de97f3f5f642f261d1b205a81194cc8eecb9 | |
| parent | 9c781b87e88ab194ce97f5a0dc091766f11240ab (diff) | |
alsa-utils: Update to 1.1.6
| -rw-r--r-- | pkg/alsa-utils/aconfig.h | 6 | ||||
| -rw-r--r-- | pkg/alsa-utils/patch/0001-Include-poll.h-instead-of-sys-poll.h.patch | 16 | ||||
| -rw-r--r-- | pkg/alsa-utils/rev | 2 | ||||
| m--------- | pkg/alsa-utils/src | 0 |
4 files changed, 12 insertions, 12 deletions
diff --git a/pkg/alsa-utils/aconfig.h b/pkg/alsa-utils/aconfig.h index e4dfe14b..02854afa 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.5" +#define PACKAGE_STRING "alsa-utils 1.1.6" #define PACKAGE_TARNAME "alsa-utils" #define PACKAGE_URL "" -#define PACKAGE_VERSION "1.1.5" +#define PACKAGE_VERSION "1.1.6" #define SOUNDSDIR "/share/sounds/alsa" #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 -#define VERSION "1.1.5" +#define VERSION "1.1.6" #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif diff --git a/pkg/alsa-utils/patch/0001-Include-poll.h-instead-of-sys-poll.h.patch b/pkg/alsa-utils/patch/0001-Include-poll.h-instead-of-sys-poll.h.patch index da83e439..6aeaa605 100644 --- a/pkg/alsa-utils/patch/0001-Include-poll.h-instead-of-sys-poll.h.patch +++ b/pkg/alsa-utils/patch/0001-Include-poll.h-instead-of-sys-poll.h.patch @@ -1,4 +1,4 @@ -From 570d67318c396c6d969b32e2f29379b637a25a19 Mon Sep 17 00:00:00 2001 +From a9700bf75911baa9a6382cdbfc3d97608cdb46ce Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Sat, 2 Jul 2016 23:48:43 -0700 Subject: [PATCH] Include poll.h instead of sys/poll.h @@ -12,7 +12,7 @@ Subject: [PATCH] Include poll.h instead of sys/poll.h 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/amidi/amidi.c b/amidi/amidi.c -index a8264f1..81c9ac4 100644 +index b6e05e1..c6268e4 100644 --- a/amidi/amidi.c +++ b/amidi/amidi.c @@ -31,7 +31,7 @@ @@ -25,7 +25,7 @@ index a8264f1..81c9ac4 100644 #include <unistd.h> #include <fcntl.h> diff --git a/amixer/amixer.c b/amixer/amixer.c -index f9b09cb..8241148 100644 +index 9c3f9bf..64fd4bb 100644 --- a/amixer/amixer.c +++ b/amixer/amixer.c @@ -28,7 +28,7 @@ @@ -38,10 +38,10 @@ index f9b09cb..8241148 100644 #include "amixer.h" #include "../alsamixer/volume_mapping.h" diff --git a/aplay/aplay.c b/aplay/aplay.c -index ee480f2..b45320a 100644 +index bbd7fff..66e9cb9 100644 --- a/aplay/aplay.c +++ b/aplay/aplay.c -@@ -43,7 +43,7 @@ +@@ -44,7 +44,7 @@ #include <assert.h> #include <termios.h> #include <signal.h> @@ -51,7 +51,7 @@ index ee480f2..b45320a 100644 #include <sys/time.h> #include <sys/stat.h> diff --git a/seq/aplaymidi/arecordmidi.c b/seq/aplaymidi/arecordmidi.c -index 9628086..1c25fa2 100644 +index 19dbb7d..4d212b6 100644 --- a/seq/aplaymidi/arecordmidi.c +++ b/seq/aplaymidi/arecordmidi.c @@ -27,7 +27,7 @@ @@ -64,7 +64,7 @@ index 9628086..1c25fa2 100644 #include "aconfig.h" #include "version.h" diff --git a/seq/aseqdump/aseqdump.c b/seq/aseqdump/aseqdump.c -index 24c5d21..05892e0 100644 +index 7904540..578e06f 100644 --- a/seq/aseqdump/aseqdump.c +++ b/seq/aseqdump/aseqdump.c @@ -25,7 +25,7 @@ @@ -77,5 +77,5 @@ index 24c5d21..05892e0 100644 #include "aconfig.h" #include "version.h" -- -2.11.0 +2.17.0 diff --git a/pkg/alsa-utils/rev b/pkg/alsa-utils/rev index 7ed6ff82..1e8b3149 100644 --- a/pkg/alsa-utils/rev +++ b/pkg/alsa-utils/rev @@ -1 +1 @@ -5 +6 diff --git a/pkg/alsa-utils/src b/pkg/alsa-utils/src -Subproject ca5dc52e875d64f7ae9d758331b5f4078f6c641 +Subproject 9a6ab342038855fa798a9df741b687997b1f5e6 |
