From 74f07abe8a43994afb5d88036c41be5291954009 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 22 Mar 2024 18:56:29 +0100 Subject: [PATCH] rebuilt with libdirectfb 1.7.7 [release 1.2.12-3mamba;Fri Mar 22 2024] --- libSDL_image.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/libSDL_image.spec b/libSDL_image.spec index f8d44ab..3e1ecb4 100644 --- a/libSDL_image.spec +++ b/libSDL_image.spec @@ -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 1.2.12-3mamba +- rebuilt with libdirectfb 1.7.7 + * Sun Mar 03 2013 Silvan Calarco 1.2.12-2mamba - rebuilt with current libpng