Tee KOBAYASHI
c6137be9d3
new package: libmdbx
2022-02-09 12:39:11 +09:00
Tee KOBAYASHI
d196da101f
google-glog: Depend on gflags
2022-02-09 12:28:12 +09:00
Tee KOBAYASHI
12e3d9ce94
pika: Depend on google-glog
...
instead of duplicated libglog package.
2022-02-09 12:28:12 +09:00
Tee KOBAYASHI
9689f11b5a
osm2pgsql: Update to 1.6.0
...
* Make sure to use bundled fmt headers
2022-02-09 12:16:45 +09:00
Tee KOBAYASHI
e22ce602fa
cliaoke: Fix for working with fluidsynth
2022-02-09 11:56:08 +09:00
Termux Github Actions
60d2b05acb
flyctl: update to 0.0.296
...
This commit has been automatically submitted by Github Actions.
2022-02-09 00:19:23 +00:00
Tee KOBAYASHI
c51922fa98
boost: Revbump revdeps
...
excluding:
* openfoam (taking too much time to build)
* osm2pgsql (having build issue; actually just a revbdep)
2022-02-09 09:10:06 +09:00
Tee KOBAYASHI
462978bdb3
solidity: Do not use bundled jsoncpp
...
to avoid build issue when jsoncpp package is installed.
2022-02-09 09:10:06 +09:00
Tee KOBAYASHI
110435cc0f
libtorrent-rasterbar: Fix build with Boost 1.78
2022-02-09 09:10:06 +09:00
Tee KOBAYASHI
f2b70f352e
boost: Update to 1.78.0
2022-02-09 09:10:06 +09:00
Termux Github Actions
69ad7669ee
jfrog-cli: update to 2.12.1
...
This commit has been automatically submitted by Github Actions.
2022-02-08 18:19:31 +00:00
Henrik Grimler
46348f9ab6
nudoku: update to 2.1.0
...
Finally possible now that docker image has been updated.
2022-02-08 12:16:43 +01:00
Henrik Grimler
c31ee772c2
Update docker image to Ubuntu 21.10
...
A ./build-all.sh -i finishes successfully. (There seem to be some
issue with the build-all script where some packages are not built
though)
2022-02-08 11:48:43 +01:00
Lucy Phipps
c125591bb6
libduktape: always install pyyaml
2022-02-08 11:48:40 +01:00
Lucy Phipps
bbdaa639f7
update docker image to Ubuntu 21.04
2022-02-08 11:48:36 +01:00
Termux Github Actions
132923624e
libarchive: update to 3.5.3
...
This commit has been automatically submitted by Github Actions.
2022-02-08 09:39:13 +00:00
Termux Github Actions
691a06542d
duf: update to 0.8.1
...
This commit has been automatically submitted by Github Actions.
2022-02-08 09:31:57 +00:00
Termux Github Actions
8f6e9a518d
delve: update to 1.8.1
...
This commit has been automatically submitted by Github Actions.
2022-02-08 09:31:33 +00:00
Termux Github Actions
d1172fbf04
assimp: update to 5.2.1
...
This commit has been automatically submitted by Github Actions.
2022-02-08 09:24:19 +00:00
Henrik Grimler
a5994b702c
workflows: docker: change auth user, and use docker/login-action
...
This should make automatic updates work again. docker/login-action
allows for authentication with a token instead of password.
Inspiration taken from workflow in github.com/termux/termux-docker.
2022-02-08 10:23:05 +01:00
Henrik Grimler
ef60aa9fca
clpeak: update to 1.1.2
...
And add new dependency opencl-clhpp.
2022-02-08 10:12:40 +01:00
Henrik Grimler
fcf4e37a81
opencl-clhpp: add package
...
It is now required for successful build of clpeak (and perhaps
others).
2022-02-08 10:12:21 +01:00
Henrik Grimler
45ed81d242
rcshell: change source url
...
Old one is no longer available. Also add a proper hostbuild step
instead of patching Makefile.
2022-02-08 08:41:52 +01:00
Henrik Grimler
425135d923
iverilog: disable package
...
It doesn't build, fails with:
parse.cc:299:10: fatal error: 'parse.hh' file not found
#include "parse.hh"
^~~~~~~~~~
1 warning and 1 error generated.
make[1]: *** [Makefile:108: parse.o] Error 1
2022-02-08 08:41:48 +01:00
Henrik Grimler
e491b059f5
gnugo: fix compilation error due to duplicate symbols
...
-fcommon works around issue for cross-compilation, but with ubuntu
21.10 issue happens for hostbuild as well. Fix core issue instead
having to change hostbuild flags as well.
2022-02-08 08:41:45 +01:00
sk0kanik
3b57cf86ea
rust: bump revision after llvm update
2022-02-08 12:04:14 +05:30
Tee KOBAYASHI
55d891fec3
new package: astra-sm
2022-02-08 14:01:46 +09:00
Tee KOBAYASHI
72c1f22351
new package: robotfindskitten
2022-02-08 13:53:16 +09:00
Tee KOBAYASHI
7550bc427f
new package: 6tunnel
2022-02-08 13:46:43 +09:00
marcusz
a622b738b8
aapt, aidl: depend on googletest package
2022-02-08 12:45:02 +09:00
agnostic-apollo
5ac3fdbd30
Added(scripts): Add build-bootstrap.sh 0.1.0
...
The build-bootstrap.sh is a script to build bootstrap archives for the termux-app from local package sources instead of debs published in apt repo like done by generate-bootstrap.sh. It allows bootstrap archives to be easily built for (forked) termux apps without having to publish an apt repo first. Run `build-bootstrap.sh --help` for more info.
### Examples
Build default bootstrap archives for all supported archs:
./scripts/run-docker.sh ./scripts/build-bootstraps.sh &> build.log
Build default bootstrap archive for aarch64 arch only:
./scripts/run-docker.sh ./scripts/build-bootstraps.sh --architectures aarch64 &> build.log
Build bootstrap archive with additionall openssh package for aarch64 arch only:
./scripts/run-docker.sh ./scripts/build-bootstraps.sh --architectures aarch64 --add openssh &> build.log
2022-02-08 08:11:53 +05:00
Tee KOBAYASHI
339ef85899
new package: zzuf
2022-02-08 11:52:57 +09:00
Tee KOBAYASHI
57c85cf5d2
aapt: Update to 12.0.0.27
2022-02-08 10:26:57 +09:00
Tee KOBAYASHI
5bcdbbb994
new package: libgtest
2022-02-08 10:26:57 +09:00
Henrik Grimler
0d309d5745
neovim: update tree-sitter dependency
...
Otherwise tree-sitter build fails due to that libmpack-lua cannot be
downloaded.
2022-02-08 01:18:06 +01:00
Henrik Grimler
5d797d416f
nsnake: remove all links to homepage
...
The site is down and redirect so shady sites.
Reported by @bidyut1153
Fixes https://github.com/termux/termux-packages/issues/8944
2022-02-07 22:59:02 +01:00
Henrik Grimler
cbb644ef79
libp8-platform: build shared library instead of static one
...
libcec (and perhaps other) looks only for a shared one.
2022-02-07 22:43:42 +01:00
Henrik Grimler
ae08786aae
stfl: switch source url (temporarily?)
...
The part of http://www.clifford.at/stfl that serves files and source
code seem to be down, and has been down for a couple of days.
%ci:no-build
2022-02-07 22:34:12 +01:00
Butta
5d98fde4ab
swift: fix memory tagging collisions on aarch64 since Android 11
2022-02-08 01:24:14 +05:30
Butta
10fafcb645
libllvm: update from 13.0.0 to 13.0.1
2022-02-07 21:11:39 +05:30
dev-bz
a058a6e5fc
dart: Update to 2.16.0
2022-02-07 17:40:08 +05:30
Yaksh Bariya
9874a3fd8d
Revert "Delete Package Update workflow"
2022-02-07 17:02:43 +05:30
Yaksh Bariya
f6b5153ac9
Delete Package Update workflow
2022-02-07 17:02:31 +05:30
Termux Github Actions
243ac5a31b
stylua: update to 0.12.2
...
This commit has been automatically submitted by Github Actions.
2022-02-07 09:24:27 +00:00
Termux Github Actions
823f56f892
findomain: update to 6.0.0
...
This commit has been automatically submitted by Github Actions.
2022-02-07 09:12:10 +00:00
Tee KOBAYASHI
114a7152a4
libtranscript: Add patch for dynamic linking issue
...
as described in https://github.com/android/ndk/issues/201 .
2022-02-07 12:50:42 +09:00
Tee KOBAYASHI
e966eded8e
clipp, libspdlog: Revbump to rebuild
2022-02-07 12:02:24 +09:00
Tee KOBAYASHI
9b0a99a4d4
aapt: Update to 11.0.0.48
2022-02-07 11:38:05 +09:00
marcusz
1175180740
Update squashfs-tools-ng to 1.1.3 ( #8937 )
2022-02-07 09:26:15 +08:00
NoNameMan1231
2d06d32e9d
git:Updated to 2.35.1 ( #8902 )
...
Signed-off-by: NoNameMan1231 <87801676+NoNameMan1231@users.noreply.github.com>
Co-authored-by: YAKSH BARIYA <yakshbari4@gmail.com>
2022-02-06 11:10:26 +00:00