LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   kipi-plugins or digikam - both not working... (https://www.linuxquestions.org/questions/slackware-14/kipi-plugins-or-digikam-both-not-working-4175494957/)

irgunII 02-14-2014 04:42 PM

kipi-plugins or digikam - both not working...
 
The other day I was formatting my second hdd to put 14.1 on it, but I've been extremely tired lately and screwed up and formatted my tried-and-true-working-like-a-well-oiled-machine Slackware 14.0 instead (luckily I had a backup of almost everything minus the last week of anything I'd downloaded).

On my 14.0 I didn't need to install 'digikam' to have the right-click menu of kipi-plugins (I also installed kim4 for this too).

So, I figured I'd just go ahead and install 14.1, which up to this point has been working quite well.

I tried to install the kipi-plugins tgz I had made for my 14.0 system, but nothing is happening in my right-click menu to show it 'took', so I compiled it from source that I had also and installed the new one (after using pkgtool to remove the first one I'd tried to install).

Still not working.

Okay, I'd read that digikam now has it all in it so I tried to build it from the slackpackages.org but I get this error:

Code:

-- Could NOT find required package HUpnpAv: <http://herqq.org>
-- Found ImageMagick: /usr/lib/libMagickCore-6.Q16.so (found version
"6.8.6-10")
CMake Warning at /usr/share/apps/cmake/modules/MacroOptionalFindPackage.cmake:32
(find_package):
  By not providing "FindQtGStreamer.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "QtGStreamer", but CMake did not find one.

  Could not find a package configuration file provided by "QtGStreamer" with
  any of the following names:

    QtGStreamerConfig.cmake
    qtgstreamer-config.cmake

  Add the installation prefix of "QtGStreamer" to CMAKE_PREFIX_PATH or set
  "QtGStreamer_DIR" to a directory containing one of the above files.  If
  "QtGStreamer" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  extra/kipi-plugins/CMakeLists.txt:172 (MACRO_OPTIONAL_FIND_PACKAGE)


-- Could NOT find QtKOAuth (missing:  QTKOAUTH_LIBRARIES QTKOAUTH_INCLUDE_DIR)
-- libkgeomap: Found version 2.0.0
-- Found X11: /usr/lib/libX11.so
-- CMake version: cmake version 2.8.12

-- CMake version (cleaned): cmake version 2.8.12

-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp 
--
--
--------------------------------------------------------------------------------
--
--  kipi-plugins 3.5.0 dependencies results  <http://www.digikam.org>
--
--  libjpeg library found.................... YES
--  libtiff library found.................... YES
--  libpng library found..................... YES
--  libkipi library found.................... NO
--
CMake Error at extra/kipi-plugins/CMakeLists.txt:88 (MESSAGE):
  kipi-plugins needs libkipi. You need to install the libkipi (version >= )
library development package.
Call Stack (most recent call first):
  extra/kipi-plugins/CMakeLists.txt:235 (PRINT_LIBRARY_STATUS)


--  libkipi website is at http://www.digikam.org/sharedlibs
--
--  libkexiv2 library found.................. YES
--  libkdcraw library found.................. YES
--  libxml2 library found.................... YES (optional)
--  libxslt library found.................... YES (optional)
--  libexpat library found................... YES (optional)
--  native threads support library found..... YES (optional)
--  libopengl library found.................. YES (optional)
--  Qt4 OpenGL module found.................. YES
--  libopencv library found.................. YES (optional)
--  QJson library found...................... YES (optional)
--  libgpod library found.................... YES (optional)
--  Gdk library found........................ YES (optional)
--  libkdepim library found.................. YES (optional)
--  qca2 library found....................... YES (optional)
--  libkgeomap library found................. YES (optional)
--  libmediawiki library found............... YES (optional)
--  libkvkontakte library found.............. YES (optional)
--  libimagemagick library found............. YES (optional)
--  libqtgstreamer library found............. NO  (optional)
--  QtKOAuth library found................... NO  (optional)
--  OpenMP library found..................... YES (optional)
--  libX11 library found..................... YES (optional)
--  libksane library found................... YES (optional)
--  Hupnp library found...................... YES (optional)
--
CMake Error at extra/kipi-plugins/CMakeLists.txt:287 (MESSAGE):
  kipi-plugins will not be compiled! Look README file for more details about
dependencies...


-- Configuring incomplete, errors occurred!
See also "/tmp/SBo/digikam-3.5.0/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/SBo/digikam-3.5.0/build/CMakeFiles/CMakeError.log".

None of it seems to make sense other then the libkipi part seems to me to be a sort-of 'catch-22' where digikam's kipi-plugins needs the libkipi but libkipi can't be installed unless digikam and kipi-plugins is installed first ad nausea.

Does *anyone* actually have digikam or just kipi-plugins installed and actually working on their 14.1 x86(32 bit) system?

willysr 02-14-2014 04:46 PM

Try the one we have on SBo
It's working well assuming you have the minimum requirement installed :)

irgunII 02-14-2014 09:13 PM

Quote:

Originally Posted by willysr (Post 5117914)
Try the one we have on SBo
It's working well assuming you have the minimum requirement installed :)

I'm sorry, I see that I wrote "slackpackages.org" when I meant that I got it and built it from 'slackbuilds.org'. I have everything installed according to what it says to have on the page for getting digikam. This is the build that gave the error(s) above.

willysr 02-14-2014 10:16 PM

lipkipi is part of KDE (libkipi-4.10.5-i486-1 or libkipi-4.10.5-x86_64-1)
You should check whether you have that packages on your system or not
Also, removed kipi-plugins from your system before compiling new digikam as digikam 3.5.0 ships it's own kipi-plugins

irgunII 02-14-2014 10:32 PM

Quote:

Originally Posted by willysr (Post 5118004)
lipkipi is part of KDE (libkipi-4.10.5-i486-1 or libkipi-4.10.5-x86_64-1)
You should check whether you have that packages on your system or not
Also, removed kipi-plugins from your system before compiling new digikam as digikam 3.5.0 ships it's own kipi-plugins

Did that...there was no 'libkipi' at any time for some reason. Also removed kipi-plugins before compiling digikam, that didn't make any difference either.

Anyway, it's all moot as I got kim4 to install and work right and now I have the main stuff now in my right-click menu when I use it on an image, so I'm going to call this 'solved'. Thank you though for looking in on my problem.


All times are GMT -5. The time now is 06:05 PM.