[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2020-12-19 Thread Antonio Rojas via arch-commits
Date: Saturday, December 19, 2020 @ 20:21:24
  Author: arojas
Revision: 780020

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 780019, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-19 20:21:15 UTC (rev 780019)
+++ PKGBUILD2020-12-19 20:21:24 UTC (rev 780020)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_basename=gst-plugins-good
-pkgname=lib32-gst-plugins-good
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
-url="https://gstreamer.freedesktop.org/;
-arch=('x86_64')
-license=('LGPL')
-depends=(lib32-libpulse lib32-jack2 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 lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123
- lib32-twolame gst-plugins-good)
-makedepends=(lib32-gstreamer aalib python meson git)
-checkdepends=(lib32-gst-plugins-base)
-options=(!emptydirs)
-_commit=7c44cdb0e00dd1c9932d8e5194b09fcf4e1e6fc1  # tags/1.18.1^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha512sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $_basename
-  git describe --tags | sed 's/-//g'
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  arch-meson $_basename build \
---libdir=lib32 \
---libexecdir=lib32 \
--D doc=disabled \
--D qt5=disabled \
--D lame=disabled \
--D rpicamsrc=disabled \
--D gobject-cast-checks=disabled \
--D package-name="GStreamer Good Plugins (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  meson compile -C build
-}
-
-# FAIL: elements/rtp-payloading
-#check() {
-# cd $_basename
-# make check
-#}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-
-  rm -r "$pkgdir"/usr/share
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 780019, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-19 20:21:24 UTC (rev 780020)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+url="https://gstreamer.freedesktop.org/;
+arch=('x86_64')
+license=('LGPL')
+depends=(lib32-libpulse lib32-jack2 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 lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123
+ lib32-twolame gst-plugins-good)
+makedepends=(lib32-gstreamer aalib python meson git)
+checkdepends=(lib32-gst-plugins-base)
+options=(!emptydirs)
+_commit=cc896a7e9031de420ab915ab94451ffa9c1bf26d  # tags/1.18.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha512sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $_basename
+  git describe --tags | sed 's/-//g'
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  arch-meson $_basename build \
+--libdir=lib32 \
+--libexecdir=lib32 \
+-D doc=disabled \
+-D qt5=disabled \
+-D lame=disabled \
+-D rpicamsrc=disabled \
+-D gobject-cast-checks=disabled \
+-D package-name="GStreamer Good Plugins (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  meson compile -C build
+}
+
+# FAIL: elements/rtp-payloading
+#check() {
+# cd $_basename
+# make check
+#}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+
+  rm -r "$pkgdir"/usr/share
+}


