[arch-commits] Commit in gst-plugins-good/repos (4 files)

2017-05-04 Thread Jan Steffens
Date: Thursday, May 4, 2017 @ 21:01:41
  Author: heftig
Revision: 295288

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gst-plugins-good/repos/staging-i686/
  gst-plugins-good/repos/staging-i686/PKGBUILD
(from rev 295287, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/staging-x86_64/
  gst-plugins-good/repos/staging-x86_64/PKGBUILD
(from rev 295287, gst-plugins-good/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   59 ++
 staging-x86_64/PKGBUILD |   59 ++
 2 files changed, 118 insertions(+)

Copied: gst-plugins-good/repos/staging-i686/PKGBUILD (from rev 295287, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-04 21:01:41 UTC (rev 295288)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
+ libraw1394)
+makedepends=(python gtk-doc autoconf-archive git)
+_commit=27f40eca4dee0417aa477896b98ebcf4e7c349ce  # tags/1.12.0^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gst-plugins-good/repos/staging-x86_64/PKGBUILD (from rev 295287, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-05-04 21:01:41 UTC (rev 295288)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
+ libraw1394)
+makedepends=(python gtk-doc autoconf-archive git)
+_commit=27f40eca4dee0417aa477896b98ebcf4e7c349ce  # tags/1.12.0^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gst-plugins-good/repos (4 files)

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:25:33
  Author: heftig
Revision: 289455

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 289454, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 289454, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  118 
 extra-i686/PKGBUILD   |   59 
 extra-x86_64/PKGBUILD |   59 
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 20:24:01 UTC (rev 289454)
+++ extra-i686/PKGBUILD 2017-02-23 20:25:33 UTC (rev 289455)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
-makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
-options=(!emptydirs)
-_commit=2b7988234ab7ad3740c10824b403ad60b2046abc  # tags/1.10.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;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 289454, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 20:25:33 UTC (rev 289455)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
+options=(!emptydirs)
+_commit=b32b503e56ed213b1e85b30f38fb584c3f0876f3  # tags/1.10.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;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-23 20:24:01 UTC (rev 289454)
+++ extra-x86_64/PKGBUILD   2017-02-23 20:25:33 UTC (rev 289455)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de 

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2017-02-02 Thread Jan Steffens
Date: Thursday, February 2, 2017 @ 13:45:10
  Author: heftig
Revision: 287905

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 287904, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 287904, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  118 
 extra-i686/PKGBUILD   |   59 
 extra-x86_64/PKGBUILD |   59 
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-02 13:44:44 UTC (rev 287904)
+++ extra-i686/PKGBUILD 2017-02-02 13:45:10 UTC (rev 287905)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.10.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
-makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
-options=(!emptydirs)
-_commit=235d243dee04d8260774c524a985f58bf20ed61f  # tags/1.10.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;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 287904, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-02 13:45:10 UTC (rev 287905)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
+options=(!emptydirs)
+_commit=2b7988234ab7ad3740c10824b403ad60b2046abc  # tags/1.10.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;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-02 13:44:44 UTC (rev 287904)
+++ extra-x86_64/PKGBUILD   2017-02-02 13:45:10 UTC (rev 287905)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de 

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:39:16
  Author: heftig
Revision: 282352

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 282351, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 282351, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  118 
 extra-i686/PKGBUILD   |   59 
 extra-x86_64/PKGBUILD |   59 
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 21:38:02 UTC (rev 282351)
+++ extra-i686/PKGBUILD 2016-11-29 21:39:16 UTC (rev 282352)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
-makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
-options=(!emptydirs)
-_commit=5670d66a53fac20d039c3a85a70b643fe9309fa7  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-good#commit=$_commit"
- "gst-common::git://anongit.freedesktop.org/gstreamer/common")
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 282351, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 21:39:16 UTC (rev 282352)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
+options=(!emptydirs)
+_commit=235d243dee04d8260774c524a985f58bf20ed61f  # tags/1.10.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;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-29 21:38:02 UTC (rev 282351)
+++ extra-x86_64/PKGBUILD   2016-11-29 21:39:16 UTC (rev 282352)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2016-11-19 Thread Jan Steffens
Date: Saturday, November 19, 2016 @ 14:10:19
  Author: heftig
Revision: 281359

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 281358, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 281358, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  118 
 extra-i686/PKGBUILD   |   59 
 extra-x86_64/PKGBUILD |   59 
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-19 14:09:52 UTC (rev 281358)
+++ extra-i686/PKGBUILD 2016-11-19 14:10:19 UTC (rev 281359)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
-makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
-options=(!emptydirs)
-_commit=990eeb22ba8f8cce9be184abd9c9cd6b30f893e4  # tags/1.10.0^0
-source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-good#commit=$_commit"
- "gst-common::git://anongit.freedesktop.org/gstreamer/common")
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 281358, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-19 14:10:19 UTC (rev 281359)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.10.1
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
+options=(!emptydirs)
+_commit=5670d66a53fac20d039c3a85a70b643fe9309fa7  # tags/1.10.1^0
+source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-good#commit=$_commit"
+ "gst-common::git://anongit.freedesktop.org/gstreamer/common")
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-19 14:09:52 UTC (rev 281358)
+++ extra-x86_64/PKGBUILD   2016-11-19 14:10:19 UTC (rev 281359)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2016-08-19 Thread Jan de Groot
Date: Friday, August 19, 2016 @ 13:19:16
  Author: jgc
