summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-08-06Add fftw dependencyJiří Klimeš
2020-08-06Do not use msg2 functionJiří Klimeš
It is an internal function of makepkg and should not be used in PKGBUILD. https://bugs.archlinux.org/task/43502 https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_etiquette
2020-08-06Lua 5.4 is now default in Arch Linux - update for thatJiří Klimeš
2020-08-06Update to upstream version 3.15Jiří Klimeš
* im_lzo library has been removed and LZO replaced by LZ4 * FFTW is now an external library
2020-06-15Update to upstream version 3.14Jiří Klimeš
2020-01-27Fix build on updated kernel with not-cleaned-build-sourceJiří 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-11Use https URLsJiří Klimeš
2019-01-11Update to upstream version 3.13Jiří Klimeš
2018-04-25Add 'lsb-release' to makedependsJiří 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-05Fix libim package and also build Lua bindings as split packagesJiří 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-06correct package function, add '|| true' to make callhaawda
2017-01-31add static libs again, does not build for me without it.Stefan Husmann
2017-01-30correct lua path, no staiclibsStefan Husmann
2017-01-10fix in the install stepStefan Husmann
2016-11-20add lua51-libsStefan Husmann
2016-11-04updateStefan Husmann
2016-11-04updateStefan Husmann
2016-01-17adopted and updatedStefan Husmann
2015-06-19Update GitHub repo urlMika Attila
2015-06-19Initial commitMika Attila