SOURCES: kdegraphics-kuickshow-imlib.patch (NEW) - kdegraphics-kui...

qrczak qrczak at pld-linux.org
Thu Jan 25 01:40:51 CET 2007


Author: qrczak                       Date: Thu Jan 25 00:40:51 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kdegraphics-kuickshow-imlib.patch: fixed discovering imlib
  libraries. For some unkwnon reason kdegraphics calls
  'pkg-config --libs imlib', which calls 'imlib-config --libs-gdk',
  which links -lgdk_imlib instead of -lImlib, while kuickshow expects
  functions from -lImlib. Reverted to the old kdegraphics behavior of
  calling 'imlib-config --libs'.

---- Files affected:
SOURCES:
   kdegraphics-kuickshow-imlib.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/kdegraphics-kuickshow-imlib.patch
diff -u /dev/null SOURCES/kdegraphics-kuickshow-imlib.patch:1.1
--- /dev/null	Thu Jan 25 01:40:51 2007
+++ SOURCES/kdegraphics-kuickshow-imlib.patch	Thu Jan 25 01:40:46 2007
@@ -0,0 +1,15 @@
+--- kdegraphics-3.5.6/kuickshow/configure.in.in~	2006-03-17 11:11:22.000000000 +0100
++++ kdegraphics-3.5.6/kuickshow/configure.in.in	2007-01-25 01:27:52.000000000 +0100
+@@ -56,12 +56,7 @@
+ 
+ dnl #### now some kuickshow stuff ###
+ dnl Check if Imlib is installed properly
+-KDE_PKG_CHECK_MODULES(IMLIB, imlib >= 1.9.10, 
+-  LIB_IMLIB=$IMLIB_LIBS
+-  AC_SUBST(LIB_IMLIB)
+-,
+ KDE_FIND_IMLIB_CONFIG
+-)
+  
+ if test -z "$LIB_IMLIB"; then
+ dnl  AC_MSG_ERROR([You need to install Imlib 1.x, e.g. http://freshmeat.net/redir/imlib/4385/url_tgz/imlib-1.9.10.tar.gz if your distributor doesn't have a package])
================================================================


More information about the pld-cvs-commit mailing list