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
|
Name: libSDL_image
|
||||||
Version: 1.2.12
|
Version: 1.2.12
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: SDL_image is an image file loading library
|
Summary: SDL_image is an image file loading library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,18 +13,16 @@ Patch1: %{name}-libjpeg-8.patch
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libSDL-devel
|
BuildRequires: libSDL-devel
|
||||||
BuildRequires: libdirectfb-devel
|
BuildRequires: libdirectfb-devel
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: libts-devel
|
BuildRequires: libts-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libdirectfb-devel >= 1.7.7
|
||||||
BuildRequires: libwebp-devel
|
BuildRequires: libwebp-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
SDL_image is an image file loading library.
|
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
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Static libraries and headers for %{name}
|
Summary: Static libraries and headers for %{name}
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
SDL_image is an image file loading library.
|
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.
|
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 needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
@ -74,12 +71,14 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/SDL/*.h
|
%{_includedir}/SDL/*.h
|
||||||
%{_libdir}/libSDL_image.a
|
%{_libdir}/libSDL_image.a
|
||||||
%{_libdir}/libSDL_image.la
|
|
||||||
%{_libdir}/libSDL_image.so
|
%{_libdir}/libSDL_image.so
|
||||||
%{_libdir}/pkgconfig/SDL_image.pc
|
%{_libdir}/pkgconfig/SDL_image.pc
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Mar 03 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.12-2mamba
|
||||||
- rebuilt with current libpng
|
- rebuilt with current libpng
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user