Commit Graph

46174 Commits

Author SHA1 Message Date
termux-pacman-bot
2bb3cf595f bump(main/chezmoi): 2.62.6
This commit has been automatically submitted by Github Actions.
2025-06-07 00:18:16 +00:00
termux-pacman-bot
83aba07b09 bump(main/libgit2): 1.9.1
This commit has been automatically submitted by Github Actions.
2025-06-07 00:18:15 +00:00
termux-pacman-bot
7789b8d704 bump(main/liblua54): 5.4.8 2025-06-06 20:39:22 +00:00
termux-pacman-bot
ff8590d13e bump(x11/gw): 1.2.2
This commit has been automatically submitted by Github Actions.
2025-06-06 18:44:10 +00:00
termux-pacman-bot
6d2b8ac4e1 bump(main/vulkan-utility-libraries): 1.4.317
This commit has been automatically submitted by Github Actions.
2025-06-06 18:44:09 +00:00
termux-pacman-bot
be3e67b2f0 bump(main/vtm): 2025.06.06a
This commit has been automatically submitted by Github Actions.
2025-06-06 18:44:08 +00:00
termux-pacman-bot
9a4d3512e6 bump(main/virustotal-cli): 1.1.1
This commit has been automatically submitted by Github Actions.
2025-06-06 18:44:07 +00:00
termux-pacman-bot
f8bccacd99 bump(main/proj): 9.6.2
This commit has been automatically submitted by Github Actions.
2025-06-06 18:44:07 +00:00
termux-pacman-bot
861605d353 bump(main/vulkan-loader-generic): 1.4.317
This commit has been automatically submitted by Github Actions.
2025-06-06 18:44:06 +00:00
termux-pacman-bot
d5fe791619 bump(main/llama-cpp): 0.0.0-b5602
This commit has been automatically submitted by Github Actions.
2025-06-06 18:44:05 +00:00
termux-pacman-bot
efb6579989 bump(main/vulkan-headers): 1.4.317
This commit has been automatically submitted by Github Actions.
2025-06-06 18:08:21 +00:00
termux-pacman-bot
6e0c7c7db7 bump(main/erlang): 28.0
Signed-off-by: Kevin Williams <admin@utermux.dev>
2025-06-06 15:38:48 +00:00
termux-pacman-bot
552cdf527c bump(main/llama-cpp): 0.0.0-b5600
This commit has been automatically submitted by Github Actions.
2025-06-06 12:48:28 +00:00
termux-pacman-bot
d721bc331b bump(main/gdu): 5.31.0
This commit has been automatically submitted by Github Actions.
2025-06-06 12:48:27 +00:00
termux-pacman-bot
b674eae39a fix(x11/opensubdiv): correct absolute paths in provided CMake files
- Context: similar to https://github.com/termux/termux-packages/pull/24956. This might be helpful for a future nested dependency of Blender.

- Fixes this error when some projects import `opensubdiv` through CMake, by preventing the generation of a malformed path `/data/data/com.termux/files/usr//data/data/com.termux/files/usr/lib` in `OpenSubdivConfig.cmake`:

```
CMake Error at /data/data/com.termux/files/usr/lib/cmake/OpenSubdiv/OpenSubdivConfig.cmake:11 (message):
  File or directory
  /data/data/com.termux/files/usr//data/data/com.termux/files/usr/lib
  referenced by variable OpenSubdiv_LIB_DIR does not exist !
Call Stack (most recent call first):
  /data/data/com.termux/files/usr/lib/cmake/OpenSubdiv/OpenSubdivConfig.cmake:28 (set_and_check)
  cmake/defaults/Packages.cmake:225 (find_package)
  CMakeLists.txt:23 (include)

-- Configuring incomplete, errors occurred!
```

- Copied and pasted from https://github.com/PixarAnimationStudios/OpenSubdiv/pull/1315
2025-06-06 08:41:54 +00:00
termux-pacman-bot
724a6a3319 fix(main/libwebp): migrate to CMake to provide WebPConfig.cmake
- Context: similar to https://github.com/termux/termux-packages/pull/24956. This is needed as a deeply-nested dependency of a potential improved Blender package.

- Enable manpages

- New files provided after this change:

