]> git.pld-linux.org Git - packages/SDL_image.git/commitdiff
- libpng 1.2.2 support
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Apr 2002 09:42:33 +0000 (09:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_image.spec -> 1.31

SDL_image.spec

index 3a9e81d2f57e5f0fe771d423f83339161841c259..b8a3c1b798c6e0ed110291c0d809c6bf6044aa47 100644 (file)
@@ -42,7 +42,7 @@ Obsoletes:    libSDL_image1.2-devel
 %description devel
 Header files and more to develop SDL_image applications.
 
-%description -l pl devel
+%description devel -l pl
 Pliki nag³ówkowe do rozwijania aplikacji u¿ywaj±cych SDL_image.
 
 %package static
@@ -54,7 +54,7 @@ Requires:     %{name}-devel = %{version}
 %description static
 Statis SDL_image libraries.
 
-%description -l pl static
+%description static -l pl
 Statyczne biblioteki SDL_image.
 
 %prep
@@ -67,7 +67,10 @@ libtoolize --copy --force
 aclocal
 autoconf
 automake -a -c -f
-%configure \
+if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
+       CPPFLAGS="`pkg-config libpng12 --cflags`"
+fi
+%configure CPPFLAGS="$CPPFLAGS" \
        --enable-bmp \
        --enable-gif \
        --enable-jpg \
This page took 0.039973 seconds and 4 git commands to generate.