Search Criteria
Package Details: todds 0.4.1-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/todds.git (read-only, click to copy) |
|---|---|
| Package Base: | todds |
| Description: | A CPU-based DDS encoder optimized for fast batch conversions with high encoding quality. |
| Upstream URL: | https://github.com/todds-encoder/todds |
| Licenses: | MPL2 |
| Submitter: | mszabo |
| Maintainer: | o0d4 |
| Last Packager: | o0d4 |
| Votes: | 1 |
| Popularity: | 0.35 |
| First Submitted: | 2023-10-29 23:27 (UTC) |
| Last Updated: | 2026-01-20 11:26 (UTC) |
Dependencies (12)
- boost-libs
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hyperscan (hyperscan-gitAUR)
- onetbb
- opencv (opencv-cuda)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- ispc (ispc-gitAUR) (make)
- catch2 (catch2-gitAUR) (check)
Required by (1)
- rimsort-git (optional)
Latest Comments
DarkShadow44 commented on 2025-12-31 02:09 (UTC)
My bad, it works with your patch after I delete the directory - I had old cmake caches from the original PKGBUILD and then it fails.
o0d4 commented on 2025-12-30 23:10 (UTC)
Hmm weird,, maybe you have set CC or CCX to something? cmake should've found your gcc and g++ and path.
I was basing the patch on the default cmake pkgbuild template which does not set compiler paths explicitly
DarkShadow44 commented on 2025-12-30 15:02 (UTC)
@o0d4 That fix doesn't work for me either, I had to explicitly set them to gcc and g++.
o0d4 commented on 2025-12-29 23:39 (UTC)
Package does not build for me with -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX options, removing them made the build go through, also there's no gcc make depend
Apply this patch to fix builds