From c2237ff38d7e718963e84cee28ceb58fe1bb8970 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Wed, 31 Aug 2016 20:49:07 +0000 Subject: [PATCH] Add $secondaryArchSuffix to cmd:libtoolize & fix trailing tabs. (#785) --- dev-libs/isl/isl-0.16.1.recipe | 6 +++--- dev-libs/libidl/libidl-0.8.14.recipe | 6 +++--- .../gst_plugins_bad/gst_plugins_bad-0.10.23.recipe | 10 +++++----- media-libs/gstreamer/gstreamer-0.10.36.recipe | 6 +++--- net-libs/glib_networking/glib_networking-2.38.1.recipe | 6 +++--- net-libs/libgsasl/libgsasl-1.8.0.recipe | 6 +++--- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/dev-libs/isl/isl-0.16.1.recipe b/dev-libs/isl/isl-0.16.1.recipe index 7799da48a..aabf46bd8 100644 --- a/dev-libs/isl/isl-0.16.1.recipe +++ b/dev-libs/isl/isl-0.16.1.recipe @@ -11,7 +11,7 @@ COPYRIGHT="2011 Sven Verdoolaege 2012-2014 Ecole Normale Superieure 2006-2007, 2012 Universiteit Leiden" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="http://isl.gforge.inria.fr/isl-$portVersion.tar.bz2" CHECKSUM_SHA256="412538bb65c799ac98e17e8cfcdacbb257a57362acfaaff254b0fcae970126d2" @@ -48,7 +48,7 @@ BUILD_PREREQUIRES=" cmd:automake cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix - cmd:libtoolize + cmd:libtoolize$secondaryArchSuffix cmd:make cmd:pkg_config$secondaryArchSuffix " @@ -63,7 +63,7 @@ BUILD() INSTALL() { make install - + # remove libtool file rm $libDir/libisl.la diff --git a/dev-libs/libidl/libidl-0.8.14.recipe b/dev-libs/libidl/libidl-0.8.14.recipe index 4019aa2f9..d7d806da4 100644 --- a/dev-libs/libidl/libidl-0.8.14.recipe +++ b/dev-libs/libidl/libidl-0.8.14.recipe @@ -11,7 +11,7 @@ SOURCE_URI="http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-$portVersio CHECKSUM_SHA256="bca99570f1ab453e11ae627b209561019cde5aaa98f71f43cc6da048d3bc7e72" COPYRIGHT="1998-1999 Andrew T. Veliath" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" @@ -35,7 +35,7 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:make cmd:gcc$secondaryArchSuffix - cmd:libtoolize + cmd:libtoolize$secondaryArchSuffix cmd:autoconf cmd:flex cmd:bison @@ -68,7 +68,7 @@ BUILD() INSTALL() { make install - + # remove libtool files rm $libDir/*.la diff --git a/media-libs/gst_plugins_bad/gst_plugins_bad-0.10.23.recipe b/media-libs/gst_plugins_bad/gst_plugins_bad-0.10.23.recipe index 9a3c4db62..faa54141b 100644 --- a/media-libs/gst_plugins_bad/gst_plugins_bad-0.10.23.recipe +++ b/media-libs/gst_plugins_bad/gst_plugins_bad-0.10.23.recipe @@ -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 diff --git a/media-libs/gstreamer/gstreamer-0.10.36.recipe b/media-libs/gstreamer/gstreamer-0.10.36.recipe index 34b1b87cc..d26e0ed5f 100644 --- a/media-libs/gstreamer/gstreamer-0.10.36.recipe +++ b/media-libs/gstreamer/gstreamer-0.10.36.recipe @@ -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 diff --git a/net-libs/glib_networking/glib_networking-2.38.1.recipe b/net-libs/glib_networking/glib_networking-2.38.1.recipe index 49532f205..261a2606b 100644 --- a/net-libs/glib_networking/glib_networking-2.38.1.recipe +++ b/net-libs/glib_networking/glib_networking-2.38.1.recipe @@ -11,7 +11,7 @@ COPYRIGHT="1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald 2008-2010 Collabora Ltd. 1995-2010 Several others" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://ftp.acc.umu.se/pub/gnome/sources/glib-networking/2.38/glib-networking-$portVersion.tar.xz" CHECKSUM_SHA256="32ea1e504f69ff6693ac4119ad598ded50bb0440cf4484d28ef0adf8fcc85653" SOURCE_DIR="glib-networking-$portVersion" @@ -47,7 +47,7 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix - cmd:libtoolize + cmd:libtoolize$secondaryArchSuffix cmd:aclocal cmd:autoconf cmd:make @@ -65,7 +65,7 @@ BUILD() --with-ca-certificates=/boot/system/data/ssl/CARootCertificates.pem \ CFLAGS=-D_BSD_SOURCE - make $jobArgs + make $jobArgs } INSTALL() diff --git a/net-libs/libgsasl/libgsasl-1.8.0.recipe b/net-libs/libgsasl/libgsasl-1.8.0.recipe index bf2800ddd..c14a1bf02 100644 --- a/net-libs/libgsasl/libgsasl-1.8.0.recipe +++ b/net-libs/libgsasl/libgsasl-1.8.0.recipe @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnu.org/software/gsasl" COPYRIGHT="2004-2012 Simon Josefsson" LICENSE="GNU GPL v3 GNU LGPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="ftp://ftp.gnu.org/gnu/gsasl/libgsasl-$portVersion.tar.gz" CHECKSUM_SHA256="3adfb49f9c92a719dea855fd1840d698cde55d4648d332a69032ba8bea207720" @@ -39,7 +39,7 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix - cmd:libtoolize + cmd:libtoolize$secondaryArchSuffix cmd:make " @@ -58,5 +58,5 @@ INSTALL() # devel package packageEntries devel \ - $developDir + $developDir }