mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
orc, bump to 0.41.1 (#12562)
This commit is contained in:
@@ -11,15 +11,18 @@ COPYRIGHT="2002-2020 David A. Schleef"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/orc/orc-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0"
|
||||
CHECKSUM_SHA256="cb1bfd4f655289cd39bc04642d597be9de5427623f0861c1fc19c08d98467fa2"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="0.41.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
orc$secondaryArchSuffix = $portVersion compat >= 0
|
||||
lib:liborc_0.4$secondaryArchSuffix = 0.32.0 compat >= 0
|
||||
lib:liborc_test_0.4$secondaryArchSuffix = 0.32.0 compat >= 0
|
||||
lib:liborc_0.4$secondaryArchSuffix = $libVersionCompat
|
||||
lib:liborc_test_0.4$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -29,8 +32,8 @@ PROVIDES_devel="
|
||||
orc${secondaryArchSuffix}_devel = $portVersion compat >= 0.4
|
||||
cmd:orc_bugreport$secondaryArchSuffix
|
||||
cmd:orcc$secondaryArchSuffix
|
||||
devel:liborc_0.4$secondaryArchSuffix = 0.32.0 compat >= 0
|
||||
devel:liborc_test_0.4$secondaryArchSuffix = 0.32.0 compat >= 0
|
||||
devel:liborc_0.4$secondaryArchSuffix = $libVersionCompat
|
||||
devel:liborc_test_0.4$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -57,21 +60,15 @@ BUILD()
|
||||
--includedir=$includeDir \
|
||||
-Dgtk_doc=disabled
|
||||
|
||||
cd build
|
||||
ninja $jobArgs
|
||||
ninja -C build $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd build
|
||||
ninja install
|
||||
ninja -C build install
|
||||
|
||||
mv $prefix/share $dataDir
|
||||
|
||||
# remove static library
|
||||
rm $libDir/liborc-test-0.4.a
|
||||
|
||||
prepareInstalledDevelLibs liborc-0.4 \
|
||||
prepareInstalledDevelLibs \
|
||||
liborc-0.4 \
|
||||
liborc-test-0.4
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user