gst_plugins_ugly: fix provides.

This commit is contained in:
Gerasim Troeglazov
2017-06-07 21:55:40 +10:00
parent ffd0085758
commit b915302096

View File

@@ -6,7 +6,7 @@ code might be widely known to present patent problems."
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-ugly/gst-plugins-ugly-$portVersion.tar.xz"
CHECKSUM_SHA256="4934f65ff892637e7efaf1cfe635779189dde429d0706f40c86a3aac476ea873"
SOURCE_DIR="gst-plugins-ugly-$portVersion"
@@ -15,16 +15,16 @@ ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
gst_plugins_ugly${secondaryArchSuffix} = $portVersion
gst_plugins_ugly_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:libxml2$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
@@ -39,10 +39,10 @@ REQUIRES="
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
@@ -58,7 +58,6 @@ BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
cmd:libtool
cmd:aclocal
cmd:autoconf
cmd:libtoolize$secondaryArchSuffix
@@ -75,7 +74,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
}