Skip to content

Commit

Permalink
update ogre to 13.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Feb 7, 2023
1 parent da9cd55 commit bb55765
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions create_win_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
mkdir winpkg
cd winpkg

curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v13.5.2/ogre-sdk-v13.5.2-msvc141-x64.zip -o ogre-sdk.zip
curl -LO https://www.python.org/ftp/python/3.10.8/python-3.10.8-embed-amd64.zip
unzip python-3.10.8-embed-amd64.zip -d package
curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v13.6.2/ogre-sdk-v13.6.2-msvc141-x64.zip -o ogre-sdk.zip
curl -LO https://www.python.org/ftp/python/3.10.9/python-3.10.9-embed-amd64.zip
unzip python-3.10.9-embed-amd64.zip -d package
unzip ogre-sdk.zip

# main
Expand All @@ -25,7 +25,7 @@ cp bin/SDL2.dll bin/zlib.dll package

# write plugins.cfg
head -10 bin/plugins.cfg > package/plugins.cfg
echo Plugin=Codec_STBI >> package/plugins.cfg
echo Plugin=Codec_RsImage >> package/plugins.cfg
echo Plugin=Codec_Assimp >> package/plugins.cfg
echo Plugin=Plugin_DotScene >> package/plugins.cfg
echo Plugin=RenderSystem_Vulkan >> package/plugins.cfg
Expand All @@ -36,4 +36,4 @@ cp ../win_resources.cfg package/resources.cfg
cp -R Media/RTShaderLib Media/Main package/
cp -R Media/packs/SdkTrays.zip package/

mv package ogre-meshviewer_22.11-win64
mv package ogre-meshviewer_23.02-win64
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ogre-meshviewer
version: "22.12"
version: "23.02"
confinement: strict
summary: OGRE Mesh Viewer
description: Viewer for .mesh model files as consumed by OGRE
Expand Down Expand Up @@ -47,7 +47,7 @@ parts:
- -DCMAKE_INSTALL_PREFIX=/usr/
- -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12
source: https://github.com/OGRECave/ogre.git
source-tag: master
source-tag: v13.6.2
source-depth: 1
build-packages:
- libassimp-dev
Expand Down

0 comments on commit bb55765

Please sign in to comment.