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
|
|
|
#
|
2023-02-07 01:45:36 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
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.
|
|
|
|
|
2018-11-07 22:04:30 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-07-12 23:57:49 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
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
|
2023-12-13 20:26:42 +01:00
|
|
|
Version: 2.8.1
|
2013-07-13 00:23:04 +02:00
|
|
|
Release: 0
|
2019-08-23 12:23:42 +02:00
|
|
|
Summary: Simple DirectMedia Layer 2 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
|
2019-08-23 12:23:42 +02:00
|
|
|
URL: https://libsdl.org/projects/SDL_image/
|
2013-08-15 15:55:38 +02:00
|
|
|
|
|
|
|
#Hg-Clone: http://hg.libsdl.org/SDL_image/
|
2022-07-09 15:02:37 +02:00
|
|
|
Source: https://github.com/libsdl-org/SDL_image/releases/download/release-%version/SDL2_image-%version.tar.gz
|
2022-08-20 10:17:16 +02:00
|
|
|
BuildRequires: SDL2-devel >= 2.24
|
2016-01-10 18:49:45 +01:00
|
|
|
BuildRequires: dos2unix
|
2013-07-13 00:23:04 +02:00
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libtiff-devel
|
2015-01-08 10:14:56 +01:00
|
|
|
BuildRequires: pkg-config
|
2022-08-20 10:17:16 +02:00
|
|
|
BuildRequires: pkgconfig(libavif)
|
|
|
|
BuildRequires: pkgconfig(libjxl)
|
2013-08-15 15:55:38 +02:00
|
|
|
BuildRequires: pkgconfig(libpng)
|
|
|
|
BuildRequires: pkgconfig(libwebp)
|
2013-07-12 23:57:49 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
This is a simple library to load images of various formats as SDL
|
2015-01-06 13:04:53 +01:00
|
|
|
surfaces. This library supports the BMP, PPM, PCX, GIF, JPEG, PNG,
|
|
|
|
TIFF and WEBP formats.
|
2013-07-12 23:57:49 +02:00
|
|
|
|
2013-08-15 15:55:38 +02:00
|
|
|
%package -n %lname
|
2019-08-23 12:23:42 +02:00
|
|
|
Summary: Simple DirectMedia Layer 2 image loading library
|
2013-07-12 23:57:49 +02:00
|
|
|
Group: System/Libraries
|
2022-09-05 10:02:42 +02: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
|
2015-01-06 13:04:53 +01:00
|
|
|
surfaces. This library supports the BMP, PPM, PCX, GIF, JPEG, PNG,
|
|
|
|
TIFF and WEBP formats.
|
2013-07-12 23:57:49 +02:00
|
|
|
|
2022-07-09 15:13:09 +02:00
|
|
|
%package 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
|
2022-07-09 15:13:09 +02:00
|
|
|
Obsoletes: libSDL2_image-devel < %version-%release
|
|
|
|
Provides: libSDL2_image-devel = %version-%release
|
2013-07-12 23:57:49 +02:00
|
|
|
|
2022-07-09 15:13:09 +02:00
|
|
|
%description 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:04:53 +01:00
|
|
|
surfaces. This library supports the BMP, PPM, PCX, GIF, JPEG, PNG,
|
|
|
|
TIFF and WEBP formats.
|
2013-07-12 23:57:49 +02:00
|
|
|
|
|
|
|
%prep
|
2019-08-23 12:23:42 +02:00
|
|
|
%autosetup -p1
|
2016-01-10 18:49:45 +01:00
|
|
|
dos2unix *.txt
|
2013-07-13 00:23:04 +02:00
|
|
|
rm -rf external
|
2013-07-12 23:57:49 +02:00
|
|
|
|
|
|
|
%build
|
2022-07-09 15:02:37 +02:00
|
|
|
# --disable-*-shared: Link, rather than dlopen.
|
|
|
|
#
|
|
|
|
%configure --disable-stb-image --disable-png-shared --disable-jpg-shared \
|
|
|
|
--disable-tif-shared --disable-webp-shared --disable-static
|
|
|
|
%make_build
|
2013-07-12 23:57:49 +02:00
|
|
|
|
|
|
|
%install
|
2019-08-23 12:23:42 +02:00
|
|
|
%make_install
|
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
|
2022-07-09 15:02:37 +02:00
|
|
|
%license LICENSE.txt
|
2015-01-06 13:02:38 +01:00
|
|
|
%_libdir/libSDL2_image-2*.so.*
|
2013-07-12 23:57:49 +02:00
|
|
|
|
2022-07-09 15:13:09 +02:00
|
|
|
%files devel
|
2019-08-23 12:23:42 +02:00
|
|
|
%doc CHANGES.txt README.txt
|
2015-01-06 13:02:38 +01:00
|
|
|
%_includedir/SDL2/
|
|
|
|
%_libdir/libSDL2_image.so
|
2022-07-09 15:02:37 +02:00
|
|
|
%_libdir/cmake/
|
|
|
|
%_libdir/pkgconfig/*.pc
|
2013-07-12 23:57:49 +02:00
|
|
|
|
|
|
|
%changelog
|