Commit Graph

57 Commits

Author SHA1 Message Date
termux-pacman-bot
971bad5cf9 bump(main/bitcoin): 30.0
- Fixes https://github.com/termux/termux-packages/issues/26875

- Implement hostbuild-step to compile an `mpgen` executable for use during cross-compiling

- Implement `termux_setup_capnp()` in order to cross-compile `bitcoin` 30.0  without disabling the multiprocessing feature
2025-10-15 21:35:17 +00:00
termux-pacman-bot
3d08c70849 bump(main/bitcoin): 29.1
This commit has been automatically submitted by Github Actions.
2025-09-05 12:46:53 +00:00
termux-pacman-bot
29e4386a8b bump(main/boost): 1.89.0
- Progress on https://github.com/termux/termux-packages/issues/23492

- Dependency of https://github.com/termux/termux-packages/pull/25826

- In order to rebuild all reverse dependencies successfully, also includes some fixes for builds of packages that currently fail to build with CMake 4, which are either the commonly-used `-DCMAKE_POLICY_VERSION_MINIMUM=3.5` argument, or are patches named to indicate their purpose

- All patches with attribution headers are cherry-picked from respective upstream PRs or commits

- All patches without attribution headers are written from scratch by me to solve errors that are either Termux-specific or are not yet fixed anywhere in upstream

Some notes about unique patches:

- Very big thanks to cho-m, who almost single-handedly brought boost 1.89 to `libc++`-based UNIX-like operating systems with their work on boost 1.89 for MacOS in https://github.com/Homebrew/homebrew-core/pull/233031. Many cherry-picked patches originated from them.
  - I chose to write my own patch for `ncmpcpp` for boost 1.89 rather then exactly copy the example of cho-m, even though my method involves more lines of code, because **I decided that I would like to be notified, through the patch failing to apply, when upstream `ncmpcpp` has added official support for boost 1.89**, indicating that the downstream change can then be removed without me having to remember it, which cho-m's example unfortunately wouldn't do.

- For some reason, building `openfoam` with boost 1.89 instead of boost 1.87 causes it to attempt to link to `libgmp.so` in a nonexistent folder `/data/data/com.termux/files/usr/lib64`, instead of `/data/data/com.termux/files/usr/lib`
  - It's unclear how exactly boost 1.89 draws out this error, but it can also be seen that the origin of the "lib64" instance is within openfoam, and Termux does not use any "lib64" folder, so it should be patched out from `openfoam` (which resolves the error)

```
    -L/data/data/com.termux/files/usr/lib64
    -L/home/builder/.termux-build/openfoam/src/ThirdParty/platforms/linuxARM64Clang/boost-system/lib
    -L/home/builder/.termux-build/openfoam/src/ThirdParty/platforms/linuxARM64Clang/boost-system/lib64
    -lmpfr -lgmp -lfileFormats -lsurfMesh -lmeshTools -ldecompose -ldynamicMesh -lsnappyHexMesh
    -o /home/builder/.termux-build/openfoam/src/platforms/linuxARM64ClangDPInt32Opt/lib/libconformalVoronoiMesh.so
ld.lld: error: unable to find library -lmpfr
```

- `ravencoin` and `mkvtoolnix` use `autoreconf -fi` during their `build.sh` files, but unfortunately, in the Ubuntu 24.04 cross-builder Docker image, there is a package installed in Ubuntu `autoconf-archive` version 20220903-3, which contains a file `/usr/share/aclocal/ax_boost_system.m4`, and this file is unfortunately propagated into the build systems of `ravencoin` and `mkvtoolnix` by `autoreconf -fi` and "pollutes" them with "awareness" that they would not otherwise have of the `Boost::System` shared library that no longer exists in boost 1.89, so temporary changes to `TERMUX_PKG_EXTRA_CONFIGURE_ARGS` are required, which should be removed the next time the Ubuntu cross-builder image is bumped, since after that happens, they will no longer be necessary.

- Copy and paste fix for building `abiword` with `libc++` 19+ (NDK r28c) from FreeBSD: e6daa211c6

