aboutsummaryrefslogtreecommitdiff
path: root/libs/libsndfile
diff options
context:
space:
mode:
authorPeter Wagner <tripolar@gmx.at>2015-11-22 20:07:22 +0100
committerPeter Wagner <tripolar@gmx.at>2015-11-22 20:07:46 +0100
commite9e5ffaed7a2e199e7c84b97417d31fd3e44e22d (patch)
treeb61c311fdec6b9c4357ba4618017e8d45a9b124b /libs/libsndfile
parent51474d7499fe083b571ba4fb1f25ce176518bfae (diff)
libsndfile: update to 1.0.26
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'libs/libsndfile')
-rw-r--r--libs/libsndfile/Makefile4
-rw-r--r--libs/libsndfile/patches/001-automake-compat.patch10
2 files changed, 2 insertions, 12 deletions
diff --git a/libs/libsndfile/Makefile b/libs/libsndfile/Makefile
index 9e9809de8..fa92f1405 100644
--- a/libs/libsndfile/Makefile
+++ b/libs/libsndfile/Makefile
@@ -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
diff --git a/libs/libsndfile/patches/001-automake-compat.patch b/libs/libsndfile/patches/001-automake-compat.patch
deleted file mode 100644
index 2df32ae49..000000000
--- a/libs/libsndfile/patches/001-automake-compat.patch
+++ /dev/null
@@ -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