]> git.pld-linux.org Git - packages/SDL2_image.git/blobdiff - SDL2_image.spec
rebuild for new soname of dynamically loaded libavif/libjxl; rel 2
[packages/SDL2_image.git] / SDL2_image.spec
index 1bb00e5b133561dd28c57dc84928eae0d3e775e6..99862db51b48838e5c58a987504c5f54a1335614 100644 (file)
@@ -1,39 +1,49 @@
+#
+# Conditional build:
+%bcond_without avif            # AV1 Image File Format support
+%bcond_without jxl             # JPEG XL support
+
 Summary:       Simple DirectMedia Layer 2 - Sample Image Loading Library
 Summary(pl.UTF-8):     Przykładowa biblioteka do ładowania obrazków dla SDL2
 Summary(pt_BR.UTF-8):  Simple DirectMedia Layer 2 - Biblioteca exemplo para carga de Imagens
 Name:          SDL2_image
-Version:       2.0.1
-Release:       1
+Version:       2.6.3
+Release:       2
 License:       Zlib-like
 Group:         Libraries
-Source0:       http://www.libsdl.org/projects/SDL_image/release/%{name}-%{version}.tar.gz
-# Source0-md5: d94b94555ba022fa249a53a021dc3606
-URL:           http://www.libsdl.org/projects/SDL_image/
-BuildRequires: SDL2-devel >= 2.0.0
+Source0:       https://github.com/libsdl-org/SDL_image/releases/download/release-%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 191c3eb49cc2dce30abff81398a92e81
+Patch0:                %{name}-libjpeg.patch
+Patch1:                relax-soname-pattern.patch
+URL:           https://github.com/libsdl-org/SDL_image
+BuildRequires: SDL2-devel >= 2.0.9
 BuildRequires: autoconf
 BuildRequires: automake
+%{?with_avif:BuildRequires:    libavif-devel}
 BuildRequires: libjpeg-devel >= 8
-BuildRequires: libpng-devel >= 2:1.5.0
+%{?with_jxl:BuildRequires:     libjxl-devel}
+BuildRequires: libpng-devel >= 2:1.6.0
 BuildRequires: libtiff-devel >= 4
 BuildRequires: libtool >= 2:2
-BuildRequires: libwebp-devel >= 0.1.3
+BuildRequires: libwebp-devel >= 0.6.0
 BuildRequires: pkgconfig >= 1:0.9.0
-Requires:      SDL2 >= 2.0.0
+BuildRequires: rpmbuild(macros) >= 1.527
+Requires:      SDL2 >= 2.0.9
+%{?with_avif:Suggests: libavif}
 Suggests:      libjpeg >= 8
-%if "%(pkg-config --exists libpng16 2>/dev/null ; echo $?)" == "0"
+%{?with_jxl:Suggests:  libjxl}
 Suggests:      libpng >= 2:1.6.0
-%else
-Suggests:      libpng >= 2:1.5.0
-%endif
 Suggests:      libtiff >= 4
-Suggests:      libwebp >= 0.1.3
+Suggests:      libwebp >= 0.6.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # NOTE: libraries dlopened by sonames detected at build time:
+# libavif.so.15
 # libjpeg.so.8
-# libpng16.so.16/libpng15.so.15/...
+# libjxl.so.0.8
+# libpng16.so.16
 # libtiff.so.5
-# libwebp.so.5
+# libwebp.so.7
 
 %description
 This is a simple library to load images of various formats as SDL2
@@ -55,7 +65,7 @@ Summary(pl.UTF-8):    Pliki nagłówkowe do rozwijania aplikacji używających SDL2
 Summary(pt_BR.UTF-8):  Bibliotecas e arquivos de inclusão para desenvolvimento de aplicações SDL2
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      SDL2-devel >= 2.0.0
+Requires:      SDL2-devel >= 2.0.9
 
 %description devel
 Header files and more to develop SDL2_image applications.
@@ -85,6 +95,8 @@ Bibliotecas estáticas para desenvolvimento de aplicações SDL2.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -92,15 +104,22 @@ Bibliotecas estáticas para desenvolvimento de aplicações SDL2.
 %{__autoconf}
 %{__automake}
 %configure \
+       --disable-stb-image \
+       %{__enable_disable avif} \
+       --enable-avif-shared \
        --enable-bmp \
        --enable-gif \
        --enable-jpg \
        --enable-jpg-shared \
+       %{__enable_disable jxl} \
+       --enable-jxl-shared \
        --enable-lbm \
        --enable-pcx \
        --enable-png \
        --enable-png-shared \
        --enable-pnm \
+       --enable-qoi \
+       --enable-svg \
        --enable-tga \
        --enable-tif \
        --enable-tif-shared \
@@ -132,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES.txt COPYING.txt README.txt
+%doc CHANGES.txt LICENSE.txt README.txt
 %attr(755,root,root) %{_bindir}/sdl2show
 %attr(755,root,root) %{_libdir}/libSDL2_image-2.0.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libSDL2_image-2.0.so.0
@@ -140,6 +159,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libSDL2_image.so
+%{_libdir}/cmake/SDL2_image
 %{_includedir}/SDL2/SDL_image.h
 %{_pkgconfigdir}/SDL2_image.pc
 
This page took 0.072434 seconds and 4 git commands to generate.