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

Jan Steffens heftig at archlinux.org
Wed Oct 3 16:36:52 UTC 2012


    Date: Wednesday, October 3, 2012 @ 12:36:51
  Author: heftig
Revision: 167899

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

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

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

Copied: gst-plugins-ugly/repos/gnome-unstable-i686/PKGBUILD (from rev 167898, gst-plugins-ugly/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-10-03 16:36:51 UTC (rev 167899)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/"
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+        #opencore-amr.patch)
+md5sums=('7f20303caf4305278573fb7ef73a07b7')
+         #'d8feb6c99bfaff8be6b2c48ea4e98e47')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  #patch -Np0 -i "${srcdir}/opencore-amr.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static --enable-experimental \
+    --with-package-name="GStreamer Ugly Plugins (Archlinux)" \
+    --with-package-origin="http://www.archlinux.org/"
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-plugins-ugly/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167898, gst-plugins-ugly/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-10-03 16:36:51 UTC (rev 167899)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/"
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+        #opencore-amr.patch)
+md5sums=('7f20303caf4305278573fb7ef73a07b7')
+         #'d8feb6c99bfaff8be6b2c48ea4e98e47')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  #patch -Np0 -i "${srcdir}/opencore-amr.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static --enable-experimental \
+    --with-package-name="GStreamer Ugly Plugins (Archlinux)" \
+    --with-package-origin="http://www.archlinux.org/"
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list