Commit Graph

42449 Commits

Author SHA1 Message Date
termux-pacman-bot
ea979e66ce bump(main/binaryen): 125
This commit has been automatically submitted by Github Actions.
2025-11-20 00:50:51 +00:00
termux-pacman-bot
3144ba3763 fix(main/libllvm): enable RTTI
- Necessary to fix this error that otherwise would occur when attempting
  to launch the software `qt-creator`:

```
qtc.extensionsystem.plugin: [ ClangFormat ] Plugin error:
/data/data/com.termux/files/usr/lib/qtcreator/plugins/libClangFormat.so:
Cannot load library /data/data/com.termux/files/usr/lib/qtcreator/plugins/libClangFormat.so:
dlopen failed: cannot locate symbol "_ZTIN4llvm3vfs10FileSystemE"
referenced by "/data/data/com.termux/files/usr/lib/qtcreator/plugins/libClangFormat.so"...
```

- All other major UNIX-like operating systems enable this. See https://github.com/termux/termux-packages/pull/27309#issuecomment-3546559301
2025-11-20 00:50:50 +00:00
termux-pacman-bot
cb40c1ac50 fix(main/python-llvmlite): do not conflict with libllvm
- Fixes https://github.com/termux/termux-packages/issues/25621

- Makes the command `pkg install python-llvmlite` functional

- Fixes build with CMake 4
2025-11-19 23:36:37 +00:00
termux-pacman-bot
c0faa63760 fix(main/lua-language-server): use termux_setup_ninja appropriately for repeated builds
- Fixes https://github.com/termux/termux-packages/issues/27334

- Fixes the command `scripts/run-docker.sh ./build-package.sh -I -f -a all lua-language-server`
2025-11-19 23:36:36 +00:00
termux-pacman-bot
ca478dbf0f bump(main/swi-prolog): 9.3.35
This commit has been automatically submitted by Github Actions.
2025-11-19 18:44:52 +00:00
termux-pacman-bot
7d15eb5788 bump(main/mdbook-toc): 0.15.1
This commit has been automatically submitted by Github Actions.
2025-11-19 18:44:52 +00:00
termux-pacman-bot
e1e6d19803 bump(main/llama-cpp): 0.0.0-b7106
This commit has been automatically submitted by Github Actions.
2025-11-19 18:44:51 +00:00
termux-pacman-bot
3be7e16229 bump(main/jfrog-cli): 2.84.0
This commit has been automatically submitted by Github Actions.
2025-11-19 18:44:50 +00:00
termux-pacman-bot
2a40d07a22 bump(main/dnsutils): 9.20.16
This commit has been automatically submitted by Github Actions.
2025-11-19 18:44:50 +00:00
termux-pacman-bot
6ff8a0f75c bump(main/redis): 8.4.0 2025-11-19 14:40:29 +00:00
termux-pacman-bot
80ff0d8f7b bump(main/llama-cpp): 0.0.0-b7103
This commit has been automatically submitted by Github Actions.
2025-11-19 12:48:07 +00:00
termux-pacman-bot
c2c2c90c5d bump(main/jfrog-cli): 2.83.0
This commit has been automatically submitted by Github Actions.
2025-11-19 12:48:07 +00:00
termux-pacman-bot
8c8f12e06f bump(main/jackett): 0.24.327
This commit has been automatically submitted by Github Actions.
2025-11-19 06:45:17 +00:00
termux-pacman-bot
6e28480b4b bump(main/mdbook-pikchr): 0.2.0
This commit has been automatically submitted by Github Actions.
2025-11-19 02:34:51 +00:00
termux-pacman-bot
5befd13939 bump(main/mariadb): 12.1.2
This commit has been automatically submitted by Github Actions.
2025-11-19 02:34:51 +00:00
termux-pacman-bot
28b1fdcd48 bump(main/llama-cpp): 0.0.0-b7097
This commit has been automatically submitted by Github Actions.
2025-11-19 02:34:50 +00:00
termux-pacman-bot
1b2161e5c9 bump(main/libnss): 3.118.1
This commit has been automatically submitted by Github Actions.
2025-11-19 02:34:50 +00:00
termux-pacman-bot
9ab141a2bc bump(main/glib): 2.86.2
This commit has been automatically submitted by Github Actions.
2025-11-19 02:34:49 +00:00
termux-pacman-bot
cb7ae1551d bump(main/flyctl): 0.3.219
This commit has been automatically submitted by Github Actions.
2025-11-19 02:34:48 +00:00
termux-pacman-bot
8b29e6dd82 bump(main/dart): 3.10.1
This commit has been automatically submitted by Github Actions.
2025-11-19 02:34:48 +00:00
termux-pacman-bot
1e7aa84273 bump(main/cmake): 4.1.3
This commit has been automatically submitted by Github Actions.
2025-11-19 00:50:39 +00:00
termux-pacman-bot
10aa9b13bd tree-wide: apply relative CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR to packages that otherwise generate invalid .cmake and .pc files
- like
  - https://github.com/termux/termux-packages/pull/25694
  - https://github.com/termux/termux-packages/pull/26831
  - https://github.com/termux/termux-packages/pull/27230

