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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Jun 9 10:34:56 UTC 2018


    Date: Saturday, June 9, 2018 @ 10:34:56
  Author: svenstaro
Revision: 342159

upgpkg: ogre 1.11.0-2

Enable some plugins

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-09 10:24:17 UTC (rev 342158)
+++ PKGBUILD	2018-06-09 10:34:56 UTC (rev 342159)
@@ -3,7 +3,7 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('x86_64')
 url='http://www.ogre3d.org'
@@ -32,7 +32,10 @@
   cmake .. \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DOGRE_BUILD_DEPENDENCIES=FALSE \
-    -DCMAKE_BUILD_TYPE=RelWithDebInfo
+    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+    -DOpenGL_GL_PREFERENCE=GLVND \
+    -DOGRE_BUILD_PLUGIN_FREEIMAGE=TRUE \
+    -DOGRE_BUILD_PLUGIN_EXRCODEC=TRUE
 
   make
   make OgreDoc



More information about the arch-commits mailing list