Date: Friday, February 12, 2016 @ 07:02:27 Author: fyan Revision: 161389
addpkg: lib32-gst-plugins-good 1.6.3-1 Added: lib32-gst-plugins-good/ lib32-gst-plugins-good/repos/ lib32-gst-plugins-good/trunk/ lib32-gst-plugins-good/trunk/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) Added: lib32-gst-plugins-good/trunk/PKGBUILD =================================================================== --- lib32-gst-plugins-good/trunk/PKGBUILD (rev 0) +++ lib32-gst-plugins-good/trunk/PKGBUILD 2016-02-12 06:02:27 UTC (rev 161389) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Jan de Groot <[email protected]> + +_basename=gst-plugins-good +pkgname=lib32-gst-plugins-good +pkgver=1.6.3 +pkgrel=1 +pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)" +arch=('i686' 'x86_64') +license=('LGPL') +url="http://gstreamer.freedesktop.org/" +depends=('lib32-libpulse' 'lib32-jack' 'lib32-libsoup' 'lib32-gst-plugins-base-libs' 'lib32-wavpack' + 'lib32-aalib' 'lib32-taglib' 'lib32-libdv' 'lib32-libshout' 'lib32-libvpx' 'lib32-gdk-pixbuf2' + 'lib32-libcaca' 'lib32-libavc1394' 'lib32-libiec61883' 'lib32-libxdamage' 'lib32-v4l-utils' + 'lib32-cairo' 'lib32-libgudev' 'gst-plugins-good') +makedepends=('lib32-gstreamer' 'lib32-speex' 'lib32-flac' 'lib32-libraw1394' 'python') +options=(!emptydirs) +source=(${url}/src/$_basename/$_basename-$pkgver.tar.xz) +sha256sums=('24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177') + +build() { + cd $_basename-$pkgver + + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --build=i686-pc-linux-gnu --libdir=/usr/lib32 \ + --disable-static --enable-experimental --disable-gtk-doc \ + --with-package-name="GStreamer Good 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 +} + +# Disabled for now: souphttpsrc times out, and takes a damn long time to do so +#check() { +# cd $_basename-$pkgver +# make check +#} + +package() { + cd $_basename-$pkgver + make DESTDIR="${pkgdir}" install + + rm -r "$pkgdir"/usr/share +} Property changes on: lib32-gst-plugins-good/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
