gst_plugins_bad: bump version

This commit is contained in:
Gerasim Troeglazov
2023-02-13 22:20:21 +10:00
parent 6fa9316a50
commit 45c8420df5

View File

@@ -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="2"
REVISION="1"
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$portVersion.tar.xz"
CHECKSUM_SHA256="a1a3f53b3604d9a04fdd0bf9a1a616c3d2dab5320489e9ecee1178e81e33a16a"
CHECKSUM_SHA256="3c9d9300f5f4fb3e3d36009379d1fb6d9ecd79c1a135df742b8a68417dd663a1"
SOURCE_DIR="gst-plugins-bad-$portVersion"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
libVersion="0.2004.0"
libVersion="0.2200.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
@@ -30,6 +30,7 @@ PROVIDES="
lib:libgstisoff_1.0$secondaryArchSuffix = $libVersionCompat
lib:libgstmpegts_1.0$secondaryArchSuffix = $libVersionCompat
lib:libgstphotography_1.0$secondaryArchSuffix = $libVersionCompat
lib:libgstplay_1.0$secondaryArchSuffix = $libVersionCompat
lib:libgstplayer_1.0$secondaryArchSuffix = $libVersionCompat
lib:libgstsctp_1.0$secondaryArchSuffix = $libVersionCompat
lib:libgsttranscoder_1.0$secondaryArchSuffix = $libVersionCompat
@@ -41,6 +42,7 @@ REQUIRES="
lib:libbz2$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
lib:libcurl$secondaryArchSuffix
lib:libfaac$secondaryArchSuffix
lib:libfaad$secondaryArchSuffix
lib:libfluidsynth$secondaryArchSuffix >= 2
lib:libfreetype$secondaryArchSuffix
@@ -63,7 +65,7 @@ REQUIRES="
lib:libpng16$secondaryArchSuffix
lib:librtmp.1$secondaryArchSuffix
lib:libsndfile$secondaryArchSuffix
lib:libsrtp$secondaryArchSuffix
lib:libsrtp2$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libwebp$secondaryArchSuffix
lib:libx265$secondaryArchSuffix
@@ -82,6 +84,7 @@ PROVIDES_devel="
devel:libgstisoff_1.0$secondaryArchSuffix = $libVersionCompat
devel:libgstmpegts_1.0$secondaryArchSuffix = $libVersionCompat
devel:libgstphotography_1.0$secondaryArchSuffix = $libVersionCompat
devel:libgstplay_1.0$secondaryArchSuffix = $libVersionCompat
devel:libgstplayer_1.0$secondaryArchSuffix = $libVersionCompat
devel:libgstsctp_1.0$secondaryArchSuffix = $libVersionCompat
devel:libgsttranscoder_1.0$secondaryArchSuffix = $libVersionCompat
@@ -99,6 +102,7 @@ BUILD_REQUIRES="
devel:libbz2$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix
devel:libcurl$secondaryArchSuffix
devel:libfaac$secondaryArchSuffix
devel:libfaad$secondaryArchSuffix
devel:libfluidsynth$secondaryArchSuffix >= 2
devel:libfreetype$secondaryArchSuffix
@@ -121,7 +125,7 @@ BUILD_REQUIRES="
devel:libpng16$secondaryArchSuffix
devel:librtmp$secondaryArchSuffix >= 1
devel:libsndfile$secondaryArchSuffix
devel:libsrtp$secondaryArchSuffix
devel:libsrtp2$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libwebp$secondaryArchSuffix >= 7
devel:libx265$secondaryArchSuffix
@@ -174,12 +178,9 @@ INSTALL()
prepareInstalledDevelLibs libgstadaptivedemux-1.0 libgstbadaudio-1.0 \
libgstbasecamerabinsrc-1.0 libgstcodecparsers-1.0 \
libgstinsertbin-1.0 libgstisoff-1.0 libgstmpegts-1.0 libgstphotography-1.0 \
libgstplayer-1.0 libgsturidownloader-1.0 libgstwebrtc-1.0
libgstplay-1.0 libgstplayer-1.0 libgsturidownloader-1.0 libgstwebrtc-1.0
fixPkgconfig
mv -f $includeDir/gstreamer-1.0/gst $includeDir/
rm -rf $includeDir/gstreamer-1.0
# devel package
packageEntries devel $developDir
}