diff --git a/media-libs/libebur128/libebur128-1.1.0.recipe b/media-libs/libebur128/libebur128-1.2.2.recipe similarity index 94% rename from media-libs/libebur128/libebur128-1.1.0.recipe rename to media-libs/libebur128/libebur128-1.2.2.recipe index 0126cc7f5..a311e9db6 100644 --- a/media-libs/libebur128/libebur128-1.1.0.recipe +++ b/media-libs/libebur128/libebur128-1.2.2.recipe @@ -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" diff --git a/media-libs/libebur128/patches/libebur128-1.1.0.patchset b/media-libs/libebur128/patches/libebur128-1.2.2.patchset similarity index 57% rename from media-libs/libebur128/patches/libebur128-1.1.0.patchset rename to media-libs/libebur128/patches/libebur128-1.2.2.patchset index d2d83f9ae..0e7d5fdfb 100644 --- a/media-libs/libebur128/patches/libebur128-1.1.0.patchset +++ b/media-libs/libebur128/patches/libebur128-1.2.2.patchset @@ -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 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