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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:34:21 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:34:21
  Author: heftig
Revision: 155159

db-move: moved gnome-video-effects from [gnome-unstable] to [testing] (any)

Added:
  gnome-video-effects/repos/testing-any/
  gnome-video-effects/repos/testing-any/PKGBUILD
    (from rev 155005, gnome-video-effects/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  gnome-video-effects/repos/gnome-unstable-any/

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

Copied: gnome-video-effects/repos/testing-any/PKGBUILD (from rev 155005, gnome-video-effects/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-04-01 11:34:21 UTC (rev 155159)
@@ -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