summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-08-20Use another download location for the swftools sourceIngo Meyer
2025-06-06Add compatibility with GCC 15Ingo Meyer
GCC 15 switched the default C language standard from C17 to C23, changing the meaning from empty parameter lists from *any amount of parameters* to *no parameters*, causing problems with swftools. Thus, add `-std=gnu=17` as C flag.
2024-06-18Fix compile errors with GCC 14Ingo Meyer
GCC 14 is more strict on applying standards (turning warnings into errors). Thus, this patch disables errors for incompatible pointer types which only raised warnings in previous GCC versions.
2023-01-02Set the maintainer commentIngo Meyer
2023-01-02Fix compilation for GCC 12.2.0Ingo Meyer
2017-04-25swftools dropped from [community] to AURJaroslav Lichtblau