gst_plugins_base: bump version.

This commit is contained in:
Jerome Duval
2017-10-09 22:38:09 +02:00
parent cea0f53629
commit dba1002a05

View File

@@ -7,9 +7,9 @@ filters are included."
HOMEPAGE="https://gstreamer.freedesktop.org/"
COPYRIGHT="Erik Walthinsen"
LICENSE="GNU LGPL v2"
REVISION="3"
REVISION="1"
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$portVersion.tar.xz"
CHECKSUM_SHA256="5067dce3afe197a9536fea0107c77213fab536dff4a213b07fc60378d5510675"
CHECKSUM_SHA256="d3d37b8489d37fa0018973d850bd2067b98af335fef2fa543ee7d40359e3cea5"
SOURCE_DIR="gst-plugins-base-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -20,17 +20,17 @@ PROVIDES="
cmd:gst_device_monitor_1.0$secondaryArchSuffix = $portVersion
cmd:gst_discoverer_1.0$secondaryArchSuffix = $portVersion
cmd:gst_play_1.0$secondaryArchSuffix = $portVersion
lib:libgstallocators_1.0$secondaryArchSuffix = $portVersion
lib:libgstapp_1.0$secondaryArchSuffix = $portVersion
lib:libgstaudio_1.0$secondaryArchSuffix = $portVersion
lib:libgstfft_1.0$secondaryArchSuffix = $portVersion
lib:libgstpbutils_1.0$secondaryArchSuffix = $portVersion
lib:libgstriff_1.0$secondaryArchSuffix = $portVersion
lib:libgstrtp_1.0$secondaryArchSuffix = $portVersion
lib:libgstrtsp_1.0$secondaryArchSuffix = $portVersion
lib:libgstsdp_1.0$secondaryArchSuffix = $portVersion
lib:libgsttag_1.0$secondaryArchSuffix = $portVersion
lib:libgstvideo_1.0$secondaryArchSuffix = $portVersion
lib:libgstallocators_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
lib:libgstapp_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
lib:libgstaudio_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
lib:libgstfft_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
lib:libgstpbutils_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
lib:libgstriff_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
lib:libgstrtp_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
lib:libgstrtsp_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
lib:libgstsdp_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
lib:libgsttag_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
lib:libgstvideo_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -52,17 +52,17 @@ SUPPLEMENTS="
"
PROVIDES_devel="
gst_plugins_base${secondaryArchSuffix}_devel = $portVersion
devel:libgstallocators_1.0$secondaryArchSuffix = $portVersion
devel:libgstapp_1.0$secondaryArchSuffix = $portVersion
devel:libgstaudio_1.0$secondaryArchSuffix = $portVersion
devel:libgstfft_1.0$secondaryArchSuffix = $portVersion
devel:libgstpbutils_1.0$secondaryArchSuffix = $portVersion
devel:libgstriff_1.0$secondaryArchSuffix = $portVersion
devel:libgstrtp_1.0$secondaryArchSuffix = $portVersion
devel:libgstrtsp_1.0$secondaryArchSuffix = $portVersion
devel:libgstsdp_1.0$secondaryArchSuffix = $portVersion
devel:libgsttag_1.0$secondaryArchSuffix = $portVersion
devel:libgstvideo_1.0$secondaryArchSuffix = $portVersion
devel:libgstallocators_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
devel:libgstapp_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
devel:libgstaudio_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
devel:libgstfft_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
devel:libgstpbutils_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
devel:libgstriff_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
devel:libgstrtp_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
devel:libgstrtsp_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
devel:libgstsdp_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
devel:libgsttag_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
devel:libgstvideo_1.0$secondaryArchSuffix = 0.1203.0 compat >= 0
"
REQUIRES_devel="
gst_plugins_base$secondaryArchSuffix == $portVersion base
@@ -88,7 +88,6 @@ BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:grep
cmd:ld$secondaryArchSuffix
cmd:libtool
cmd:libtoolize$secondaryArchSuffix
cmd:orcc$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
@@ -99,7 +98,8 @@ BUILD_PREREQUIRES="
BUILD()
{
runConfigure ./configure --disable-debug --disable-examples --disable-nls --enable-orc
runConfigure ./configure --disable-debug --disable-examples \
--disable-nls --enable-orc
make $jobArgs
}
@@ -107,18 +107,19 @@ INSTALL()
{
make 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
fixPkgconfig
rm $libDir/libgst*.la $libDir/gstreamer-1.0/*.la
rm $libDir/gstreamer-1.0/*.la
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
fixPkgconfig
mv -f $includeDir/gstreamer-1.0/gst $includeDir/
rm -rf $includeDir/gstreamer-1.0
# devel package
packageEntries devel \
$developDir
$developDir \
$dataDir/gtk-doc
}