gst_plugins: fix requires

This commit is contained in:
Gerasim Troeglazov
2020-04-18 13:56:09 +10:00
parent a8ade9727b
commit 267da6baf5
4 changed files with 55 additions and 46 deletions

View File

@@ -6,7 +6,7 @@ HOMEPAGE="https://gstreamer.freedesktop.org/"
COPYRIGHT="Erik Walthinsen"
LICENSE="GNU LGPL v2
GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-$portVersion.tar.xz"
CHECKSUM_SHA256="c724f612700c15a933c7356fbeabb0bb9571fb5538f8b1b54d4d2d94188deef2"
SOURCE_DIR="gst-libav-$portVersion"
@@ -14,6 +14,8 @@ SOURCE_DIR="gst-libav-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
libVersion="0.1602.0"
PROVIDES="
gst_libav$secondaryArchSuffix = $portVersion
"
@@ -39,10 +41,10 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libbz2$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libgstapp_1.0$secondaryArchSuffix
devel:libgstaudio_1.0$secondaryArchSuffix
devel:libgstreamer_1.0$secondaryArchSuffix
devel:libgstvideo_1.0$secondaryArchSuffix
devel:libgstapp_1.0$secondaryArchSuffix >= $libVersion
devel:libgstaudio_1.0$secondaryArchSuffix >= $libVersion
devel:libgstreamer_1.0$secondaryArchSuffix >= $libVersion
devel:libgstvideo_1.0$secondaryArchSuffix >= $libVersion
devel:libiconv$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:liborc_0.4$secondaryArchSuffix