Age | Commit message (Collapse) | Author |
|
|
|
Thanks andrewkoz for the patch.
|
|
|
|
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
|
|
|
|
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
|
|
|
|
* im_lzo library has been removed and LZO replaced by LZ4
* FFTW is now an external library
|
|
|
|
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
|
|
|
|
|
|
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
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|