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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:11:42 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:11:42
  Author: heftig
Revision: 182458

db-move: moved clutter-gst from [staging] to [testing] (i686, x86_64)

Added:
  clutter-gst/repos/testing-i686/
  clutter-gst/repos/testing-i686/PKGBUILD
    (from rev 182430, clutter-gst/repos/staging-i686/PKGBUILD)
  clutter-gst/repos/testing-x86_64/
  clutter-gst/repos/testing-x86_64/PKGBUILD
    (from rev 182430, clutter-gst/repos/staging-x86_64/PKGBUILD)
Deleted:
  clutter-gst/repos/staging-i686/
  clutter-gst/repos/staging-x86_64/

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

Copied: clutter-gst/repos/testing-i686/PKGBUILD (from rev 182430, clutter-gst/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 19:11:42 UTC (rev 182458)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=clutter-gst
+pkgver=2.0.2
+pkgrel=2
+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=('577957598d6ee407348dc5d78879da2b212ae54fb3071f86f8409e393dde34c4')
+
+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/testing-x86_64/PKGBUILD (from rev 182430, clutter-gst/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 19:11:42 UTC (rev 182458)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=clutter-gst
+pkgver=2.0.2
+pkgrel=2
+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=('577957598d6ee407348dc5d78879da2b212ae54fb3071f86f8409e393dde34c4')
+
+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