summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-12-24 19:19:03 -0800
committerMichael Forney <mforney@mforney.org>2016-12-29 23:29:18 -0800
commit7d0e8c5ddd2c3783f819ce1bf1c98eb7eed40a2d (patch)
tree659d6ab5b5485ec171fabb88b22ea0b0bfb0d40e
parent56a3ff9ed04c3644bd7eb49ec5519b261e3cb4d7 (diff)
alsa-utils: Update to 1.1.3
-rw-r--r--pkg/alsa-utils/aconfig.h6
-rw-r--r--pkg/alsa-utils/patch/0001-Include-poll.h-instead-of-sys-poll.h.patch12
-rw-r--r--pkg/alsa-utils/rev2
m---------pkg/alsa-utils/src0
-rw-r--r--pkg/alsa-utils/version.h4
5 files changed, 12 insertions, 12 deletions
diff --git a/pkg/alsa-utils/aconfig.h b/pkg/alsa-utils/aconfig.h
index 2d82c61e..57b088e5 100644
--- a/pkg/alsa-utils/aconfig.h
+++ b/pkg/alsa-utils/aconfig.h
@@ -30,13 +30,13 @@
#define PACKAGE "alsa-utils"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "alsa-utils"
-#define PACKAGE_STRING "alsa-utils 1.1.2"
+#define PACKAGE_STRING "alsa-utils 1.1.3"
#define PACKAGE_TARNAME "alsa-utils"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "1.1.2"
+#define PACKAGE_VERSION "1.1.3"
#define SOUNDSDIR "/share/sounds/alsa"
#define TIME_WITH_SYS_TIME 1
-#define VERSION "1.1.2"
+#define VERSION "1.1.3"
#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 6423a770..da83e439 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 16fb793861d8833c81b4a7bb0eb8372099699772 Mon Sep 17 00:00:00 2001
+From 570d67318c396c6d969b32e2f29379b637a25a19 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,12 +12,12 @@ 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 cedf18c..46f5767 100644
+index a8264f1..81c9ac4 100644
--- a/amidi/amidi.c
+++ b/amidi/amidi.c
-@@ -29,7 +29,7 @@
- #include <errno.h>
+@@ -31,7 +31,7 @@
#include <signal.h>
+ #include <sys/timerfd.h>
#include <sys/types.h>
-#include <sys/poll.h>
+#include <poll.h>
@@ -38,7 +38,7 @@ index f9b09cb..8241148 100644
#include "amixer.h"
#include "../alsamixer/volume_mapping.h"
diff --git a/aplay/aplay.c b/aplay/aplay.c
-index 2da7dda..172287b 100644
+index ee480f2..b45320a 100644
--- a/aplay/aplay.c
+++ b/aplay/aplay.c
@@ -43,7 +43,7 @@
@@ -77,5 +77,5 @@ index 24c5d21..05892e0 100644
#include "aconfig.h"
#include "version.h"
--
-2.9.2
+2.11.0
diff --git a/pkg/alsa-utils/rev b/pkg/alsa-utils/rev
index 0cfbf088..00750edc 100644
--- a/pkg/alsa-utils/rev
+++ b/pkg/alsa-utils/rev
@@ -1 +1 @@
-2
+3
diff --git a/pkg/alsa-utils/src b/pkg/alsa-utils/src
-Subproject 675619eb295f8eb35903ef227e6939a86d8c1e7
+Subproject 84591f0de015e5c40f5bfea83ca62360b9eaa34
diff --git a/pkg/alsa-utils/version.h b/pkg/alsa-utils/version.h
index 991790bc..fd4cab12 100644
--- a/pkg/alsa-utils/version.h
+++ b/pkg/alsa-utils/version.h
@@ -4,9 +4,9 @@
#define SND_UTIL_MAJOR 1
#define SND_UTIL_MINOR 1
-#define SND_UTIL_SUBMINOR 2
+#define SND_UTIL_SUBMINOR 3
#define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|\
(SND_UTIL_MINOR<<8)|\
SND_UTIL_SUBMINOR)
-#define SND_UTIL_VERSION_STR "1.1.2"
+#define SND_UTIL_VERSION_STR "1.1.3"