- Fix prefix pollution `libjxl`->`telegram-desktop`
  - (i.e. the command `scripts/run-docker.sh ./build-package.sh -I -f libjxl telegram-desktop`)
  - For clarity, the edits to `packages/libjxl/fix-pkgconfig-file.patch` are primarily implementing this fix by removing the invalid path `/data/data/com.termux/files/usr//data/data/com.termux/files/usr/include` from the command `pkg-config --cflags libjxl`
2025-09-02 13:13:46 +00:00
termux-pacman-bot
15b21a8ddb bump(main/bitcoin): 29.0
Replace autotools with cmake build system. autotools was removed in
d71ac76842
2025-04-16 06:08:21 +00:00
termux-pacman-bot
4f3bea3c01 rebuild(main/bitcoin): After upload-packages job fix
See: 51c0cb6706
Signed-off-by: Aditya Alok <alok@termux.dev>
2025-03-21 15:04:24 +00:00
termux-pacman-bot
b73d43e39a bump(main/bitcoin): 28.1
This commit has been automatically submitted by Github Actions.
2025-01-15 12:46:48 +00:00
termux-pacman-bot
1dfbad54df bump(main/bitcoin): 28.0
Switch from using downloaded libevent and boost to using system ones.
2024-10-06 23:08:45 +00:00
termux-pacman-bot
5ddee93703 bump(main/bitcoin): 27.1
This commit has been automatically submitted by Github Actions.
2024-06-17 18:38:47 +00:00
termux-pacman-bot
b5225e9c54 tree-wide: rename TERMUX_MAKE_PROCESSES to TERMUX_PKG_MAKE_PROCESSES
Some packages have issues with parallel builds and need to set
TERMUX_MAKE_PROCESSES=1. All other build variables that package
recipes set are prefixed with TERMUX_PKG, use that for MAKE_PROCESSES
as well for consistency.

%ci:no-build
2024-06-16 09:38:16 +00:00
termux-pacman-bot
6a2933575c bump(main/bitcoin): 27.0
This commit has been automatically submitted by Github Actions.
2024-04-17 00:52:02 +00:00
termux-pacman-bot
782c898a6d upgpkg(main/bitcoin): 26.1
Signed-off-by: Kevin Williams <admin@utermux.dev>
2024-04-04 07:08:48 +00:00
termux-pacman-bot
065f512406 bump(main/bitcoin): 26.0
This commit has been automatically submitted by Github Actions.
2023-12-08 00:45:03 +00:00
termux-pacman-bot
0f6f111e37 bitcoin: Bump to 25.1 2023-10-19 15:31:15 +00:00
termux-pacman-bot
341d8da765 bump(main/bitcoin): 25.0
This commit has been automatically submitted by Github Actions.
2023-05-28 11:31:32 +00:00
termux-pacman-bot
1fbafd1ae0 bump(main/bitcoin): 24.1
This commit has been automatically submitted by Github Actions.
2023-05-18 18:30:59 +00:00
termux-pacman-bot
cab37d73d2 some packages: Re-enable clang16-porting
%ci:no-build
2023-04-04 00:03:16 +00:00
termux-pacman-bot
754acad112 *: Disable clang16-porting for auto-updating packages
%ci:no-build
2023-03-28 07:33:10 +00:00
termux-pacman-bot
12586236da bitcoin: Bump to 24.0.1 2022-12-07 05:30:49 +00:00
termux-pacman-bot
c8c76298f5 bitcoin: Bump to 24.0 2022-11-20 18:01:10 +00:00
termux-pacman-bot
6b59bc1e96 *: Add missing libc++ dependency
%ci:no-build
2022-11-08 13:57:59 +00:00
termux-pacman-bot
5181f78aca upgpkg(bitcoin): update to 23.0 again and disable failing i686 build 2022-11-04 06:45:23 +00:00
termux-pacman-bot
28d21aeafb packages/bitcoin 2022-07-30 11:09:27 +00:00
termux-actions[bot]
b51617cc84 packages/bitcoin 2022-05-16 05:24:47 +00:00
termux-actions[bot]
9b4895501a &&packages/apache2&&packages/libmosquitto&&packages/lighttpd&&packages/lnd&&packages/mariadb&&packages/mpd&&packages/mpdscribble&&packages/nginx&&packages/php&&packages/php7&&packages/postgresql&&packages/at&&packages/privoxy&&packages/tor&&packages/transmission&&x11-packages/emacs-x&&x11-packages/transmission-gtk&&packages/bacula-fd&&packages/bitcoin&&packages/busybox&&packages/cronie&&packages/cups&&packages/emacs&&packages/ipfs 2022-05-15 23:42:09 +00:00
termux-actions[bot]
377b08bc85 packages/bitcoin 2022-04-25 18:28:45 +00:00
Maxython
3603f8bbf6 Update package bitcoin 2021-12-03 00:21:12 +03:00
Leonid Pliushch
5546b95b64 auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 18:29:55 +03:00
Leonid Pliushch
1eec182a0c Revert "rebuild packages that were not uploaded"
Bumps are already submitted...

