From 3a0ad5dc35d5cff379cdfc736b9cae856416fe6a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 8 Oct 2013 02:34:09 -0700 Subject: Tue Oct 8 02:32:53 PDT 2013 --- extra/cogl/PKGBUILD | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'extra/cogl/PKGBUILD') diff --git a/extra/cogl/PKGBUILD b/extra/cogl/PKGBUILD index 72aa066c1..26fa8133b 100644 --- a/extra/cogl/PKGBUILD +++ b/extra/cogl/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 194508 2013-09-17 02:50:40Z heftig $ +# $Id: PKGBUILD 196024 2013-10-07 11:50:37Z jgc $ # Maintainer: Ionut Biru pkgname=cogl -pkgver=1.14.0 -pkgrel=5 +pkgver=1.16.0 +pkgrel=2 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer" arch=('i686' 'x86_64') url="http://www.clutter-project.org/" @@ -11,23 +11,15 @@ license=('GPL2') depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango') makedepends=('mesa' 'gobject-introspection') options=(!libtool !emptydirs) -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz - git-fixes.patch) -sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8' - '5f9279122cabf5cce23c1e19cedd9e67231f63a4d35329924b256fc1adc1aab2') - -prepare() { - cd "$pkgname-$pkgver" - # Update to ba5e5410babf705f53b591579c104181dd752bec - # Removed version parts from configure.ac and .gitignore parts, removed conflicting it.po and eu.po commits - patch -Np1 -i ../git-fixes.patch -} +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('75c2c4636a050fda7ee8722ce3d9c618b08799ed92bbb72b4fdff3e73b096094') build() { cd "$pkgname-$pkgver" - autoreconf -fi ./configure --prefix=/usr \ - --enable-wayland-egl-platform --enable-gles{1,2} + --enable-gles{1,2} \ + --enable-{kms,wayland}-egl-platform \ + --enable-wayland-egl-server # https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool -- cgit v1.2.3-54-g00ecf