Package Details: glaxnimate 0.5.4-2

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: GPL3
Submitter: mattbas
Maintainer: mattbas (xiota)
Last Packager: xiota
Votes: 8
Popularity: 0.028010
First Submitted: 2021-09-18 20:18 (UTC)
Last Updated: 2023-11-14 00:03 (UTC)

Pinned Comments

xiota commented on 2023-11-14 00:40 (UTC) (edited on 2023-12-06 09:21 (UTC) by xiota)

This package has been reorganized and tested in a clean chroot. Outstanding issues I am aware of should be resolved.

  • Release binaries (appimage, deb) are available upstream.

  • git binaries available from aur.chaotic.cx.

Latest Comments

1 2 Next › Last »

xiota commented on 2023-11-14 00:40 (UTC) (edited on 2023-12-06 09:21 (UTC) by xiota)

This package has been reorganized and tested in a clean chroot. Outstanding issues I am aware of should be resolved.

  • Release binaries (appimage, deb) are available upstream.

  • git binaries available from aur.chaotic.cx.

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 ?

Popolon commented on 2022-06-16 19:30 (UTC)

There has been an update of qt6 today. I tried to build glaxnimate after the update, it worked fine.

evorster commented on 2022-06-16 06:53 (UTC)

This package detects qt6-base, and then tries to do all kinds of testing on QT6 libraries. The quick and dirty workaround for me at this moment was just to uninstall qt6-base. ;)