Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-25 | Bump release | Jiří Klimeš | |
2024-07-25 | Fix im-3.15_Sources.tar.gz hash | Jiří Klimeš | |
2024-07-10 | Fix build with GCC 14 | Jiří Klimeš | |
Due to -Werror=implicit-function-declaration error (fix including unistd.h containing unlink, read, write, ... functions) https://gcc.gnu.org/gcc-14/porting_to.html | |||
2020-08-06 | Add fftw dependency | Jiří Klimeš | |
2020-08-06 | Lua 5.4 is now default in Arch Linux - update for that | Jiří Klimeš | |
2020-08-06 | Update to upstream version 3.15 | Jiří Klimeš | |
* im_lzo library has been removed and LZO replaced by LZ4 * FFTW is now an external library | |||
2020-06-15 | Update to upstream version 3.14 | Jiří Klimeš | |
2020-01-27 | Fix build on updated kernel with not-cleaned-build-source | Jiří Klimeš | |
tecmake.mak creates lib directory named after a Linux version, like Linux420_64. When there was an older directory in source (e.g. Linux419_64), the install command tried to install files from both directories and failed with errors like: install: will not overwrite just-created '.../libim/pkg/libim/usr/lib/libim.a' with '.../libim/src/im/lib/Linux54_64/libim.a | |||
2019-01-11 | Use https URLs | Jiří Klimeš | |
2019-01-11 | Update to upstream version 3.13 | Jiří Klimeš | |
2018-04-25 | Add 'lsb-release' to makedepends | Jiří Klimeš | |
It is not vital for building the package on Arch Linux, nevertheless tecmake.mak calls lsb_release binary. So make the binary available to prevent errors like: make[1]: lsb_release: Command not found /bin/sh: lsb_release: command not found | |||
2017-09-05 | Fix libim package and also build Lua bindings as split packages | Jiří Klimeš | |
- build Lua bindings for Lua 5.3, 5.2 and 5.1 as separate packages - create symbolic links required for lua modules to work properly - move extracting command to prepare() - adjust dependencies | |||
2017-06-06 | correct package function, add '|| true' to make call | haawda | |
2017-01-31 | add static libs again, does not build for me without it. | Stefan Husmann | |
2017-01-30 | correct lua path, no staiclibs | Stefan Husmann | |
2017-01-10 | fix in the install step | Stefan Husmann | |
2016-11-20 | add lua51-libs | Stefan Husmann | |
2016-11-04 | update | Stefan Husmann | |
2016-11-04 | update | Stefan Husmann | |
2016-01-17 | adopted and updated | Stefan Husmann | |
2015-06-19 | Initial commit | Mika Attila | |