Package Details: kipi-plugins 23.04.3-1

Git Clone URL: https://aur.archlinux.org/kipi-plugins.git (read-only, click to copy)
Package Base: kipi-plugins
Description: A collection of plugins extending the KDE graphics and image applications
Upstream URL: https://apps.kde.org/kipi_plugins/
Licenses: GPL
Groups: kde-applications, kde-graphics
Submitter: arojas
Maintainer: IslandC0der
Last Packager: IslandC0der
Votes: 15
Popularity: 0.080671
First Submitted: 2022-04-22 14:18 (UTC)
Last Updated: 2023-07-16 21:01 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

MarsSeed commented on 2023-10-20 17:26 (UTC)

Also please uninstall libmediawiki-git, because the same is true for that.

MarsSeed commented on 2023-10-20 17:23 (UTC)

@gardotd426, and everyone else: please kindly uninstall kipi-plugins and libkipi, because they are defunct, deprecated, and not used by any application.

gardotd426 commented on 2023-10-20 09:48 (UTC)

This needs to be updated to reflect the changes to the naming of KDE packages:

:: installing kio5 (5.111.0-1) breaks dependency 'kio' required by kipi-plugins

kio is now kio5

MarsSeed commented on 2023-09-25 07:03 (UTC)

Okay, then let me answer my own question:

gwenview and spectacle stopped using libkipi since KDE Gear release 22.04.0.

That's why Arch dropped this package in April 2022 to AUR, as from then on, no KDE Gear app is able to use this library.

Links:

MarsSeed commented on 2023-06-30 16:45 (UTC)

Btw, just for curiosity's sake: who among you uses this package and for what?

Is there any remaining KDE application that supports libkipi?

IslandC0der commented on 2023-06-22 23:21 (UTC)

Hi @Funkin-Stoopid, you can find it here

Funkin-Stoopid commented on 2023-06-14 02:01 (UTC)

Hello Where can we find libmediawiki ?

IslandC0der commented on 2023-06-08 19:38 (UTC)

@patlefort: thank you! It's now fixed :)

@ribugent: there's not much I can do here: they aren't required at runtime (so they should stay optional), but they must be present at build time should the user ever want to use them (so they have to stay as makedeps).

However, if you don't personally need those two plugins, you can try removing them from the makedeps (and optdeps) and recompiling; that should make that warning go away. If you do want them, just do as you did!

ribugent commented on 2023-06-06 06:59 (UTC)

This morning I got the following message from check-broken-packages-pacman-hook-git

File "/usr/lib/qt/plugins/kipiplugin_wikimedia.so" from package "kipi-plugins" is missing dependency "libKF5MediaWiki.so.5"

I installed the update yesterday, so after checking I've noticed that there are a couple of dependencies which are set as "optional" and "make" at the same time, and currently, I'm using yay with the configuration to remove make deps, so this option breaks the package.

To be honest, I do not know exactly how other packagers deal exactly with this situation... the only options I can see now are, removing them as make deps, or switching to required dependencies.

From my side, I've just reinstalled libmediawiki as a dependency and the issue is gone.

Thanks

patlefort commented on 2023-06-03 07:09 (UTC)

Actually the problem is that both libkipi and kipi-plugins use the same filename on the source file and makepkg can't tell if I set SRCDEST in my makepkg.conf.

Could you please give them unique names like such: source=("$pkgname-$pkgver.tar.gz::https://github.com/KDE/$pkgname/archive/refs/tags/v$pkgver.tar.gz")?