]> git.pld-linux.org Git - packages/crossmingw32-SDL_image.git/blobdiff - crossmingw32-SDL_image.spec
do not require pkgconfig deps either
[packages/crossmingw32-SDL_image.git] / crossmingw32-SDL_image.spec
index fe379007bf22c4b3e92dbeffec49d6888a39994d..f6475c89d5573be34d9449e6bc34504aebcdfd40 100644 (file)
@@ -1,20 +1,22 @@
 %define                realname        SDL_image
-Summary:       Simple DirectMedia Layer - Sample Image Loading Library - Mingw32 cross version
-Summary(pl.UTF-8):     Przykładowa biblioteka do ładowania obrazków - wersja skrośna dla Mingw32
+Summary:       Simple DirectMedia Layer - Sample Image Loading Library - MinGW32 cross version
+Summary(pl.UTF-8):     Przykładowa biblioteka do ładowania obrazków - wersja skrośna dla MinGW32
 Name:          crossmingw32-%{realname}
-Version:       1.2.10
-Release:       1
-License:       LGPL v2.1+
+Version:       1.2.12
+Release:       3
+License:       Zlib-like
 Group:         Libraries
 Source0:       http://www.libsdl.org/projects/SDL_image/release/%{realname}-%{version}.tar.gz
-# Source0-md5: 6c06584b31559e2b59f2b982d0d1f628
+# Source0-md5: a0f9098ebe5400f0bdc9b62e60797ecb
 URL:           http://www.libsdl.org/projects/SDL_image/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: crossmingw32-SDL >= 1.2.10
 BuildRequires: crossmingw32-gcc
 BuildRequires: crossmingw32-libjpeg >= 7
-BuildRequires: crossmingw32-libpng >= 1.2.0
+BuildRequires: crossmingw32-libpng >= 1.5.0
+BuildRequires: crossmingw32-libtiff >= 4
+BuildRequires: crossmingw32-libwebp >= 0.1.3
 BuildRequires: crossmingw32-w32api
 BuildRequires: libtool >= 2:2.0
 BuildRequires: pkgconfig >= 1:0.9.0
@@ -34,6 +36,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _dlldir                 /usr/share/wine/windows/system
 %define                __cc                    %{target}-gcc
 %define                __cxx                   %{target}-g++
+%define                __pkgconfig_provides    %{nil}
+%define                __pkgconfig_requires    %{nil}
 
 %ifnarch %{ix86}
 # arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
@@ -44,29 +48,30 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This is a simple library to load images of various formats as SDL
-surfaces. This library currently supports BMP, PPM, PCX, GIF, JPEG,
-and PNG formats.
+surfaces. This library currently supports BMP, GIF, JPEG, LBM, PCX,
+PNG, PNM (PBM/PGM/PPM), TGA, TIFF, WebP, XCF and XPM formats.
 
 This package contains the cross version for Win32.
 
 %description -l pl.UTF-8
 Jest to prosta biblioteka służąca do ładowania różnego formatu
 obrazków jako powierzchni SDL. W chwili obecnej biblioteka obsługuje
-następujące formaty: BMP, PPM, PCX, GIF, JPEG oraz PNG.
+następujące formaty: BMP, GIF, JPEG, LBM, PCX, PNG, PNM (PBM/PGM/PPM),
+TGA, TIFF, WebP, XCF oraz XPM.
 
 Ten pakiet zawiera wersję skrośną dla Win32.
 
 %package static
-Summary:       Static SDL_image library (cross mingw32 version)
-Summary(pl.UTF-8):     Statyczna biblioteka SDL_image (wersja skrośna mingw32)
+Summary:       Static SDL_image library (cross MinGW32 version)
+Summary(pl.UTF-8):     Statyczna biblioteka SDL_image (wersja skrośna MinGW32)
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
 %description static
-Static SDL_image library (cross mingw32 version).
+Static SDL_image library (cross MinGW32 version).
 
 %description static -l pl.UTF-8
-Statyczna biblioteka SDL_image (wersja skrośna mingw32).
+Statyczna biblioteka SDL_image (wersja skrośna MinGW32).
 
 %package dll
 Summary:       SDL_image - DLL library for Windows
This page took 0.076854 seconds and 4 git commands to generate.