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

Jan de Groot jgc at nymeria.archlinux.org
Mon Mar 24 17:28:21 UTC 2014


    Date: Monday, March 24, 2014 @ 18:28:21
  Author: jgc
Revision: 208621

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

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

Copied: gnome-video-effects/repos/gnome-unstable-any/PKGBUILD (from rev 208620, gnome-video-effects/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2014-03-24 17:28:21 UTC (rev 208621)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-video-effects
+pkgver=0.4.1
+pkgrel=1
+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:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('34be42713a97caf698b84ce7e1158aa21cc0977df7f7a7477cece226bc8d844a')
+
+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