Skip to content

Commit e4ec9b7

Browse files
committed
update package to ogre 14
1 parent c961ae2 commit e4ec9b7

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

create_win_package.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
mkdir winpkg
77
cd winpkg
88

9-
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
10-
curl -LO https://www.python.org/ftp/python/3.10.9/python-3.10.9-embed-amd64.zip
11-
unzip python-3.10.9-embed-amd64.zip -d package
9+
curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v14.0.0/ogre-sdk-v14.0.0-msvc141-x64.zip -o ogre-sdk.zip
10+
curl -LO https://www.python.org/ftp/python/3.10.10/python-3.10.10-embed-amd64.zip
11+
unzip python-3.10.10-embed-amd64.zip -d package
1212
unzip ogre-sdk.zip
1313

1414
# main
@@ -36,4 +36,4 @@ cp ../win_resources.cfg package/resources.cfg
3636
cp -R Media/RTShaderLib Media/Main package/
3737
cp -R Media/packs/SdkTrays.zip package/
3838

39-
mv package ogre-meshviewer_23.02-win64
39+
mv package ogre-meshviewer_23.07-win64

snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ogre-meshviewer
2-
version: "23.02"
2+
version: "23.07"
33
confinement: strict
44
summary: OGRE Mesh Viewer
55
description: Viewer for .mesh model files as consumed by OGRE
@@ -47,7 +47,7 @@ parts:
4747
- -DCMAKE_INSTALL_PREFIX=/usr/
4848
- -DCMAKE_CXX_COMPILER=/usr/bin/clang++-15
4949
source: https://github.com/OGRECave/ogre.git
50-
source-tag: v13.6.2
50+
source-tag: v14.0.0
5151
source-depth: 1
5252
build-packages:
5353
- libassimp-dev

win_resources.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# This file is only used on Windows, where we cannot simply reference the Ogre installation
22
[OgreInternal]
33
FileSystem=Main
4-
FileSystem=RTShaderLib/GLSL
5-
FileSystem=RTShaderLib/HLSL_Cg
4+
FileSystem=RTShaderLib
65

76
[OgreMeshViewer]
87
Zip=./SdkTrays.zip

0 commit comments

Comments
 (0)