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

Jan Steffens heftig at archlinux.org
Fri Mar 30 16:52:31 UTC 2012


    Date: Friday, March 30, 2012 @ 12:52:30
  Author: heftig
Revision: 154780

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 154779, gnome-video-effects/trunk/PKGBUILD)

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

Copied: gnome-video-effects/repos/gnome-unstable-any/PKGBUILD (from rev 154779, gnome-video-effects/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2012-03-30 16:52:30 UTC (rev 154780)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-video-effects
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A collection of GStreamer effects"
+arch=('any')
+url="http://www.gtk.org/"
+license=('GPL2')
+depends=('gstreamer0.10')
+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