SPECS: kdegraphics.spec - kdegraphics-kuickshow-imlib.patch: fixed...

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: SPECS                         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:
SPECS:
   kdegraphics.spec (1.195 -> 1.196) 

---- Diffs:

================================================================
Index: SPECS/kdegraphics.spec
diff -u SPECS/kdegraphics.spec:1.195 SPECS/kdegraphics.spec:1.196
--- SPECS/kdegraphics.spec:1.195	Fri Jan 19 02:59:30 2007
+++ SPECS/kdegraphics.spec	Thu Jan 25 01:40:45 2007
@@ -27,6 +27,7 @@
 Patch0:		kde-common-PLD.patch
 Patch1:		%{name}-allowprint.patch
 Patch2:		kde-ac260-lt.patch
+Patch3:		%{name}-kuickshow-imlib.patch
 BuildRequires:	OpenEXR-devel >= 1.1.0
 BuildRequires:	OpenGL-GLU-devel
 BuildRequires:	ed
@@ -530,6 +531,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %{__sed} -i -e 's/Categories=.*/Categories=Qt;KDE;Graphics;Viewer;/' \
 	kdvi/kdvi.desktop \
@@ -871,6 +873,14 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.196  2007/01/25 00:40:45  qrczak
+- 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'.
+
 Revision 1.195  2007/01/19 01:59:30  shadzik
 - remove patch3 - it's too buggy even when fixed to compile, there're many header files missing etc.
 - sorry for the mess I did here :/
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kdegraphics.spec?r1=1.195&r2=1.196&f=u



More information about the pld-cvs-commit mailing list