rev 13037 - in kde-extras/kipi-plugins/branches/kde4/debian: . patches

Modestas Vainius modax-guest at alioth.debian.org
Wed Dec 24 01:42:17 UTC 2008


Author: modax-guest
Date: 2008-12-24 01:42:17 +0000 (Wed, 24 Dec 2008)
New Revision: 13037

Added:
   kde-extras/kipi-plugins/branches/kde4/debian/patches/
   kde-extras/kipi-plugins/branches/kde4/debian/patches/01_fix_ipodexport_linkage.diff
Modified:
   kde-extras/kipi-plugins/branches/kde4/debian/changelog
   kde-extras/kipi-plugins/branches/kde4/debian/control
Log:
Add missing build dependencies
Fix linkage problems in Ipodexport, enable it.

Mark, feel free to tweak/modify my changes, my intend was only
to fix FTBFSes.


Modified: kde-extras/kipi-plugins/branches/kde4/debian/changelog
===================================================================
--- kde-extras/kipi-plugins/branches/kde4/debian/changelog	2008-12-24 00:33:36 UTC (rev 13036)
+++ kde-extras/kipi-plugins/branches/kde4/debian/changelog	2008-12-24 01:42:17 UTC (rev 13037)
@@ -1,16 +1,20 @@
-kipi-plugins (0.2.0~beta5-0r1) UNRELEASED; urgency=low
+kipi-plugins (0.2.0~beta5-0r2) UNRELEASED; urgency=low
 
   * New upstream release (KDE4)
     - debian/kipi-plugins.install changes
     - remove package kipi-plugins-doc - missing upstream
     - remove debian/kipi-plugins.manpages
-    - Disable libgpod-nogtk-dev, (broken in KDE4)
     - Update Build-Depends to KDE4.2 libs
   * Add {misc:Depends}
   * Build-Depends: libcv-dev
 
- -- Mark Purcell <msp at debian.org>  Wed, 24 Dec 2008 09:28:30 +1100
+  [ Modestas Vainius ]
+  * Add libsane-dev, libpng-dev, libxrandr-dev, libexpat1-dev to
+    Build-Depends.
+  * Add 01_fix_ipodexport_linkage.diff patch to make Ipodexport build.
 
+ -- Mark Purcell <msp at debian.org>  Sun, 21 Dec 2008 21:23:15 +1100
+
 kipi-plugins (0.1.6-1) experimental; urgency=low
 
   * New upstream release for KDE3

Modified: kde-extras/kipi-plugins/branches/kde4/debian/control
===================================================================
--- kde-extras/kipi-plugins/branches/kde4/debian/control	2008-12-24 00:33:36 UTC (rev 13036)
+++ kde-extras/kipi-plugins/branches/kde4/debian/control	2008-12-24 01:42:17 UTC (rev 13037)
@@ -9,10 +9,11 @@
  kdepimlibs5-dev,
  libkipi6-dev, libkexiv2-7-dev, libkdcraw7-dev,
  libexiv2-dev (>= 0.18),
- libltdl3-dev, libtiff4-dev, libxslt1-dev,
+ libltdl3-dev, libpng-dev, libtiff4-dev, libxslt1-dev,
  libcv-dev,
- libksane-dev, libqt4-opengl-dev
-# libgpod-nogtk-dev, (broken in KDE4)
+ libxrandr-dev, libexpat1-dev,
+ libsane-dev, libksane-dev (>= 4:4.1.85), libqt4-opengl-dev,
+ libgpod-nogtk-dev
 Standards-Version: 3.8.0
 Homepage: http://www.kipi-plugins.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kipi-plugins/trunk/?op=log

Added: kde-extras/kipi-plugins/branches/kde4/debian/patches/01_fix_ipodexport_linkage.diff
===================================================================
--- kde-extras/kipi-plugins/branches/kde4/debian/patches/01_fix_ipodexport_linkage.diff	                        (rev 0)
+++ kde-extras/kipi-plugins/branches/kde4/debian/patches/01_fix_ipodexport_linkage.diff	2008-12-24 01:42:17 UTC (rev 13037)
@@ -0,0 +1,10 @@
+--- a/ipodexport/CMakeLists.txt
++++ b/ipodexport/CMakeLists.txt
+@@ -18,6 +18,7 @@
+                       ${KDE4_KDE3SUPPORT_LIBS}
+                       ${KDE4_KDEUI_LIBS}
+                       ${GPOD_LIBRARIES}
++                      ${KIPI_LIBRARIES}
+                       kipiplugins
+                       kio
+                      )




More information about the pkg-kde-commits mailing list