rev 10787 - kde-extras/digikam/trunk/debian

Mark Purcell msp at alioth.debian.org
Thu May 29 13:49:18 UTC 2008


Author: msp
Date: 2008-05-29 13:49:18 +0000 (Thu, 29 May 2008)
New Revision: 10787

Modified:
   kde-extras/digikam/trunk/debian/changelog
   kde-extras/digikam/trunk/debian/control
   kde-extras/digikam/trunk/debian/rules
Log:
* New upstream release
* Force powerpc build with gcc-4.2 - fixes:
  - digikam fails to build on powerpc - libgreycstoration_la.all_cpp.lo
  (Closes: #483137)
* Forwarded upstream and now claimed as fixed:
  - digikam 0.9.1-2 crashes when clicking on preview image to display it
  (Closes: #418251)
  - REALLY slow on big albums (Closes: #430380)
  - Hangs with splash screen on first upgrade (Closes: #407135)
  - Digikam hangs on startup (Closes: #415301)
  - Upgrade dropped way to enter comments en masse (Closes: #400032)

Modified: kde-extras/digikam/trunk/debian/changelog
===================================================================
--- kde-extras/digikam/trunk/debian/changelog	2008-05-29 13:22:31 UTC (rev 10786)
+++ kde-extras/digikam/trunk/debian/changelog	2008-05-29 13:49:18 UTC (rev 10787)
@@ -1,8 +1,18 @@
-digikam (2:0.9.4~beta5-1) UNRELEASED; urgency=low
+digikam (2:0.9.4~beta5-1) experimental; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
+  * Force powerpc build with gcc-4.2 - fixes:
+    - digikam fails to build on powerpc - libgreycstoration_la.all_cpp.lo
+    (Closes: #483137)
+  * Forwarded upstream and now claimed as fixed:
+    - digikam 0.9.1-2 crashes when clicking on preview image to display it
+    (Closes: #418251)
+    - REALLY slow on big albums (Closes: #430380)
+    - Hangs with splash screen on first upgrade (Closes: #407135)
+    - Digikam hangs on startup (Closes: #415301)
+    - Upgrade dropped way to enter comments en masse (Closes: #400032)
 
- -- Mark Purcell <msp at debian.org>  Tue, 29 Apr 2008 21:55:50 +1000
+ -- Mark Purcell <msp at debian.org>  Thu, 29 May 2008 23:40:06 +1000
 
 digikam (2:0.9.4~beta3-1) experimental; urgency=low
 

Modified: kde-extras/digikam/trunk/debian/control
===================================================================
--- kde-extras/digikam/trunk/debian/control	2008-05-29 13:22:31 UTC (rev 10786)
+++ kde-extras/digikam/trunk/debian/control	2008-05-29 13:49:18 UTC (rev 10787)
@@ -7,6 +7,7 @@
  libtiff4-dev, libgphoto2-2-dev, libkipi0-dev,
  libsqlite3-dev, liblcms1-dev, libltdl3-dev, libkexiv2-dev (>= 0.1.6),
  libjasper-dev, libpng12-dev | libpng-dev, libexiv2-dev (>= 0.16),
+ gcc-4.2 [powerpc], g++-4.2 [powerpc],
  libkdcraw-dev (>= 0.1.4)
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/digikam/trunk/

Modified: kde-extras/digikam/trunk/debian/rules
===================================================================
--- kde-extras/digikam/trunk/debian/rules	2008-05-29 13:22:31 UTC (rev 10786)
+++ kde-extras/digikam/trunk/debian/rules	2008-05-29 13:49:18 UTC (rev 10787)
@@ -7,6 +7,15 @@
 
 TARBALL_EXT=tar.bz2
 
+GCC42_HERE:= powerpc
+# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483137
+
+ifneq (,$(findstring $(DEB_HOST_ARCH),$(GCC42_HERE)))
+   CC=gcc-4.2
+   CPP=cpp-4.2
+   CXX=g++-4.2
+endif
+
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed"
 DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp
 




More information about the pkg-kde-commits mailing list