[arch-commits] Commit in lib32-gstreamer/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sun Feb 4 10:29:34 UTC 2018
Date: Sunday, February 4, 2018 @ 10:29:34
Author: foutrelis
Revision: 288949
archrelease: copy trunk to multilib-x86_64
Added:
lib32-gstreamer/repos/multilib-x86_64/PKGBUILD
(from rev 288948, lib32-gstreamer/trunk/PKGBUILD)
Deleted:
lib32-gstreamer/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 154 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 77 insertions(+), 77 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-04 10:29:26 UTC (rev 288948)
+++ PKGBUILD 2018-02-04 10:29:34 UTC (rev 288949)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Chris Kitching <chriskitching at linux.com>
-
-pkgname=lib32-gstreamer
-_pkgbasename=gstreamer
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="GStreamer open-source multimedia framework core library (32-bit)"
-url="https://gstreamer.freedesktop.org/"
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libxml2 lib32-glib2 lib32-libunwind gstreamer)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive git)
-_commit=dca812c58c3cd1467f5aff3088318feb510c334d # tags/1.12.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit"
- "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
-sha512sums=('SKIP'
- 'SKIP')
-
-pkgver() {
- cd $_pkgbasename
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $_pkgbasename
-
- git submodule init
- git config --local submodule.common.url "$srcdir/gst-common"
- git submodule update
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $_pkgbasename
-
- export CC='gcc -m32'
- export CXX='g++ -m32'
- export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
- ./configure\
- --build=i686-pc-linux-gnu\
- --prefix=/usr\
- --sysconfdir=/etc\
- --localstatedir=/var\
- --libexecdir=/usr/lib32\
- --libdir=/usr/lib32\
- --disable-maintainer-mode\
- --disable-examples\
- --disable-tests\
- --with-package-name="GStreamer (Arch Linux)" \
- --with-package-origin="https://www.archlinux.org/" \
- --disable-static\
- --disable-gtk-doc-html\
- --disable-gtk-doc-pdf\
- --disable-gtk-doc\
- --disable-valgrind\
- --disable-benchmarks
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-package() {
- cd $_pkgbasename
- make DESTDIR="${pkgdir}" install
-
- rm -R "${pkgdir}"/usr/{share,include}
-
- for _i in "${pkgdir}"/usr/bin/*; do
- mv "${_i}" "${_i}-32"
- done
-}
Copied: lib32-gstreamer/repos/multilib-x86_64/PKGBUILD (from rev 288948, lib32-gstreamer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-02-04 10:29:34 UTC (rev 288949)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Chris Kitching <chriskitching at linux.com>
+
+pkgname=lib32-gstreamer
+_pkgbasename=gstreamer
+pkgver=1.12.4
+pkgrel=1
+pkgdesc="GStreamer open-source multimedia framework core library (32-bit)"
+url="https://gstreamer.freedesktop.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libxml2 lib32-glib2 lib32-libunwind lib32-libelf gstreamer)
+makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive git)
+_commit=505a24ff6843a04e4f75c5e03caa7b2774806fc3 # tags/1.12.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit"
+ "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
+sha512sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $_pkgbasename
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $_pkgbasename
+
+ git submodule init
+ git config --local submodule.common.url "$srcdir/gst-common"
+ git submodule update
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $_pkgbasename
+
+ export CC='gcc -m32'
+ export CXX='g++ -m32'
+ export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+ ./configure\
+ --build=i686-pc-linux-gnu\
+ --prefix=/usr\
+ --sysconfdir=/etc\
+ --localstatedir=/var\
+ --libexecdir=/usr/lib32\
+ --libdir=/usr/lib32\
+ --disable-maintainer-mode\
+ --disable-examples\
+ --disable-tests\
+ --with-package-name="GStreamer (Arch Linux)" \
+ --with-package-origin="https://www.archlinux.org/" \
+ --disable-static\
+ --disable-gtk-doc-html\
+ --disable-gtk-doc-pdf\
+ --disable-gtk-doc\
+ --disable-valgrind\
+ --disable-benchmarks
+
+ # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd $_pkgbasename
+ make DESTDIR="${pkgdir}" install
+
+ rm -R "${pkgdir}"/usr/{share,include}
+
+ for _i in "${pkgdir}"/usr/bin/*; do
+ mv "${_i}" "${_i}-32"
+ done
+}
More information about the arch-commits
mailing list