libebur128: bump version.

This commit is contained in:
Jerome Duval
2017-09-08 17:23:33 +02:00
parent a4ca17e669
commit e9aae560ca
2 changed files with 8 additions and 8 deletions

View File

@@ -4,9 +4,9 @@ normalisation. It supports all samplerates by recalculation of the filter coeffi
HOMEPAGE="https://github.com/jiixyj/libebur128"
COPYRIGHT="2011 Jan Kokemüller"
LICENSE="MIT"
REVISION="3"
REVISION="1"
SOURCE_URI="https://github.com/jiixyj/libebur128/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="c60e78f4bfda387a0895c64a4fc9850445e3a4425cc98f9140885966ce17c1d1"
CHECKSUM_SHA256="1d0d7e855da04010a2432e11fbc596502caf11b61c3b571ccbcb10095fe44b43"
SOURCE_FILENAME="$portVersionedName.tar.gz"
PATCHES="libebur128-$portVersion.patchset"

View File

@@ -1,16 +1,16 @@
From a470727826f4a9dfd9f605e6781feec132a6f26d Mon Sep 17 00:00:00 2001
From a62f340541c5a574e5e7655dc43f923e62289f48 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Tue, 23 Feb 2016 22:39:09 +0000
Subject: Haiku patch
diff --git a/ebur128/CMakeLists.txt b/ebur128/CMakeLists.txt
index f84febc..5905b23 100644
index af09ebb..0bb07b1 100644
--- a/ebur128/CMakeLists.txt
+++ b/ebur128/CMakeLists.txt
@@ -52,7 +52,7 @@ if(NOT DISABLE_SPEEXDSP)
endif()
endif()
@@ -47,7 +47,7 @@ set_target_properties(ebur128 PROPERTIES
SOVERSION ${EBUR128_VERSION_MAJOR}
VERSION ${EBUR128_VERSION})
-if(UNIX)
+if(UNIX AND NOT HAIKU)
@@ -18,5 +18,5 @@ index f84febc..5905b23 100644
endif()
--
2.2.2
2.13.1