packages: SDL_image/SDL_image.spec - BR: pkgconfig - package .pc file - exp...

sparky sparky at pld-linux.org
Sun Nov 22 03:27:39 CET 2009


Author: sparky                       Date: Sun Nov 22 02:27:39 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- BR: pkgconfig
- package .pc file
- explicitily enable all loaders; cannot force dlopened library version

---- Files affected:
packages/SDL_image:
   SDL_image.spec (1.67 -> 1.68) 

---- Diffs:

================================================================
Index: packages/SDL_image/SDL_image.spec
diff -u packages/SDL_image/SDL_image.spec:1.67 packages/SDL_image/SDL_image.spec:1.68
--- packages/SDL_image/SDL_image.spec:1.67	Tue Nov 17 19:44:45 2009
+++ packages/SDL_image/SDL_image.spec	Sun Nov 22 03:27:34 2009
@@ -17,6 +17,7 @@
 BuildRequires:	libpng-devel >= 2:1.2.0
 BuildRequires:	libtiff-devel >= 3
 BuildRequires:	libtool
+BuildRequires:	pkgconfig >= 0.9.0
 Requires:	SDL >= 1.2.10
 Obsoletes:	libSDL_image1.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -80,16 +81,21 @@
 %{__autoconf}
 %{__automake}
 %configure \
-	jpg_lib=libjpeg.so.7 \
-	png_lib=libpng12.so.0 \
-	tif_lib=libtiff.so.3 \
 	--enable-bmp \
 	--enable-gif \
 	--enable-jpg \
+	--enable-jpg-shared \
+	--enable-lbm \
 	--enable-pcx \
 	--enable-png \
-	--enable-ppm \
-	--enable-tif
+	--enable-png-shared \
+	--enable-pnm \
+	--enable-tga \
+	--enable-tif \
+	--enable-tif-shared \
+	--enable-xcf \
+	--enable-xpm \
+	--enable-xv 
 
 %{__make}
 
@@ -120,6 +126,7 @@
 %attr(755,root,root) %{_libdir}/libSDL_image.so
 %{_libdir}/libSDL_image.la
 %{_includedir}/SDL/SDL_image.h
+%{_pkgconfigdir}/SDL_image.pc
 
 %files static
 %defattr(644,root,root,755)
@@ -131,6 +138,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.68  2009/11/22 02:27:34  sparky
+- BR: pkgconfig
+- package .pc file
+- explicitily enable all loaders; cannot force dlopened library version
+
 Revision 1.67  2009/11/17 18:44:45  sparky
 - up to 1.2.10
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/SDL_image/SDL_image.spec?r1=1.67&r2=1.68&f=u



More information about the pld-cvs-commit mailing list