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.000000
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

1 2 3 4 5 6 .. 8 Next › Last »

ElMastro commented on 2023-11-11 18:08 (UTC)

Well, luckily the PKGBUILD was fixed on the Archlinux forum. Now it should be working (at least with the last gimp version). Please let me know if something don't go as expected.

By the way, I added Mplayer as optional dependence (it is needed to extract single frames from a video)

EvPix commented on 2023-10-14 14:42 (UTC)

This link from the original source is available in the web archive:

https://web.archive.org/web20230419182600/https://github.com/GNOME/gimp-gap

FoldMorePaper commented on 2023-10-10 22:20 (UTC) (edited on 2023-10-10 22:28 (UTC) by FoldMorePaper)

I was running into the same issue when trying to compile source code from GNOME's Gitlab https://gitlab.gnome.org/Archive/gimp-gap

the upstream patch from ffmpeg mentioned on the arch bbs actually does apply, and I was able to successfully build from source, with some caveats:

  • I ran the autogen command from the AUR package's PKGBUILD: ./autogen.sh CC="gcc" CXX="g++" LDFLAGS="-lm" CFLAGS="-g"
  • I had to run "make" twice to successfully compile

I haven't delved too deeply into what the error was after running make the first time since running it a second time worked.

here's a modification of the patch to make it work with gimp-gap's directory setup: https://gist.github.com/OrigamiEngineer/9e99c669cc90420dcaba6f4efec11751

ElMastro commented on 2023-10-09 22:48 (UTC)

We're still looking for a solution....

https://bbs.archlinux.org/viewtopic.php?pid=2125397#p2125397

ElMastro commented on 2023-10-06 22:22 (UTC)

Thank you @EvPix;

unfortunately the source doesn't work (it gives the same error I have seen yet in the source code from the gimp site).

The problem is with "./libavcodec/x86/mathops.h:114: Error: operand type mismatch for `shr'", but unfortunately this seems to affect other packages If it will not found a workaround, I will have to find another solution.

EvPix commented on 2023-10-06 13:49 (UTC) (edited on 2023-10-06 13:58 (UTC) by EvPix)

@ElMastro

Found this repository: https://github.com/nhorman/gimp-gap

ElMastro commented on 2023-08-23 20:01 (UTC)

@thadeupenna:

Yes, unfortunately I can confirm it. This really is a problem, since to make it work we need a source. To me it seems the Project has been discontinued (it would be a pity). I will look around for information to see if we can sort out a solution

thadeupenna commented on 2023-08-23 16:43 (UTC)

Git repository seems to be removed from github, making this package unbuildable.

ElMastro commented on 2022-05-27 21:12 (UTC)

@bazza:

It will be useful to know that some FFmpeg sources give problems during compilation :)

bazza commented on 2022-05-27 21:08 (UTC)

Get them compiled by pointing out the FFmpeg source I have installed. :D