[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)
Jan Steffens
heftig at nymeria.archlinux.org
Tue Sep 24 13:47:19 UTC 2013
Date: Tuesday, September 24, 2013 @ 15:47:18
Author: heftig
Revision: 195010
1.2.0
Modified:
gst-plugins-base/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-24 13:42:24 UTC (rev 195009)
+++ PKGBUILD 2013-09-24 13:47:18 UTC (rev 195010)
@@ -3,7 +3,7 @@
pkgbase=gst-plugins-base
pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.1.4
+pkgver=1.2.0
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Base Plugins"
arch=('i686' 'x86_64')
@@ -12,19 +12,21 @@
options=(!libtool !emptydirs)
url="http://gstreamer.freedesktop.org/"
source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('3f78ba6af4dd2ab1947139809d64f8b1910300f1495c38dc99d9cdb8c456a949')
+sha256sums=('8656e20bf4b675e5696fb4af193793351926d428ca02826c5667a6384729a45d')
build() {
cd $pkgbase-$pkgver
- sed -i -e '/AC_PATH_XTRA/d' configure.ac
- aclocal -I m4 -I common/m4
- autoconf
- automake --add-missing
+
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-static --enable-experimental \
- --with-package-name="GStreamer Base Plugins (Archlinux)" \
+ --with-package-name="GStreamer Base Plugins (Arch Linux)" \
--with-package-origin="http://www.archlinux.org/"
+
+ # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
make
+
sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
}
More information about the arch-commits
mailing list