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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu May 11 03:16:28 UTC 2017


    Date: Thursday, May 11, 2017 @ 03:16:26
  Author: svenstaro
Revision: 227740

upgpkg: ogre 1.10.4-4

rebuild with sdl2 instead of ois

Modified:
  ogre/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-11 03:03:57 UTC (rev 227739)
+++ PKGBUILD	2017-05-11 03:16:26 UTC (rev 227740)
@@ -3,13 +3,13 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.10.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'
 license=('custom:MIT')
 depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
-         'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+         'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
 makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'mercurial' 'python' 'swig')
 install=ogre.install
 source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}")



More information about the arch-commits mailing list