Add $secondaryArchSuffix to cmd:libtoolize & fix trailing tabs. (#785)

This commit is contained in:
fbrosson
2016-08-31 20:49:07 +00:00
committed by waddlesplash
parent f6f5e7767f
commit c2237ff38d
6 changed files with 20 additions and 20 deletions

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="1"
REVISION="2"
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"
@@ -69,7 +69,7 @@ BUILD_PREREQUIRES="
cmd:libtool
cmd:aclocal
cmd:autoconf
cmd:libtoolize
cmd:libtoolize$secondaryArchSuffix
cmd:make
cmd:grep
cmd:bison
@@ -93,17 +93,17 @@ INSTALL()
prepareInstalledDevelLibs libgstsignalprocessor-0.10 libgstphotography-0.10 \
libgstcodecparsers-0.10 libgstbasevideo-0.10 libgstbasecamerabinsrc-0.10
fixPkgconfig
cd $libDir
for i in lib*.so.23.0.*;do
ln -fs $i $(echo $i | cut -f1,2 -d.).so
done
mv -f $developDir/headers/x86/gstreamer-0.10/gst $developDir/headers/x86/
rm -rf $developDir/headers/x86/gstreamer-0.10
# devel package
packageEntries devel \
$developDir

View File

@@ -5,7 +5,7 @@ to complex audio (mixing) and video (non-linear editing) processing."
HOMEPAGE="http://gstreamer.freedesktop.org/"
COPYRIGHT="Erik Walthinsen"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-$portVersion.tar.xz"
CHECKSUM_SHA256="9151aa108c177054387885763fa0e433e76780f7c5655c70a5390f2a6c6871da"
PATCHES="gstreamer-0.10.36.patchset"
@@ -58,7 +58,7 @@ BUILD_PREREQUIRES="
cmd:libtool
cmd:aclocal
cmd:autoconf
cmd:libtoolize
cmd:libtoolize$secondaryArchSuffix
cmd:make
cmd:grep
cmd:bison
@@ -87,7 +87,7 @@ INSTALL()
cd $libDir
for i in lib*.so.0.30.*;do
ln -fs $i $(echo $i | cut -f1,2 -d.).so
done
done
mv -f $developDir/headers/x86/gstreamer-0.10/gst $developDir/headers/x86/
rm -rf $developDir/headers/x86/gstreamer-0.10