Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2015-01-08 23:18:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and      /work/SRC/openSUSE:Factory/.libkipi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkipi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-11-19 
20:28:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes     2015-01-09 
01:10:34.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Dec 17 20:41:33 UTC 2014 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.0
+   * KDE Applications 14.12.0
+   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
+
+-------------------------------------------------------------------

Old:
----
  libkipi-4.14.3.tar.xz

New:
----
  libkipi-14.12.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libkipi.spec ++++++
--- /var/tmp/diff_new_pack.5lpGE2/_old  2015-01-09 01:10:35.000000000 +0100
+++ /var/tmp/diff_new_pack.5lpGE2/_new  2015-01-09 01:10:35.000000000 +0100
@@ -26,7 +26,7 @@
 License:        BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:          Development/Libraries/KDE
 Url:            http://www.kde.org
-Version:        4.14.3
+Version:        14.12.0
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ libkipi-4.14.3.tar.xz -> libkipi-14.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/CMakeLists.txt 
new/libkipi-14.12.0/CMakeLists.txt
--- old/libkipi-4.14.3/CMakeLists.txt   2014-06-30 06:40:33.000000000 +0200
+++ new/libkipi-14.12.0/CMakeLists.txt  2014-12-03 17:21:54.000000000 +0100
@@ -6,9 +6,9 @@
 # @date   2004-02-01
 # @brief  KDE Image Plugin Interface
 #
-# @author Copyright (C) 2004-2012 by Gilles Caulier
+# @author Copyright (C) 2004-2014 by Gilles Caulier
 #         <a href="mailto:caulier dot gilles at gmail dot com">caulier dot 
gilles at gmail dot com</a>
-# @author Copyright (C) 2012 by Victor Dodon
+# @author Copyright (C) 2012      by Victor Dodon
 #         <a href="mailto:dodonvictor at gmail dot com">dodonvictor at gmail 
dot com</a>
 #
 # This program is free software; you can redistribute it
@@ -57,24 +57,25 @@
 # 0.1.4 => 1.0.1
 # 0.1.5 => 1.1.1
 # 0.1.6 => 2.0.0
-# 0.2.0 => 5.0.0  (released with KDE 4.1.0)
-# 0.3.0 => 6.0.0  (released with KDE 4.2.0)
-# 0.4.0 => 6.1.0  (released with KDE 4.3.0)
-# 1.0.0 => 7.0.0  (released with KDE 4.4.0)
-# 1.1.0 => 7.1.0  (released with KDE 4.5.0)
-# 1.2.0 => 8.0.0  (released with KDE 4.6.0)
+# 0.2.0 => 5.0.0  (released with KDE 4.1.0).
+# 0.3.0 => 6.0.0  (released with KDE 4.2.0).
+# 0.4.0 => 6.1.0  (released with KDE 4.3.0).
+# 1.0.0 => 7.0.0  (released with KDE 4.4.0).
+# 1.1.0 => 7.1.0  (released with KDE 4.5.0).
+# 1.2.0 => 8.0.0  (released with KDE 4.6.0).
 # 1.3.0 => 8.0.1  (released with KDE 4.7.1  - Set deprecated 
ImageInfo::title() and ImageInfo::setTitle(). Add ImageInfo::name() and 
ImageInfo::setName().
 # 1.4.0 => 8.0.2  (released with KDE 4.8.0  - Add 2 new slots in ConfigWidget 
class).
 # 1.5.0 => 9.0.0  (released with KDE 4.8.1  - Add Progress Manager feature 
support from Host application. Remove deprecated methods.
 #                                             Add new deprecated methods in 
ImageInfo class: description(), setDescription(),
 #                                             angle(), and setAngle()).
-# 1.6.0 => 9.1.0  (released with KDE 4.8.1  - Minor API fix)
-# 2.0.0 => 10.0.0 (released with KDE 4.10.0 - Including GoSC2012)
-# 2.1.0 => 11.0.0 (released with KDE 4.11.0 - Add edit hints)
+# 1.6.0 => 9.1.0  (released with KDE 4.8.1  - Minor API fix).
+# 2.0.0 => 10.0.0 (released with KDE 4.10.0 - Including GoSC2012).
+# 2.1.0 => 11.0.0 (released with KDE 4.11.0 - Add edit hints).
+# 2.2.0 => 11.1.0 (released with KDE 4.14.0 - Apply patch #89165 from bug 
#340030).
 
 # Library API version
 SET(KIPI_LIB_MAJOR_VERSION "2")
-SET(KIPI_LIB_MINOR_VERSION "1")
+SET(KIPI_LIB_MINOR_VERSION "2")
 SET(KIPI_LIB_PATCH_VERSION "0")
 
 # Suffix to add at end of version string. Usual values are:
@@ -89,7 +90,7 @@
 # Library ABI version used by linker.
 # For details : 
http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
 SET(KIPI_LIB_SO_CUR_VERSION "11")
-SET(KIPI_LIB_SO_REV_VERSION "0")
+SET(KIPI_LIB_SO_REV_VERSION "1")
 SET(KIPI_LIB_SO_AGE_VERSION "0")
 
 # =======================================================
