Package Details: gimp-gap 2.7-2

Git Clone URL: https://aur.archlinux.org/gimp-gap.git (read-only, click to copy)
Package Base: gimp-gap
Description: Gimp Animation Package, gimp's plugin for animation
Upstream URL: https://www.gimp.org/tutorials/Using_GAP/
Licenses: GPL3
Submitter: ElMastro
Maintainer: ElMastro
Last Packager: ElMastro
Votes: 12
Popularity: 0.27
First Submitted: 2015-12-03 22:05 (UTC)
Last Updated: 2023-11-11 18:01 (UTC)

Dependencies (11)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

dreieck commented on 2018-07-05 11:14 (UTC)

It installs some files to /usr/local/lib.

When installed through the proper package management, it should not use /usr/local. Instead, install to /usr/lib, please.

Can you change that?

ElMastro commented on 2018-01-19 00:26 (UTC) (edited on 2018-01-19 00:26 (UTC) by ElMastro)

Cmake has been added as makedepencies. It seems to work so far.

<deleted-account> commented on 2018-01-16 13:24 (UTC)

cmake is one of the needy dependences, could you add it at the PKGBUILD pls?

TrialnError commented on 2017-08-03 00:47 (UTC)

Pacman does support VCS sources in source. No need to clone/download/whatever in the functions. https://wiki.archlinux.org/index.php/VCS_package_guidelines

ElMastro commented on 2017-08-02 23:21 (UTC)

All right, now it should work again, please let me know otherwise

ElMastro commented on 2017-08-01 20:10 (UTC)

Thanks for your effort gymka; during make it appears to complain about DSO, but I'm pretty sure I can make it work soon

gymka commented on 2017-08-01 06:08 (UTC) (edited on 2017-08-01 06:08 (UTC) by gymka)

workaround: 1. download source from https://github.com/GNOME/gimp-gap 2. ./configure 3. in "gap" folder(not "gimp-gap" which you downloaded, but inside source) in file Makefile.in change line(565): GIMP_LIBS = @GIMP_LIBS@ to GIMP_LIBS = @GIMP_LIBS@ -lm 4. make 5. sudo make install tested with GIMP 2.8.22, based on http://gimpchat.com/viewtopic.php?f=9&t=4532

ElMastro commented on 2016-11-10 22:25 (UTC)

Thebas, could you please provide information regarding the 4.8.5 version of gimp-gap (and possibly a source file)? Thanks

ElMastro commented on 2016-11-07 06:56 (UTC)

This is a well known problem. It depends on the vhook part of the ffmpeg package, as alredy stated. It could be fixed if the main branch would be patched, but it should be done by someone who's already working on it, as it regards not only Archlinux. I've witten it on bugzilla yet a few months ago.

tuxfusion commented on 2016-11-04 12:33 (UTC) (edited on 2016-11-04 12:33 (UTC) by tuxfusion)

Won't compile for me. It runs 3 minutes and stops here: http://pastebin.com/DAtA9hAa If I rerun makepkg on the aborted src directory, it finishes(?) and creates a package that I can install. Scary.