[arch-commits] Commit in openscenegraph/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue Nov 25 11:16:34 UTC 2014


    Date: Tuesday, November 25, 2014 @ 12:16:34
  Author: spupykin
Revision: 123103

upgpkg: openscenegraph 3.2.1-3

upd

Modified:
  openscenegraph/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-25 00:33:56 UTC (rev 123102)
+++ PKGBUILD	2014-11-25 11:16:34 UTC (rev 123103)
@@ -6,7 +6,7 @@
 
 pkgname=openscenegraph
 pkgver=3.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An Open Source, high performance real-time graphics toolkit"
 arch=('i686' 'x86_64')
 license=('custom:OSGPL')
@@ -18,13 +18,16 @@
 provides=('openthreads')
 #source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
 source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
+	https://github.com/openscenegraph/osg/commit/49d560f4d9d0641c98df67264b7ace4733c6b9a9.patch
 	giflib.patch)
 md5sums=('4f95206a1eef218bd007c3b43e1334f5'
+         '6e3c75677f87113f18912916352c6cbd'
          '8c06c8410e8840e83c242b8b401cdad7')
 
 prepare() {
   cd OpenSceneGraph-$pkgver
   patch -p1 <$srcdir/giflib.patch
+  patch -p1 <$srcdir/49d560f4d9d0641c98df67264b7ace4733c6b9a9.patch
 }
 
 build() {



More information about the arch-commits mailing list