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

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

bazza commented on 2022-05-27 16:08 (UTC) (edited on 2022-05-27 16:10 (UTC) by bazza)

make[3]: *** [libswscale/../subdir.mak:28: libswscale/libswscale.a] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [libavutil/../subdir.mak:28: libavutil/libavutil.a] Bus error (core dumped)
make[3]: *** Deleting file 'libavutil/libavutil.a'
make[3]: Leaving directory '/home/bazza/.cache/pikaur/build/gimp-gap/src/gimp-gap/extern_libs/ffmpeg'
make[2]: *** [Makefile:594: /home/bazza/.cache/pikaur/build/gimp-gap/src/gimp-gap/extern_libs/ffmpeg/libavutil/libavutil.a] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: *** [libavcodec/../subdir.mak:28: libavcodec/libavcodec.a] Bus error (core dumped)
make[3]: *** Deleting file 'libavcodec/libavcodec.a'
make[3]: Leaving directory '/home/bazza/.cache/pikaur/build/gimp-gap/src/gimp-gap/extern_libs/ffmpeg'
make[2]: *** [Makefile:584: /home/bazza/.cache/pikaur/build/gimp-gap/src/gimp-gap/extern_libs/ffmpeg/libavformat/libavformat.a] Error 2
make[3]: Leaving directory '/home/bazza/.cache/pikaur/build/gimp-gap/src/gimp-gap/extern_libs/ffmpeg'
make[2]: *** [Makefile:589: /home/bazza/.cache/pikaur/build/gimp-gap/src/gimp-gap/extern_libs/ffmpeg/libavcodec/libavcodec.a] Error 2
make[2]: Leaving directory '/home/bazza/.cache/pikaur/build/gimp-gap/src/gimp-gap/extern_libs'
make[1]: *** [Makefile:479: all-recursive] Error 1
make[1]: Leaving directory '/home/bazza/.cache/pikaur/build/gimp-gap/src/gimp-gap'
make: *** [Makefile:420: all] Error 2

My FFMPEG:

ffmpeg version n5.0 Copyright (c) 2000-2022 the FFmpeg developers
built with gcc 12.1.0 (GCC)
configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libmfx --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librav1e --enable-librsvg --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-nvdec --enable-nvenc --enable-shared --enable-version3 --enable-nonfree --enable-libsnappy --enable-libdav1d --enable-libzimg --enable-opencl --enable-opengl --enable-vulkan --enable-libplacebo --enable-libdrm --enable-libndi_newtek
libavutil      57. 17.100 / 57. 17.100
libavcodec     59. 18.100 / 59. 18.100
libavformat    59. 16.100 / 59. 16.100
libavdevice    59.  4.100 / 59.  4.100
libavfilter     8. 24.100 /  8. 24.100
libswscale      6.  4.100 /  6.  4.100
libswresample   4.  3.100 /  4.  3.100
libpostproc    56.  3.100 / 56.  3.100

YAOMTC commented on 2020-12-20 05:49 (UTC)

@ElMastro: Thanks, running makepkg twice worked!

ElMastro commented on 2020-12-13 11:45 (UTC)

@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 (UTC)

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 (UTC)

I tried building, but ran into:

make: *** [Makefile:418: all] Error 2
==> ERROR: A failure occurred in package().
    Aborting...

Full output before that: https://gist.github.com/yaomtc/5e5aa06533fec77ac8e28070883cd3e2

ElMastro commented on 2019-08-04 20:36 (UTC)

@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 (UTC) (edited on 2019-08-04 16:19 (UTC) by dreieck)

@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's package()-function in order to manualy remove it:

rmdir "${pkgdir}/usr/local/lib/gimp-gap-2.7"

(And why is it 2.7, but ${pkgver} is 2.6.1?)

ElMastro commented on 2018-07-06 21:13 (UTC)

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