| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-28 | capt-src: Remove dependency to lib32-libxml2 | Aseem 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-28 | capt-src: Add dependency to lib32-libxml2-legacy | Aseem 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-26 | capt-src: Try to fix compilation issues | Aseem Athale | |
| Signed-off-by: Aseem Athale <athaleaseem@gmail.com> | |||
| 2023-03-29 | capt-src: Add reportedly missing lib32 dependencies | Aseem Athale | |
| Signed-off-by: Aseem Athale <athaleaseem@gmail.com> | |||
| 2022-07-17 | capt: Add conflicts for cndrvcups-common-lb | Aseem Athale | |
| 2022-05-07 | capt-src: Update maintainer in PKGBUILD | Aseem Athale | |
| 2020-11-21 | Adapted to new cups.service | reztho | |
| 2020-06-11 | Fixed compilation | reztho | |
| 2019-10-06 | Added patch | reztho | |
| 2017-08-09 | Upgrade to v2.71 | reztho | |
| 2015-12-08 | Added ghostscript per cdauth's request | reztho | |
| 2015-11-17 | Updated to v2.7.0 | reztho | |
| 2015-10-11 | Added .gitignore | reztho | |
| 2015-06-13 | Initial commit | reztho | |