forked from pool/gzdoom
Accepting request 765559 from games
- Update to release 4.3.2 OBS-URL: https://build.opensuse.org/request/show/765559 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzdoom?expand=0&rev=11
This commit is contained in:
commit
0c66a52bbf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d5b441fe7fc449eb934b87d920c2f76529c331747eb4fe6cb1cdf185465c51c
|
||||
size 13683768
|
3
g4.3.2.tar.gz
Normal file
3
g4.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b251392d0bb304d336ed75ff54dbbe02242ff5540f630ef9b376b4c4415fc5c
|
||||
size 13683667
|
@ -8,11 +8,11 @@ Use GME system libraries instead of bundled code.
|
||||
libraries/zmusic/CMakeLists.txt | 2 +-
|
||||
2 files changed, 5 insertions(+), 10 deletions(-)
|
||||
|
||||
Index: gzdoom-g4.2.4/CMakeLists.txt
|
||||
Index: gzdoom-g4.3.1/CMakeLists.txt
|
||||
===================================================================
|
||||
--- gzdoom-g4.2.4.orig/CMakeLists.txt
|
||||
+++ gzdoom-g4.2.4/CMakeLists.txt
|
||||
@@ -195,12 +195,7 @@ endif()
|
||||
--- gzdoom-g4.3.1.orig/CMakeLists.txt
|
||||
+++ gzdoom-g4.3.1/CMakeLists.txt
|
||||
@@ -196,12 +196,7 @@ endif()
|
||||
#endif()
|
||||
|
||||
# GME
|
||||
@ -26,7 +26,7 @@ Index: gzdoom-g4.2.4/CMakeLists.txt
|
||||
|
||||
if( MSVC )
|
||||
# Eliminate unreferenced functions and data
|
||||
@@ -323,7 +318,7 @@ set( CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_
|
||||
@@ -325,7 +320,7 @@ set( CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_
|
||||
option(FORCE_INTERNAL_ZLIB "Use internal zlib")
|
||||
option(FORCE_INTERNAL_JPEG "Use internal jpeg")
|
||||
option(FORCE_INTERNAL_BZIP2 "Use internal bzip2")
|
||||
@ -35,7 +35,7 @@ Index: gzdoom-g4.2.4/CMakeLists.txt
|
||||
mark_as_advanced( FORCE_INTERNAL_GME )
|
||||
option(FORCE_INTERNAL_ASMJIT "Use internal asmjit" ON)
|
||||
mark_as_advanced( FORCE_INTERNAL_ASMJIT )
|
||||
@@ -392,14 +387,14 @@ else()
|
||||
@@ -391,14 +386,14 @@ else()
|
||||
endif()
|
||||
|
||||
if( GME_FOUND AND NOT FORCE_INTERNAL_GME )
|
||||
@ -52,11 +52,11 @@ Index: gzdoom-g4.2.4/CMakeLists.txt
|
||||
set( GME_LIBRARIES gme )
|
||||
endif()
|
||||
|
||||
Index: gzdoom-g4.2.4/libraries/zmusic/CMakeLists.txt
|
||||
Index: gzdoom-g4.3.1/libraries/zmusic/CMakeLists.txt
|
||||
===================================================================
|
||||
--- gzdoom-g4.2.4.orig/libraries/zmusic/CMakeLists.txt
|
||||
+++ gzdoom-g4.2.4/libraries/zmusic/CMakeLists.txt
|
||||
@@ -41,7 +41,7 @@ else()
|
||||
--- gzdoom-g4.3.1.orig/libraries/zmusic/CMakeLists.txt
|
||||
+++ gzdoom-g4.3.1/libraries/zmusic/CMakeLists.txt
|
||||
@@ -46,7 +46,7 @@ else()
|
||||
endif()
|
||||
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 11:03:29 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 4.3.2
|
||||
* Added ML_NOSKYWALLS and ML_DRAWFULLHEIGHT
|
||||
* Added support for new Bethesda.Net Unity Edition WADs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 11 22:33:30 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 4.3.1
|
||||
* New softpoly backend for the hardware renderer.
|
||||
* Advanced texture colorization options.
|
||||
* Scripted map postprocessor.
|
||||
* Dictionary class for ZScript.
|
||||
* Add PSPF_PLAYERTRANSLATED flag (makes a PSprite layer
|
||||
translated to the user's color).
|
||||
* Support for MIDI on Linux via ALSA sequencer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 00:10:32 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gzdoom
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: gzdoom
|
||||
Version: 4.2.4
|
||||
Version: 4.3.2
|
||||
Release: 0
|
||||
Summary: A DOOM source port with graphic and modding extensions
|
||||
License: GPL-3.0-only
|
||||
Group: Amusements/Games/3D/Shoot
|
||||
URL: http://zdoom.org/
|
||||
URL: https://zdoom.org/
|
||||
|
||||
#Git-Clone: https://github.com/coelckers/gzdoom
|
||||
Source: https://github.com/coelckers/gzdoom/archive/g%version.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user