mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libebur128: bump version.
This commit is contained in:
@@ -6,15 +6,16 @@ COPYRIGHT="2011 Jan Kokemüller"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/jiixyj/libebur128/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="01aa7aed90c593944eeb3087a6f965557dc708de360bf1a589b3babb021e7336"
|
||||
CHECKSUM_SHA256="c60e78f4bfda387a0895c64a4fc9850445e3a4425cc98f9140885966ce17c1d1"
|
||||
SOURCE_FILENAME="$portVersionedName.tar.gz"
|
||||
PATCHES="libebur128-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libebur128$secondaryArchSuffix = $portVersion
|
||||
lib:libebur128$secondaryArchSuffix = 1.0.1 compat >= 1
|
||||
lib:libebur128$secondaryArchSuffix = 1.1.0 compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -23,7 +24,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libebur128${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libebur128$secondaryArchSuffix = 1.0.1 compat >= 1
|
||||
devel:libebur128$secondaryArchSuffix = 1.1.0 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libebur128$secondaryArchSuffix == $portVersion
|
||||
22
media-libs/libebur128/patches/libebur128-1.1.0.patchset
Normal file
22
media-libs/libebur128/patches/libebur128-1.1.0.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From a470727826f4a9dfd9f605e6781feec132a6f26d 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
|
||||
--- a/ebur128/CMakeLists.txt
|
||||
+++ b/ebur128/CMakeLists.txt
|
||||
@@ -52,7 +52,7 @@ if(NOT DISABLE_SPEEXDSP)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
-if(UNIX)
|
||||
+if(UNIX AND NOT HAIKU)
|
||||
target_link_libraries(ebur128 m)
|
||||
endif()
|
||||
|
||||
--
|
||||
2.2.2
|
||||
|
||||
Reference in New Issue
Block a user