Browse Source

alsa-lib: update to 1.1.4

Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner 7 years ago
parent
commit
0164d6db57
4 changed files with 4 additions and 42 deletions
  1. +2
    -2
      libs/alsa-lib/Makefile
  2. +0
    -12
      libs/alsa-lib/patches/002-compile_fix.patch
  3. +1
    -1
      libs/alsa-lib/patches/100-link_fix.patch
  4. +1
    -27
      libs/alsa-lib/patches/200-fix_include_file_redirect_warnings.patch

+ 2
- 2
libs/alsa-lib/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=alsa-lib
PKG_VERSION:=1.1.3
PKG_VERSION:=1.1.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/lib/ \
http://alsa.cybermirror.org/lib/
PKG_HASH:=71282502184c592c1a008e256c22ed0ba5728ca65e05273ceb480c70f515969c
PKG_HASH:=82f50a09487079755d93e4c9384912196995bade6280bce9bfdcabf094bfb515
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
Peter Wagner <tripolar@gmx.at>


+ 0
- 12
libs/alsa-lib/patches/002-compile_fix.patch View File

@ -1,12 +0,0 @@
diff --git a/src/ucm/parser.c b/src/ucm/parser.c
index c98373a..f520abc 100644
--- a/src/ucm/parser.c
+++ b/src/ucm/parser.c
@@ -32,6 +32,7 @@
#include "ucm_local.h"
#include <dirent.h>
+#include <limits.h>
/** The name of the environment variable containing the UCM directory */
#define ALSA_CONFIG_UCM_VAR "ALSA_CONFIG_UCM"

libs/alsa-lib/patches/001-link_fix.patch → libs/alsa-lib/patches/100-link_fix.patch View File


libs/alsa-lib/patches/005-fix_include_file_redirect_warnings.patch → libs/alsa-lib/patches/200-fix_include_file_redirect_warnings.patch View File


Loading…
Cancel
Save