alsa-lib: Update to 1.2.9
* updated source url (prefer https rather than http/ftp) * refreshed patches Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
feaba4f52b
commit
18cfa22c65
2 changed files with 8 additions and 8 deletions
|
@ -8,13 +8,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=alsa-lib
|
PKG_NAME:=alsa-lib
|
||||||
PKG_VERSION:=1.2.6.1
|
PKG_VERSION:=1.2.9
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/lib/ \
|
PKG_SOURCE_URL:=https://www.alsa-project.org/files/pub/lib/ \
|
||||||
http://distfiles.gentoo.org/distfiles/
|
https://distfiles.gentoo.org/distfiles/
|
||||||
PKG_HASH:=ad582993d52cdb5fb159a0beab60a6ac57eab0cc1bdf85dc4db6d6197f02333f
|
PKG_HASH:=dc9c643fdc4ccfd0572cc685858dd41e08afb583f30460b317e4188275f615b2
|
||||||
|
|
||||||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
|
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
|
||||||
Peter Wagner <tripolar@gmx.at>
|
Peter Wagner <tripolar@gmx.at>
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
const char *_snd_module_pcm_shm = "";
|
const char *_snd_module_pcm_shm = "";
|
||||||
--- a/src/ucm/ucm_local.h
|
--- a/src/ucm/ucm_local.h
|
||||||
+++ b/src/ucm/ucm_local.h
|
+++ b/src/ucm/ucm_local.h
|
||||||
@@ -58,6 +58,14 @@
|
@@ -61,6 +61,14 @@
|
||||||
#define SEQUENCE_ELEMENT_TYPE_SYSSET 11
|
#define SEQUENCE_ELEMENT_TYPE_DEV_DISABLE_SEQ 14
|
||||||
#define SEQUENCE_ELEMENT_TYPE_CFGSAVE 12
|
#define SEQUENCE_ELEMENT_TYPE_DEV_DISABLE_ALL 15
|
||||||
|
|
||||||
+#if _POSIX_C_SOURCE >= 200809L
|
+#if _POSIX_C_SOURCE >= 200809L
|
||||||
+#define usleep(a) \
|
+#define usleep(a) \
|
||||||
|
|
Loading…
Reference in a new issue