libsndfile: update to 1.0.26
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
51474d7499
commit
e9e5ffaed7
2 changed files with 2 additions and 12 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libsndfile
|
||||
PKG_VERSION:=1.0.25
|
||||
PKG_VERSION:=1.0.26
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.mega-nerd.com/libsndfile/files/
|
||||
PKG_MD5SUM:=e2b7bb637e01022c7d20f95f9c3990a2
|
||||
PKG_MD5SUM:=ec810a0c60c08772a8a5552704b63393
|
||||
|
||||
PKG_LICENSE:=LGPLv2.1
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,5 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
+ACLOCAL_AMFLAGS = -I M4
|
||||
+
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
|
||||
|
||||
if BUILD_OCTAVE_MOD
|
Loading…
Reference in a new issue