mirror of
https://abf.rosa.ru/djam/SDL3.git
synced 2025-04-19 06:54:31 +00:00
Compare commits
11 commits
djam_perso
...
rosa2016.1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5ee1b13531 | ||
![]() |
f2764b6975 | ||
![]() |
17f04114d1 | ||
![]() |
36cef29a4a | ||
![]() |
1ca6b7bbc9 | ||
![]() |
3ecf73fabf | ||
![]() |
1412374284 | ||
![]() |
4ec3badb50 | ||
![]() |
891259c6f3 | ||
979a76c399 | |||
3f32712841 |
5 changed files with 25 additions and 18 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
SDL3-3.1.3.tar.xz: bbb88265949c814dfd44ac07bfa6470930f0a000
|
||||
SDL3-3.2.10.tar.gz: 4d6f91951f8dfa2e1fb35defc06e9e966675870a
|
||||
|
|
17
.gitea/workflows/ci.yml
Normal file
17
.gitea/workflows/ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: '1'
|
||||
|
||||
name: Run CI/CD...
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: r11_builder
|
||||
steps:
|
||||
- name: Jobs
|
||||
uses: ${{ github.server_url }}/Djam/r11_workflows@main
|
||||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
.*~
|
||||
*~
|
||||
.env
|
|
@ -1,12 +0,0 @@
|
|||
diff -urN SDL2-2.0.16/CMakeLists.txt SDL2-2.0.16-patched/CMakeLists.txt
|
||||
--- SDL2-2.0.16/CMakeLists.txt 2021-08-11 10:17:18.363243527 +1000
|
||||
+++ SDL2-2.0.16-patched/CMakeLists.txt 2021-08-11 10:18:52.446580179 +1000
|
||||
@@ -2564,7 +2564,7 @@
|
||||
elseif(UNIX AND NOT ANDROID)
|
||||
set_target_properties(SDL2 PROPERTIES
|
||||
VERSION ${LT_VERSION}
|
||||
- SOVERSION ${LT_MAJOR}
|
||||
+ SOVERSION 0
|
||||
OUTPUT_NAME "SDL2-${LT_RELEASE}")
|
||||
else()
|
||||
if(WINDOWS OR CYGWIN)
|
|
@ -7,14 +7,13 @@
|
|||
|
||||
Summary: Simple DirectMedia Layer
|
||||
Name: SDL3
|
||||
Version: 3.1.3
|
||||
Version: 3.2.10
|
||||
Release: 1
|
||||
License: Zlib
|
||||
Group: System/Libraries
|
||||
URL: https://www.libsdl.org
|
||||
Source0: https://github.com/libsdl-org/SDL/releases/download/preview-%{version}/%{name}-%{version}.tar.xz
|
||||
Source0: https://github.com/libsdl-org/SDL/releases/download/release-%{version}/%{name}-%{version}.tar.gz
|
||||
# Keep major stable, should be 0
|
||||
Patch1: SDL2-2.0.16-soversion.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: xz
|
||||
%ifarch %{x86_64} %{ix86} %{armx}
|
||||
|
@ -64,7 +63,7 @@ This package contains the library needed to run programs dynamically
|
|||
linked with %{name}.
|
||||
|
||||
%files -n %{libname}
|
||||
%doc README.md README-SDL.txt BUGS.txt WhatsNew.txt
|
||||
%doc README.md BUGS.txt WhatsNew.txt
|
||||
%doc LICENSE.txt
|
||||
%{_libdir}/lib%{name}.so.*
|
||||
|
||||
|
@ -81,7 +80,7 @@ This package contains the headers that programmers will need to develop
|
|||
applications which will use %{name}.
|
||||
|
||||
%files -n %{devname}
|
||||
%doc README.md README-SDL.txt BUGS.txt WhatsNew.txt
|
||||
%doc README.md BUGS.txt WhatsNew.txt
|
||||
%doc LICENSE.txt
|
||||
%{_includedir}/%{name}
|
||||
%{_libdir}/cmake/%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue