summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-01-24Properly fix libtiff4 patch and clarify the package descriptionAlexandre Demers
The previous patch was corse. This new patch directly uses how the developers chose to fix the ABI vs API numbering differentiation. It also preservs OpenBSD/MirOS compatibility. The PKGBUILD's description is also updated to let the user know this package is used to keep interface v4 compatibilty. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2026-01-24add .gitignoreAlexandre Demers
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
2025-09-01upgpkg: 3.9.7-7: Force autoreconf recreationChristian Heusel
2025-07-26License package as 0BSDSven-Hendrik Haase
This implements RFC40 and RFC52. https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/XR3VAUWC5LNMTVOCKFOHYYEGUQ4ZFCNG/
2024-07-12upgpkg: 3.9.7-6: Rebuild packages that are missing .SRCINFO part 3T.J. Townsend
2023-09-02Use a release commit as upstream re-tagged 3.9.7Jelle van der Waa
Closes: FS#77956
2020-07-07reproducibility rebuildFelix Yan
2019-04-06upgpkg: 3.9.7-4Maxime Gauduin
2019-03-18FS#61928: libtiff4 3.9.7-3Maxime Gauduin
2018-11-09PIE/BUILDINFO rebuildFelix Yan
2017-11-15Remove i686 from arch=()Evangelos Foutras
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
2016-08-20steam-libs final roundMaxime Gauduin