[arch-commits] Commit in clutter-gst/repos (3 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:31:00 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:31:00
  Author: heftig
Revision: 155028

db-move: moved clutter-gst from [gnome-unstable] to [testing] (x86_64)

Added:
  clutter-gst/repos/testing-x86_64/
  clutter-gst/repos/testing-x86_64/PKGBUILD
    (from rev 155005, clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  clutter-gst/repos/gnome-unstable-x86_64/

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

Copied: clutter-gst/repos/testing-x86_64/PKGBUILD (from rev 155005, clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:31:00 UTC (rev 155028)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=clutter-gst
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/"
+license=('LGPL')
+depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a137313ad134cd3737c018cc8f725ed1a4d1cf7d276012d75467b55f1f9859d7')
+
+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