Package Details: opentoonz-git 1.5.2982-1

Git Clone URL: https://aur.archlinux.org/opentoonz-git.git (read-only, click to copy)
Package Base: opentoonz-git
Description: 2D Animation software.
Upstream URL: https://github.com/opentoonz/opentoonz
Licenses: BSD
Submitter: ideasman42
Maintainer: ideasman42
Last Packager: ideasman42
Votes: 12
Popularity: 0.000000
First Submitted: 2016-07-03 09:34 (UTC)
Last Updated: 2021-07-12 00:55 (UTC)

Latest Comments

1 2 3 Next › Last »

silverhikari commented on 2025-06-29 00:18 (UTC)

with the current updates to cmake and gcc15, it is recommended by this issue to add:

-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DCMAKE_CXX_STANDARD=17 \
-DCMAKE_C_STANDARD=99 \
-Dwarnings-as-errors=OFF

as without these settings the program will fail to build

FabioLolix commented on 2021-08-19 12:12 (UTC)

I have a revision for this pkgbuild and could take a look at tahoma2d, however the next time make requests for new pkgbuilds at https://lists.archlinux.org/listinfo/aur-general

tiko commented on 2021-08-19 12:04 (UTC)

=request= hi can you create package for tahoma2d on aur it's like opentoonz https://github.com/tahoma2d/tahoma2d

ideasman42 commented on 2021-07-12 00:56 (UTC)

@Jummit updated, thanks for your feedback.

Jummit commented on 2021-07-10 13:05 (UTC)

I needed to install opencv and qt5-serialport for it to compile.

PedroHLC commented on 2020-08-06 15:57 (UTC)

For some reason, pkgver is throwing ".2559". By looking at your PKGBUILD I see that's not intentional.

PS: #VCS_package_guidelines says that commits number must be prefixed with 'r' and suffixed with dot followed by commit hash.

tryst commented on 2019-10-27 01:19 (UTC)

thank you for checking. I tried again after using a work around to install both libmypaint-git and libmypaint and it compiled successfully, so it's probably just the same compatibility issue as gimp has with libmypaint-git

ideasman42 commented on 2019-10-26 17:25 (UTC)

@tryst tested building just now and it worked without issues.

tryst commented on 2019-10-26 13:51 (UTC)

fails to build, but error is unclear

ideasman42 commented on 2017-11-30 06:16 (UTC)

Updated the package, libmypaint is now correctly detected.