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="f53672294f3985d56355c8b1df8f6b49c8c8721106563e19f53be3507ff2229d"
|
||||
CHECKSUM_SHA256="1528d1746a393299f5ac17ebf13a32a660202f1e29d0a852a2250f6a059a2fda"
|
||||
SOURCE_DIR="gst-plugins-base-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="0.2200.0"
|
||||
libVersion="0.2407.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -27,6 +27,7 @@ PROVIDES="
|
||||
lib:libgstapp_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libgstaudio_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libgstfft_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libgstgl_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libgstpbutils_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libgstriff_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libgstrtp_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
@@ -37,6 +38,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libEGL$secondaryArchSuffix
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
lib:libgirepository_1.0$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
@@ -46,6 +48,7 @@ REQUIRES="
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:libopus$secondaryArchSuffix
|
||||
lib:liborc_0.4$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libtheoradec$secondaryArchSuffix
|
||||
lib:libtheoraenc$secondaryArchSuffix
|
||||
lib:libvorbis$secondaryArchSuffix
|
||||
@@ -63,6 +66,7 @@ PROVIDES_devel="
|
||||
devel:libgstapp_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libgstaudio_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libgstfft_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libgstgl_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libgstpbutils_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libgstriff_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libgstrtp_1.0$secondaryArchSuffix = $libVersionCompat
|
||||
@@ -78,7 +82,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libGL$secondaryArchSuffix
|
||||
devel:libEGL$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libgirepository_1.0$secondaryArchSuffix
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
@@ -86,6 +90,7 @@ BUILD_REQUIRES="
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:libopus$secondaryArchSuffix
|
||||
devel:liborc_0.4$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libtheora$secondaryArchSuffix
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
devel:libvorbisidec$secondaryArchSuffix
|
||||
@@ -103,7 +108,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ninja
|
||||
cmd:orcc$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:python
|
||||
cmd:python3
|
||||
cmd:which
|
||||
"
|
||||
@@ -135,9 +139,9 @@ INSTALL()
|
||||
ninja -C build install
|
||||
|
||||
prepareInstalledDevelLibs libgstallocators-1.0 libgstapp-1.0 \
|
||||
libgstaudio-1.0 libgstfft-1.0 libgstpbutils-1.0 libgstriff-1.0 \
|
||||
libgstrtp-1.0 libgstrtsp-1.0 libgstsdp-1.0 libgsttag-1.0 \
|
||||
libgstvideo-1.0
|
||||
libgstaudio-1.0 libgstfft-1.0 libgstgl-1.0 libgstpbutils-1.0 \
|
||||
libgstriff-1.0 libgstrtp-1.0 libgstrtsp-1.0 libgstsdp-1.0 \
|
||||
libgsttag-1.0 libgstvideo-1.0
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
Reference in New Issue
Block a user