Search Criteria
Package Details: tahoma2d-git 1.5.r0.gce378cbd6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tahoma2d-git.git (read-only, click to copy) |
---|---|
Package Base: | tahoma2d-git |
Description: | Software for producing a 2D animation |
Upstream URL: | https://tahoma2d.org/ |
Licenses: | BSD-3-Clause |
Conflicts: | tahoma2d |
Provides: | tahoma2d |
Submitter: | FabioLolix |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 1 |
Popularity: | 0.60 |
First Submitted: | 2021-08-22 13:46 (UTC) |
Last Updated: | 2025-02-15 13:59 (UTC) |
Dependencies (17)
- cblas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, blas-mklAUR, aocl-blisAUR, openblas-lapackAUR, blas-openblas)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-libfdk_aacAUR)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libmypaint (libmypaint-gitAUR)
- opencv (opencv-cuda)
- qt5-multimedia
- qt5-script (qt5-script-gitAUR)
- qt5-serialport (qt5-serialport-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- superlu
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- qt5-tools (make)
Latest Comments
FabioLolix commented on 2025-02-13 18:15 (UTC)
Indeed this build again with the 2024-12-01 update, I just forgot to unpin them
lmat commented on 2025-02-13 18:05 (UTC)
The pinned comments aren't an issue for me: I was able to build and run the package. I went to StopMotion, selected a camera, then clicked "Start Live View" and the application crashed. https://github.com/tahoma2d/tahoma2d/issues/1727 Since the App Image works, this appears to be a packaging issue.
FabioLolix commented on 2024-05-20 21:27 (UTC) (edited on 2024-05-20 21:27 (UTC) by FabioLolix)
Solved adding
export GIT_CLONE_PROTECTION_ACTIVE=false
in the pkgbuild and still fails to buildFabioLolix commented on 2024-05-20 21:16 (UTC)
Trying a build and got
Deleting source in common source dest solved nothing
FabioLolix commented on 2024-01-07 17:42 (UTC)
Sorry for radio silence
Currently broken https://github.com/tahoma2d/tahoma2d/issues/1248#issuecomment-1880120841
Proposed solutions didn't work for me
pkgbuild hosted here https://github.com/FabioLolix/PKGBUILD-AUR_fix
Lack of that packages have never been an issue, I build this with devtools mainly, which was your error?
ABelliqueux commented on 2023-11-17 14:58 (UTC) (edited on 2023-12-08 14:31 (UTC) by ABelliqueux)
This is because the tiff library was bumped to 4.2.0 since 1.3.1.
Either edit PKGBUILD, l.36 to reflect that :
but it would be a better option for the maintainer to programatically find out the correct folder, e.g :
@FabioLolix I can create a PR if you want.
Additionally, If you encounter a build error around 62%, try linking libdeflate manually, i.e : Edit PKGBUILD, l.58 and prefix
make
withCMAKE_CXX_FLAGS="-ldeflate"
:Finally, I had to install the 'vtk' and 'verdict' packages for the build to succeed.