2.0.2 upstream release, add wayland support
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
17776481fd
commit
cc36b4833c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/SDL2-2.0.0.tar.gz
|
/SDL2-2.0.0.tar.gz
|
||||||
/SDL2-2.0.1.tar.gz
|
/SDL2-2.0.1.tar.gz
|
||||||
|
/SDL2-2.0.2.tar.gz
|
||||||
|
19
SDL2.spec
19
SDL2.spec
@ -1,6 +1,6 @@
|
|||||||
Name: SDL2
|
Name: SDL2
|
||||||
Version: 2.0.1
|
Version: 2.0.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A cross-platform multimedia library
|
Summary: A cross-platform multimedia library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.libsdl.org/
|
URL: http://www.libsdl.org/
|
||||||
@ -27,6 +27,11 @@ BuildRequires: pulseaudio-libs-devel
|
|||||||
BuildRequires: libXinerama-devel
|
BuildRequires: libXinerama-devel
|
||||||
BuildRequires: libXcursor-devel
|
BuildRequires: libXcursor-devel
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
|
# Wayland
|
||||||
|
BuildRequires: libwayland-client-devel
|
||||||
|
BuildRequires: libwayland-egl-devel
|
||||||
|
BuildRequires: libwayland-cursor-devel
|
||||||
|
BuildRequires: libxkbcommon-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed
|
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed
|
||||||
@ -50,6 +55,11 @@ Requires: libXScrnSaver-devel
|
|||||||
Requires: libXinerama-devel
|
Requires: libXinerama-devel
|
||||||
Requires: libXcursor-devel
|
Requires: libXcursor-devel
|
||||||
Requires: systemd-devel
|
Requires: systemd-devel
|
||||||
|
# Wayland
|
||||||
|
Requires: libwayland-client-devel
|
||||||
|
Requires: libwayland-egl-devel
|
||||||
|
Requires: libwayland-cursor-devel
|
||||||
|
Requires: libxkbcommon-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed
|
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed
|
||||||
@ -72,6 +82,7 @@ sed -i -e 's/\r//g' TODO.txt README.txt WhatsNew.txt BUGS.txt COPYING.txt CREDIT
|
|||||||
--disable-nas \
|
--disable-nas \
|
||||||
--enable-pulseaudio-shared \
|
--enable-pulseaudio-shared \
|
||||||
--enable-alsa \
|
--enable-alsa \
|
||||||
|
--enable-video-wayland \
|
||||||
--disable-rpath
|
--disable-rpath
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -105,6 +116,10 @@ rm -f %{buildroot}%{_libdir}/*.a
|
|||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 08 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.2-1
|
||||||
|
- 2.0.2 upstream release
|
||||||
|
- Enable wayland backend
|
||||||
|
|
||||||
* Tue Dec 10 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.1-2
|
* Tue Dec 10 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.1-2
|
||||||
- Add libXinerama, libudev, libXcursor support (RHBZ #1039702)
|
- Add libXinerama, libudev, libXcursor support (RHBZ #1039702)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user