rev 13676 - kde-extras/libkdcraw/trunk/debian

Mark Purcell msp at alioth.debian.org
Fri Jan 30 23:38:02 UTC 2009


Author: msp
Date: 2009-01-30 23:38:02 +0000 (Fri, 30 Jan 2009)
New Revision: 13676

Modified:
   kde-extras/libkdcraw/trunk/debian/changelog
   kde-extras/libkdcraw/trunk/debian/control
   kde-extras/libkdcraw/trunk/debian/rules
Log:
* --enable-openmp Build-Depends: libqsearch-gomp-dev 
  - parallelized LibRaw code to speed-up RAW demosaicing operations

Modified: kde-extras/libkdcraw/trunk/debian/changelog
===================================================================
--- kde-extras/libkdcraw/trunk/debian/changelog	2009-01-30 23:25:03 UTC (rev 13675)
+++ kde-extras/libkdcraw/trunk/debian/changelog	2009-01-30 23:38:02 UTC (rev 13676)
@@ -3,8 +3,10 @@
   * Upload to unstable - target squeeze
     - needed for digikam 0.9.5 (KDE3)
   * Add ${misc:Depends}
+  * --enable-openmp Build-Depends: libqsearch-gomp-dev 
+    - parallelized LibRaw code to speed-up RAW demosaicing operations
 
- -- Mark Purcell <msp at debian.org>  Sat, 31 Jan 2009 10:24:45 +1100
+ -- Mark Purcell <msp at debian.org>  Sat, 31 Jan 2009 10:35:10 +1100
 
 libkdcraw (0.1.7-1) experimental; urgency=low
 

Modified: kde-extras/libkdcraw/trunk/debian/control
===================================================================
--- kde-extras/libkdcraw/trunk/debian/control	2009-01-30 23:25:03 UTC (rev 13675)
+++ kde-extras/libkdcraw/trunk/debian/control	2009-01-30 23:38:02 UTC (rev 13676)
@@ -4,6 +4,7 @@
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Achim Bohnet <ach at mpe.mpg.de>, Fathi Boudra <fabo at debian.org>
 Build-Depends: cdbs, debhelper (>= 7), kdelibs4-dev,
+ libqsearch-gomp-dev,
  liblcms1-dev, libjpeg62-dev, pkg-config
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/libkdcraw/trunk/
@@ -22,7 +23,6 @@
  library documentation is available on kdcraw.h header file.
 
 Package: libkdcraw4
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Raw picture decoding C++ library (runtime)
@@ -31,4 +31,4 @@
  .
  This library is used by kipi-plugins, digiKam and others kipi host programs.
  .
- libkdcraw3 contains the library of libkdcraw.
+ This package contains the runtime library for libkdcraw.

Modified: kde-extras/libkdcraw/trunk/debian/rules
===================================================================
--- kde-extras/libkdcraw/trunk/debian/rules	2009-01-30 23:25:03 UTC (rev 13675)
+++ kde-extras/libkdcraw/trunk/debian/rules	2009-01-30 23:38:02 UTC (rev 13676)
@@ -4,5 +4,5 @@
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--no-undefined -Wl,--as-needed"
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --enable-openmp
 




More information about the pkg-kde-commits mailing list