Compare commits

...

11 commits

Author SHA1 Message Date
Your Name
5ee1b13531 3.2.10
All checks were successful
Run CI/CD... / main (push) Successful in 9m34s
2025-03-31 22:05:24 +00:00
Your Name
f2764b6975 3.2.8
All checks were successful
Run CI/CD... / main (push) Successful in 11m31s
2025-03-05 00:12:32 +00:00
Your Name
17f04114d1 3.2.6
All checks were successful
Run CI/CD... / main (push) Successful in 11m32s
2025-03-02 21:53:11 +00:00
Your Name
36cef29a4a 3.2.4
All checks were successful
Run CI/CD... / main (push) Successful in 14m18s
2025-02-07 09:46:40 +00:00
Your Name
1ca6b7bbc9 3.2.2
All checks were successful
Run CI/CD... / main (push) Successful in 9m39s
2025-02-05 20:57:22 +00:00
Your Name
3ecf73fabf 3.2.2 2025-02-05 19:37:46 +00:00
Your Name
1412374284 3.2.2
Some checks failed
Run CI/CD... / main (push) Failing after 3m23s
2025-02-03 10:21:02 +00:00
Your Name
4ec3badb50 3.2.2 2025-02-03 10:20:34 +00:00
Your Name
891259c6f3 Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Failing after 21m49s
2025-01-31 15:38:45 +00:00
979a76c399 3.1.10 2025-01-17 08:31:59 +00:00
3f32712841 Добавление .gitignore и .gitea/workflows/ci.yml 2025-01-08 00:07:55 +03:00
5 changed files with 25 additions and 18 deletions

View file

@ -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
View 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
View file

@ -0,0 +1,3 @@
.*~
*~
.env

View file

@ -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)

View file

@ -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}