automatic version update by autodist [release 2.0.16-1mamba;Mon Aug 16 2021]
This commit is contained in:
parent
c84ae173c3
commit
127ea3e460
@ -1,5 +1,5 @@
|
|||||||
Name: libSDL2
|
Name: libSDL2
|
||||||
Version: 2.0.14
|
Version: 2.0.16
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware
|
Summary: A library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -12,11 +12,9 @@ Patch0: libSDL2-2.0.4-libwayland-1.9.93.patch
|
|||||||
License: zlib/libpng
|
License: zlib/libpng
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libdbus-devel
|
BuildRequires: libdbus-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libibus-devel
|
BuildRequires: libibus-devel
|
||||||
BuildRequires: libts-devel
|
|
||||||
BuildRequires: libunwind-devel
|
BuildRequires: libunwind-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
@ -25,7 +23,6 @@ Provides: libSDL2-2.0.so.1()(64bit)
|
|||||||
Provides: libSDL2-2.0.so.1
|
Provides: libSDL2-2.0.so.1
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.
|
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.
|
||||||
@ -47,6 +44,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
\
|
\
|
||||||
|
-DLIB_SUFFIX= \
|
||||||
%ifarch arm aarch64
|
%ifarch arm aarch64
|
||||||
-DVIDEO_RPI=on \
|
-DVIDEO_RPI=on \
|
||||||
-DVIDEO_KMSDRM=off
|
-DVIDEO_KMSDRM=off
|
||||||
@ -94,6 +92,9 @@ ln -s libSDL2-2.0.so.0 %{buildroot}%{_libdir}/libSDL2-2.0.so.1
|
|||||||
#%doc README-android.txt README-cmake.txt README-directfb.txt README-gesture.txt README-hg.txt README-ios.txt README-macosx.txt README-pandora.txt README-platforms.txt README-porting.txt README-psp.txt README-raspberrypi.txt README-SDL.txt README-touch.txt README.txt README-wince.txt
|
#%doc README-android.txt README-cmake.txt README-directfb.txt README-gesture.txt README-hg.txt README-ios.txt README-macosx.txt README-pandora.txt README-platforms.txt README-porting.txt README-psp.txt README-raspberrypi.txt README-SDL.txt README-touch.txt README.txt README-wince.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 2.0.16-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 2.0.14-1mamba
|
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 2.0.14-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user