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

Jan de Groot jgc at nymeria.archlinux.org
Mon Sep 16 15:13:22 UTC 2013


    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/PKGBUILD	2013-09-16 15:13:21 UTC (rev 194458)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at 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 <jgc at 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
+}




More information about the arch-commits mailing list