Revision: 273959

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 273958, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 273958, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-19 13:19:10 UTC (rev 273958)
+++ extra-i686/PKGBUILD 2016-08-19 13:19:16 UTC (rev 273959)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.8.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=(i686 x86_64)
-license=(LGPL)
-url="https://gstreamer.freedesktop.org/;
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev mpg123)
-makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 273958, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-19 13:19:16 UTC (rev 273959)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="https://gstreamer.freedesktop.org/;
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-19 13:19:10 UTC (rev 273958)
+++ extra-x86_64/PKGBUILD   2016-08-19 13:19:16 UTC (rev 273959)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.8.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=(i686 x86_64)
-license=(LGPL)
-url="https://gstreamer.freedesktop.org/;
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev mpg123)
-makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2016-08-19 Thread Jan de Groot
Date: Friday, August 19, 2016 @ 13:03:07
  Author: jgc
Revision: 273957

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 273956, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 273956, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-19 13:03:02 UTC (rev 273956)
+++ extra-i686/PKGBUILD 2016-08-19 13:03:07 UTC (rev 273957)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.8.2
-pkgrel=2
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=(i686 x86_64)
-license=(LGPL)
-url="http://gstreamer.freedesktop.org/;
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev mpg123)
-makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 273956, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-19 13:03:07 UTC (rev 273957)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="https://gstreamer.freedesktop.org/;
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev mpg123)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-19 13:03:02 UTC (rev 273956)
+++ extra-x86_64/PKGBUILD   2016-08-19 13:03:07 UTC (rev 273957)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.8.2
-pkgrel=2
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=(i686 x86_64)
-license=(LGPL)
-url="http://gstreamer.freedesktop.org/;
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev mpg123)
-makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
-
-build() {
-  cd $pkgname-$pkgver

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2016-07-23 Thread Jan Steffens
Date: Saturday, July 23, 2016 @ 09:55:28
  Author: heftig
Revision: 272157

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gst-plugins-good/repos/staging-i686/
  gst-plugins-good/repos/staging-i686/PKGBUILD
(from rev 272156, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/staging-x86_64/
  gst-plugins-good/repos/staging-x86_64/PKGBUILD
(from rev 272156, gst-plugins-good/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: gst-plugins-good/repos/staging-i686/PKGBUILD (from rev 272156, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-23 09:55:28 UTC (rev 272157)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.8.2
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://gstreamer.freedesktop.org/;
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev mpg123)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-plugins-good/repos/staging-x86_64/PKGBUILD (from rev 272156, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-07-23 09:55:28 UTC (rev 272157)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.8.2
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://gstreamer.freedesktop.org/;
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev mpg123)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gst-plugins-good/repos (4 files)

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:37:25
  Author: heftig
Revision: 269300

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gst-plugins-good/repos/testing-i686/
  gst-plugins-good/repos/testing-i686/PKGBUILD
(from rev 269299, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/testing-x86_64/
  gst-plugins-good/repos/testing-x86_64/PKGBUILD
(from rev 269299, gst-plugins-good/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: gst-plugins-good/repos/testing-i686/PKGBUILD (from rev 269299, 
gst-plugins-good/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-10 14:37:25 UTC (rev 269300)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://gstreamer.freedesktop.org/;
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev mpg123)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-plugins-good/repos/testing-x86_64/PKGBUILD (from rev 269299, 
gst-plugins-good/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-10 14:37:25 UTC (rev 269300)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://gstreamer.freedesktop.org/;
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev mpg123)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gst-plugins-good/repos (4 files)

2016-03-29 Thread Jan de Groot
Date: Tuesday, March 29, 2016 @ 16:43:30
  Author: jgc
Revision: 263249

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
(from rev 263248, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 263248, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |   80 +++
 gnome-unstable-i686/PKGBUILD   |   40 ---
 gnome-unstable-x86_64/PKGBUILD |   40 ---
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-03-29 14:43:21 UTC (rev 263248)
+++ gnome-unstable-i686/PKGBUILD2016-03-29 14:43:30 UTC (rev 263249)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.7.91
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('fed8eec07102d840eea7ad398b025670ee017a5bd85d805c272d07f3fca5d7a3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD (from rev 263248, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-29 14:43:30 UTC (rev 263249)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('c20c134d47dbc238d921707a3b66da709c2b4dd89f9d267cec13d1ddf16e9f4d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2016-03-29 14:43:21 UTC (rev 263248)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-29 14:43:30 UTC (rev 263249)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.7.91
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2016-03-20 Thread Jan Steffens
Date: Sunday, March 20, 2016 @ 19:27:13
  Author: heftig
Revision: 262131

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gst-plugins-good/repos/gnome-unstable-i686/
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
(from rev 262130, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/gnome-unstable-x86_64/
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262130, gst-plugins-good/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   40 +++
 gnome-unstable-x86_64/PKGBUILD |   40 +++
 2 files changed, 80 insertions(+)

Copied: gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD (from rev 262130, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-20 18:27:13 UTC (rev 262131)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.7.91
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('fed8eec07102d840eea7ad398b025670ee017a5bd85d805c272d07f3fca5d7a3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262130, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-20 18:27:13 UTC (rev 262131)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.7.91
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('fed8eec07102d840eea7ad398b025670ee017a5bd85d805c272d07f3fca5d7a3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gst-plugins-good/repos (4 files)

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:47:03
  Author: heftig
Revision: 258485

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 258484, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 258484, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-21 16:45:39 UTC (rev 258484)
+++ extra-i686/PKGBUILD 2016-01-21 16:47:03 UTC (rev 258485)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 258484, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-21 16:47:03 UTC (rev 258485)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-21 16:45:39 UTC (rev 258484)
+++ extra-x86_64/PKGBUILD   2016-01-21 16:47:03 UTC (rev 258485)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static 

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2015-12-14 Thread Jan Steffens
Date: Monday, December 14, 2015 @ 21:39:22
  Author: heftig
Revision: 256080

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 256079, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 256079, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-14 20:37:52 UTC (rev 256079)
+++ extra-i686/PKGBUILD 2015-12-14 20:39:22 UTC (rev 256080)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.6.1
-pkgrel=3
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('86d4b814099f7b7b16be19d4b94fa41002ac01fdf1525b07c5764d54c0605935')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 256079, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-14 20:39:22 UTC (rev 256080)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-14 20:37:52 UTC (rev 256079)
+++ extra-x86_64/PKGBUILD   2015-12-14 20:39:22 UTC (rev 256080)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.6.1
-pkgrel=3
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('86d4b814099f7b7b16be19d4b94fa41002ac01fdf1525b07c5764d54c0605935')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static 

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 19:37:53
  Author: bluewind
Revision: 252938

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gst-plugins-good/repos/staging-i686/
  gst-plugins-good/repos/staging-i686/PKGBUILD
(from rev 252937, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/staging-x86_64/
  gst-plugins-good/repos/staging-x86_64/PKGBUILD
(from rev 252937, gst-plugins-good/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   40 
 staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: gst-plugins-good/repos/staging-i686/PKGBUILD (from rev 252937, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 18:37:53 UTC (rev 252938)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.6.1
+pkgrel=3
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('86d4b814099f7b7b16be19d4b94fa41002ac01fdf1525b07c5764d54c0605935')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-plugins-good/repos/staging-x86_64/PKGBUILD (from rev 252937, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 18:37:53 UTC (rev 252938)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.6.1
+pkgrel=3
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('86d4b814099f7b7b16be19d4b94fa41002ac01fdf1525b07c5764d54c0605935')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gst-plugins-good/repos (4 files)

2015-11-10 Thread Felix Yan
Date: Tuesday, November 10, 2015 @ 13:37:49
  Author: fyan
Revision: 250533

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gst-plugins-good/repos/staging-i686/
  gst-plugins-good/repos/staging-i686/PKGBUILD
(from rev 250532, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/staging-x86_64/
  gst-plugins-good/repos/staging-x86_64/PKGBUILD
(from rev 250532, gst-plugins-good/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   40 
 staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: gst-plugins-good/repos/staging-i686/PKGBUILD (from rev 250532, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-10 12:37:49 UTC (rev 250533)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('86d4b814099f7b7b16be19d4b94fa41002ac01fdf1525b07c5764d54c0605935')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-plugins-good/repos/staging-x86_64/PKGBUILD (from rev 250532, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-10 12:37:49 UTC (rev 250533)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('86d4b814099f7b7b16be19d4b94fa41002ac01fdf1525b07c5764d54c0605935')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gst-plugins-good/repos (4 files)

2015-10-30 Thread Jan Steffens
Date: Friday, October 30, 2015 @ 17:41:59
  Author: heftig
Revision: 249872

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 249871, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 249871, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-30 16:40:42 UTC (rev 249871)
+++ extra-i686/PKGBUILD 2015-10-30 16:41:59 UTC (rev 249872)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a0915639595305e48884656e22b16fda7c6892aa02cdb3eb43e23dab6e6b81fa')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 249871, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-30 16:41:59 UTC (rev 249872)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('86d4b814099f7b7b16be19d4b94fa41002ac01fdf1525b07c5764d54c0605935')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-30 16:40:42 UTC (rev 249871)
+++ extra-x86_64/PKGBUILD   2015-10-30 16:41:59 UTC (rev 249872)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a0915639595305e48884656e22b16fda7c6892aa02cdb3eb43e23dab6e6b81fa')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static 

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2015-09-25 Thread Jan Steffens
Date: Saturday, September 26, 2015 @ 00:55:32
  Author: heftig
Revision: 247510

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
(from rev 247509, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247509, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |   80 +++
 gnome-unstable-i686/PKGBUILD   |   40 ---
 gnome-unstable-x86_64/PKGBUILD |   40 ---
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-09-25 22:53:57 UTC (rev 247509)
+++ gnome-unstable-i686/PKGBUILD2015-09-25 22:55:32 UTC (rev 247510)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.5.91
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('bdd892935e9b6be5d87ec62de147e941c5ba5ec1510ca80e60faa9b961f5140a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD (from rev 247509, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-25 22:55:32 UTC (rev 247510)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('a0915639595305e48884656e22b16fda7c6892aa02cdb3eb43e23dab6e6b81fa')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2015-09-25 22:53:57 UTC (rev 247509)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-25 22:55:32 UTC (rev 247510)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.5.91
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2015-09-23 Thread Jan Steffens
Date: Thursday, September 24, 2015 @ 00:04:28
  Author: heftig
Revision: 247191

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gst-plugins-good/repos/gnome-unstable-i686/
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
(from rev 247190, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/gnome-unstable-x86_64/
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247190, gst-plugins-good/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   40 +++
 gnome-unstable-x86_64/PKGBUILD |   40 +++
 2 files changed, 80 insertions(+)

Copied: gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD (from rev 247190, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 22:04:28 UTC (rev 247191)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.5.91
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('bdd892935e9b6be5d87ec62de147e941c5ba5ec1510ca80e60faa9b961f5140a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247190, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 22:04:28 UTC (rev 247191)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.5.91
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('bdd892935e9b6be5d87ec62de147e941c5ba5ec1510ca80e60faa9b961f5140a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gst-plugins-good/repos (4 files)

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 21:46:59
  Author: foutrelis
Revision: 241068

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gst-plugins-good/repos/staging-i686/
  gst-plugins-good/repos/staging-i686/PKGBUILD
(from rev 241067, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/staging-x86_64/
  gst-plugins-good/repos/staging-x86_64/PKGBUILD
(from rev 241067, gst-plugins-good/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   40 
 staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: gst-plugins-good/repos/staging-i686/PKGBUILD (from rev 241067, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 19:46:59 UTC (rev 241068)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.5
+pkgrel=3
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-good/repos/staging-x86_64/PKGBUILD (from rev 241067, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 19:46:59 UTC (rev 241068)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.5
+pkgrel=3
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in gst-plugins-good/repos (4 files)

2015-04-20 Thread Bartłomiej Piotrowski
Date: Monday, April 20, 2015 @ 14:03:42
  Author: bpiotrowski
Revision: 237784

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gst-plugins-good/repos/staging-i686/
  gst-plugins-good/repos/staging-i686/PKGBUILD
(from rev 237783, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/staging-x86_64/
  gst-plugins-good/repos/staging-x86_64/PKGBUILD
(from rev 237783, gst-plugins-good/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   40 
 staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: gst-plugins-good/repos/staging-i686/PKGBUILD (from rev 237783, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-20 12:03:42 UTC (rev 237784)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.5
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-good/repos/staging-x86_64/PKGBUILD (from rev 237783, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-20 12:03:42 UTC (rev 237784)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.5
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in gst-plugins-good/repos (4 files)

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:45:09
  Author: heftig
Revision: 227893

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 227892, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 227892, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:43:52 UTC (rev 227892)
+++ extra-i686/PKGBUILD 2014-12-21 15:45:09 UTC (rev 227893)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.4
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2df90e99da45211c7b2525ae4ac34830a9e7784bd48c072c406c0cf014bdb277')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 227892, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:45:09 UTC (rev 227893)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.5
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 15:43:52 UTC (rev 227892)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:45:09 UTC (rev 227893)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.4
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2df90e99da45211c7b2525ae4ac34830a9e7784bd48c072c406c0cf014bdb277')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2014-11-10 Thread Jan Steffens
Date: Tuesday, November 11, 2014 @ 00:51:21
  Author: heftig
Revision: 225998

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 225997, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 225997, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-10 23:49:56 UTC (rev 225997)
+++ extra-i686/PKGBUILD 2014-11-10 23:51:21 UTC (rev 225998)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.3
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('5876a74402f2a24d1d3ae9163c32466bdc7a565696dddeef65e6a9a93efc5537')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 225997, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-10 23:51:21 UTC (rev 225998)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('2df90e99da45211c7b2525ae4ac34830a9e7784bd48c072c406c0cf014bdb277')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-10 23:49:56 UTC (rev 225997)
+++ extra-x86_64/PKGBUILD   2014-11-10 23:51:21 UTC (rev 225998)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.3
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('5876a74402f2a24d1d3ae9163c32466bdc7a565696dddeef65e6a9a93efc5537')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2014-09-24 Thread Jan Steffens
Date: Thursday, September 25, 2014 @ 00:36:32
  Author: heftig
Revision: 222975

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 222974, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 222974, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-24 22:35:28 UTC (rev 222974)
+++ extra-i686/PKGBUILD 2014-09-24 22:36:32 UTC (rev 222975)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63d7c8006af05143839b6e166a363d84c438380efe1409029deebcfce50b0fa8')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 222974, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-24 22:36:32 UTC (rev 222975)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.3
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('5876a74402f2a24d1d3ae9163c32466bdc7a565696dddeef65e6a9a93efc5537')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-24 22:35:28 UTC (rev 222974)
+++ extra-x86_64/PKGBUILD   2014-09-24 22:36:32 UTC (rev 222975)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63d7c8006af05143839b6e166a363d84c438380efe1409029deebcfce50b0fa8')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 10:06:56
  Author: jgc
Revision: 222572

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gst-plugins-good/repos/gnome-unstable-i686/
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
(from rev 222571, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/gnome-unstable-x86_64/
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222571, gst-plugins-good/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   40 +++
 gnome-unstable-x86_64/PKGBUILD |   40 +++
 2 files changed, 80 insertions(+)

Copied: gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD (from rev 222571, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 08:06:56 UTC (rev 222572)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63d7c8006af05143839b6e166a363d84c438380efe1409029deebcfce50b0fa8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD (from rev 222571, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-22 08:06:56 UTC (rev 222572)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63d7c8006af05143839b6e166a363d84c438380efe1409029deebcfce50b0fa8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gst-plugins-good/repos (4 files)

2014-09-22 Thread Jan Steffens
Date: Monday, September 22, 2014 @ 10:23:43
  Author: heftig
Revision: 222588

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 222587, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 222587, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-22 08:22:30 UTC (rev 222587)
+++ extra-i686/PKGBUILD 2014-09-22 08:23:43 UTC (rev 222588)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 222587, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-22 08:23:43 UTC (rev 222588)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63d7c8006af05143839b6e166a363d84c438380efe1409029deebcfce50b0fa8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-22 08:22:30 UTC (rev 222587)
+++ extra-x86_64/PKGBUILD   2014-09-22 08:23:43 UTC (rev 222588)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 18:35:25
  Author: heftig
Revision: 220834

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 220833, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 220833, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-31 16:34:10 UTC (rev 220833)
+++ extra-i686/PKGBUILD 2014-08-31 16:35:25 UTC (rev 220834)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 220833, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-31 16:35:25 UTC (rev 220834)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-31 16:34:10 UTC (rev 220833)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:35:25 UTC (rev 220834)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 01:27:47
  Author: heftig
Revision: 217517

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gst-plugins-good/repos/testing-i686/
  gst-plugins-good/repos/testing-i686/PKGBUILD
(from rev 217516, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/testing-x86_64/
  gst-plugins-good/repos/testing-x86_64/PKGBUILD
(from rev 217516, gst-plugins-good/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: gst-plugins-good/repos/testing-i686/PKGBUILD (from rev 217516, 
gst-plugins-good/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-20 23:27:47 UTC (rev 217517)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-good/repos/testing-x86_64/PKGBUILD (from rev 217516, 
gst-plugins-good/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-20 23:27:47 UTC (rev 217517)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gst-plugins-good/repos (4 files)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 14:12:32
  Author: heftig
Revision: 205816

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 205815, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 205815, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-10 13:12:18 UTC (rev 205815)
+++ extra-i686/PKGBUILD 2014-02-10 13:12:32 UTC (rev 205816)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.2.2
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-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 $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 205815, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 13:12:32 UTC (rev 205816)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('bfb33536a515bdcc34482f64b8d9cc3e47c753878b254923b419bc2f7485e470')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-10 13:12:18 UTC (rev 205815)
+++ extra-x86_64/PKGBUILD   2014-02-10 13:12:32 UTC (rev 205816)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.2.2
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 15:44:32
  Author: heftig
Revision: 203416

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 203415, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 203415, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-10 14:44:15 UTC (rev 203415)
+++ extra-i686/PKGBUILD 2014-01-10 14:44:32 UTC (rev 203416)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---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
-}
-
-# Disable for now: fails with soup timeout
-#check() {
-#  cd $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 203415, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-10 14:44:32 UTC (rev 203416)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.2.2
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-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 $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-10 14:44:15 UTC (rev 203415)
+++ extra-x86_64/PKGBUILD   2014-01-10 14:44:32 UTC (rev 203416)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Arch Linux) \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2014-01-07 Thread Jan Steffens
Date: Tuesday, January 7, 2014 @ 14:06:50
  Author: heftig
Revision: 203288

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 203287, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 203287, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-07 13:06:37 UTC (rev 203287)
+++ extra-i686/PKGBUILD 2014-01-07 13:06:50 UTC (rev 203288)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('660fa02dbe01086fcf702d87acc0ba5dde2559d6a11ecf438874afe504c50517')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---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
-}
-
-# Disable for now: fails with soup timeout
-#check() {
-#  cd $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 203287, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-07 13:06:50 UTC (rev 203288)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--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
+}
+
+# Disable for now: fails with soup timeout
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-07 13:06:37 UTC (rev 203287)
+++ extra-x86_64/PKGBUILD   2014-01-07 13:06:50 UTC (rev 203288)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('660fa02dbe01086fcf702d87acc0ba5dde2559d6a11ecf438874afe504c50517')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Arch Linux) \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2013-11-11 Thread Jan Steffens
Date: Monday, November 11, 2013 @ 18:42:49
  Author: heftig
Revision: 199367

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 199366, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 199366, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-11 17:42:32 UTC (rev 199366)
+++ extra-i686/PKGBUILD 2013-11-11 17:42:49 UTC (rev 199367)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2256a6b2744ea18d8810642cf9061a2f12f4b7eba87d3fbc98004262b4f0fdfa')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---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
-}
-
-# Disable for now: fails with soup timeout
-#check() {
-#  cd $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 199366, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-11 17:42:49 UTC (rev 199367)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('660fa02dbe01086fcf702d87acc0ba5dde2559d6a11ecf438874afe504c50517')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--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
+}
+
+# Disable for now: fails with soup timeout
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-11 17:42:32 UTC (rev 199366)
+++ extra-x86_64/PKGBUILD   2013-11-11 17:42:49 UTC (rev 199367)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2256a6b2744ea18d8810642cf9061a2f12f4b7eba87d3fbc98004262b4f0fdfa')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Arch Linux) \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2013-09-24 Thread Jan Steffens
Date: Tuesday, September 24, 2013 @ 16:24:16
  Author: heftig
Revision: 195018

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
(from rev 195017, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 195017, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |   80 +++
 gnome-unstable-i686/PKGBUILD   |   38 --
 gnome-unstable-x86_64/PKGBUILD |   38 --
 3 files changed, 80 insertions(+), 76 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-09-24 14:22:50 UTC (rev 195017)
+++ gnome-unstable-i686/PKGBUILD2013-09-24 14:24:16 UTC (rev 195018)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('34728258775e152dbe8a25034cda91f2461abfa43ec0eef8aea06a87c4215df4')
-
-build() {
-  cd $pkgname-$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 Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-# Disable for now: fails with soup timeout
-#check() {
-#  cd $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD (from rev 195017, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-24 14:24:16 UTC (rev 195018)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('2256a6b2744ea18d8810642cf9061a2f12f4b7eba87d3fbc98004262b4f0fdfa')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--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
+}
+
+# Disable for now: fails with soup timeout
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-09-24 14:22:50 UTC (rev 195017)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-24 14:24:16 UTC (rev 195018)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('34728258775e152dbe8a25034cda91f2461abfa43ec0eef8aea06a87c4215df4')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e 

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2013-09-16 Thread Jan de Groot
Date: Monday, September 16, 2013 @ 17:13:21
  Author: jgc
Revision: 194458

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gst-plugins-good/repos/gnome-unstable-i686/
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
(from rev 194457, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/gnome-unstable-x86_64/
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194457, gst-plugins-good/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   38 ++
 gnome-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD (from rev 194457, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-16 15:13:21 UTC (rev 194458)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('34728258775e152dbe8a25034cda91f2461abfa43ec0eef8aea06a87c4215df4')
+
+build() {
+  cd $pkgname-$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 Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+# Disable for now: fails with soup timeout
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194457, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-16 15:13:21 UTC (rev 194458)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('34728258775e152dbe8a25034cda91f2461abfa43ec0eef8aea06a87c4215df4')
+
+build() {
+  cd $pkgname-$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 Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+# Disable for now: fails with soup timeout
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gst-plugins-good/repos (4 files)

2013-08-30 Thread Jan Steffens
Date: Friday, August 30, 2013 @ 10:13:17
  Author: heftig
Revision: 193751

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 193750, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 193750, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-30 08:12:17 UTC (rev 193750)
+++ extra-i686/PKGBUILD 2013-08-30 08:13:17 UTC (rev 193751)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.9
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('cfa2e617a76f93e9ddd4ae1109297e93fb4a06b152042b996231234a72c5a5ff')
-
-build() {
-  cd $pkgname-$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 Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 193750, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-30 08:13:17 UTC (rev 193751)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.10
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('c60342d6080ac6f794c5c2427dfbdee9140a2f67b82e7e945e286a2d416428ae')
+
+build() {
+  cd $pkgname-$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 Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-30 08:12:17 UTC (rev 193750)
+++ extra-x86_64/PKGBUILD   2013-08-30 08:13:17 UTC (rev 193751)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.9
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('cfa2e617a76f93e9ddd4ae1109297e93fb4a06b152042b996231234a72c5a5ff')
-
-build() {
-  cd $pkgname-$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 Good Plugins (Archlinux) \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2013-07-31 Thread Jan Steffens
Date: Wednesday, July 31, 2013 @ 19:33:33
  Author: heftig
Revision: 191870

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 191869, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 191869, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-31 17:31:23 UTC (rev 191869)
+++ extra-i686/PKGBUILD 2013-07-31 17:33:33 UTC (rev 191870)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.8
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('97831570ccdd8e15557f18858b965e54433d572d27fdabebb8b710cee276cfad')
-
-build() {
-  cd $pkgname-$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 Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 191869, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-31 17:33:33 UTC (rev 191870)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.9
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('cfa2e617a76f93e9ddd4ae1109297e93fb4a06b152042b996231234a72c5a5ff')
+
+build() {
+  cd $pkgname-$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 Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-31 17:31:23 UTC (rev 191869)
+++ extra-x86_64/PKGBUILD   2013-07-31 17:33:33 UTC (rev 191870)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.8
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('97831570ccdd8e15557f18858b965e54433d572d27fdabebb8b710cee276cfad')
-
-build() {
-  cd $pkgname-$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 Good Plugins (Archlinux) \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:23:55
  Author: heftig
Revision: 190007

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 190006, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 190006, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 20:19:50 UTC (rev 190006)
+++ extra-i686/PKGBUILD 2013-07-12 20:23:55 UTC (rev 190007)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.7
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035')
-
-build() {
-  cd $pkgname-$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 Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 190006, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 20:23:55 UTC (rev 190007)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('97831570ccdd8e15557f18858b965e54433d572d27fdabebb8b710cee276cfad')
+
+build() {
+  cd $pkgname-$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 Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 20:19:50 UTC (rev 190006)
+++ extra-x86_64/PKGBUILD   2013-07-12 20:23:55 UTC (rev 190007)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.7
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035')
-
-build() {
-  cd $pkgname-$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 Good Plugins (Archlinux) \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 18:52:57
  Author: bpiotrowski
Revision: 183929

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gst-plugins-good/repos/staging-i686/
  gst-plugins-good/repos/staging-i686/PKGBUILD
(from rev 183928, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/staging-x86_64/
  gst-plugins-good/repos/staging-x86_64/PKGBUILD
(from rev 183928, gst-plugins-good/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: gst-plugins-good/repos/staging-i686/PKGBUILD (from rev 183928, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-29 16:52:57 UTC (rev 183929)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.7
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035')
+
+build() {
+  cd $pkgname-$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 Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-good/repos/staging-x86_64/PKGBUILD (from rev 183928, 
gst-plugins-good/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-29 16:52:57 UTC (rev 183929)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.7
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035')
+
+build() {
+  cd $pkgname-$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 Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gst-plugins-good/repos (4 files)

2013-04-26 Thread Jan Steffens
Date: Friday, April 26, 2013 @ 18:06:47
  Author: heftig
Revision: 183687

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 183686, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 183686, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-26 16:05:42 UTC (rev 183686)
+++ extra-i686/PKGBUILD 2013-04-26 16:06:47 UTC (rev 183687)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.6
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('67f7690a9826d9a6ab28b9af2536a6f3e833ee412bd59dd603c48fb3c6823e0d')
-
-build() {
-  cd $pkgname-$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 Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 183686, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-26 16:06:47 UTC (rev 183687)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035')
+
+build() {
+  cd $pkgname-$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 Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-26 16:05:42 UTC (rev 183686)
+++ extra-x86_64/PKGBUILD   2013-04-26 16:06:47 UTC (rev 183687)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.6
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('67f7690a9826d9a6ab28b9af2536a6f3e833ee412bd59dd603c48fb3c6823e0d')
-
-build() {
-  cd $pkgname-$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 Good Plugins (Archlinux) \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 20:22:28
  Author: heftig
Revision: 180529

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 180528, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 180528, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-22 19:20:44 UTC (rev 180528)
+++ extra-i686/PKGBUILD 2013-03-22 19:22:28 UTC (rev 180529)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
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 Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 180528, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-22 19:22:28 UTC (rev 180529)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('67f7690a9826d9a6ab28b9af2536a6f3e833ee412bd59dd603c48fb3c6823e0d')
+
+build() {
+  cd $pkgname-$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 Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-22 19:20:44 UTC (rev 180528)
+++ extra-x86_64/PKGBUILD   2013-03-22 19:22:28 UTC (rev 180529)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2013-01-09 Thread Jan de Groot
Date: Wednesday, January 9, 2013 @ 08:33:08
  Author: jgc
Revision: 174938

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 174937, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 174937, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   74 
 extra-x86_64/PKGBUILD |   74 
 2 files changed, 76 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 13:32:39 UTC (rev 174937)
+++ extra-i686/PKGBUILD 2013-01-09 13:33:08 UTC (rev 174938)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('7a3f76b68cadafd1588af36f5f261bb8')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 174937, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-09 13:33:08 UTC (rev 174938)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
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 Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-09 13:32:39 UTC (rev 174937)
+++ extra-x86_64/PKGBUILD   2013-01-09 13:33:08 UTC (rev 174938)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('7a3f76b68cadafd1588af36f5f261bb8')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2012-12-19 Thread Jan Steffens
Date: Wednesday, December 19, 2012 @ 13:31:56
  Author: heftig
Revision: 173505

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gst-plugins-good/repos/testing-i686/
  gst-plugins-good/repos/testing-i686/PKGBUILD
(from rev 173504, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/testing-x86_64/
  gst-plugins-good/repos/testing-x86_64/PKGBUILD
(from rev 173504, gst-plugins-good/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: gst-plugins-good/repos/testing-i686/PKGBUILD (from rev 173504, 
gst-plugins-good/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-19 18:31:56 UTC (rev 173505)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('7a3f76b68cadafd1588af36f5f261bb8')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-good/repos/testing-x86_64/PKGBUILD (from rev 173504, 
gst-plugins-good/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-19 18:31:56 UTC (rev 173505)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('7a3f76b68cadafd1588af36f5f261bb8')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gst-plugins-good/repos (4 files)

2012-11-21 Thread Jan Steffens
Date: Wednesday, November 21, 2012 @ 09:46:59
  Author: heftig
Revision: 171698

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 171697, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 171697, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   72 
 extra-x86_64/PKGBUILD |   72 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-21 14:46:10 UTC (rev 171697)
+++ extra-i686/PKGBUILD 2012-11-21 14:46:59 UTC (rev 171698)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 153258 2012-03-12 16:05:19Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('13e487127d80fe20c868b3bbb2a17d9e')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 171697, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-21 14:46:59 UTC (rev 171698)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('5cfc3f18dede15d60f0af8666f68193e')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-21 14:46:10 UTC (rev 171697)
+++ extra-x86_64/PKGBUILD   2012-11-21 14:46:59 UTC (rev 171698)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 153258 2012-03-12 16:05:19Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('13e487127d80fe20c868b3bbb2a17d9e')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: 

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2012-10-18 Thread Jan Steffens
Date: Thursday, October 18, 2012 @ 08:36:01
  Author: heftig
Revision: 169117

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
(from rev 169116, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 169116, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   72 +++
 gnome-unstable-x86_64/PKGBUILD |   72 +++
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-18 12:34:38 UTC (rev 169116)
+++ gnome-unstable-i686/PKGBUILD2012-10-18 12:36:01 UTC (rev 169117)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 153258 2012-03-12 16:05:19Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('30bc72d77d274289844e2138ca79c840')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD (from rev 169116, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-18 12:36:01 UTC (rev 169117)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 153258 2012-03-12 16:05:19Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.1
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('30bc72d77d274289844e2138ca79c840')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-10-18 12:34:38 UTC (rev 169116)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-18 12:36:01 UTC (rev 169117)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 153258 2012-03-12 16:05:19Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('30bc72d77d274289844e2138ca79c840')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2012-10-08 Thread Jan Steffens
Date: Monday, October 8, 2012 @ 13:04:46
  Author: heftig
Revision: 168320

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
(from rev 168319, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 168319, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   71 +++
 gnome-unstable-x86_64/PKGBUILD |   71 +++
 2 files changed, 72 insertions(+), 70 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-08 17:02:58 UTC (rev 168319)
+++ gnome-unstable-i686/PKGBUILD2012-10-08 17:04:46 UTC (rev 168320)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 153258 2012-03-12 16:05:19Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.xz)
-
-build() {
-  cd ${srcdir}/gst-plugins-good-${pkgver}
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd ${srcdir}/gst-plugins-good-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gst-plugins-good-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}
-md5sums=('f711832cd8a9b033eb424fabe89ca9d1')

Copied: gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD (from rev 168319, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-08 17:04:46 UTC (rev 168320)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 153258 2012-03-12 16:05:19Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('30bc72d77d274289844e2138ca79c840')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-10-08 17:02:58 UTC (rev 168319)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-08 17:04:46 UTC (rev 168320)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 153258 2012-03-12 16:05:19Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.xz)
-
-build() {
-  cd ${srcdir}/gst-plugins-good-${pkgver}
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd ${srcdir}/gst-plugins-good-${pkgver}
-  make check
-}
-
-package() {
-  cd 

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2012-10-01 Thread Jan de Groot
Date: Monday, October 1, 2012 @ 16:55:21
  Author: jgc
Revision: 167388

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gst-plugins-good/repos/gnome-unstable-i686/
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
(from rev 167387, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/gnome-unstable-x86_64/
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167387, gst-plugins-good/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   35 +++
 gnome-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD (from rev 167387, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-01 20:55:21 UTC (rev 167388)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 153258 2012-03-12 16:05:19Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.xz)
+
+build() {
+  cd ${srcdir}/gst-plugins-good-${pkgver}
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd ${srcdir}/gst-plugins-good-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gst-plugins-good-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}
+md5sums=('f711832cd8a9b033eb424fabe89ca9d1')

Copied: gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167387, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-01 20:55:21 UTC (rev 167388)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 153258 2012-03-12 16:05:19Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.xz)
+
+build() {
+  cd ${srcdir}/gst-plugins-good-${pkgver}
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd ${srcdir}/gst-plugins-good-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gst-plugins-good-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}
+md5sums=('f711832cd8a9b033eb424fabe89ca9d1')