[arch-commits] Commit in (4 files)
Jan Steffens
heftig at archlinux.org
Sun Feb 13 12:51:30 UTC 2011
Date: Sunday, February 13, 2011 @ 07:51:30
Author: heftig
Revision: 109841
Add gnome-video-effects
Added:
gnome-video-effects/
gnome-video-effects/repos/
gnome-video-effects/trunk/
gnome-video-effects/trunk/PKGBUILD
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Added: gnome-video-effects/trunk/PKGBUILD
===================================================================
--- gnome-video-effects/trunk/PKGBUILD (rev 0)
+++ gnome-video-effects/trunk/PKGBUILD 2011-02-13 12:51:30 UTC (rev 109841)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+pkgname=gnome-video-effects
+pkgver=0.2.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.bz2)
+sha256sums=('1247e8dbaf5c062ad19d84a40dba285d7ad9d4142cee00a4c13bccde0093bc16')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:
Property changes on: gnome-video-effects/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
+ Id
More information about the arch-commits
mailing list