Name: SDL2_image Version: 2.0.5 Release: 1%{?_dist_release} Summary: Image loading library for SDL Group: System Environment/Libraries Vendor: Project Vine Distribution: Vine Linux Packager: iwaim License: LGPLv2+ URL: https://www.libsdl.org/projects/SDL_image/ Source0: https://www.libsdl.org/projects/SDL_image/release/%{name}-%{version}.tar.gz BuildRequires: SDL2-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libwebp-devel BuildRequires: chrpath %description Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed to provide fast access to the graphics frame buffer and audio device. This package contains a simple library for loading images of various formats (BMP, PPM, PCX, GIF, JPEG, PNG) as SDL surfaces. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: SDL2-devel Requires: pkgconfig %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup rm -rf external/ sed -i -e 's/\r//g' README.txt CHANGES.txt COPYING.txt %build %configure --disable-dependency-tracking \ --disable-jpg-shared \ --disable-png-shared \ --disable-tif-shared \ --disable-webp-shared \ --disable-static sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool make %{?_smp_mflags} %install %make_install mkdir -p %{buildroot}%{_bindir} ./libtool --mode=install /usr/bin/install showimage %{buildroot}%{_bindir}/showimage2 chrpath -d %{buildroot}%{_bindir}/showimage2 rm -f %{buildroot}%{_libdir}/*.la %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %license COPYING.txt %doc CHANGES.txt %{_bindir}/showimage2 %{_libdir}/lib*.so.* %files devel %doc README.txt %{_libdir}/lib*.so %{_includedir}/SDL2/* %{_libdir}/pkgconfig/%{name}.pc %changelog * Fri Apr 17 2020 Tomohiro "Tomo-p" KATO 2.0.5-1 - new upstream release. * Wed May 23 2018 IWAI, Masaharu 2.0.3-1 - update to 2.0.3 * Sun Apr 16 2017 IWAI, Masaharu 2.0.1-1 - initial build for Vine Linux * Wed Feb 03 2016 Fedora Release Engineering - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sun Jan 10 2016 Igor Gnatenko - 2.0.1-1 - Update to 2.0.1 (RHBZ #1296751) * Mon Dec 28 2015 Igor Gnatenko - 2.0.0-9 - Rebuilt for libwebp soname bump * Tue Jun 16 2015 Fedora Release Engineering - 2.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Aug 15 2014 Fedora Release Engineering - 2.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Jun 06 2014 Fedora Release Engineering - 2.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Apr 15 2014 Dan HorĂ¡k - 2.0.0-5 - fix FTBFS on big endian arches * Fri Jan 03 2014 Kalev Lember - 2.0.0-4 - Rebuilt for libwebp soname bump * Fri Sep 6 2013 Igor Gnatenko - 2.0.0-3 - showimage -> showimage2 (rhbz 1005324) * Fri Sep 6 2013 Igor Gnatenko - 2.0.0-2 - Move README.txt to -devel subpackage * Fri Sep 6 2013 Igor Gnatenko - 2.0.0-1 - Based on SDL_image