]> git.pld-linux.org Git - packages/SDL_image.git/commitdiff
- updated to 1.2.5, removed obsolete ac_fixes patch
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 May 2006 23:03:11 +0000 (23:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- libjpeg,libpng,libtiff are dlopened now; pass sonames for lib64 support
- moved base docs to base

Changed files:
    SDL_image.spec -> 1.56

SDL_image.spec

index bbbfcb85de65ae9427eb1dbc99b5ec901a155051..51c08bc1331ca39d1394141d40d4eeda0dab9707 100644 (file)
@@ -2,19 +2,18 @@ Summary:      Simple DirectMedia Layer - Sample Image Loading Library
 Summary(pl):   Przyk³adowa biblioteka do ³adowania obrazków
 Summary(pt_BR):        Simple DirectMedia Layer - Biblioteca exemplo para carga de Imagens
 Name:          SDL_image
-Version:       1.2.4
+Version:       1.2.5
 Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.libsdl.org/projects/SDL_image/release/%{name}-%{version}.tar.gz
-# Source0-md5: 70bf617f99e51a2c94550fc79d542f0b
+# Source0-md5: cd006109a73bf7dcc93e1c3ed15ee782
 URL:           http://www.libsdl.org/projects/SDL_image/
-Patch0:                %{name}-ac_fixes.patch
 BuildRequires: SDL-devel >= 1.2.5-2
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libjpeg-devel
-BuildRequires: libpng >= 1.0.8
+BuildRequires: libjpeg-devel >= 6b
+BuildRequires: libpng-devel >= 1.2.0
 BuildRequires: libtiff-devel
 BuildRequires: libtool
 BuildRequires: zlib-devel
@@ -41,9 +40,6 @@ Summary(pt_BR):       Bibliotecas e arquivos de inclus
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      SDL-devel
-Requires:      libjpeg-devel
-Requires:      libpng-devel
-Requires:      libtiff-devel
 Obsoletes:     libSDL_image1.2-devel
 
 %description devel
@@ -74,7 +70,6 @@ Bibliotecas est
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 rm -f acinclude.m4
@@ -83,6 +78,9 @@ rm -f acinclude.m4
 %{__autoconf}
 %{__automake}
 %configure \
+       jpg_lib=libjpeg.so.62 \
+       png_lib=libpng12.so.0 \
+       tif_lib=libtiff.so.3 \
        --enable-bmp \
        --enable-gif \
        --enable-jpg \
@@ -110,12 +108,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc CHANGES README
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc README CHANGES
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/SDL/*
This page took 0.044097 seconds and 4 git commands to generate.