2013-07-12 23:57:49 +02:00
|
|
|
#
|
2013-07-13 00:23:04 +02:00
|
|
|
# spec file for package SDL2_image
|
2013-07-12 23:57:49 +02:00
|
|
|
#
|
2015-01-06 13:02:38 +01:00
|
|
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2013-07-12 23:57:49 +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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2013-07-13 00:23:04 +02:00
|
|
|
Name: SDL2_image
|
2013-08-15 15:55:38 +02:00
|
|
|
%define lname libSDL2_image-2_0-0
|
2013-07-13 00:23:04 +02:00
|
|
|
Version: 2.0.0
|
|
|
|
Release: 0
|
2015-01-06 13:02:38 +01:00
|
|
|
Summary: SDL2 image loading library
|
2013-07-13 00:23:04 +02:00
|
|
|
License: Zlib
|
2013-08-15 15:55:38 +02:00
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Url: http://libsdl.org/projects/SDL_image/
|
|
|
|
|
|
|
|
#Hg-Clone: http://hg.libsdl.org/SDL_image/
|
|
|
|
Source: http://libsdl.org/projects/SDL_image/release/%name-%version.tar.gz
|
|
|
|
Source2: baselibs.conf
|
2015-01-06 13:02:38 +01:00
|
|
|
Patch1: bigendian_undefined_s.patch
|
2013-07-13 00:23:04 +02:00
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libtiff-devel
|
2013-08-15 15:55:38 +02:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig(libpng)
|
|
|
|
BuildRequires: pkgconfig(libwebp)
|
2015-01-06 13:02:38 +01:00
|
|
|
BuildRequires: pkgconfig(sdl2)
|
2013-07-12 23:57:49 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This is a simple library to load images of various formats as SDL
|
|
|
|
surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF
|
|
|
|
formats.
|
|
|
|
|
2013-08-15 15:55:38 +02:00
|
|
|
%package -n %lname
|
2015-01-06 13:02:38 +01:00
|
|
|
Summary: Simple DirectMedia Layer 2 - Image Loading Library
|
2013-07-12 23:57:49 +02:00
|
|
|
Group: System/Libraries
|
2015-01-06 13:02:38 +01:00
|
|
|
Provides: SDL2_image = %version-%release
|
2013-07-12 23:57:49 +02:00
|
|
|
|
2013-08-15 15:55:38 +02:00
|
|
|
%description -n %lname
|
2013-07-12 23:57:49 +02:00
|
|
|
This is a simple library to load images of various formats as SDL
|
|
|
|
surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF
|
|
|
|
formats.
|
|
|
|
|
2013-07-13 00:23:04 +02:00
|
|
|
%package -n libSDL2_image-devel
|
2015-01-06 13:02:38 +01:00
|
|
|
Summary: Development files for the SDL2 image loader library
|
2013-08-15 15:55:38 +02:00
|
|
|
Group: Development/Libraries/X11
|
2015-01-06 13:02:38 +01:00
|
|
|
Requires: %lname = %version
|
2013-07-13 00:23:04 +02:00
|
|
|
Requires: libSDL2-devel
|
2015-01-06 13:02:38 +01:00
|
|
|
Provides: SDL2_image-devel = %version-%release
|
2013-07-12 23:57:49 +02:00
|
|
|
|
2013-07-13 00:23:04 +02:00
|
|
|
%description -n libSDL2_image-devel
|
2013-07-12 23:57:49 +02:00
|
|
|
This is a simple library to load images of various formats as SDL
|
2015-01-06 13:02:38 +01:00
|
|
|
surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TIFF
|
|
|
|
and WEBP formats.
|
2013-07-12 23:57:49 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2015-01-06 13:02:38 +01:00
|
|
|
%patch -P 1 -p1
|
2013-07-13 00:23:04 +02:00
|
|
|
rm -rf external
|
2013-07-12 23:57:49 +02:00
|
|
|
|
|
|
|
%build
|
2015-01-06 13:02:38 +01:00
|
|
|
%configure --disable-png-shared --disable-jpg-shared --disable-tif-shared \
|
|
|
|
--disable-webp-shared --disable-static
|
2013-07-12 23:57:49 +02:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2013-08-15 15:55:38 +02:00
|
|
|
make install DESTDIR="%buildroot"
|
2015-01-06 13:02:38 +01:00
|
|
|
rm -f "%buildroot/%_libdir"/*.la
|
2013-07-12 23:57:49 +02:00
|
|
|
|
2015-01-06 13:02:38 +01:00
|
|
|
%post -n %lname -p /sbin/ldconfig
|
2013-08-15 15:55:38 +02:00
|
|
|
%postun -n %lname -p /sbin/ldconfig
|
2013-07-12 23:57:49 +02:00
|
|
|
|
2013-08-15 15:55:38 +02:00
|
|
|
%files -n %lname
|
2013-07-12 23:57:49 +02:00
|
|
|
%defattr(-,root,root)
|
2013-07-13 00:23:04 +02:00
|
|
|
%doc CHANGES.txt COPYING.txt README.txt
|
2015-01-06 13:02:38 +01:00
|
|
|
%_libdir/libSDL2_image-2*.so.*
|
2013-07-12 23:57:49 +02:00
|
|
|
|
2013-07-13 00:23:04 +02:00
|
|
|
%files -n libSDL2_image-devel
|
2013-07-12 23:57:49 +02:00
|
|
|
%defattr(-,root,root)
|
2015-01-06 13:02:38 +01:00
|
|
|
%_includedir/SDL2/
|
|
|
|
%_libdir/libSDL2_image.so
|
|
|
|
%_libdir/pkgconfig/SDL2_image.pc
|
2013-07-12 23:57:49 +02:00
|
|
|
|
|
|
|
%changelog
|