Compare commits
16 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ed2f93a04d | |||
|
|
f8563e04ac | ||
| 42bffece3f | |||
|
|
834edd02d5 | ||
| 528fa85104 | |||
|
|
5c08aa0965 | ||
| 7909d912fb | |||
|
|
d42ee08394 | ||
| a8c6eab281 | |||
|
|
c9193ed5c0 | ||
| e643db9dbd | |||
|
|
fd8ed9d39b | ||
| 06d23d29e4 | |||
|
|
1b036c7ccd | ||
|
|
30143177bf | ||
| cab64163dc |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1756039666
|
||||
commit: 0884df44af4327c8bf44c10ca9beb3868d1d1616177c0a7e1929b9703a24f22c
|
||||
url: https://src.opensuse.org/jengelh/gzdoom
|
||||
revision: master
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97b8220b39564b74993f8ad179427bb13d64912ab69e96fde49965b6153d0a7d
|
||||
size 256
|
||||
@@ -29,7 +29,7 @@ Index: gzdoom-g4.12.2/CMakeLists.txt
|
||||
endif()
|
||||
|
||||
-set( LZMA_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/libraries/lzma/C" )
|
||||
+pkg_check_modules(LZMA REQUIRED clzma)
|
||||
+pkg_check_modules(LZMA REQUIRED lzma-sdk)
|
||||
|
||||
if( NOT CMAKE_CROSSCOMPILING )
|
||||
if( NOT CROSS_EXPORTS )
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 24 12:41:33 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Adjust gzdoom-lzma.patch for changes in the lzma-sdk package's
|
||||
lzma-sdk-shlib.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 03:47:23 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
10
gzdoom.spec
10
gzdoom.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gzdoom
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -46,10 +46,10 @@ BuildRequires: pkgconfig(openal)
|
||||
BuildRequires: pkgconfig(sdl2) >= 2.0.6
|
||||
BuildRequires: pkgconfig(vpx)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%if 0%{?suse_version} >= 1599
|
||||
BuildRequires: pkgconfig(clzma) >= 23.01
|
||||
%if 0%{?suse_version} >= 1650
|
||||
BuildRequires: pkgconfig(lzma-sdk) >= 23.01
|
||||
%else
|
||||
Provides: bundled(clzma) = 23.01
|
||||
Provides: bundled(lzma-sdk) = 23.01
|
||||
%endif
|
||||
Provides: qzdoom = 1.3.0
|
||||
Provides: zdoom = 2.8.1
|
||||
@@ -79,7 +79,7 @@ SSE2 is a hard requirement even on 32-bit x86.
|
||||
|
||||
%prep
|
||||
%autosetup -n %name-g%version -p1
|
||||
%if 0%{?suse_version} < 1600
|
||||
%if 0%{?suse_version} < 1690
|
||||
# system lzma-sdk too old, use bundled copy
|
||||
%patch -P 5 -R -p1
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user