mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
gst-plugins-base: bump version
This commit is contained in:
@@ -9,13 +9,13 @@ COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="762abdd1a950809a1cea62fff7f86b5f7d6bd5f6841e3e585c700b823cdb7897"
|
||||
CHECKSUM_SHA256="960b7af4585700db0fdd5b843554e11e2564fed9e061f591fae88a7be6446fa3"
|
||||
SOURCE_DIR="gst-plugins-base-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="0.1800.0"
|
||||
libVersion="0.1805.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -110,6 +110,7 @@ BUILD()
|
||||
export CFLAGS="-lnetwork"
|
||||
|
||||
meson build \
|
||||
--buildtype=release \
|
||||
--prefix=$prefix \
|
||||
--bindir=$binDir \
|
||||
--libdir=$libDir \
|
||||
@@ -118,19 +119,17 @@ BUILD()
|
||||
--mandir=$manDir \
|
||||
--includedir=$includeDir \
|
||||
-D doc=disabled \
|
||||
-D package-name="GStreamer Plugins Base (Haiku)" \
|
||||
-D package-origin="https://www.haiku-os.org/" \
|
||||
-D examples=disabled \
|
||||
-D test=disabled \
|
||||
-D nls=disabled \
|
||||
-D orc=enabled
|
||||
|
||||
meson compile -C build
|
||||
ninja -C build $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
meson install -C build
|
||||
ninja -C build install
|
||||
|
||||
prepareInstalledDevelLibs libgstallocators-1.0 libgstapp-1.0 \
|
||||
libgstaudio-1.0 libgstfft-1.0 libgstpbutils-1.0 libgstriff-1.0 \
|
||||
Reference in New Issue
Block a user