This reverts commit 727500eb25.
2021-09-21 10:14:42 +03:00
Leonid Pliushch
727500eb25 rebuild packages that were not uploaded 2021-09-21 10:13:24 +03:00
Henrik Grimler
42e3ed11c8 bitcoin: bump revision 2021-09-21 08:59:56 +02:00
Leonid Pliushch
c0d896c198 bitcoin: disable builds for arm
Fails at configure stage:

checking whether C++ compiler accepts -march=armv8-a+crc+crypto... yes
checking for ARM CRC32 intrinsics... no
configure: error: "Could not determine Android arch"

***

Patches are wanted in order to fix the issue.
2021-09-20 20:29:23 +03:00
Leonid Pliushch
8c57a2c649 bitcoin: delete build-aux-m4-ax_boost_thread.m4.patch 2021-09-20 20:29:23 +03:00
Leonid Pliushch
84f2c12cbd bitcoin: delete unneeded patch 2021-09-20 20:29:23 +03:00
Leonid Pliushch
8ca4d4c12b bitcoin: update to 22.0 2021-09-20 19:15:35 +03:00
Henrik Grimler
4ddfafadc2 bitcoin: add patch to update boost url
%ci:no-build
2021-05-15 22:25:17 +02:00
Leonid Pliushch
64dd57dbdf bitcoin: update to 0.21.1 2021-05-03 18:26:51 +00:00
Termux Github Actions
38d7424ba4 bitcoin: update to 0.21.0
This commit has been automatically submitted by Github Actions.
2021-01-16 01:21:00 +00:00
Leonid Pliushch
37375312b9 explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Krishna Kanhaiya
cf2e6cdca8 Update: bitcoin to 0.20.1 (#5634)
* Update: bitcoin to 0.20.1
2020-08-02 16:47:38 +05:30
Henrik Grimler
dcb926abd4 Copy LICENSE file for some licenses instead of using generic one (#5478)
* termux-licenses: remove licenses that contain copyright information

These licenses cannot be taken from the common termux-licenses package as the copyright information needs to be distributed with the package as well.

271 packages in the main repository needs to be rebuilt after this change.

* termux_step_install_license: remove duplicated comment

* Bump packages that has a license with copyright information

We need to include this copyright information in the package so need
to rebuild them now that termux_step_install_license has been
modified.

The affected licenses are: MIT, ISC, PythonPL, Openfont-1.1, ZLIB,
Libpng, BSD, BSD 2-Clause, BSD 3-Clause.

* zlib: extract license file from zlib.h

* xorgproto: include all individual license files in package

* libgcrypt: include LICENSE file in package

It contains some copyright information so needs to be included in package

* libcrypt: add a dummy BSD 2-Clause license

According to homepage it is suppose to be BSD 2-Clause, but original
project did not include a license file

* libandroid-spawn: add LICENSE file to package

* libandroid-glob: add license file to package

* licenses: allow for comma separated TERMUX_PKG_LICENSE_FILE

%ci:no-build

* libicu: fix so that termux_step_install_license finds license file

%ci:no-build

* termux_step_install_license: check for license file as "License"

%ci:no-build

* libtiff: specify TERMUX_PKG_LICENSE_FILE

%ci:no-build

* asciidoctor: install license to standard location

* krb5: specify license file

* libdb: specify path to license file

%ci:no-build

* libprotobuf: specify path to license file

* darkhttpd: extract license file from darkhttpd.c

* w3m: ensure host libraries are not picked up

* w3m: extract LICENSE file from dock/README

* liblua{,52}: extract license files from doc/readme.html

* termux_step_install_license: look for License.txt as well

* dart: specify path to LICENSE file

* nim: specify license file

* runit: specify license file

* termux_step_install_license: look for LICENSE.TXT as well

* ossp-uuid: extract LICENSE from README

* pigz: extract LICENSE from pigz.c

* ttyrec: extract LICENSE from ttyrec.c

%ci:no-build

* bmon: specify license files

Most of the source files are licensed under MIT, it is not clear (to me) which
parts that are licensed under BSD 2-Clause.

%ci:no-build

* wordgrinder: specify license files

* fdupes: add LICENSE

* autossh: add LICENSE patch

* cmake: specify LICENSE file

* dos2unix: specify LICENSE file

* gnuplot: specify LICENSE file

* termux_step_install_license: look for variants of "copyright" also

* picolisp: specify LICENSE file

* lua-lpeg: extract license file

* tidy: specify license file

* gflags: specify LICENSE file

* timewarrior: fix src url

It seems to have been changed.

* postgresql: specify license file

* ttyrec: fix license patch header

* fossil: specify license file

* fmt: specify license file

* i2pd: specify license file

* leptonica: specify license file

* imgflo: add license file patch

* ired: add license file from ired github repo

* libzen: specify license file

* libmediainfo: specify license file

* mediainfo: specify license file

* tty-clock: add license patch

* samefile: add license patch

* quickjs: add license patch

* docbook-xml: add LICENSE patch

* docbook-xsl: specify LICENSE files

* gnuplot: configure with --without-latex

* timewarrior: add libshared to SRCURL as well

The non-release archives does not contain gitsubmodules so we need to
download it manually.

* restic: switch back to using 0.9.6 archive

* dart: revert revision bump

dart's SDK does not fully support python3 yet, and trying to solve
that is not entirely trivial. We save the dart bump (and upgrade to
2.8.4) for another day.

%ci:no-build
2020-07-07 18:45:45 +02:00
Leonid Pliushch
1e15e1cb4b bitcoin: remove 0001-android-patches.patch
%ci:no-build
2020-06-02 20:14:02 +03:00
Leonid Pliushch
354e1661e5 bitcoin: set ANDROID_TOOLCHAIN_BIN 2020-06-02 20:12:08 +03:00
Leonid Pliushch
8ad331e351 bitcoin: remove libevent-version.patch as no longer needed 2020-06-02 17:02:52 +03:00
Leonid Pliushch
db8d1813f3 bitcoin: update to 0.20.0 2020-06-02 15:50:24 +03:00
Leonid Pliushch
53a678bef7 bitcoin: update to 0.19.1 2020-03-12 19:52:48 +02:00
Leonid Pliushch
f53745f65c bitcoind: avoid issues with boost package
Let package will build custom versions of dependency packages to
avoid errors like

wallet/walletutil.cpp:77:23: error: no member named 'level' in 'boost::filesystem::recursive_directory_iterator'
        } else if (it.level() == 0 && it->symlink_status().type() == fs::regular_file && IsBerkeleyBtree(it->path())) {
                   ~~ ^
2020-01-13 01:38:25 +02:00
Leonid Pliushch
81ebfce665 rebuild packages dependent on 'boost' 2020-01-13 01:06:08 +02:00
stefanwouldgo
1b46505819 remove openssl dependency
openssl hasn't really been used when compiling without GUI for a long time. See https://github.com/bitcoin/bitcoin/issues/16751#issuecomment-537416760
2019-12-19 17:59:52 +01:00
Fredrik Fornwall
ef96819f32 bitcoin: Update from 0.18.1 to 0.19.0.1 2019-11-28 00:33:14 +01:00
Fredrik Fornwall
f699c47dc7 boost: Update from 1.70.0 to 1.71.0 2019-11-27 23:24:36 +01:00