[arch-commits] Commit in clutter-gst/repos (6 files)
Jan de Groot
jgc at archlinux.org
Thu Oct 18 19:29:22 UTC 2012
Date: Thursday, October 18, 2012 @ 15:29:21
Author: jgc
Revision: 169268
db-move: moved clutter-gst from [gnome-unstable] to [testing] (i686, x86_64)
Added:
clutter-gst/repos/testing-i686/
clutter-gst/repos/testing-i686/PKGBUILD
(from rev 169138, clutter-gst/repos/gnome-unstable-i686/PKGBUILD)
clutter-gst/repos/testing-x86_64/
clutter-gst/repos/testing-x86_64/PKGBUILD
(from rev 169138, clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
clutter-gst/repos/gnome-unstable-i686/
clutter-gst/repos/gnome-unstable-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 169138, clutter-gst/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-10-18 19:29:21 UTC (rev 169268)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=clutter-gst
+pkgver=1.9.92
+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=('5c09dce218f711a44bd4d741e2dd10ffc47e7fcd7b0cf514ca0e92b825c76c45')
+
+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 169138, clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:29:21 UTC (rev 169268)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=clutter-gst
+pkgver=1.9.92
+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=('5c09dce218f711a44bd4d741e2dd10ffc47e7fcd7b0cf514ca0e92b825c76c45')
+
+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