alsa-lib: Update to 1.2.9
authorTianling Shen <cnsztl@immortalwrt.org>
Tue, 16 May 2023 14:02:20 +0000 (22:02 +0800)
committerTianling Shen <cnsztl@gmail.com>
Wed, 17 May 2023 01:24:45 +0000 (09:24 +0800)
* updated source url (prefer https rather than http/ftp)
* refreshed patches

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
libs/alsa-lib/Makefile
libs/alsa-lib/patches/200-usleep.patch

index 1efd068a193433b75f1a0947f542b395478a7e91..d9922b35f793a2a369f38c0ac5339c82102beb65 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=alsa-lib
-PKG_VERSION:=1.2.6.1
-PKG_RELEASE:=3
+PKG_VERSION:=1.2.9
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/lib/ \
-               http://distfiles.gentoo.org/distfiles/
-PKG_HASH:=ad582993d52cdb5fb159a0beab60a6ac57eab0cc1bdf85dc4db6d6197f02333f
+PKG_SOURCE_URL:=https://www.alsa-project.org/files/pub/lib/ \
+               https://distfiles.gentoo.org/distfiles/
+PKG_HASH:=dc9c643fdc4ccfd0572cc685858dd41e08afb583f30460b317e4188275f615b2
 
 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
                Peter Wagner <tripolar@gmx.at>
index 7551584a89405032d03c69528f67342cfc0e3044..9e66ef8bad5024370f13a06bff9f4c7441dc897e 100644 (file)
@@ -17,9 +17,9 @@
  const char *_snd_module_pcm_shm = "";
 --- a/src/ucm/ucm_local.h
 +++ b/src/ucm/ucm_local.h
-@@ -58,6 +58,14 @@
- #define SEQUENCE_ELEMENT_TYPE_SYSSET          11
- #define SEQUENCE_ELEMENT_TYPE_CFGSAVE         12
+@@ -61,6 +61,14 @@
+ #define SEQUENCE_ELEMENT_TYPE_DEV_DISABLE_SEQ 14
+ #define SEQUENCE_ELEMENT_TYPE_DEV_DISABLE_ALL 15
  
 +#if _POSIX_C_SOURCE >= 200809L
 +#define usleep(a) \