- Before:

```
~ $ grep -rnI $PREFIX -e /$PREFIX/include -e /$PREFIX/lib
/data/data/com.termux/files/usr/bin/taglib-config:24:  includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/bin/gdal-config:10:CONFIG_PLUGINDIR="/data/data/com.termux/files/usr//data/data/com.termux/files/usr/lib/gdalplugins"
/data/data/com.termux/files/usr/bin/xslt-config:6:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/bin/xslt-config:7:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/share/pkgconfig/tree-sitter-c.pc:2:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/share/pkgconfig/tree-sitter-c.pc:3:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/share/pkgconfig/tree-sitter-lua.pc:2:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/share/pkgconfig/tree-sitter-lua.pc:3:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/share/pkgconfig/tree-sitter-query.pc:2:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/share/pkgconfig/tree-sitter-query.pc:3:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/share/pkgconfig/swipl.pc:3:libdir=/data/data/com.termux/files/usr//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/SPIRV-Tools.pc:3:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/SPIRV-Tools.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/libcares.pc:11:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/libcares.pc:12:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/shaderc.pc:3:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/shaderc.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/blosc.pc:5:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/toxcore.pc:2:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/toxcore.pc:3:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/id3tag.pc:3:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/libxslt.pc:3:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/libxslt.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/SPIRV-Tools-shared.pc:3:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/SPIRV-Tools-shared.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/tree-sitter-markdown-inline.pc:2:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/tree-sitter-markdown-inline.pc:3:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/shaderc_combined.pc:3:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/shaderc_combined.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/libtorrent-rasterbar.pc:8:Cflags: -fexceptions  -pthread -I/data/data/com.termux/files/usr//data/data/com.termux/files/usr/include -DTORRENT_LINKING_SHARED -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_NO_DEPRECATED -DTORRENT_USE_OPENSSL -DTORRENT_USE_LIBCRYPTO -DTORRENT_SSL_PEERS -DOPENSSL_NO_SSL2
/data/data/com.termux/files/usr/lib/pkgconfig/muparser.pc:3:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/muparser.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/haisrt.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/shaderc_static.pc:3:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/shaderc_static.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/aom.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/srt.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/openxr.pc:7:libdir=${exec_prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/libobjc.pc:3:libdir=${exec_prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/openblas.pc:5:includedir=/data/data/com.termux/files/usr//data/data/com.termux/files/usr/include/openblas
/data/data/com.termux/files/usr/lib/pkgconfig/libpano13.pc:14:libdir=/data/data/com.termux/files/usr//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/tree-sitter-markdown.pc:2:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/tree-sitter-markdown.pc:3:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/libchromaprint.pc:3:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/libchromaprint.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/libexslt.pc:3:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/libexslt.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/cmake/libxslt-1.1.43/libxslt-config.cmake:40:set(LIBXSLT_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}//data/data/com.termux/files/usr/include")
/data/data/com.termux/files/usr/lib/cmake/libxslt-1.1.43/libxslt-config.cmake:41:set(LIBXSLT_LIBRARY_DIR "${PACKAGE_PREFIX_DIR}//data/data/com.termux/files/usr/lib")
/data/data/com.termux/files/usr/lib/cmake/libxslt-1.1.43/libxslt-config.cmake:42:set(LIBXSLT_EXSLT_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}//data/data/com.termux/files/usr/include")
/data/data/com.termux/files/usr/lib/cmake/libxslt-1.1.43/libxslt-config.cmake:43:set(LIBXSLT_EXSLT_LIBRARY_DIR "${PACKAGE_PREFIX_DIR}//data/data/com.termux/files/usr/lib")
/data/data/com.termux/files/usr/lib/cmake/libxslt-1.1.43/libxslt-export.cmake:56:  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}//data/data/com.termux/files/usr/include"
/data/data/com.termux/files/usr/lib/cmake/libxslt-1.1.43/libxslt-export.cmake:64:  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}//data/data/com.termux/files/usr/include"
/data/data/com.termux/files/usr/lib/python3.12/site-packages/scipy/__config__.py:86:                "include directory": r"/data/data/com.termux/files/usr//data/data/com.termux/files/usr/include/openblas",
/data/data/com.termux/files/usr/lib/python3.12/site-packages/scipy/__config__.py:96:                "include directory": r"/data/data/com.termux/files/usr//data/data/com.termux/files/usr/include/openblas",
/data/data/com.termux/files/usr/lib/python3.12/site-packages/numpy/__config__.py:79:                "include directory": r"/data/data/com.termux/files/usr//data/data/com.termux/files/usr/include/openblas",
/data/data/com.termux/files/usr/lib/python3.12/site-packages/numpy/__config__.py:89:                "include directory": r"/data/data/com.termux/files/usr//data/data/com.termux/files/usr/include/openblas",
~ $
```

