mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/ogre: Update dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2a904ca2d5
commit
2bd3ec8afa
2 changed files with 7 additions and 4 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
PRGNAM=ogre
|
||||
VERSION=${VERSION:-1.12.9}
|
||||
IMGUIVER=${IMGUIVER:-1.77}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +61,6 @@ fi
|
|||
# cmake options
|
||||
OGRE_BUILD_SAMPLES=${OGRE_BUILD_SAMPLES:-ON}
|
||||
OGRE_INSTALL_DOCS=${OGRE_INSTALL_DOCS:-ON}
|
||||
OGRE_INSTALL_DOCS=${OGRE_INSTALL_DOCS:-ON}
|
||||
OGRE_INSTALL_SAMPLES_SOURCE=${OGRE_INSTALL_SAMPLES_SOURCE:-ON}
|
||||
set -e
|
||||
|
||||
|
@ -79,6 +79,7 @@ find -L . \
|
|||
|
||||
mkdir build
|
||||
cd build
|
||||
tar xvf $CWD/imgui-$IMGUIVER.tar.gz
|
||||
CXXFLAGS+=' -Wno-deprecated-declarations' \
|
||||
/opt/cmake-202x/bin/cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
PRGNAM="ogre"
|
||||
VERSION="1.12.9"
|
||||
HOMEPAGE="https://www.ogre3d.org/"
|
||||
DOWNLOAD="https://github.com/OGRECave/ogre/archive/v1.12.9/ogre-1.12.9.zip"
|
||||
MD5SUM="af72419a3ad1f84213de29db4d52f261"
|
||||
DOWNLOAD="https://github.com/OGRECave/ogre/archive/v1.12.9/ogre-1.12.9.zip \
|
||||
https://github.com/ocornut/imgui/archive/v1.77/imgui-1.77.tar.gz"
|
||||
MD5SUM="af72419a3ad1f84213de29db4d52f261 \
|
||||
d42af3bff3a6489fd8eb5ceb49e12a63"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cmake-202x"
|
||||
REQUIRES="cmake-202x pugixml"
|
||||
MAINTAINER="Roberto Metere"
|
||||
EMAIL="roberto@metere.it"
|
||||
|
|
Loading…
Reference in a new issue