gst_plugins_bad: fix provides.

This commit is contained in:
Gerasim Troeglazov
2017-06-07 21:44:23 +10:00
parent b9118c882c
commit ffd0085758

View File

@@ -5,7 +5,7 @@ code review, some documentation, a set of tests, a real live maintainer, or some
HOMEPAGE="http://gstreamer.freedesktop.org/"
COPYRIGHT="Erik Walthinsen"
LICENSE="GNU LGPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$portVersion.tar.xz"
CHECKSUM_SHA256="03cf0786391c64625569072e904082a08861f05a63d64b2f8e8dad3f26d81bf9"
SOURCE_DIR="gst-plugins-bad-$portVersion"
@@ -15,16 +15,22 @@ ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
gst_plugins_bad${secondaryArchSuffix} = $portVersion
gst_plugins_bad_0.10$secondaryArchSuffix = $portVersion
lib:libgstbasecamerabinsrc_0.10$secondaryArchSuffix = $portVersion
lib:libgstbasevideo_0.10$secondaryArchSuffix = $portVersion
lib:libgstcodecparsers_0.10$secondaryArchSuffix = $portVersion
lib:libgstphotography_0.10$secondaryArchSuffix = $portVersion
lib:libgstsignalprocessor_0.10$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
gst_plugins_base${secondaryArchSuffix}
lib:libgstreamer$secondaryArchSuffix
gst_plugins_base_0.10$secondaryArchSuffix
lib:libgstreamer_0.10$secondaryArchSuffix
lib:libz$secondaryArchSuffix
lib:libbz2$secondaryArchSuffix
lib:libxml2$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
@@ -34,39 +40,50 @@ REQUIRES="
# lib:libmodplug$secondaryArchSuffix
lib:libsndfile$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
# lib:libopenal$secondaryArchSuffix
lib:liborc_0.4$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
"
PROVIDES_devel="
gst_plugins_bad${secondaryArchSuffix}_devel = $portVersion
gst_plugins_bad_0.10${secondaryArchSuffix}_devel = $portVersion
devel:libgstbasecamerabinsrc_0.10$secondaryArchSuffix = $portVersion
devel:libgstbasevideo_0.10$secondaryArchSuffix = $portVersion
devel:libgstcodecparsers_0.10$secondaryArchSuffix = $portVersion
devel:libgstphotography_0.10$secondaryArchSuffix = $portVersion
devel:libgstsignalprocessor_0.10$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
haiku$secondaryArchSuffix
gst_plugins_bad${secondaryArchSuffix}
gst_plugins_bad_0.10${secondaryArchSuffix}
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
gst_plugins_base${secondaryArchSuffix}_devel
devel:libgstreamer$secondaryArchSuffix
gst_plugins_base_0.10${secondaryArchSuffix}_devel
devel:libgstreamer_0.10$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libz$secondaryArchSuffix
devel:libbz2$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
devel:libcurl$secondaryArchSuffix
devel:libfaad$secondaryArchSuffix
# devel:libmodplug$secondaryArchSuffix
devel:libsndfile$secondaryArchSuffix
devel:libsdl$secondaryArchSuffix
# devel:libopenal$secondaryArchSuffix
devel:liborc_0.4$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
cmd:libtool
cmd:aclocal
cmd:autoconf
cmd:libtoolize$secondaryArchSuffix
@@ -83,7 +100,6 @@ BUILD()
{
runConfigure ./configure --disable-examples --disable-debug --disable-nls \
--with-default-audiosink=sdlaudiosink --with-default-videosink=sdlvideosink
find -type f -name '*' -exec sed -i 's/-lpthread/-lroot/g' {} \;
make $jobArgs
}