File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PortSystem 1.0
4
4
PortGroup github 1.0
5
5
PortGroup cmake 1.1
6
6
7
- github.setup luanti-org luanti 5.11 .0
7
+ github.setup luanti-org luanti 5.12 .0
8
8
github.tarball_from archive
9
9
10
10
revision 0
@@ -26,9 +26,9 @@ master_sites ${github.master_sites}:main \
26
26
${game_mastersite} :game
27
27
28
28
checksums ${name} -${version}${extract.suffix} \
29
- rmd160 70e23bcc5170e2824478138671f83f70640f6639 \
30
- sha256 70e531d0776988ce6e579ea5490fdf6be3e349a4ade5281f5111aa4fdd8ee510 \
31
- size 12350797 \
29
+ rmd160 d78f85eb69094893ba7265ca7c1d98b39f640e52 \
30
+ sha256 876867ac874492f20968f2c2eb4e403231e8e9f29e0e06efa512200bd5152355 \
31
+ size 12557388 \
32
32
${game_version}${extract.suffix} \
33
33
rmd160 9300fde834d5f7e37286225ba0e851e891db2ef1 \
34
34
sha256 33a3bb43b08497a0bdb2f49f140a2829e582d5c16c0ad52be1595c803f706912 \
@@ -67,6 +67,7 @@ depends_lib-append path:include/turbojpeg.h:libjpeg-turbo \
67
67
port:curl \
68
68
port:jsoncpp \
69
69
port:spatialindex \
70
+ port:libsdl2 \
70
71
port:xorg-libX11 \
71
72
port:xorg-libXxf86vm
72
73
@@ -95,10 +96,10 @@ configure.args-append -DCMAKE_BUILD_TYPE=Release \
95
96
-DBUILD_CLIENT=ON \
96
97
-DBUILD_SERVER=ON \
97
98
-DENABLE_SOUND=ON \
98
- -DUSE_SDL2=OFF \
99
+ -DUSE_SDL2=ON \
99
100
-DENABLE_GLES2=OFF \
100
101
-DENABLE_OPENGL=ON \
101
- -DENABLE_OPENGL3=OFF \
102
+ -DENABLE_OPENGL3=ON \
102
103
-DENABLE_REDIS=OFF \
103
104
-DENABLE_POSTGRESQL=OFF \
104
105
-DENABLE_LEVELDB=ON \
You can’t perform that action at this time.
0 commit comments