- After:

```
~ $ grep -rnI $PREFIX -e /$PREFIX/include -e /$PREFIX/lib
~ $
```

- Fix prefix pollutiuon build failure `shaderc`->`openxr`

- Remove only remaining instance of obsolete variable `TERMUX_PKG_INCLUDE_IN_DEVPACKAGE` from `taglib`

- Rebuild `python-numpy` and `python-scipy` because they got polluted by invalid paths from the `openblas.pc`
2025-11-18 22:06:26 +00:00
termux-pacman-bot
30ba7528e5 bump(main/mdbook-toc): 0.15.0
This commit has been automatically submitted by Github Actions.
2025-11-18 18:45:14 +00:00
termux-pacman-bot
d10299208d bump(main/mdbook-open-on-gh): 3.0.0
This commit has been automatically submitted by Github Actions.
2025-11-18 18:45:13 +00:00
termux-pacman-bot
1963cbeace bump(main/debootstrap): 1.0.142 2025-11-18 17:06:58 +00:00
termux-pacman-bot
2851e4922e revbump(main/lfortran): for libkokkos 5.0.0
- and enable LSP support
2025-11-18 14:40:26 +00:00
termux-pacman-bot
6688f4f898 bump(main/libkokkos): 5.0.0 2025-11-18 14:40:25 +00:00
termux-pacman-bot
c9e2c2feab bump(main/mdbook-mermaid): 0.17.0
This commit has been automatically submitted by Github Actions.
2025-11-18 12:48:12 +00:00
termux-pacman-bot
d2dced882d bump(main/llama-cpp): 0.0.0-b7091
This commit has been automatically submitted by Github Actions.
2025-11-18 12:48:11 +00:00
termux-pacman-bot
3080f9f399 bump(main/kcptun): 20251118
This commit has been automatically submitted by Github Actions.
2025-11-18 12:48:10 +00:00
termux-pacman-bot
deb83fc952 bump(main/jq-lsp): 0.1.14
This commit has been automatically submitted by Github Actions.
2025-11-18 12:48:10 +00:00
termux-pacman-bot
3cab82826f bump(main/hyperfine): 1.20.0
This commit has been automatically submitted by Github Actions.
2025-11-18 12:48:09 +00:00
termux-pacman-bot
88c5dfd349 fix(main/inxi): Remove redundant TERMUX_PKG_UPDATE_TAG_TYPE
- Since it is now hosted on Codeberg, auto-update defaults to repology method.
  Thus, TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag" configuration is no longer required.

