mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
gst-plugins-bad: bump version
This commit is contained in:
@@ -5,15 +5,15 @@ code review, some documentation, a set of tests, a real live maintainer, or some
|
||||
HOMEPAGE="https://gstreamer.freedesktop.org/"
|
||||
COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="5"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="f382ab1caddd64aaa7acb7c4787487f63fd39bd0fde9c757655cbaa457c1185f"
|
||||
CHECKSUM_SHA256="a164923b94f0d08578a6fcaeaac6e0c05da788a46903a1086870e9ca45ad678e"
|
||||
SOURCE_DIR="gst-plugins-bad-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="0.1800.0"
|
||||
libVersion="0.1805.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -147,6 +147,7 @@ BUILD()
|
||||
export CFLAGS="-lnetwork"
|
||||
|
||||
meson build \
|
||||
--buildtype=release \
|
||||
--prefix=$prefix \
|
||||
--bindir=$binDir \
|
||||
--libdir=$libDir \
|
||||
@@ -155,19 +156,17 @@ BUILD()
|
||||
--mandir=$manDir \
|
||||
--includedir=$includeDir \
|
||||
-D doc=disabled \
|
||||
-D package-name="GStreamer Plugins Bad (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 libgstadaptivedemux-1.0 libgstbadaudio-1.0 \
|
||||
libgstbasecamerabinsrc-1.0 libgstcodecparsers-1.0 \
|
||||
Reference in New Issue
Block a user