```diff
 /data/data/com.termux/files/usr/lib/pkgconfig/libwebpdemux.pc
 /data/data/com.termux/files/usr/lib/pkgconfig/libwebpmux.pc
 /data/data/com.termux/files/usr/share
+/data/data/com.termux/files/usr/share/WebP
+/data/data/com.termux/files/usr/share/WebP/cmake
+/data/data/com.termux/files/usr/share/WebP/cmake/WebPConfig.cmake
+/data/data/com.termux/files/usr/share/WebP/cmake/WebPConfigVersion.cmake
+/data/data/com.termux/files/usr/share/WebP/cmake/WebPTargets-release.cmake
+/data/data/com.termux/files/usr/share/WebP/cmake/WebPTargets.cmake
 /data/data/com.termux/files/usr/share/doc
 /data/data/com.termux/files/usr/share/doc/libwebp
 /data/data/com.termux/files/usr/share/doc/libwebp/copyright
+/data/data/com.termux/files/usr/share/man
+/data/data/com.termux/files/usr/share/man/man1
+/data/data/com.termux/files/usr/share/man/man1/cwebp.1.gz
+/data/data/com.termux/files/usr/share/man/man1/dwebp.1.gz
+/data/data/com.termux/files/usr/share/man/man1/gif2webp.1.gz
+/data/data/com.termux/files/usr/share/man/man1/img2webp.1.gz
+/data/data/com.termux/files/usr/share/man/man1/webpinfo.1.gz
+/data/data/com.termux/files/usr/share/man/man1/webpmux.1.gz
```

- Compare Arch Linux: 8aad1cd0f1/PKGBUILD
2025-06-06 08:41:53 +00:00
termux-pacman-bot
bdd432fbdd bump(main/dcmtk): 3.6.9
- Context: similar to https://github.com/termux/termux-packages/pull/24956. This is needed as a deeply-nested dependency of a potential improved Blender package.

- An equivalent change to `0004-fix-dcmtk.pc.patch` has been implemented upstream in 04b0d6ceef, making this patch no longer necessary.

- At least some header files are changed, which implies possible function signature changes, so revision-bumping its reverse dependency in termux-packages, `libvxl`
2025-06-06 08:41:53 +00:00
termux-pacman-bot
9448bd23e4 bump(main/oidn): 2.3.3
- Context: This package is currently orphaned because @T-Dynamos wanted it for Blender in 2022, so it was added, but appears to have never used it despite it being in the main termux-packages repository because it was failing to build for aarch64: https://github.com/termux/termux-packages/pull/11800#issuecomment-1236346483
  - However, the reason I am bumping it is because I want it for an improved Blender package in TUR, but awkwardly, its package already exists unused in the main repository, so in order to build against it in TUR, I must first edit the main repository so that it propagates into TUR.

- No longer failing to build for aarch64

