summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-05-28capt-src: Remove dependency to lib32-libxml2Aseem Athale
The only binaries that depend on 32-bit libxml2 are the precompiled binaries (which require lib32-libxml2-legacy). we don't compile 32-bit binaries that depend on libxml2, so we don't need dependency of lib32-libxml2. All other binaries are 64-bit binaries that get correctly compiled and linked against the newer version of libxml2. Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
2025-05-28capt-src: Add dependency to lib32-libxml2-legacyAseem Athale
After investigation, I found that for the most part, recompiling against the newer libxml2 works for 95% of the binaries required for this package to function, however, there are a few precompiled binaries in the upstream sources, that are 32-bit, linked against libxml2.so.2, and do not have the source code, so cannot recompile those against the newer libxml2. So, here's how the dependency graph looks like: 64-bit & 32-bit binaries that we compile (97% of all binaries in the end result package): Linked against newer libxml2, so we require dependency `libxml2` and `lib32-libxml2` for those. 32-bit precompiled binaries from Canon (3% of all binaries in the end result package): Linked against older libxml2, so we require dependency `lib32-libxml2-legacy` for these. Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
2024-05-26capt-src: Try to fix compilation issuesAseem Athale
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
2023-03-29capt-src: Add reportedly missing lib32 dependenciesAseem Athale
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
2022-07-17capt: Add conflicts for cndrvcups-common-lbAseem Athale
2022-05-07capt-src: Update maintainer in PKGBUILDAseem Athale
2020-11-21Adapted to new cups.servicereztho
2020-06-11Fixed compilationreztho
2019-10-06Added patchreztho
2017-08-09Upgrade to v2.71reztho
2015-12-08Added ghostscript per cdauth's requestreztho
2015-11-17Updated to v2.7.0reztho
2015-10-11Added .gitignorereztho
2015-06-13Initial commitreztho