mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
gst-plugins-ugly: bump version
This commit is contained in:
@@ -8,13 +8,13 @@ COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="686644e45e08258ae240c4519376668ad8d34ea6d0f6ab556473c317bfb7e082"
|
||||
CHECKSUM_SHA256="df32803e98f8a9979373fa2ca7e05e62f977b1097576d3a80619d9f5c69f66d9"
|
||||
SOURCE_DIR="gst-plugins-ugly-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="0.1800.0"
|
||||
libVersion="0.1805.0"
|
||||
|
||||
PROVIDES="
|
||||
gst_plugins_ugly$secondaryArchSuffix = $portVersion
|
||||
@@ -87,6 +87,7 @@ BUILD()
|
||||
export CFLAGS="-lnetwork"
|
||||
|
||||
meson build \
|
||||
--buildtype=release \
|
||||
--prefix=$prefix \
|
||||
--bindir=$binDir \
|
||||
--libdir=$libDir \
|
||||
@@ -95,17 +96,15 @@ BUILD()
|
||||
--mandir=$manDir \
|
||||
--includedir=$includeDir \
|
||||
-D doc=disabled \
|
||||
-D package-name="GStreamer Plugins Ugly (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
|
||||
}
|
||||
Reference in New Issue
Block a user