mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
gstreamer: bump version
This commit is contained in:
@@ -7,7 +7,7 @@ COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="0ff09245b06c0aeb5d9a156edcab088a7e8213a0bf9c84a1ff0318f9c00c7805"
|
||||
CHECKSUM_SHA256="55862232a63459bbf56abebde3085ca9aec211b478e891dacea4d6df8cafe80a"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -19,11 +19,11 @@ PROVIDES="
|
||||
cmd:gst_stats_1.0$secondaryArchSuffix = $portVersion
|
||||
cmd:gst_tester_1.0$secondaryArchSuffix = $portVersion
|
||||
cmd:gst_typefind_1.0$secondaryArchSuffix = $portVersion
|
||||
lib:libgstbase_1.0$secondaryArchSuffix = 0.1800.0 compat >= 0
|
||||
lib:libgstcheck_1.0$secondaryArchSuffix = 0.1800.0 compat >= 0
|
||||
lib:libgstcontroller_1.0$secondaryArchSuffix = 0.1800.0 compat >= 0
|
||||
lib:libgstnet_1.0$secondaryArchSuffix = 0.1800.0 compat >= 0
|
||||
lib:libgstreamer_1.0$secondaryArchSuffix = 0.1800.0 compat >= 0
|
||||
lib:libgstbase_1.0$secondaryArchSuffix = 0.1805.0 compat >= 0
|
||||
lib:libgstcheck_1.0$secondaryArchSuffix = 0.1805.0 compat >= 0
|
||||
lib:libgstcontroller_1.0$secondaryArchSuffix = 0.1805.0 compat >= 0
|
||||
lib:libgstnet_1.0$secondaryArchSuffix = 0.1805.0 compat >= 0
|
||||
lib:libgstreamer_1.0$secondaryArchSuffix = 0.1805.0 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -36,11 +36,11 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
gstreamer${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgstbase_1.0$secondaryArchSuffix = 0.1800.0 compat >= 0
|
||||
devel:libgstcheck_1.0$secondaryArchSuffix = 0.1800.0 compat >= 0
|
||||
devel:libgstcontroller_1.0$secondaryArchSuffix = 0.1800.0 compat >= 0
|
||||
devel:libgstnet_1.0$secondaryArchSuffix = 0.1800.0 compat >= 0
|
||||
devel:libgstreamer_1.0$secondaryArchSuffix = 0.1800.0 compat >= 0
|
||||
devel:libgstbase_1.0$secondaryArchSuffix = 0.1805.0 compat >= 0
|
||||
devel:libgstcheck_1.0$secondaryArchSuffix = 0.1805.0 compat >= 0
|
||||
devel:libgstcontroller_1.0$secondaryArchSuffix = 0.1805.0 compat >= 0
|
||||
devel:libgstnet_1.0$secondaryArchSuffix = 0.1805.0 compat >= 0
|
||||
devel:libgstreamer_1.0$secondaryArchSuffix = 0.1805.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gstreamer$secondaryArchSuffix == $portVersion base
|
||||
@@ -74,6 +74,7 @@ BUILD()
|
||||
export CFLAGS="-lnetwork"
|
||||
|
||||
meson build \
|
||||
--buildtype=release \
|
||||
--prefix=$prefix \
|
||||
--bindir=$binDir \
|
||||
--libdir=$libDir \
|
||||
@@ -82,17 +83,15 @@ BUILD()
|
||||
--mandir=$manDir \
|
||||
--includedir=$includeDir \
|
||||
-D doc=disabled \
|
||||
-D package-name="GStreamer (Haiku)" \
|
||||
-D package-origin="https://www.haiku-os.org/" \
|
||||
-D examples=disabled \
|
||||
-D nls=disabled
|
||||
|
||||
meson compile -C build
|
||||
ninja -C build $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
meson install -C build
|
||||
ninja -C build install
|
||||
|
||||
prepareInstalledDevelLibs libgstreamer-1.0 libgstbase-1.0 \
|
||||
libgstcontroller-1.0 libgstnet-1.0
|
||||
Reference in New Issue
Block a user