Search Criteria
Package Details: gimp-gap 2.7-1
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: | |
Submitter: | ElMastro |
Maintainer: | ElMastro |
Last Packager: | ElMastro |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-03 22:05 |
Last Updated: | 2019-08-04 20:37 |
Dependencies (10)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-git, glib2-nodocs-git, glib2-patched-thumbnailer)
- gimp>=2.6.0 (gimp-painter-git, gimp-light, gimp-git, glimpse-editor-git, glimpse-editor, gimp-devel, gimp-appimage)
- cmake (cmake-git) (make)
- intltool (make)
- faac (faac-git) (optional) – audio encoder
- faad2 (faad2-git) (optional) – audio decoder
- lame (lame-svn, lame-altivec) (optional) – mpeg layer 3 codec
- lbzip2 (lbzip2-git) (optional) – data compressor
- libx264 (x264-git, x264-tmod-git, x264) (optional) – H264 codec
- xvidcore (xvidcore-svn) (optional) – compression codec
Latest Comments
1 2 3 4 5 6 Next › Last »
YAOMTC commented on 2020-12-20 05:49
@ElMastro: Thanks, running makepkg twice worked!
ElMastro commented on 2020-12-13 11:45
@YAOMTC: I recompiled the PKGBUILD and I couldn't reproduce your problem. Someone told me that libawscale has problem in the source, so sometimes it is needed to run makepkg twice to make it successful.
ElMastro commented on 2020-12-12 11:09
I'm working on it, but it seems that the output is trunkated after line 2931 in github....
YAOMTC commented on 2020-12-12 01:35
I tried building, but ran into:
Full output before that: https://gist.github.com/yaomtc/5e5aa06533fec77ac8e28070883cd3e2
ElMastro commented on 2019-08-04 20:36
@dreieck: the PKGBUILD has been updated to remove the folder, its creation probably depend either on the source or on the ./autogen.sh parameters. In the readme file is not written. I couldn't find on the readme or the changelog file which version gap is, so it will be updated on 2.7
dreieck commented on 2019-08-04 16:19
@ElMastro:
Yes, on my system
/usr/local/lib/gimp-gap-2.7/
also is empty, but it should not create this directory at all.Can you modify the
PKGBUILD
'spackage()
-function in order to manualy remove it:(And why is it
2.7
, but${pkgver}
is2.6.1
?)ElMastro commented on 2018-07-06 21:13
dreieck, On my system it doesn't install anything on /usr/local/lib, only create an empty directory (/usr/local/lib/gimp-gap-2.7/) and I don't understand why (it probably depends on the source). However if it does install anything else on /usr/local/lib, I suggest to check if AUTOGEN_CONFIGURE_ARGS is not empty, wich could override the places of installation.
dreieck commented on 2018-07-05 11:14
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
Cmake has been added as makedepencies. It seems to work so far.
Anonymous comment on 2018-01-16 13:24
cmake is one of the needy dependences, could you add it at the PKGBUILD pls?