[arch-commits] Commit in magnum/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Oct 25 17:40:25 UTC 2018
Date: Thursday, October 25, 2018 @ 17:40:25
Author: arodseth
Revision: 399017
upgpkg: magnum 2018.10-1
Modified:
magnum/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-25 17:27:14 UTC (rev 399016)
+++ PKGBUILD 2018-10-25 17:40:25 UTC (rev 399017)
@@ -1,14 +1,14 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
# Contributor: mosra <mosra at centrum.cz>
pkgname=magnum
-pkgver=2018.04
+pkgver=2018.10
pkgrel=1
pkgdesc='C++11/C++14 graphics middleware for games and data visualization'
arch=('x86_64')
-url='http://magnum.graphics'
+url='https://magnum.graphics'
license=('MIT')
-depends=("corrade>=$pkgver" 'openal' 'sdl2')
+depends=("corrade>=$pkgver" 'openal' 'sdl2' 'vulkan-icd-loader')
optdepends=('magnum-plugins: import and export features')
makedepends=('cmake' 'git' 'ninja')
source=("git+https://github.com/mosra/magnum.git#tag=v$pkgver")
@@ -21,6 +21,7 @@
-DCMAKE_CXX_FLAGS="$CXXFLAGS -Wfatal-errors" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_AL_INFO=ON \
-DWITH_ANYAUDIOIMPORTER=ON \
-DWITH_ANYIMAGECONVERTER=ON \
-DWITH_ANYIMAGEIMPORTER=ON \
@@ -29,6 +30,7 @@
-DWITH_DISTANCEFIELDCONVERTER=ON \
-DWITH_GLXAPPLICATION=ON \
-DWITH_GLXCONTEXT=ON \
+ -DWITH_IMAGECONVERTER=ON \
-DWITH_MAGNUMFONT=ON \
-DWITH_MAGNUMFONTCONVERTER=ON \
-DWITH_OBJIMPORTER=ON \
@@ -37,6 +39,7 @@
-DWITH_SDL2APPLICATION=ON \
-DWITH_TGAIMAGECONVERTER=ON \
-DWITH_TGAIMPORTER=ON \
+ -DWITH_VK=ON \
-DWITH_WAVAUDIOIMPORTER=ON \
-DWITH_WINDOWLESSGLXAPPLICATION=ON \
-GNinja
@@ -50,4 +53,3 @@
}
# vim: ts=2 sw=2 et:
-# getver: no
More information about the arch-commits
mailing list