rebuilt with libdirectfb 1.7.7 [release 1.2.12-3mamba;Fri Mar 22 2024]
This commit is contained in:
parent
ace2bc4a7e
commit
74f07abe8a
@ -1,6 +1,6 @@
|
||||
Name: libSDL_image
|
||||
Version: 1.2.12
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: SDL_image is an image file loading library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -13,18 +13,16 @@ Patch1: %{name}-libjpeg-8.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libSDL-devel
|
||||
BuildRequires: libdirectfb-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libts-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libdirectfb-devel >= 1.7.7
|
||||
BuildRequires: libwebp-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
SDL_image is an image file loading library.
|
||||
@ -33,13 +31,12 @@ It loads images as SDL surfaces, and supports the following formats: BMP, PNM, X
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
SDL_image is an image file loading library.
|
||||
It loads images as SDL surfaces, and supports the following formats: BMP, PNM, XPM, LBM, PCX, GIF, JPEG, PNG, TGA.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
@ -74,12 +71,14 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/SDL/*.h
|
||||
%{_libdir}/libSDL_image.a
|
||||
%{_libdir}/libSDL_image.la
|
||||
%{_libdir}/libSDL_image.so
|
||||
%{_libdir}/pkgconfig/SDL_image.pc
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Fri Mar 22 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.12-3mamba
|
||||
- rebuilt with libdirectfb 1.7.7
|
||||
|
||||
* Sun Mar 03 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.12-2mamba
|
||||
- rebuilt with current libpng
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user