rev 7861 - in trunk/packages/kdelibs/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Mon Nov 12 12:02:33 UTC 2007


Author: pusling-guest
Date: 2007-11-12 12:02:32 +0000 (Mon, 12 Nov 2007)
New Revision: 7861

Added:
   trunk/packages/kdelibs/debian/patches/53_kdelibs_ltdl_ext.diff
Modified:
   trunk/packages/kdelibs/debian/changelog
Log:
wee... digikam, kamera ond friends now work. We can dlopen .so files


Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2007-11-12 10:43:58 UTC (rev 7860)
+++ trunk/packages/kdelibs/debian/changelog	2007-11-12 12:02:32 UTC (rev 7861)
@@ -1,3 +1,10 @@
+kdelibs (4:3.5.8.dfsg.1-4) unstable; urgency=low
+
+  * Add a patch to allow to dlopen .so files and not only .la files
+    Now kamera, digikam and others doesn't need to depend on -dev packages
+
+ -- Sune Vuorela <debian at pusling.com>  Mon, 12 Nov 2007 13:00:41 +0100
+
 kdelibs (4:3.5.8.dfsg.1-3) unstable; urgency=low
 
   * Bump shlibs. This is needed as there is a wrapper script introduced in

Added: trunk/packages/kdelibs/debian/patches/53_kdelibs_ltdl_ext.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/53_kdelibs_ltdl_ext.diff	                        (rev 0)
+++ trunk/packages/kdelibs/debian/patches/53_kdelibs_ltdl_ext.diff	2007-11-12 12:02:32 UTC (rev 7861)
@@ -0,0 +1,10 @@
+--- kdelibs-3.5.8.dfsg.1.orig/libltdl/ltdl.c
++++ kdelibs-3.5.8.dfsg.1/libltdl/ltdl.c
+@@ -184,6 +184,7 @@
+ #define LT_DLSTRERROR(name)	lt_dlerror_strings[LT_CONC(LT_ERROR_,name)]
+ 
+ static	const char	objdir[]		= LTDL_OBJDIR;
++#define LTDL_SHLIB_EXT ".so"
+ #ifdef	LTDL_SHLIB_EXT
+ static	const char	shlib_ext[]		= LTDL_SHLIB_EXT;
+ #endif




More information about the pkg-kde-commits mailing list