%ci:no-build

Signed-off-by: Aditya Alok <alok@termux.dev>
2025-11-18 11:36:52 +00:00
termux-pacman-bot
8f1a64626d bump(main/llama-cpp): 0.0.0-b7090
This commit has been automatically submitted by Github Actions.
2025-11-18 08:06:52 +00:00
termux-pacman-bot
b0a805adeb bump(main/libcommons-lang3-java): 3.20.0
This commit has been automatically submitted by Github Actions.
2025-11-18 08:06:51 +00:00
termux-pacman-bot
e7906c8ce6 bump(main/jackett): 0.24.324
This commit has been automatically submitted by Github Actions.
2025-11-18 08:06:50 +00:00
termux-pacman-bot
ef70d370ba bump(main/emscripten): 4.0.20
This commit has been automatically submitted by Github Actions.
2025-11-18 08:06:49 +00:00
termux-pacman-bot
8a492137ea fix(main/mpd): Add libmodplug dependency 2025-11-18 07:06:26 +00:00
termux-pacman-bot
f974fc2d75 rebuild(packages/oxlint): auto check by @termux-pacman-bot 2025-11-18 03:51:59 +00:00
termux-pacman-bot
dafba1ee35 termux-pacman/auto-check-repo: preparing to recompile packages
[skip ci]
2025-11-18 03:51:59 +00:00
termux-pacman-bot
81beb56ad2 (main/ascii): Add Makefile.patch 2025-11-18 03:02:28 +00:00
termux-pacman-bot
8a6f269199 bump(main/storj-uplink): 1.142.4
This commit has been automatically submitted by Github Actions.
2025-11-18 00:50:41 +00:00
termux-pacman-bot
7a69d1000f bump(main/tor): 0.4.8.21
This commit has been automatically submitted by Github Actions.
2025-11-18 00:50:41 +00:00
termux-pacman-bot
6f97933fc7 bump(main/mdbook): 0.5.0
This commit has been automatically submitted by Github Actions.
2025-11-18 00:50:40 +00:00
termux-pacman-bot
6d54a6c481 bump(main/lowdown): 2.0.4
This commit has been automatically submitted by Github Actions.
2025-11-18 00:50:39 +00:00
termux-pacman-bot
97845dcf56 bump(main/libgedit-gfls): 0.3.1
This commit has been automatically submitted by Github Actions.
2025-11-18 00:50:39 +00:00
termux-pacman-bot
22e7bc6dbb bump(main/libdrm): 2.4.129
This commit has been automatically submitted by Github Actions.
2025-11-18 00:50:38 +00:00
termux-pacman-bot
e24ff5539a bump(main/git): 2.52.0
This commit has been automatically submitted by Github Actions.
2025-11-18 00:50:38 +00:00
termux-pacman-bot
d8d1cd78cf bump(main/flyctl): 0.3.218
This commit has been automatically submitted by Github Actions.
2025-11-18 00:50:37 +00:00
termux-pacman-bot
b7781e67b1 bump(main/exiftool): 13.42
This commit has been automatically submitted by Github Actions.
2025-11-18 00:11:37 +00:00