@@ -113,10 +114,7 @@
 ENDIF(KDE4_BUILD_TESTS)
 
 IF(NOT WIN32)
-  CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libkipi.pc.cmake 
${CMAKE_CURRENT_BINARY_DIR}/libkipi.pc)
-  CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libkipi.lsm.cmake 
${CMAKE_CURRENT_BINARY_DIR}/libkipi.lsm)
+  
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/cmake/templates/libkipi.pc.cmake.in 
${CMAKE_CURRENT_BINARY_DIR}/libkipi.pc)
+  
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/cmake/templates/libkipi.lsm.cmake.in 
${CMAKE_CURRENT_BINARY_DIR}/libkipi.lsm)
   INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libkipi.pc DESTINATION 
${LIB_INSTALL_DIR}/pkgconfig )
 ENDIF(NOT WIN32)
-
-# desktop file which define plugin service model, used by tool from 
kipi-plugins.
-INSTALL(FILES kipiplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/cmake/templates/libkipi.lsm.cmake.in 
new/libkipi-14.12.0/cmake/templates/libkipi.lsm.cmake.in
--- old/libkipi-4.14.3/cmake/templates/libkipi.lsm.cmake.in     1970-01-01 
01:00:00.000000000 +0100
+++ new/libkipi-14.12.0/cmake/templates/libkipi.lsm.cmake.in    2014-12-03 
17:21:54.000000000 +0100
@@ -0,0 +1,18 @@
+Begin4
+Title:          libkipi
+Version:        ${KIPI_LIB_VERSION_STRING}
+Entered-date:   2006-11-29
+Description:    KDE Image Plugin Interface, a C++ library to share plugins 
among graphic applications.
+Keywords:       kde image plugins
+Author:         caulier dot gilles at gmail dot com (Gilles Caulier)
+                marcel dot wiesweg at gmx dot de (Marcel Wiesweg)
+                renchi at pooh dot tam dot uiuc dot edu (Renchi Raju)
+                blackie at kde dot org (Jesper K. Pedersen)
+                aurelien dot gateau at free dot fr (Aurelien Gateau)
+Maintained-by:
+Primary-site:   http://www.digikam.org
+Alternate-site: http://www.digikam.org
+Original-site:
+Platforms:      Linux and other Unices, MacOs-X, Win32. Needs KDE 4.x
+Copying-policy: LGPL
+End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/cmake/templates/libkipi.pc.cmake.in 
new/libkipi-14.12.0/cmake/templates/libkipi.pc.cmake.in
--- old/libkipi-4.14.3/cmake/templates/libkipi.pc.cmake.in      1970-01-01 
01:00:00.000000000 +0100
+++ new/libkipi-14.12.0/cmake/templates/libkipi.pc.cmake.in     2014-12-03 
17:21:54.000000000 +0100
@@ -0,0 +1,12 @@
+prefix=${CMAKE_INSTALL_PREFIX}
+exec_prefix=${BIN_INSTALL_DIR}
+libdir=${LIB_INSTALL_DIR}
+includedir=${INCLUDE_INSTALL_DIR}
+
+Name: libkipi
+Description: KDE Image Plugin Interface, a C++ library to share plugins among 
graphic applications.
+URL: http://www.digikam.org
+Requires:
+Version: ${KIPI_LIB_VERSION_STRING}
+Libs: -L${LIB_INSTALL_DIR} -lkipi
+Cflags: -I${INCLUDE_INSTALL_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/kipiplugin.desktop 
new/libkipi-14.12.0/kipiplugin.desktop
--- old/libkipi-4.14.3/kipiplugin.desktop       2014-06-30 06:40:33.000000000 
+0200
+++ new/libkipi-14.12.0/kipiplugin.desktop      1970-01-01 01:00:00.000000000 
+0100
@@ -1,130 +0,0 @@
-[Desktop Entry]
-Type=ServiceType
-X-KDE-ServiceType=KIPI/Plugin
-X-KDE-DerivedName=KIPI Plugin
-Name=KIPIPlugin
-Name[ar]=كايْبِيبْلوغِن
-Name[ast]=KIPIPlugin
-Name[bg]=KIPIPlugin
-Name[bs]=KIPI priključak
-Name[ca]=KIPIPlugin
-Name[ca@valencia]=KIPIPlugin
-Name[cs]=KIPIPlugin
-Name[da]=KIPIPlugin
-Name[de]=KIPI-Modul
-Name[el]=Πρόσθετο KIPI
-Name[en_GB]=KIPIPlugin
-Name[es]=KIPIPlugin
-Name[et]=KIPI plugin
-Name[eu]=KIPIPlugin
-Name[fi]=KIPIPlugin
-Name[fr]=Module externe KIPI
-Name[ga]=KIPIPlugin
-Name[gl]=KIPIPlugin
-Name[hne]=केआईपीआईप्लगइन
-Name[hr]=KIPI-priključak
-Name[hu]=KIPI-bővítmény
-Name[ia]=KIPIPlugin
-Name[is]=KIPI-íforrit
-Name[it]=KIPIPlugin
-Name[ja]=Kipi プラグイン
-Name[kk]=KIPIPlugin
-Name[km]=KIPIPlugin
-Name[ko]=KIPIPlugin
-Name[ku]=KIPIPlugin
-Name[lt]=KIPIPriedas
-Name[lv]=KIPIPlugin
-Name[mr]=किपि-प्लगइन
-Name[nb]=KIPIPlugin
-Name[nds]=KIPI-Moduul
-Name[nl]=KIPIPlugin
-Name[nn]=KIPIPlugin
-Name[pa]=KIPIPlugin
-Name[pl]=KIPIPlugin
-Name[pt]=KIPIPlugin
-Name[pt_BR]=KIPIPlugin
-Name[ro]=KIPIPlugin
-Name[ru]=KIPIPlugin
-Name[sk]=KIPIPlugin
-Name[sl]=KIPIPlugin
-Name[sr]=КИПИ прикључак
-Name[sr@ijekavian]=КИПИ прикључак
-Name[sr@ijekavianlatin]=KIPI priključak
-Name[sr@latin]=KIPI priključak
-Name[sv]=KIPI-insticksprogram
-Name[th]=KIPIPlugin
-Name[tr]=KIPI Eklentisi
-Name[ug]=KIPIPlugin
-Name[uk]=KIPIPlugin
-Name[x-test]=xxKIPIPluginxx
-Name[zh_CN]=KIPIPlugin
-Name[zh_TW]=KIPI 外掛程式
-Comment=A KIPI Plugin
-Comment[ar]=ملحق كايْبي
-Comment[ast]=Un complementu pa KIPI
-Comment[bg]=Приставка KIPI
-Comment[bs]=KIPI priključak
-Comment[ca]=Un connector KIPI
-Comment[ca@valencia]=Un connector KIPI
-Comment[cs]=KIPI modul
-Comment[da]=Et KIPI-plugin
-Comment[de]=Ein KIPI-Modul
-Comment[el]=Ένα πρόσθετο του KIPI
-Comment[en_GB]=A KIPI Plugin
-Comment[es]=Un complemento para KIPI
-Comment[et]=KIPI plugin
-Comment[eu]=KIPI plugina
-Comment[fi]=KIPI-liitännäinen
-Comment[fr]=Un module externe KIPI
-Comment[ga]=Breiseán KIPI
-Comment[gl]=Un engadido de KIPI
-Comment[hne]=केआईपीआई प्लगइन
-Comment[hr]=KIPI-priključak
-Comment[hu]=Egy KIPI-bővítmény
-Comment[ia]=Un Plugin de KIPI
-Comment[is]=KIPI íforrit
-Comment[it]=Un'estensione di KIPI
-Comment[ja]=Kipi プラグイン
-Comment[kk]=KIPI плагині
-Comment[km]=កម្មវិធី​ជំនួយ KIPI
-Comment[ko]=KIPI 플러그인
-Comment[ku]=Pêveka KIPI
-Comment[lt]=KIPI priedas
-Comment[lv]=KIPI spraudnis
-Comment[mr]=एक किपि प्लगइन
-Comment[nb]=Et KIPI-programtillegg
-Comment[nds]=En KIPI-Moduul
-Comment[nl]=Een KIPI-plugin
-Comment[nn]=Eit programtillegg til KIPI
-Comment[pa]=ਕਿਪਿ ਪਲੱਗਇਨ
-Comment[pl]=Wtyczka KIPI
-Comment[pt]=Um 'Plugin' do KIPI
-Comment[pt_BR]=Um Plugin do KIPI
-Comment[ro]=Un modul KIPI
-Comment[ru]=Модуль KIPI
-Comment[sk]=Zásuvný modul KIPI
-Comment[sl]=Vstavek KIPI
-Comment[sr]=КИПИ прикључак
-Comment[sr@ijekavian]=КИПИ прикључак
-Comment[sr@ijekavianlatin]=KIPI priključak
-Comment[sr@latin]=KIPI priključak
-Comment[sv]=Ett KIPI-insticksprogram
-Comment[th]=ส่วนเสริมของ KIPI
-Comment[tr]=Bir KIPI Eklentisi
-Comment[ug]=KIPI قىستۇرمىسى
-Comment[uk]=Додаток KIPI
-Comment[x-test]=xxA KIPI Pluginxx
-Comment[zh_CN]=一个 KIPI 插件
-Comment[zh_TW]=KIPI 外掛程式
-
-[PropertyDef::X-KIPI-Id]
-Type=QString
-
-[PropertyDef::X-KIPI-ReqFeatures]
-Type=QStringList
-
-[PropertyDef::X-KIPI-PluginCategories]
-Type=QStringList
-
-[PropertyDef::X-KIPI-BinaryVersion]
-Type=int
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/libkipi/CMakeLists.txt 
new/libkipi-14.12.0/libkipi/CMakeLists.txt
--- old/libkipi-4.14.3/libkipi/CMakeLists.txt   2014-06-30 06:40:33.000000000 
+0200
+++ new/libkipi-14.12.0/libkipi/CMakeLists.txt  2014-12-03 17:21:54.000000000 
+0100
@@ -6,7 +6,7 @@
 # @date   2004-02-01
 # @brief  KDE Image Plugin Interface
 #
-# @author Copyright (C) 2004-2012 by Gilles Caulier
+# @author Copyright (C) 2004-2014 by Gilles Caulier
 #         <a href="mailto:caulier dot gilles at gmail dot com">caulier dot 
gilles at gmail dot com</a>
 #
 # This program is free software; you can redistribute it
@@ -22,7 +22,7 @@
 #
 # ============================================================
 
-CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/version.h)
+CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake.in 
${CMAKE_CURRENT_BINARY_DIR}/version.h)
 
 SET(kipi_LIB_SRCS pluginloader.cpp
                   interface.cpp
@@ -49,8 +49,11 @@
 
 INSTALL(TARGETS kipi ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
+# desktop file which define plugin service model, used by tool from 
kipi-plugins.
+INSTALL(FILES kipiplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
+
 # Check if compilation is done through digiKam SC or not. If yes, do not 
install header files.
-IF(NOT DIGIKAMSC_USE_PRIVATE_KDEGRAPHICS)
+IF(NOT DIGIKAMSC_USE_PRIVATE_SHAREDLIBS)
 
     INSTALL(FILES plugin.h
                   pluginloader.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/libkipi/configwidget.cpp 
new/libkipi-14.12.0/libkipi/configwidget.cpp
--- old/libkipi-4.14.3/libkipi/configwidget.cpp 2014-06-30 06:40:33.000000000 
+0200
+++ new/libkipi-14.12.0/libkipi/configwidget.cpp        2014-12-03 
17:21:54.000000000 +0100
@@ -7,9 +7,9 @@
  * @date   2012-08-06
  * @brief  plugin config widget
  *
- * @author Copyright (C) 2004-2012 by Gilles Caulier
+ * @author Copyright (C) 2004-2014 by Gilles Caulier
  *         <a href="mailto:caulier dot gilles at gmail dot com">caulier dot 
gilles at gmail dot com</a>
- * @author Copyright (C) 2012 by Victor Dodon
+ * @author Copyright (C) 2012      by Victor Dodon
  *         <a href="mailto:dodonvictor at gmail dot com">dodonvictor at gmail 
dot com</a>
  *
  * This program is free software; you can redistribute it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/libkipi/configwidget.h 
new/libkipi-14.12.0/libkipi/configwidget.h
--- old/libkipi-4.14.3/libkipi/configwidget.h   2014-06-30 06:40:33.000000000 
+0200
+++ new/libkipi-14.12.0/libkipi/configwidget.h  2014-12-03 17:21:54.000000000 
+0100
@@ -7,7 +7,7 @@
  * @date   2012-08-06
  * @brief  plugin config widget
  *
- * @author Copyright (C) 2004-2012 by Gilles Caulier
+ * @author Copyright (C) 2004-2014 by Gilles Caulier
  *         <a href="mailto:caulier dot gilles at gmail dot com">caulier dot 
gilles at gmail dot com</a>
  * @author Copyright (C) 2012      by Victor Dodon
  *         <a href="mailto:dodonvictor at gmail dot com">dodonvictor at gmail 
dot com</a>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/libkipi/configwidget_p.cpp 
new/libkipi-14.12.0/libkipi/configwidget_p.cpp
--- old/libkipi-4.14.3/libkipi/configwidget_p.cpp       2014-06-30 
06:40:33.000000000 +0200
+++ new/libkipi-14.12.0/libkipi/configwidget_p.cpp      2014-12-03 
17:21:54.000000000 +0100
@@ -156,7 +156,7 @@
 
         if (orig != load)
         {
-            group.writeEntry(item->m_info->name(), load);
+            group.writeEntry(item->m_info->uname(), load);
             item->m_info->setShouldLoad(load);
 
             // Bugfix #289779 - Plugins are not really freed / unplugged when 
disabled in the kipi setup dialog, always call reload()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/libkipi/kipiplugin.desktop 
new/libkipi-14.12.0/libkipi/kipiplugin.desktop
--- old/libkipi-4.14.3/libkipi/kipiplugin.desktop       1970-01-01 
01:00:00.000000000 +0100
+++ new/libkipi-14.12.0/libkipi/kipiplugin.desktop      2014-12-03 
17:21:54.000000000 +0100
@@ -0,0 +1,130 @@
+[Desktop Entry]
+Type=ServiceType
+X-KDE-ServiceType=KIPI/Plugin
+X-KDE-DerivedName=KIPI Plugin
+Name=KIPIPlugin
+Name[ar]=كايْبِيبْلوغِن
+Name[ast]=KIPIPlugin
+Name[bg]=KIPIPlugin
+Name[bs]=KIPI priključak
+Name[ca]=KIPIPlugin
+Name[ca@valencia]=KIPIPlugin
+Name[cs]=KIPIPlugin
+Name[da]=KIPIPlugin
+Name[de]=KIPI-Modul
+Name[el]=Πρόσθετο KIPI
+Name[en_GB]=KIPIPlugin
+Name[es]=KIPIPlugin
+Name[et]=KIPI plugin
+Name[eu]=KIPIPlugin
+Name[fi]=KIPIPlugin
+Name[fr]=Module externe KIPI
+Name[ga]=KIPIPlugin
+Name[gl]=KIPIPlugin
+Name[hne]=केआईपीआईप्लगइन
+Name[hr]=KIPI-priključak
+Name[hu]=KIPI-bővítmény
+Name[ia]=KIPIPlugin
+Name[is]=KIPI-íforrit
+Name[it]=KIPIPlugin
+Name[ja]=Kipi プラグイン
+Name[kk]=KIPIPlugin
+Name[km]=KIPIPlugin
+Name[ko]=KIPIPlugin
+Name[ku]=KIPIPlugin
+Name[lt]=KIPIPriedas
+Name[lv]=KIPIPlugin
+Name[mr]=किपि-प्लगइन
+Name[nb]=KIPIPlugin
+Name[nds]=KIPI-Moduul
+Name[nl]=KIPIPlugin
+Name[nn]=KIPIPlugin
+Name[pa]=KIPIPlugin
+Name[pl]=KIPIPlugin
+Name[pt]=KIPIPlugin
+Name[pt_BR]=KIPIPlugin
+Name[ro]=KIPIPlugin
+Name[ru]=KIPIPlugin
+Name[sk]=KIPIPlugin
+Name[sl]=KIPIPlugin
+Name[sr]=КИПИ прикључак
+Name[sr@ijekavian]=КИПИ прикључак
+Name[sr@ijekavianlatin]=KIPI priključak
+Name[sr@latin]=KIPI priključak
+Name[sv]=KIPI-insticksprogram
+Name[th]=KIPIPlugin
+Name[tr]=KIPI Eklentisi
+Name[ug]=KIPIPlugin
+Name[uk]=KIPIPlugin
+Name[x-test]=xxKIPIPluginxx
+Name[zh_CN]=KIPIPlugin
+Name[zh_TW]=KIPI 外掛程式
+Comment=A KIPI Plugin
+Comment[ar]=ملحق كايْبي
+Comment[ast]=Un complementu pa KIPI
+Comment[bg]=Приставка KIPI
+Comment[bs]=KIPI priključak
+Comment[ca]=Un connector KIPI
+Comment[ca@valencia]=Un connector KIPI
+Comment[cs]=KIPI modul
+Comment[da]=Et KIPI-plugin
+Comment[de]=Ein KIPI-Modul
+Comment[el]=Ένα πρόσθετο του KIPI
+Comment[en_GB]=A KIPI Plugin
+Comment[es]=Un complemento para KIPI
+Comment[et]=KIPI plugin
+Comment[eu]=KIPI plugina
+Comment[fi]=KIPI-liitännäinen
+Comment[fr]=Un module externe KIPI
+Comment[ga]=Breiseán KIPI
+Comment[gl]=Un engadido de KIPI
+Comment[hne]=केआईपीआई प्लगइन
+Comment[hr]=KIPI-priključak
+Comment[hu]=Egy KIPI-bővítmény
+Comment[ia]=Un Plugin de KIPI
+Comment[is]=KIPI íforrit
+Comment[it]=Un'estensione di KIPI
+Comment[ja]=Kipi プラグイン
+Comment[kk]=KIPI плагині
+Comment[km]=កម្មវិធី​ជំនួយ KIPI
+Comment[ko]=KIPI 플러그인
+Comment[ku]=Pêveka KIPI
+Comment[lt]=KIPI priedas
+Comment[lv]=KIPI spraudnis
+Comment[mr]=एक किपि प्लगइन
+Comment[nb]=Et KIPI-programtillegg
+Comment[nds]=En KIPI-Moduul
+Comment[nl]=Een KIPI-plugin
+Comment[nn]=Eit programtillegg til KIPI
+Comment[pa]=ਕਿਪਿ ਪਲੱਗਇਨ
+Comment[pl]=Wtyczka KIPI
+Comment[pt]=Um 'Plugin' do KIPI
+Comment[pt_BR]=Um Plugin do KIPI
+Comment[ro]=Un modul KIPI
+Comment[ru]=Модуль KIPI
+Comment[sk]=Zásuvný modul KIPI
+Comment[sl]=Vstavek KIPI
+Comment[sr]=КИПИ прикључак
+Comment[sr@ijekavian]=КИПИ прикључак
+Comment[sr@ijekavianlatin]=KIPI priključak
+Comment[sr@latin]=KIPI priključak
+Comment[sv]=Ett KIPI-insticksprogram
+Comment[th]=ส่วนเสริมของ KIPI
+Comment[tr]=Bir KIPI Eklentisi
+Comment[ug]=KIPI قىستۇرمىسى
+Comment[uk]=Додаток KIPI
+Comment[x-test]=xxA KIPI Pluginxx
+Comment[zh_CN]=一个 KIPI 插件
+Comment[zh_TW]=KIPI 外掛程式
+
+[PropertyDef::X-KIPI-Id]
+Type=QString
+
+[PropertyDef::X-KIPI-ReqFeatures]
+Type=QStringList
+
+[PropertyDef::X-KIPI-PluginCategories]
+Type=QStringList
+
+[PropertyDef::X-KIPI-BinaryVersion]
+Type=int
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/libkipi/pluginloader.cpp 
new/libkipi-14.12.0/libkipi/pluginloader.cpp
--- old/libkipi-4.14.3/libkipi/pluginloader.cpp 2014-06-30 06:40:33.000000000 
+0200
+++ new/libkipi-14.12.0/libkipi/pluginloader.cpp        2014-12-03 
17:21:54.000000000 +0100
@@ -7,7 +7,7 @@
  * @date   2004-02-01
  * @brief  plugin loader
  *
- * @author Copyright (C) 2004-2012 by Gilles Caulier
+ * @author Copyright (C) 2004-2014 by Gilles Caulier
  *         <a href="mailto:caulier dot gilles at gmail dot com">caulier dot 
gilles at gmail dot com</a>
  * @author Copyright (C) 2004-2005 by Renchi Raju
  *         <a href="mailto:renchi dot raju at gmail dot com">renchi dot raju 
at gmail dot com</a>
@@ -122,6 +122,11 @@
     return d->service->name();
 }
 
+QString PluginLoader::Info::uname() const
+{
+    return d->service->untranslatedGenericName();
+}
+
 QString PluginLoader::Info::author()  const
 {
     return d->service->property(QString("author"), 
QVariant::String).toString();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/libkipi/pluginloader.h 
new/libkipi-14.12.0/libkipi/pluginloader.h
--- old/libkipi-4.14.3/libkipi/pluginloader.h   2014-06-30 06:40:33.000000000 
+0200
+++ new/libkipi-14.12.0/libkipi/pluginloader.h  2014-12-03 17:21:54.000000000 
+0100
@@ -7,7 +7,7 @@
  * @date   2004-02-01
  * @brief  plugin loader
  *
- * @author Copyright (C) 2004-2012 by Gilles Caulier
+ * @author Copyright (C) 2004-2014 by Gilles Caulier
  *         <a href="mailto:caulier dot gilles at gmail dot com">caulier dot 
gilles at gmail dot com</a>
  * @author Copyright (C) 2004-2005 by Renchi Raju
  *         <a href="mailto:renchi dot raju at gmail dot com">renchi dot raju 
at gmail dot com</a>
@@ -201,6 +201,7 @@
         ~Info();
 
         QString       name()             const;
+        QString       uname()            const;
         QString       author()           const;
         QString       comment()          const;
         QIcon         icon()             const;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/libkipi/version.h.cmake 
new/libkipi-14.12.0/libkipi/version.h.cmake
--- old/libkipi-4.14.3/libkipi/version.h.cmake  2014-06-30 06:40:33.000000000 
+0200
+++ new/libkipi-14.12.0/libkipi/version.h.cmake 1970-01-01 01:00:00.000000000 
+0100
@@ -1,33 +0,0 @@
-/** ===========================================================
- *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
- *
- * @date   2004-09-09
- * @brief  KIPI release ID header
- *
- * @author Copyright (C) 2004-2012 by Gilles Caulier
- *         <a href="mailto:caulier dot gilles at gmail dot com">caulier dot 
gilles at gmail dot com</a>
- *
- * This program is free software; you can redistribute it
- * and/or modify it under the terms of the GNU General
- * Public License as published by the Free Software Foundation;
- * either version 2, or (at your option)
- * any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * ============================================================ */
-
-#ifndef KIPI_VERSION_H
-#define KIPI_VERSION_H
-
-static const char kipi_version[]     = "${KIPI_LIB_VERSION_STRING}";
-static const int kipi_binary_version =  ${KIPI_LIB_SO_CUR_VERSION};
-#define KIPI_VERSION ${KIPI_LIB_VERSION_ID}
-
-#endif // KIPI_VERSION_H
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/libkipi/version.h.cmake.in 
new/libkipi-14.12.0/libkipi/version.h.cmake.in
--- old/libkipi-4.14.3/libkipi/version.h.cmake.in       1970-01-01 
01:00:00.000000000 +0100
+++ new/libkipi-14.12.0/libkipi/version.h.cmake.in      2014-12-03 
17:21:54.000000000 +0100
@@ -0,0 +1,33 @@
+/** ===========================================================
+ *
+ * This file is a part of digiKam project
+ * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ *
+ * @date   2004-09-09
+ * @brief  KIPI release ID header
+ *
+ * @author Copyright (C) 2004-2012 by Gilles Caulier
+ *         <a href="mailto:caulier dot gilles at gmail dot com">caulier dot 
gilles at gmail dot com</a>
+ *
+ * This program is free software; you can redistribute it
+ * and/or modify it under the terms of the GNU General
+ * Public License as published by the Free Software Foundation;
+ * either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * ============================================================ */
+
+#ifndef KIPI_VERSION_H
+#define KIPI_VERSION_H
+
+static const char kipi_version[]     = "${KIPI_LIB_VERSION_STRING}";
+static const int kipi_binary_version =  ${KIPI_LIB_SO_CUR_VERSION};
+#define KIPI_VERSION ${KIPI_LIB_VERSION_ID}
+
+#endif // KIPI_VERSION_H
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/libkipi.lsm.cmake 
new/libkipi-14.12.0/libkipi.lsm.cmake
--- old/libkipi-4.14.3/libkipi.lsm.cmake        2014-06-30 06:40:33.000000000 
+0200
+++ new/libkipi-14.12.0/libkipi.lsm.cmake       1970-01-01 01:00:00.000000000 
+0100
@@ -1,18 +0,0 @@
-Begin4
-Title:          libkipi
-Version:        ${KIPI_LIB_VERSION_STRING}
-Entered-date:   2006-11-29
-Description:    KDE Image Plugin Interface, a C++ library to share plugins 
among graphic applications.
-Keywords:       kde image plugins
-Author:         caulier dot gilles at gmail dot com (Gilles Caulier)
-                marcel dot wiesweg at gmx dot de (Marcel Wiesweg)
-                renchi at pooh dot tam dot uiuc dot edu (Renchi Raju)
-                blackie at kde dot org (Jesper K. Pedersen)
-                aurelien dot gateau at free dot fr (Aurelien Gateau)
-Maintained-by:
-Primary-site:   http://www.digikam.org
-Alternate-site: http://www.digikam.org
-Original-site:
-Platforms:      Linux and other Unices, MacOs-X, Win32. Needs KDE 4.x
-Copying-policy: LGPL
-End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/libkipi.pc.cmake 
new/libkipi-14.12.0/libkipi.pc.cmake
--- old/libkipi-4.14.3/libkipi.pc.cmake 2014-06-30 06:40:33.000000000 +0200
+++ new/libkipi-14.12.0/libkipi.pc.cmake        1970-01-01 01:00:00.000000000 
+0100
@@ -1,12 +0,0 @@
-prefix=${CMAKE_INSTALL_PREFIX}
-exec_prefix=${BIN_INSTALL_DIR}
-libdir=${LIB_INSTALL_DIR}
-includedir=${INCLUDE_INSTALL_DIR}
-
-Name: libkipi
-Description: KDE Image Plugin Interface, a C++ library to share plugins among 
graphic applications.
-URL: http://www.digikam.org
-Requires:
-Version: ${KIPI_LIB_VERSION_STRING}
-Libs: -L${LIB_INSTALL_DIR} -lkipi
-Cflags: -I${INCLUDE_INSTALL_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/pics/kipi-icon.svg 
new/libkipi-14.12.0/pics/kipi-icon.svg
--- old/libkipi-4.14.3/pics/kipi-icon.svg       2014-06-30 06:40:33.000000000 
+0200
+++ new/libkipi-14.12.0/pics/kipi-icon.svg      2014-12-03 17:21:54.000000000 
+0100
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
+
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/";
-   xmlns:cc="http://web.resource.org/cc/";
+   xmlns:cc="http://creativecommons.org/ns#";
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
    xmlns:svg="http://www.w3.org/2000/svg";
    xmlns="http://www.w3.org/2000/svg";
@@ -14,8 +15,7 @@
    inkscape:export-filename="/tmp/a/32x32.png"
    inkscape:export-xdpi="22.5"
    inkscape:export-ydpi="22.5"
-   inkscape:version="0.44.1"
-   sodipodi:docbase="/home/wally/KDE/src/libs/libkipi/pics"
+   inkscape:version="0.48.5 r10040"
    sodipodi:docname="kipi-icon.svg"
    sodipodi:version="0.32"
    width="128"
@@ -43,7 +43,7 @@
         </dc:creator>
         <dc:rights>
           <cc:Agent>
-            <dc:title></dc:title>
+            <dc:title />
           </cc:Agent>
         </dc:rights>
         <dc:date />
@@ -51,26 +51,9 @@
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
         <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.5/"; />
+           rdf:resource="" />
         <dc:language />
       </cc:Work>
-      <cc:License
-         rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.5/";>
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/Reproduction"; />
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/Distribution"; />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/Notice"; />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/Attribution"; />
-        <cc:prohibits
-           rdf:resource="http://web.resource.org/cc/CommercialUse"; />
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/DerivativeWorks"; />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/ShareAlike"; />
-      </cc:License>
     </rdf:RDF>
   </metadata>
   <defs
@@ -452,24 +435,26 @@
      bordercolor="#666666"
      borderopacity="1.0"
      id="base"
-     inkscape:cx="69.507751"
+     inkscape:cx="25.757751"
      inkscape:cy="72.501038"
      inkscape:pageopacity="0.0"
      inkscape:pageshadow="2"
      inkscape:window-height="721"
      inkscape:window-width="1264"
-     inkscape:window-x="8"
-     inkscape:window-y="24"
+     inkscape:window-x="1631"
+     inkscape:window-y="135"
      inkscape:zoom="4"
      pagecolor="#ffffff"
      width="128px"
      height="128px"
-     inkscape:current-layer="layer2" />
+     inkscape:current-layer="layer2"
+     showgrid="false"
+     inkscape:window-maximized="0" />
   <g
      id="g21200"
      transform="matrix(1.720376,0,0,1.612464,-7.805174,-11.32108)">
     <path
-       d="M 80.038306,139.98171 A 75.326637,60.566689 0 1 1 
79.600141,140.41828 L 138.43814,178.23611 z"
+       d="m 80.038306,139.98171 c 26.275994,-25.93342 73.723394,-29.82954 
105.976734,-8.70222 32.25334,21.12732 37.09893,59.2776 10.82294,85.21103 
-26.276,25.93342 -73.7234,29.82954 -105.976741,8.70222 C 58.818943,204.20366 
53.793978,166.37532 79.600141,140.41828 l 58.837999,37.81783 z"
        id="path21016"
        sodipodi:cx="138.43814"
        sodipodi:cy="178.23611"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/pics/kipi-logo.svg 
new/libkipi-14.12.0/pics/kipi-logo.svg
--- old/libkipi-4.14.3/pics/kipi-logo.svg       2014-06-30 06:40:33.000000000 
+0200
+++ new/libkipi-14.12.0/pics/kipi-logo.svg      2014-12-03 17:21:54.000000000 
+0100
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
+
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/";
-   xmlns:cc="http://web.resource.org/cc/";
+   xmlns:cc="http://creativecommons.org/ns#";
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
    xmlns:svg="http://www.w3.org/2000/svg";
    xmlns="http://www.w3.org/2000/svg";
@@ -13,9 +14,8 @@
    height="190"
    id="svg2052"
    sodipodi:version="0.32"
-   inkscape:version="0.44.1"
+   inkscape:version="0.48.5 r10040"
    version="1.0"
-   sodipodi:docbase="/home/wally/KDE/src/libs/libkipi/pics"
    sodipodi:docname="kipi-logo.svg"
    inkscape:export-filename="/home/wally/Desktop/kipi-hybrid2.png"
    inkscape:export-xdpi="89.419998"
@@ -111,7 +111,7 @@
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
      inkscape:zoom="2.8"
-     inkscape:cx="148.77854"
+     inkscape:cx="86.27854"
      inkscape:cy="72.624991"
      inkscape:document-units="px"
      inkscape:current-layer="layer2"
@@ -119,8 +119,10 @@
      height="190px"
      inkscape:window-width="1272"
      inkscape:window-height="950"
-     inkscape:window-x="0"
-     inkscape:window-y="24" />
+     inkscape:window-x="1663"
+     inkscape:window-y="43"
+     showgrid="false"
+     inkscape:window-maximized="0" />
   <metadata
      id="metadata2057">
     <rdf:RDF>
@@ -137,29 +139,12 @@
         </dc:creator>
         <dc:rights>
           <cc:Agent>
-            <dc:title></dc:title>
+            <dc:title />
           </cc:Agent>
         </dc:rights>
         <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.5/"; />
+           rdf:resource="" />
       </cc:Work>
-      <cc:License
-         rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.5/";>
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/Reproduction"; />
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/Distribution"; />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/Notice"; />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/Attribution"; />
-        <cc:prohibits
-           rdf:resource="http://web.resource.org/cc/CommercialUse"; />
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/DerivativeWorks"; />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/ShareAlike"; />
-      </cc:License>
     </rdf:RDF>
   </metadata>
   <g
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkipi-4.14.3/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworldui.rc 
new/libkipi-14.12.0/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworldui.rc
--- 
old/libkipi-4.14.3/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworldui.rc   
    2014-06-30 06:40:33.000000000 +0200
+++ 
new/libkipi-14.12.0/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworldui.rc  
    2014-12-03 17:21:54.000000000 +0100
@@ -1,4 +1,5 @@
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<!-- NOTE: don't forget to increase version ID when this file is modified -->
 <gui version="11" name="kipiplugin_kxmlkipicmd" >
 
     <MenuBar>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/tests/kxmlkipicmd_defaultui.rc 
new/libkipi-14.12.0/tests/kxmlkipicmd_defaultui.rc
--- old/libkipi-4.14.3/tests/kxmlkipicmd_defaultui.rc   2014-06-30 
06:40:33.000000000 +0200
+++ new/libkipi-14.12.0/tests/kxmlkipicmd_defaultui.rc  2014-12-03 
17:21:54.000000000 +0100
@@ -1,4 +1,5 @@
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<!-- NOTE: don't forget to increase version ID when this file is modified -->
 <gui version="18" name="kxmlkipicmd" >
 
     <MenuBar>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/tests/kxmlkipicmd_gwenviewui.rc 
new/libkipi-14.12.0/tests/kxmlkipicmd_gwenviewui.rc
--- old/libkipi-4.14.3/tests/kxmlkipicmd_gwenviewui.rc  2014-06-30 
06:40:33.000000000 +0200
+++ new/libkipi-14.12.0/tests/kxmlkipicmd_gwenviewui.rc 2014-12-03 
17:21:54.000000000 +0100
@@ -1,4 +1,5 @@
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<!-- NOTE: don't forget to increase version ID when this file is modified -->
 <gui version="5" name="kxmlkipicmd" >
 
     <MenuBar>

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to