- `0002-fix-ambiguous-user.patch` is no longer necessary
2025-06-06 08:41:52 +00:00
termux-pacman-bot
cb34415c48 bump(x11/raylib): 5.5
- `0001-check-__arm__-instead-of-_M_ARM.patch` was for fixing a build-time error for 32-bit ARM, which is no longer happening without the patch, so the patch is no longer necessary
2025-06-06 08:41:52 +00:00
termux-pacman-bot
9f56590de9 bump(main/jackett): 0.22.1995
This commit has been automatically submitted by Github Actions.
2025-06-06 06:45:51 +00:00
termux-pacman-bot
8fc48636db bump(main/libpluto): 0.11.0 2025-06-06 06:08:25 +00:00
termux-pacman-bot
746401c53b bump(main/libusbmuxd): 2.1.1
Revert to tagged release from git commits which was added in fdfec333a311212389e948d28c32e6a2796baca4
2025-06-06 05:40:58 +00:00
termux-pacman-bot
3449a4d40f bump(main/mariadb): 11.8.2 2025-06-06 04:43:41 +00:00
termux-pacman-bot
e18fd56fd9 bump(main/vtm): 2025.06.06
This commit has been automatically submitted by Github Actions.
2025-06-06 02:36:51 +00:00
termux-pacman-bot
36a2c51137 bump(main/ruff): 0.11.13
This commit has been automatically submitted by Github Actions.
2025-06-06 02:36:50 +00:00
termux-pacman-bot
47f3e90df1 bump(main/maven): 3.9.10
This commit has been automatically submitted by Github Actions.
2025-06-06 02:36:49 +00:00
termux-pacman-bot
c8d180fdfc bump(main/gradle): 8.14.2
This commit has been automatically submitted by Github Actions.
2025-06-06 02:36:49 +00:00
termux-pacman-bot
16044ed926 bump(main/gleam): 1.11.1
This commit has been automatically submitted by Github Actions.
2025-06-06 02:36:48 +00:00
termux-pacman-bot
0a4b2958f9 bump(main/flyctl): 0.3.140
This commit has been automatically submitted by Github Actions.
2025-06-06 01:34:43 +00:00
termux-pacman-bot
319d8ac63d bump(main/clvk): 0.0.20250603.113103
This commit has been automatically submitted by Github Actions.
2025-06-06 01:34:42 +00:00
termux-pacman-bot
2fdff6165a bump(x11/kdenlive): 25.04.2
This commit has been automatically submitted by Github Actions.
2025-06-05 18:57:11 +00:00
termux-pacman-bot
ea8b575bd6 bump(x11/kdegraphics-mobipocket): 25.04.2
This commit has been automatically submitted by Github Actions.
2025-06-05 18:57:10 +00:00
termux-pacman-bot
242b6bf9cc bump(root/docker-compose): 2.37.0
This commit has been automatically submitted by Github Actions.
2025-06-05 18:57:09 +00:00
termux-pacman-bot
49aa5934a1 bump(main/tracepath): 20250605
This commit has been automatically submitted by Github Actions.
2025-06-05 18:57:07 +00:00
termux-pacman-bot
966af87b8e bump(main/remind): 05.04.00
This commit has been automatically submitted by Github Actions.
2025-06-05 18:57:06 +00:00
termux-pacman-bot
53870ae031 bump(main/python-greenlet): 3.2.3
This commit has been automatically submitted by Github Actions.
2025-06-05 18:57:05 +00:00
termux-pacman-bot
3ad9e65618 bump(main/llama-cpp): 0.0.0-b5598
This commit has been automatically submitted by Github Actions.
2025-06-05 18:57:04 +00:00
termux-pacman-bot
0a1e1b1622 bump(main/libvips): 8.17.0
This commit has been automatically submitted by Github Actions.
2025-06-05 18:57:02 +00:00
termux-pacman-bot
a55ae997d3 addpkg(x11/xeyes): 1.3.0 2025-06-05 16:07:44 +00:00
termux-pacman-bot
b4d247ef8f bump(main/gn): 2025.06.05 2025-06-05 12:48:40 +00:00
termux-pacman-bot
bec1d8d3b7 bump(x11/filelight): 25.04.2
This commit has been automatically submitted by Github Actions.
2025-06-05 12:48:39 +00:00
termux-pacman-bot
03d582b601 bump(main/llama-cpp): 0.0.0-b5595
This commit has been automatically submitted by Github Actions.
2025-06-05 12:48:39 +00:00
termux-pacman-bot
740d46904e Update repo 2025-06-05 12:48:38 +00:00
termux-pacman-bot
258d527996 bump(main/gnuplot): 6.0.3
This commit has been automatically submitted by Github Actions.
2025-06-05 12:09:36 +00:00
termux-pacman-bot
8138a44749 Update repo 2025-06-05 09:40:41 +00:00
termux-pacman-bot
9384f6c636 chore(main/tree-sitter): add nushell completion (#24965) 2025-06-05 09:07:49 +00:00
termux-pacman-bot
e84ae9c98e bump(root/tshark): 4.4.7
This commit has been automatically submitted by Github Actions.
2025-06-05 06:45:28 +00:00
termux-pacman-bot
5b3438f394 bump(main/teleport-tsh): 17.5.1
This commit has been automatically submitted by Github Actions.
2025-06-05 06:45:27 +00:00
termux-pacman-bot
1757048e15 bump(main/llama-cpp): 0.0.0-b5591
This commit has been automatically submitted by Github Actions.
2025-06-05 06:45:27 +00:00
termux-pacman-bot
60085009e3 bump(main/jackett): 0.22.1992
This commit has been automatically submitted by Github Actions.
2025-06-05 06:45:26 +00:00