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

Jan de Groot jgc at archlinux.org
Mon Sep 24 18:09:59 UTC 2012


    Date: Monday, September 24, 2012 @ 14:09:58
  Author: jgc
Revision: 167009

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  clutter-gst/repos/gnome-unstable-i686/
  clutter-gst/repos/gnome-unstable-i686/PKGBUILD
    (from rev 167008, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/gnome-unstable-x86_64/
  clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 167008, clutter-gst/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: clutter-gst/repos/gnome-unstable-i686/PKGBUILD (from rev 167008, clutter-gst/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-09-24 18:09:58 UTC (rev 167009)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=clutter-gst
+pkgver=1.9.90
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/"
+license=('LGPL')
+depends=('clutter' 'gst-plugins-base-libs' 'libxdamage')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b05f2d282baf308e6f2e480da5fe05d0755569778caf4c320a2d47cfc682a2d')
+
+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:

Copied: clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167008, clutter-gst/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-09-24 18:09:58 UTC (rev 167009)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=clutter-gst
+pkgver=1.9.90
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/"
+license=('LGPL')
+depends=('clutter' 'gst-plugins-base-libs' 'libxdamage')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b05f2d282baf308e6f2e480da5fe05d0755569778caf4c320a2d47cfc682a2d')
+
+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