[arch-commits] Commit in gnome-video-effects/repos (2 files)

Jan de Groot jgc at archlinux.org
Tue Oct 2 11:18:42 UTC 2012


    Date: Tuesday, October 2, 2012 @ 07:18:41
  Author: jgc
Revision: 167538

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-video-effects/repos/gnome-unstable-any/
  gnome-video-effects/repos/gnome-unstable-any/PKGBUILD
    (from rev 167537, gnome-video-effects/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: gnome-video-effects/repos/gnome-unstable-any/PKGBUILD (from rev 167537, gnome-video-effects/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2012-10-02 11:18:41 UTC (rev 167538)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-video-effects
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="A collection of GStreamer effects"
+arch=('any')
+url="http://www.gtk.org/"
+license=('GPL2')
+makedepends=('intltool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8f7f674b23abab88fac1c10db8eda0cfc7bff1c39413f2959203b9755575bde7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list