Package Details: gimp-plugin-gmic-git 3.5.0.r0.g41e86b9-3

Git Clone URL: https://aur.archlinux.org/gimp-plugin-gmic-git.git (read-only, click to copy)
Package Base: gimp-plugin-gmic-git
Description: Gimp plugin for the G'MIC image processing framework
Upstream URL: https://github.com/GreycLab/gmic-qt
Licenses: CeCILL-C
Submitter: trougnouf
Maintainer: xiota
Last Packager: xiota
Votes: 3
Popularity: 0.000000
First Submitted: 2018-01-16 12:15 (UTC)
Last Updated: 2025-01-12 16:41 (UTC)

Latest Comments

1 2 Next › Last »

xiota commented on 2024-12-30 16:47 (UTC) (edited on 2024-12-30 21:18 (UTC) by xiota)

I've made the following changes:

  • Switch fork. Developer of original project passed away. See c-koi/gmic-qt#214
  • Use Qt6 instead of Qt5.
  • Support (only) GIMP 3.0 RC via gimp-git. For GIMP 2.0, the stable package for this plugin is fully up to date. Will switch to gimp when 3.0 is released. Those who prefer a different gimp package should edit the PKGBUILD.

Note: This package currently does not provides/conflicts with the stable package so that the plugin can be installed for both GIMP 2.0 and 3.0.

alex-y commented on 2024-11-27 09:28 (UTC)

Clonage dans le dépôt nu '/var/tmp/pamac-build-ego/gimp-plugin-gmic-git/gmic' fatal : could not read Username for 'https://github.com': Aucun périphérique ou adresse ==> ERREUR : Échec lors du téléchargement du dépôt gmic git Abandon…

kapoyav commented on 2024-03-19 14:52 (UTC)

also in line 68 need to fix "make -C ${_name}/src CImg.h gmic_stdlib.h" on "make -C ${_name}/src CImg.h gmic_stdlib_community.h". And this crashes while builds on gimp3. "Currently, I have no plans to make G’MIC-Qt works for GIMP 3 before it’s actually released." - said developer.

kapoyav commented on 2024-03-19 14:23 (UTC)

https://github.com/GreycLab/gmic is actual git, please fix

LarryDave commented on 2023-12-10 19:06 (UTC) (edited on 2023-12-10 19:07 (UTC) by LarryDave)

Why is this package asking me for my github username and password while at the cloning step? I can't proceed further.

==> Choosing GIMP major version to build for...
  -> Using 2.99 (found installed locally)
==> Making package: gimp-plugin-gmic-git 2.9.8.r13.g2885531.gimp.2.0-1 (Sun 10 Dec 2023 10:04:39 PM +03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating gmic-qt git repo...
  -> Cloning gmic git repo...
Cloning into bare repository '/home/larry/.aur/gimp-plugin-gmic-git/gmic'...
Username for 'https://github.com':

rosenberg commented on 2023-01-19 07:31 (UTC)

I cannot install it with yay:

 -> cannot find package name: [==> Choosing GIMP major version to build for...]

A-KA commented on 2022-07-14 18:11 (UTC)

Was running into the same issue as @electricprism and @vredesbyrd

I was able to resolve it by pacman -R gmic and pacman -S gmic, then running makepkg directly (yay was still throwing errors)

Maybe lines 33-56 should be in the prepare function? I don't know

vredesbyrd commented on 2021-12-29 02:43 (UTC)

Trying to build with paru I was receiving the same error as @electricprism. Trying makepkg complained about not finding Qt5LinguistTools. Installing qt5-tools allowed makepkg to successfully build the package. Perhaps qt5-tools should be a makedepend?

ChrisMorgan commented on 2021-08-04 06:21 (UTC)

@electricprism: probably fixed now. Running makepkg directly on it was working fine, but the AUR helper you look to be using (possibly paru, judging by the string “parsing pkg list...” which it uses) didn’t like a corner I’d cut which more or less broke makepkg --printsrcinfo.

If that doesn’t resolve it, I’ll look a bit harder (and then actually run it through paru, not just makepkg).