alsa-lib: update to 1.1.3.
This commit is contained in:
parent
781dbb15b2
commit
3e9e7cda10
2 changed files with 12 additions and 2 deletions
10
srcpkgs/alsa-lib/patches/musl.patch
Normal file
10
srcpkgs/alsa-lib/patches/musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- src/ucm/parser.c.orig 2016-12-20 14:43:20.000000000 +0000
|
||||||
|
+++ src/ucm/parser.c 2016-12-21 20:59:58.460736188 +0000
|
||||||
|
@@ -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"
|
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'alsa-lib'.
|
# Template build file for 'alsa-lib'.
|
||||||
pkgname=alsa-lib
|
pkgname=alsa-lib
|
||||||
version=1.1.2
|
version=1.1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-pythonlibs=-lpython2.7 --with-pythonincludes=-I${XBPS_CROSS_BASE}/usr/include/python2.7"
|
configure_args="--with-pythonlibs=-lpython2.7 --with-pythonincludes=-I${XBPS_CROSS_BASE}/usr/include/python2.7"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.alsa-project.org"
|
homepage="http://www.alsa-project.org"
|
||||||
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=d38dacd9892b06b8bff04923c380b38fb2e379ee5538935ff37e45b395d861d6
|
checksum=71282502184c592c1a008e256c22ed0ba5728ca65e05273ceb480c70f515969c
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in a new issue