[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2020-01-04 Thread Antonio Rojas via arch-commits
Date: Saturday, January 4, 2020 @ 09:29:46
  Author: arojas
Revision: 547858

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 547857, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-04 09:29:27 UTC (rev 547857)
+++ PKGBUILD2020-01-04 09:29:46 UTC (rev 547858)
@@ -1,73 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_basename=gst-plugins-good
-pkgname=lib32-gst-plugins-good
-pkgver=1.16.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
-url="https://gstreamer.freedesktop.org/;
-arch=('x86_64')
-license=('LGPL')
-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 lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123
- lib32-twolame gst-plugins-good)
-makedepends=(lib32-gstreamer aalib python autoconf-archive git)
-checkdepends=(lib32-gst-plugins-base)
-options=(!emptydirs)
-_commit=d7d290b64c1282398f3265522a33e093b7233310  # tags/1.16.1^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha512sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $_basename
-  git describe --tags | sed 's/-//g'
-}
-
-prepare() {
-  cd $_basename
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $_basename
-
-  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 \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---enable-experimental \
---disable-static \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-# FAIL: elements/rtp-payloading
-#check() {
-# cd $_basename
-# make check
-#}
-
-package() {
-  cd $_basename
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir"/usr/share
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 547857, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-04 09:29:46 UTC (rev 547858)
@@ -0,0 +1,73 @@
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.16.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+url="https://gstreamer.freedesktop.org/;
+arch=('x86_64')
+license=('LGPL')
+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 lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123
+ lib32-twolame gst-plugins-good)
+makedepends=(lib32-gstreamer aalib python autoconf-archive git)
+checkdepends=(lib32-gst-plugins-base)
+options=(!emptydirs)
+_commit=ce0723527aa37d5f4d19ef8021c0b2eb8f83b08d  # tags/1.16.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha512sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $_basename
+  git describe --tags | sed 's/-//g'
+}
+
+prepare() {
+  cd $_basename
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $_basename
+
+  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 \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-experimental \
+--disable-static \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# FAIL: 

[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2018-10-06 Thread Felix Yan via arch-commits
Date: Saturday, October 6, 2018 @ 19:41:58
  Author: felixonmars
Revision: 390902

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 390901, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-06 19:41:22 UTC (rev 390901)
+++ PKGBUILD2018-10-06 19:41:58 UTC (rev 390902)
@@ -1,73 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_basename=gst-plugins-good
-pkgname=lib32-gst-plugins-good
-pkgver=1.14.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
-url="https://gstreamer.freedesktop.org/;
-arch=('x86_64')
-license=('LGPL')
-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 lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123
- lib32-twolame gst-plugins-good)
-makedepends=(lib32-gstreamer aalib python autoconf-archive git)
-checkdepends=(lib32-gst-plugins-base)
-options=(!emptydirs)
-_commit=9333e823fe36f5ce08eef79e6ad6904b705c5655 # tags/1.14.3^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha512sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $_basename
-  git describe --tags | sed 's/-//g'
-}
-
-prepare() {
-  cd $_basename
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $_basename
-
-  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 \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---enable-experimental \
---disable-static \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-# FAIL: elements/rtp-payloading
-#check() {
-# cd $_basename
-# make check
-#}
-
-package() {
-  cd $_basename
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir"/usr/share
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 390901, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-06 19:41:58 UTC (rev 390902)
@@ -0,0 +1,73 @@
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.14.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+url="https://gstreamer.freedesktop.org/;
+arch=('x86_64')
+license=('LGPL')
+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 lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123
+ lib32-twolame gst-plugins-good)
+makedepends=(lib32-gstreamer aalib python autoconf-archive git)
+checkdepends=(lib32-gst-plugins-base)
+options=(!emptydirs)
+_commit=d88d1b0e43b140587f35c7c9bf390fae051e427d # tags/1.14.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha512sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $_basename
+  git describe --tags | sed 's/-//g'
+}
+
+prepare() {
+  cd $_basename
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $_basename
+
+  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 \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-experimental \
+--disable-static \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# FAIL: 

[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2018-09-19 Thread Felix Yan via arch-commits
Date: Wednesday, September 19, 2018 @ 12:09:24
  Author: felixonmars
Revision: 383402

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 383401, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  147 ++---
 1 file changed, 73 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-19 12:09:02 UTC (rev 383401)
+++ PKGBUILD2018-09-19 12:09:24 UTC (rev 383402)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_basename=gst-plugins-good
-pkgname=lib32-gst-plugins-good
-pkgver=1.14.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
-url="https://gstreamer.freedesktop.org/;
-arch=('x86_64')
-license=('LGPL')
-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 lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123
- lib32-twolame gst-plugins-good)
-makedepends=(lib32-gstreamer aalib python autoconf-archive git)
-checkdepends=(lib32-gst-plugins-base)
-options=(!emptydirs)
-_commit=4733e9715675d2dc52ed00e58d52388c56411cd2 # tags/1.14.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha512sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $_basename
-  git describe --tags | sed 's/-//g'
-}
-
-prepare() {
-  cd $_basename
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $_basename
-
-  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 \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---enable-experimental \
---disable-static \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-# FAIL: elements/rtp-payloading
-#check() {
-# cd $_basename
-# make check
-#}
-
-package() {
-  cd $_basename
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir"/usr/share
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 383401, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-19 12:09:24 UTC (rev 383402)
@@ -0,0 +1,73 @@
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+url="https://gstreamer.freedesktop.org/;
+arch=('x86_64')
+license=('LGPL')
+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 lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123
+ lib32-twolame gst-plugins-good)
+makedepends=(lib32-gstreamer aalib python autoconf-archive git)
+checkdepends=(lib32-gst-plugins-base)
+options=(!emptydirs)
+_commit=9333e823fe36f5ce08eef79e6ad6904b705c5655 # tags/1.14.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha512sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $_basename
+  git describe --tags | sed 's/-//g'
+}
+
+prepare() {
+  cd $_basename
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $_basename
+
+  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 \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-experimental \
+--disable-static \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# FAIL: 

[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 18:58:33
  Author: eschwartz
Revision: 373472

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 373471, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  148 ++---
 1 file changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 18:58:14 UTC (rev 373471)
+++ PKGBUILD2018-08-23 18:58:33 UTC (rev 373472)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_basename=gst-plugins-good
-pkgname=lib32-gst-plugins-good
-pkgver=1.14.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
-url="https://gstreamer.freedesktop.org/;
-arch=('x86_64')
-license=('LGPL')
-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 lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123 
- lib32-twolame gst-plugins-good)
-makedepends=(lib32-gstreamer aalib python autoconf-archive git)
-checkdepends=(lib32-gst-plugins-base)
-options=(!emptydirs)
-_commit=f1eed72cc30ae4a2037a9e2d046b2172f7213d42 # tags/1.14.1^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha512sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $_basename
-  git describe --tags | sed 's/-//g'
-}
-
-prepare() {
-  cd $_basename
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
- 
-build() {
-  cd $_basename
-
-  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 \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---enable-experimental \
---disable-static \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-# FAIL: elements/rtp-payloading
-#check() {
-# cd $_basename
-# make check
-#}
-
-package() {
-  cd $_basename
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir"/usr/share
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 373471, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 18:58:33 UTC (rev 373472)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.14.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+url="https://gstreamer.freedesktop.org/;
+arch=('x86_64')
+license=('LGPL')
+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 lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123
+ lib32-twolame gst-plugins-good)
+makedepends=(lib32-gstreamer aalib python autoconf-archive git)
+checkdepends=(lib32-gst-plugins-base)
+options=(!emptydirs)
+_commit=4733e9715675d2dc52ed00e58d52388c56411cd2 # tags/1.14.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha512sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $_basename
+  git describe --tags | sed 's/-//g'
+}
+
+prepare() {
+  cd $_basename
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $_basename
+
+  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 \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-experimental \
+--disable-static \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# FAIL: 

[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2018-07-01 Thread Laurent Carlier via arch-commits
Date: Sunday, July 1, 2018 @ 06:20:34
  Author: lcarlier
Revision: 349279

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 349278, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  145 +++--
 1 file changed, 74 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-01 06:20:30 UTC (rev 349278)
+++ PKGBUILD2018-07-01 06:20:34 UTC (rev 349279)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_basename=gst-plugins-good
-pkgname=lib32-gst-plugins-good
-pkgver=1.12.4
-pkgrel=2
-pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
-url="https://gstreamer.freedesktop.org/;
-arch=('x86_64')
-license=('LGPL')
-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 lib32-speex lib32-flac lib32-libraw1394 
gst-plugins-good)
-makedepends=(lib32-gstreamer aalib python autoconf-archive git)
-checkdepends=(lib32-gst-plugins-base)
-options=(!emptydirs)
-_commit=224938300a3b0fd8263422c3548576ac939032e5  # tags/1.12.4^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha512sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $_basename
-  git describe --tags | sed 's/-//g'
-}
-
-prepare() {
-  cd $_basename
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
- 
-build() {
-  cd $_basename
-
-  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 \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---enable-experimental --disable-static --disable-gtk-doc \
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-# FAIL: elements/rtp-payloading
-#check() {
-# cd $_basename
-# make check
-#}
-
-package() {
-  cd $_basename
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir"/usr/share
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 349278, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-01 06:20:34 UTC (rev 349279)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.14.1
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+url="https://gstreamer.freedesktop.org/;
+arch=('x86_64')
+license=('LGPL')
+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 lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123 
+ lib32-twolame gst-plugins-good)
+makedepends=(lib32-gstreamer aalib python autoconf-archive git)
+checkdepends=(lib32-gst-plugins-base)
+options=(!emptydirs)
+_commit=f1eed72cc30ae4a2037a9e2d046b2172f7213d42 # tags/1.14.1^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha512sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $_basename
+  git describe --tags | sed 's/-//g'
+}
+
+prepare() {
+  cd $_basename
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+ 
+build() {
+  cd $_basename
+
+  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 \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-experimental \
+--disable-static \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# FAIL: 

[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2016-09-16 Thread Felix Yan
Date: Friday, September 16, 2016 @ 06:18:44
  Author: felixonmars
Revision: 189414

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 189413, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-16 06:18:24 UTC (rev 189413)
+++ PKGBUILD2016-09-16 06:18:44 UTC (rev 189414)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_basename=gst-plugins-good
-pkgname=lib32-gst-plugins-good
-pkgver=1.8.2
-pkgrel=2
-pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
-arch=('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=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
-
-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
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 189413, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-16 06:18:44 UTC (rev 189414)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+arch=('x86_64')
+license=('LGPL')
+url="https://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=('a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a')
+
+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
+}


[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2016-08-05 Thread Maxime Gauduin
Date: Friday, August 5, 2016 @ 20:23:11
  Author: alucryd
Revision: 185385

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 185384, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-05 20:23:03 UTC (rev 185384)
+++ PKGBUILD2016-08-05 20:23:11 UTC (rev 185385)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_basename=gst-plugins-good
-pkgname=lib32-gst-plugins-good
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
-arch=('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=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
-
-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
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 185384, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-05 20:23:11 UTC (rev 185385)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.8.2
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+arch=('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=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
+
+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
+}


[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2016-07-03 Thread Felix Yan
Date: Sunday, July 3, 2016 @ 13:28:19
  Author: felixonmars
Revision: 181832

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 181831, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-03 13:27:56 UTC (rev 181831)
+++ PKGBUILD2016-07-03 13:28:19 UTC (rev 181832)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_basename=gst-plugins-good
-pkgname=lib32-gst-plugins-good
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
-arch=('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=('2103e17921d67894e82eafdd64fb9b06518599952fd93e625bfbc83ffead0972')
-
-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
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 181831, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-03 13:28:19 UTC (rev 181832)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+arch=('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=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
+
+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
+}


[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2016-04-23 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 16:28:16
  Author: fyan
Revision: 171626

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 171625, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-23 14:27:57 UTC (rev 171625)
+++ PKGBUILD2016-04-23 14:28:16 UTC (rev 171626)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_basename=gst-plugins-good
-pkgname=lib32-gst-plugins-good
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
-arch=('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=('c20c134d47dbc238d921707a3b66da709c2b4dd89f9d267cec13d1ddf16e9f4d')
-
-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
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 171625, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-23 14:28:16 UTC (rev 171626)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+arch=('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=('2103e17921d67894e82eafdd64fb9b06518599952fd93e625bfbc83ffead0972')
+
+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
+}


[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 12:25:20
  Author: fyan
Revision: 170962

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 170961, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-14 10:24:54 UTC (rev 170961)
+++ PKGBUILD2016-04-14 10:25:20 UTC (rev 170962)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_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
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 170961, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-14 10:25:20 UTC (rev 170962)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+arch=('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=('c20c134d47dbc238d921707a3b66da709c2b4dd89f9d267cec13d1ddf16e9f4d')
+
+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
+}