2013-05-26 11:01:54 +02:00
|
|
|
#
|
|
|
|
# spec file for package SDL2
|
|
|
|
#
|
2015-01-06 13:34:00 +01:00
|
|
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2013-05-26 11:01:54 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: SDL2
|
2014-03-13 21:34:09 +01:00
|
|
|
%define lname libSDL2-2_0-0
|
2014-07-21 22:15:42 +02:00
|
|
|
Version: 2.0.3
|
2013-08-14 08:45:20 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Simple DirectMedia Layer Library
|
|
|
|
License: Zlib
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Url: http://libsdl.org/
|
2014-07-21 22:15:42 +02:00
|
|
|
|
2014-03-13 21:34:09 +01:00
|
|
|
#DL-URL: http://libsdl.org/download-2.0.php
|
2013-08-14 08:45:20 +02:00
|
|
|
Source: http://libsdl.org/release/%name-%version.tar.gz
|
|
|
|
Source2: http://libsdl.org/release/%name-%version.tar.gz.sig
|
|
|
|
Source3: %name.keyring
|
|
|
|
Source4: baselibs.conf
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-11-07 22:55:00 +01:00
|
|
|
BuildRequires: dos2unix
|
2014-07-21 22:15:42 +02:00
|
|
|
BuildRequires: gcc-c++
|
2013-05-26 11:01:54 +02:00
|
|
|
BuildRequires: nasm
|
|
|
|
BuildRequires: pkgconfig
|
2014-12-19 11:58:51 +01:00
|
|
|
BuildRequires: pkgconfig(alsa) >= 0.9.0
|
2014-05-26 15:26:59 +02:00
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
2014-07-21 22:15:42 +02:00
|
|
|
BuildRequires: pkgconfig(gl)
|
2013-05-26 11:01:54 +02:00
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(glu)
|
2014-05-26 09:36:24 +02:00
|
|
|
%if 0%{?suse_version} > 1120
|
|
|
|
BuildRequires: pkgconfig(egl)
|
|
|
|
BuildRequires: pkgconfig(glesv1_cm)
|
|
|
|
BuildRequires: pkgconfig(glesv2)
|
|
|
|
%endif
|
|
|
|
BuildRequires: pkgconfig(ice)
|
2014-05-26 15:28:38 +02:00
|
|
|
%if 0%{?suse_version} > 1220
|
2014-05-26 15:26:59 +02:00
|
|
|
BuildRequires: pkgconfig(tslib)
|
|
|
|
%endif
|
2014-05-26 09:36:24 +02:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
%if 0%{?suse_version} > 1120
|
|
|
|
BuildRequires: pkgconfig(xcursor)
|
|
|
|
BuildRequires: pkgconfig(xinerama)
|
|
|
|
BuildRequires: pkgconfig(xrandr)
|
2014-07-21 22:15:42 +02:00
|
|
|
BuildRequires: pkgconfig(xscrnsaver)
|
2014-05-26 09:36:24 +02:00
|
|
|
BuildRequires: pkgconfig(xxf86vm)
|
|
|
|
%endif
|
2013-08-14 08:45:20 +02:00
|
|
|
BuildRequires: pkgconfig(libpulse-simple) >= 0.9
|
2014-05-26 15:26:59 +02:00
|
|
|
BuildRequires: pkgconfig(udev)
|
2014-07-21 22:15:42 +02:00
|
|
|
BuildRequires: pkgconfig(xext)
|
|
|
|
BuildRequires: pkgconfig(xi)
|
2015-01-06 13:37:17 +01:00
|
|
|
%ifarch ppc ppc64 ppc64p7 ppc64le
|
2013-05-26 11:01:54 +02:00
|
|
|
BuildRequires: libspe2-devel
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
|
|
|
This is the "Simple DirectMedia Layer" library. It provides a generic
|
|
|
|
API for access to audio, keyboard, mouse, and display framebuffer
|
|
|
|
across multiple platforms.
|
|
|
|
|
2013-08-14 08:45:20 +02:00
|
|
|
%package -n %lname
|
2013-05-26 11:01:54 +02:00
|
|
|
Summary: Simple DirectMedia Layer Library
|
|
|
|
Group: System/Libraries
|
2014-12-18 11:07:37 +01:00
|
|
|
Provides: SDL2 = %version-%release
|
2013-05-26 11:01:54 +02:00
|
|
|
|
2013-08-14 08:45:20 +02:00
|
|
|
%description -n %lname
|
2013-05-26 11:01:54 +02:00
|
|
|
This is the "Simple DirectMedia Layer" library. It provides a generic
|
|
|
|
API for access to audio, keyboard, mouse, and display framebuffer
|
|
|
|
across multiple platforms.
|
|
|
|
|
|
|
|
%package -n libSDL2-devel
|
|
|
|
Summary: SDL2 Library Developer Files
|
|
|
|
Group: Development/Libraries/X11
|
2014-12-18 11:07:37 +01:00
|
|
|
Requires: %lname = %version
|
2013-08-14 08:45:20 +02:00
|
|
|
Requires: c_compiler
|
2013-05-26 11:01:54 +02:00
|
|
|
Requires: pkgconfig
|
2013-08-14 08:45:20 +02:00
|
|
|
Requires: pkgconfig(gl)
|
|
|
|
Requires: pkgconfig(glesv1_cm)
|
|
|
|
Requires: pkgconfig(glesv2)
|
2013-05-26 11:01:54 +02:00
|
|
|
Requires: pkgconfig(glu)
|
2013-08-14 08:45:20 +02:00
|
|
|
Requires: pkgconfig(x11)
|
|
|
|
Requires: pkgconfig(xproto)
|
2014-12-18 11:07:37 +01:00
|
|
|
Provides: SDL2-devel = %version-%release
|
2013-05-26 11:01:54 +02:00
|
|
|
|
|
|
|
%description -n libSDL2-devel
|
|
|
|
This package contains files needed for development with the SDL2
|
|
|
|
library.
|
|
|
|
|
|
|
|
%prep
|
2013-07-12 23:57:25 +02:00
|
|
|
%setup -q
|
2013-11-07 22:55:00 +01:00
|
|
|
dos2unix WhatsNew.txt
|
|
|
|
dos2unix TODO.txt
|
|
|
|
dos2unix BUGS.txt
|
|
|
|
dos2unix README-SDL.txt
|
|
|
|
dos2unix README.txt
|
|
|
|
dos2unix CREDITS.txt
|
|
|
|
dos2unix COPYING.txt
|
2013-05-26 11:01:54 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
|
|
|
--disable-rpath \
|
|
|
|
--disable-alsa-shared \
|
|
|
|
--disable-video-directfb
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2013-08-14 08:45:20 +02:00
|
|
|
make install DESTDIR="%buildroot"
|
2014-12-18 11:07:37 +01:00
|
|
|
rm -f "%buildroot/%_libdir"/*.la
|
2014-12-19 11:58:51 +01:00
|
|
|
# We do not want static libs, but using --disable-static leads to make aborting
|
|
|
|
# halfway through.
|
|
|
|
find "%buildroot/%_libdir" -type f -name "*.a" ! -name "libSDL2main.a" -delete
|
2013-05-26 11:01:54 +02:00
|
|
|
|
2014-12-18 11:07:37 +01:00
|
|
|
%post -n %lname -p /sbin/ldconfig
|
2013-08-14 08:45:20 +02:00
|
|
|
%postun -n %lname -p /sbin/ldconfig
|
2013-05-26 11:01:54 +02:00
|
|
|
|
2013-08-14 08:45:20 +02:00
|
|
|
%files -n %lname
|
2013-05-26 11:01:54 +02:00
|
|
|
%defattr(-,root,root)
|
2013-06-24 20:12:02 +02:00
|
|
|
%doc BUGS.txt COPYING.txt CREDITS.txt README.txt README-SDL.txt
|
2014-12-18 11:07:37 +01:00
|
|
|
%_libdir/libSDL2-2*.so.*
|
2013-05-26 11:01:54 +02:00
|
|
|
|
|
|
|
%files -n libSDL2-devel
|
|
|
|
%defattr(-,root,root)
|
2013-06-24 20:12:02 +02:00
|
|
|
%doc TODO.txt WhatsNew.txt
|
2014-12-18 11:07:37 +01:00
|
|
|
%_bindir/sdl2-config
|
|
|
|
%_libdir/libSDL2.so
|
|
|
|
%_libdir/libSDL2main.a
|
|
|
|
%_includedir/SDL2/
|
|
|
|
%_datadir/aclocal/sdl2.m4
|
|
|
|
%_libdir/pkgconfig/sdl2.pc
|
2013-05-26 11:01:54 +02:00
|
|
|
|
|
|
|
%changelog
|