Package Details: glaxnimate 0.5.4-6

Git Clone URL: https://aur.archlinux.org/glaxnimate.git (read-only, click to copy)
Package Base: glaxnimate
Description: Simple vector animation program
Upstream URL: https://glaxnimate.mattbas.org/
Licenses: GPL-3.0-or-later
Submitter: mattbas
Maintainer: mattbas (xiota)
Last Packager: xiota
Votes: 11
Popularity: 0.032057
First Submitted: 2021-09-18 20:18 (UTC)
Last Updated: 2024-07-10 12:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

lu9dce commented on 2024-07-04 18:38 (UTC) (edited on 2024-07-04 18:39 (UTC) by lu9dce)

I'm having this error.

 53%] Building CXX object bin/core/CMakeFiles/glaxnimate_core.dir/utils/tar.cpp.o
/home/eduardo/tmp/glaxnimate/src/core/io/video/video_format.cpp: In constructor ‘glaxnimate::av::DeviceIo::DeviceIo(QIODevice*, int)’:
/home/eduardo/tmp/glaxnimate/src/core/io/video/video_format.cpp:632:13: error: invalid conversion from ‘int (*)(void*, uint8_t*, int)’ {aka ‘int (*)(void*, unsigned char*, int)’} to ‘int (*)(void*, const uint8_t*, int)’ {aka ‘int (*)(void*, const unsigned char*, int)’} [-fpermissive]
  632 |             &DeviceIo::write_packet,
      |             ^~~~~~~~~~~~~~~~~~~~~~~
      |             |
      |             int (*)(void*, uint8_t*, int) {aka int (*)(void*, unsigned char*, int)}
En el fichero incluido desde /usr/include/libavformat/avformat.h:319,
                 desde /home/eduardo/tmp/glaxnimate/src/core/io/video/video_format.cpp:16:
/usr/include/libavformat/avio.h:404:25: nota:   argumento de inicialización 6 de ‘AVIOContext* avio_alloc_context(unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, const uint8_t*, int), int64_t (*)(void*, int64_t, int))’
  404 |                   int (*write_packet)(void *opaque, const uint8_t *buf, int buf_size),
      |                   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [bin/core/CMakeFiles/glaxnimate_core.dir/build.make:1469: bin/core/CMakeFiles/glaxnimate_core.dir/io/video/video_format.cpp.o] Error 1
make[2]: *** Se espera a que terminen otras tareas....
make[1]: *** [CMakeFiles/Makefile2:802: bin/core/CMakeFiles/glaxnimate_core.dir/all] Error 2
make: *** [Makefile:156: all] Error 2

xiota commented on 2024-04-23 20:11 (UTC) (edited on 2024-07-10 02:58 (UTC) by xiota)

This package uses Qt6, and I have confirmed that it builds without qt5-tools installed. If you have problems, try building in a clean chroot, or provide more details about the specific issue you're having.

yukijoou commented on 2024-04-23 16:08 (UTC)

I had to install extra/qt5-tools for this to build correctly for me. Could this be added as a dependency?

DeathByDenim commented on 2023-10-21 19:42 (UTC)

I have the same issue as alienp. Even though the PKGBUILD says 5.4.0_1, it installs the previous version.

I fixed it by using the git tag instead of branch:

pkgver=0.5.4
pkgrel=0
source=(
    "$_pkgname::git+https://gitlab.com/mattbas/$_pkgname/#tag=$pkgver"
)

Of course yay will still claim there are updates since 0.5.4_1_gdc26f367-1 > 0.5.4-0.

alieno commented on 2023-10-12 14:44 (UTC)

The package installs version glaxnimate-0.5.3_222_gdc26f367-1

Tio commented on 2022-08-27 14:13 (UTC)

Thanks!

mattbas commented on 2022-08-22 16:19 (UTC)

I recently fixed the build to use qt6, but this package follows stable releases so I haven't pushed the fix here yet. You can use the glaxnimate-git package until I make a full release

Tio commented on 2022-08-22 15:32 (UTC)

I get this error:

-- Could NOT find Qt6Svg (missing: Qt6Svg_DIR)
CMake Error at CMakeLists.txt:93 (find_package):
  Found package configuration file:

    /usr/lib64/cmake/Qt6/Qt6Config.cmake

  but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  FOUND.  Reason given by package:

  Failed to find Qt component "UiTools".

  Expected Config file at
  "/usr/lib64/cmake/Qt6UiTools/Qt6UiToolsConfig.cmake" does NOT exist

  Failed to find Qt component "Svg".

  Expected Config file at "/usr/lib64/cmake/Qt6Svg/Qt6SvgConfig.cmake" does
  NOT exist





-- Configuring incomplete, errors occurred!
See also "/var/tmp/pamac-build-tio/glaxnimate/src/glaxnimate/build/CMakeFiles/CMakeOutput.log".
==> ERROR: A failure occurred in build().
    Aborting...

Kunda commented on 2022-06-27 15:44 (UTC) (edited on 2022-06-27 15:45 (UTC) by Kunda)

Can someone please officially orphan glaxnimate-bin ?