mirror of
https://abf.rosa.ru/djam/SDL3.git
synced 2025-02-23 13:52:54 +00:00
New version 2.0.10
This commit is contained in:
parent
44d048ba78
commit
49bc905d29
4 changed files with 17 additions and 17 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
SDL2-2.0.9.tar.gz: 4354c6baad9a48486182656a7506abfb63e9bff5
|
||||
SDL2-2.0.10.tar.gz: fb31312ea1d4b45db839796ae2336dfe3d5884e5
|
||||
|
|
12
SDL2-2.0.10-cmake-libdir.patch
Normal file
12
SDL2-2.0.10-cmake-libdir.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -urN SDL2-2.0.10/CMakeLists.txt SDL2-2.0.10-patched/CMakeLists.txt
|
||||
--- SDL2-2.0.10/CMakeLists.txt 2019-07-25 14:32:36.000000000 +1000
|
||||
+++ SDL2-2.0.10-patched/CMakeLists.txt 2019-08-30 21:49:54.390555194 +1000
|
||||
@@ -1885,7 +1885,7 @@
|
||||
if (WINDOWS)
|
||||
set(PKG_PREFIX "cmake")
|
||||
else ()
|
||||
- set(PKG_PREFIX "lib/cmake/SDL2")
|
||||
+ set(PKG_PREFIX "lib${LIB_SUFFIX}/cmake/SDL2")
|
||||
endif ()
|
||||
|
||||
include(CMakePackageConfigHelpers)
|
|
@ -1,12 +0,0 @@
|
|||
diff -urN SDL2-2.0.7/CMakeLists.txt SDL2-2.0.7-patched/CMakeLists.txt
|
||||
--- SDL2-2.0.7/CMakeLists.txt 2017-11-17 12:09:51.064776019 +1000
|
||||
+++ SDL2-2.0.7-patched/CMakeLists.txt 2017-11-17 12:27:57.151796060 +1000
|
||||
@@ -1750,7 +1750,7 @@
|
||||
elseif (WINDOWS)
|
||||
set(PKG_PREFIX "cmake")
|
||||
else ()
|
||||
- set(PKG_PREFIX "lib/cmake/SDL2")
|
||||
+ set(PKG_PREFIX "lib${LIB_SUFFIX}/cmake/SDL2")
|
||||
endif ()
|
||||
|
||||
include(CMakePackageConfigHelpers)
|
|
@ -1,4 +1,4 @@
|
|||
%define oversion 0.9.0
|
||||
%define oversion 0.10.0
|
||||
|
||||
%define api 2.0
|
||||
%define major 0
|
||||
|
@ -7,15 +7,15 @@
|
|||
|
||||
Summary: Simple DirectMedia Layer
|
||||
Name: SDL2
|
||||
Version: 2.0.9
|
||||
Release: 3
|
||||
Version: 2.0.10
|
||||
Release: 1
|
||||
License: Zlib
|
||||
Group: System/Libraries
|
||||
Url: http://www.libsdl.org/
|
||||
Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
|
||||
Patch0: SDL2-2.0.3-cmake.patch
|
||||
Patch1: SDL2-2.0.7-soversion.patch
|
||||
Patch2: SDL2-2.0.7-cmake-libdir.patch
|
||||
Patch2: SDL2-2.0.10-cmake-libdir.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: wayland-doc
|
||||
BuildRequires: nas-devel
|
||||
|
|
Loading…
Add table
Reference in a new issue