package/libebur128: bump version to 1.2.2, add hash
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 19 Sep 2017 16:14:21 +0000 (18:14 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 19 Sep 2017 20:01:13 +0000 (22:01 +0200)
Upstream removed the speex dependency:
https://github.com/jiixyj/libebur128/commit/54d61fd072bc526c3c56c96dd7a3d0ef0678d5b0

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libebur128/Config.in
package/libebur128/libebur128.hash [new file with mode: 0644]
package/libebur128/libebur128.mk

index 1a6a74363f35622fa7c0ce8dcdc363ebf1739fe0..0d68b39d53fba32b9b782da79d3bcd22e571f213 100644 (file)
@@ -3,7 +3,6 @@ config BR2_PACKAGE_LIBEBUR128
        # build system has no support to disable shared linking
        # leading to a build error with a static-only toolchain
        depends on !BR2_STATIC_LIBS
-       select BR2_PACKAGE_SPEEX
        help
          libebur128 is a library that implements the EBU R 128 standard
          for loudness normalization.
diff --git a/package/libebur128/libebur128.hash b/package/libebur128/libebur128.hash
new file mode 100644 (file)
index 0000000..2b0d3e3
--- /dev/null
@@ -0,0 +1,3 @@
+# Locally computed
+sha256 1d0d7e855da04010a2432e11fbc596502caf11b61c3b571ccbcb10095fe44b43  libebur128-v1.2.2.tar.gz
+sha256 d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c  COPYING
index f5ada311f7f97a5b1b4177a65ef8de9bbc930c3a..24c2f2429afd451e40c0e78c48922837b3cb1da9 100644 (file)
@@ -4,11 +4,10 @@
 #
 ################################################################################
 
-LIBEBUR128_VERSION = v1.1.0
+LIBEBUR128_VERSION = v1.2.2
 LIBEBUR128_SITE = $(call github,jiixyj,libebur128,$(LIBEBUR128_VERSION))
 LIBEBUR128_LICENSE = MIT
 LIBEBUR128_LICENSE_FILES = COPYING
 LIBEBUR128_INSTALL_STAGING = YES
-LIBEBUR128_DEPENDENCIES = speex
 
 $(eval $(cmake-package))