Update to version 1.31.3

OBS-URL: https://build.opensuse.org/package/show/games/vkquake?expand=0&rev=46
This commit is contained in:
Martin Hauke 2024-11-08 20:21:37 +00:00 committed by Git OBS Bridge
parent 6b304edcb0
commit a230899479
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bcad045bee99784fa40f2c7e05c7f3879944261c1cdcce8eaab5a766681eb26
size 28660656

3
vkQuake-1.31.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fe42363e871e358b65115b49ddb5436fa6edb414d2cff3c4012eb0e4bbaf24f
size 28655729

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Nov 8 17:34:51 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
- Update to version 1.31.3
* Improvements:
- Library updates : vkQuake is now using mpg123 by default instead
of mad for mp3 support
* Fixes:
- #740: Fix broken saves in Mjolnir
- #718: Fix MD5 models to support multi-meshes. Quake Remaster models
were fine because mono-mesh, but other addons exist bringing multi-mesh
MD5 models
- Some smaller fixes here and there.
-------------------------------------------------------------------
Wed Oct 2 20:54:07 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>

View File

@ -18,7 +18,7 @@
Name: vkquake
Version: 1.31.2
Version: 1.31.3
Release: 0
Summary: Quake 1 port using Vulkan instead of OpenGL for rendering
License: GPL-2.0-or-later
@ -37,7 +37,7 @@ BuildRequires: spirv-tools
BuildRequires: vulkan-devel >= 1.2.162
BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(libmikmod)
BuildRequires: pkgconfig(mad)
BuildRequires: pkgconfig(libmpg123)
BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(opusfile)
BuildRequires: pkgconfig(sdl2)