Commit Graph

65 Commits

Author SHA1 Message Date
termux-pacman-bot
7ee4841a3f bump(main/boost): 1.90.0
- `fix-aligned-alloc-detection.patch` fixes a preprocessor conditional mistake introduced in 8b80ad7f24

- Revision-bump all reverse dependencies in the `packages` folder
2026-01-07 11:06:49 +00:00
termux-pacman-bot
cd59894a02 chore(tree-wide): use archive/refs/tags for GitHub tarballs
%ci:no-build
2026-01-04 14:40:47 +00:00
termux-pacman-bot
660ef27bed bump(main/ledger): 3.4.1
This commit has been automatically submitted by Github Actions.
2025-10-26 06:42:32 +00:00
termux-pacman-bot
10a8066050 bump(main/ledger): 3.4.0 2025-10-23 05:06:47 +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
2c343118b7 rebuild(main/ledger): After upload-packages job fix
See: 51c0cb6706
Signed-off-by: Aditya Alok <alok@termux.dev>
2025-03-21 15:04:28 +00:00
termux-pacman-bot
e5a8c71f5b pkg(main/ledger): Backport patches for boost 1.87
Signed-off-by: Aditya Alok <alok@termux.dev>
2025-03-19 16:40:55 +00:00
termux-pacman-bot
406926ad20 rebuild(packages/ledger): auto check by @termux-pacman-bot 2024-10-07 04:11:08 +00:00
termux-pacman-bot
4c7c112d1f termux-pacman/auto-check-repo: preparing to recompile packages
[skip ci]
2024-10-07 04:11:07 +00:00
termux-pacman-bot
27554e492f revbump(main/{ledger,libsearpc,lilypond,python-apsw,recoll})
Revbump some python packages after python 3.12 (#18078).
2024-10-06 19:08:23 +00:00
termux-pacman-bot
951b67e23e rebuild: rebuild some packages after boost upgrade 2023-09-28 09:31:15 +00:00
termux-pacman-bot
284803a851 boost: Revbump revdeps to rebuild 2023-04-16 21:01:33 +00:00
termux-pacman-bot
c9ba9ecb64 some packages: Re-enable clang16-porting
%ci:no-build
2023-04-07 01:27:08 +00:00
termux-pacman-bot
2ed44604c9 bump(main/ledger): 3.3.2
This commit has been automatically submitted by Github Actions.
2023-03-30 12:40:50 +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
47538e07ae bump(main/ledger): 3.3.1
This commit has been automatically submitted by Github Actions.
2023-03-03 12:41:56 +00:00
termux-pacman-bot
e83babdfbb ledger: update to 3.3.0 (#15013) 2023-02-08 11:02:23 +00:00
termux-pacman-bot
fb7b84984b tree-wide: setting up python packages and raising the version value 2023-01-16 12:19:17 +00:00
termux-pacman-bot
1845ed56de boost: Revbump revdeps to rebuild
excluding openfoam, as always.
2023-01-11 13:06:25 +00:00
termux-pacman-bot
da5d106b92 boost: Revbump revdeps to rebuild
excluding openfoam, as always.
2022-11-06 07:33:20 +00:00
termux-pacman-bot
bd260d1abe ledger: Revbump to rebuild against Python 3.11 2022-10-29 23:08:16 +00:00
termux-pacman-bot
23d71d98e0 fix(main/ledger): fix so program 'less' can be found 2022-10-05 18:36:17 +00:00
termux-pacman-bot
4b556b9303 Fix hardcoded Python version
%ci:no-build
2022-09-27 03:25:33 +00:00
termux-pacman-bot
12a96e0e0a root-packages/aircrack-ng&&root-packages/nethogs&&packages/aapt&&packages/cgal&&packages/libgraphite&&packages/libgrpc&&packages/libhdf5&&packages/libheif&&packages/libhtmlcxx&&packages/libical&&packages/libicu&&packages/libimtui&&packages/libkokkos&&packages/libmariadbcpp&&packages/cgdb&&packages/libmediainfo&&packages/libmodplug&&packages/libmosquitto&&packages/libmuparser&&packages/libmusicbrainz&&packages/libobjc2&&packages/libopencc&&packages/libp8-platform&&packages/libpangomm-1.4&&packages/libpangomm-2.48&&packages/clamav&&packages/libplist&&packages/libpoco&&packages/libprotobuf-c&&packages/libprotobuf&&packages/libre2&&packages/librime&&packages/librocksdb&&packages/librtmidi&&packages/libsigc++-2.0&&packages/libsigc++-3.0&&packages/clpeak&&packages/libspdlog&&packages/libspice-server&&packages/libt3widget&&packages/libtbb&&packages/libtiff&&packages/libtiledb&&packages/libtinyxml2&&packages/libtvision&&packages/libuchardet&&packages/libupscaledb&&packages/clvk&&packages/libvigra&&packages/libvips&&packages/libwebrtc-audio-processing&&packages/libxapian&&packages/libyaml-cpp&&packages/libzen&&packages/libzita-convolver&&packages/libzmq&&packages/libzopfli&&packages/libzthread&&packages/cmake&&packages/libzxing-cpp&&packages/lilypond&&packages/llbuild&&packages/ltrace&&packages/lzip&&packages/mailsync&&packages/mapserver&&packages/mariadb&&packages/matplotlib&&packages/matterbridge&&packages/coinor-clp&&packages/mediainfo&&packages/megacmd&&packages/mold&&packages/moria&&packages/mosh-git&&packages/mosh&&packages/mu&&packages/muchsync&&packages/ncmpcpp&&packages/ncpamixer&&packages/crypto-monitor&&packages/newsboat&&packages/ngspice&&packages/ninja&&packages/nlopt&&packages/nmap&&packages/nodejs-lts&&packages/nodejs&&packages/notmuch&&packages/nsis&&packages/nsnake&&packages/cryptopp&&packages/nzbget&&packages/ocrad&&packages/oorexx&&packages/openbabel&&packages/opencv&&packages/openethereum&&packages/outfieldr&&packages/p7zip&&packages/panda3d&&packages/par2&&packages/curseofwar&&packages/patchelf&&packages/pdf2djvu&&packages/pdfgrep&&packages/pika&&packages/play-audio&&packages/plzip&&packages/polyml&&packages/poppler&&packages/portaudio&&packages/proj&&packages/android-tools&&packages/ddrescue&&packages/proxmark3-git&&packages/proxmark3&&packages/python-apt&&packages/qalc&&packages/qemu-system-x86-64-headless&&packages/qpdf&&packages/qrsspig&&packages/quick-lint-js&&packages/ragel&&packages/ravencoin&&packages/djvulibre&&packages/re2c&&packages/rig&&packages/rtorrent&&packages/sdcv&&packages/snapcast-server&&packages/squid&&packages/ssdb&&packages/ssdeep&&packages/sshping&&packages/stuntman&&packages/docopt&&packages/swig&&packages/taglib&&packages/tasksh&&packages/taskwarrior&&packages/teckit&&packages/termux-elf-cleaner&&packages/tesseract&&packages/texlive-bin&&packages/tilde&&packages/timewarrior&&packages/doxygen&&packages/timg&&packages/tsmuxer&&packages/unar&&packages/unrar&&packages/utfdecode&&packages/vamp-plugin-sdk&&packages/vde2&&packages/vera&&packages/vlc&&packages/vobsub2srt&&packages/emscripten&&packages/vtm&&packages/vtutils&&packages/vulkan-tools&&packages/wasmedge&&packages/wiz&&packages/woff2&&packages/yosys&&packages/zig&&packages/zipios&&packages/zstd&&packages/enblend&&packages/enchant&&packages/et&&packages/exiv2&&packages/fact++&&packages/aria2&&packages/fex&&packages/fish&&packages/flatbuffers&&packages/frei0r-plugins&&packages/frobtads&&packages/fte&&packages/game-music-emu&&packages/gdb&&packages/gegl&&packages/gengetopt&&packages/aspell&&packages/gettext&&packages/gexiv2&&packages/gflags&&packages/git-crypt&&packages/gluelang&&packages/gmic&&packages/gnucap&&packages/gnuchess&&packages/go-findimagedupes&&packages/google-glog&&packages/atomicparsley&&packages/googletest&&packages/gperf&&packages/graphicsmagick&&packages/groff&&packages/harfbuzz&&packages/hashdeep&&packages/html2text&&packages/hugo&&packages/hunspell&&packages/id3lib&&packages/bastet&&packages/id3ted&&packages/id3v2&&packages/innoextract&&packages/iverilog&&packages/jbig2enc&&packages/jigdo&&packages/jsoncpp&&packages/kakoune&&packages/keystone&&packages/kphp&&packages/binutils&&packages/ladspa-sdk&&packages/ldc&&packages/ledger&&packages/leveldb&&packages/lfortran&&packages/lftp&&packages/lgogdownloader&&packages/libaom&&packages/libbs2b&&packages/libcaca&&packages/boost&&packages/libcairomm-1.0&&packages/libcairomm-1.16&&packages/libcec&&packages/libcln&&packages/libcoinor-osi&&packages/libcoinor-utils&&packages/libconfig&&packages/libdb&&packages/libde265&&packages/libdevil&&packages/cccc&&packages/libduckdb&&packages/libfinalcut&&packages/libflac&&packages/libflann&&packages/libftxui&&packages/libgeos&&packages/libglibmm-2.4&&packages/libglibmm-2.68&&packages/libgmp&&packages/libgnustep-base&&x11-packages/audacity&&x11-packages/glu&&x11-packages/gtkmm2&&x11-packages/gtkmm3&&x11-packages/gtkmm4&&x11-packages/hugin&&x11-packages/inkscape&&x11-packages/kid3&&x11-packages/lenmus&&x11-packages/libatkmm-1.6&&x11-packages/love10&&x11-packages/bochs&&x11-packages/mesa&&x11-packages/ocs-url&&x11-packages/olivia&&x11-packages/polybar&&x11-packages/polyphone&&x11-packages/pong2&&x11-packages/poppler-qt&&x11-packages/pulseeffects&&x11-packages/qcustomplot&&x11-packages/qemu-system-x86-64&&x11-packages/cuse&&x11-packages/qt5-qtbase&&x11-packages/scite&&x11-packages/sfml&&x11-packages/texstudio&&x11-packages/the-powder-toy&&x11-packages/tigervnc&&x11-packages/tint2&&x11-packages/tsmuxergui&&x11-packages/vlc-qt&&x11-packages/webkit2gtk&&x11-packages/dosbox&&x11-packages/wxmaxima&&x11-packages/xournalpp&&x11-packages/fltk&&x11-packages/fluxbox&&x11-packages/fontforge-gtk&&x11-packages/geany&&x11-packages/gimp 2022-08-13 10:39:53 +00:00
termux-actions[bot]
cc715bb0c1 packages/assimp&&packages/ledger 2022-03-05 10:38:14 +00:00
Ivan Max
c6f2efb039 ledger 2022-03-05 13:17:02 +03:00
termux-actions[bot]
a417043d9f packages/assimp&&packages/ledger 2022-03-01 22:18:59 +00:00
termux-actions[bot]
e91b2ffa9d packages/assimp&&packages/ledger 2022-02-09 01:09:52 +00:00
Henrik Grimler
a2187e62df Bump all packages depending on libc++
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02:00
Lucy Phipps
eeff64fa62 ledger, libsearpc, pathpicker: bump 2021-10-06 02:25:37 +01:00
Lucy Phipps
e644c07401 setup-ubuntu.sh: install pip if using deadsnakes 2021-10-06 01:23:00 +01:00
Leonid Pliushch
27afd9e665 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 13:43:31 +03:00
Randy
c1d58f98de compile ledger with Python support (#7007)
* compile ledger with Python support

This adds a compile-time configuration option to compile ledger with Python 3 support and adds python to the list of dependencies. Not sure if the dependency should be written as `python` or `python3`. Any corrections welcome
2021-06-15 08:00:29 +02:00
Leonid Pliushch
815fcc7084 ledger: fix utf8cpp dependency includes 2021-02-07 21:49:02 +00:00
Leonid Pliushch
4cf43a6329 legder: bump revision 2021-02-07 18:16:37 +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
Butta
8b701199e3 boost: update from 1.73.0 to 1.74.0 and bump dependent packages 2020-08-16 13:27:12 +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
0d7056fc61 ledger: update to 3.2.1 2020-05-26 16:56:32 +03:00
Leonid Pliushch
f7782f33de boost: update to 1.73.0 & bump dependent packages 2020-05-13 11:31:03 +03:00
Henrik Grimler
4a50e5f66e ledger: update to 3.2.0 2020-05-02 10:11:04 +02:00
Leonid Pliushch
81ebfce665 rebuild packages dependent on 'boost' 2020-01-13 01:06:08 +02:00
Fredrik Fornwall
f699c47dc7 boost: Update from 1.70.0 to 1.71.0 2019-11-27 23:24:36 +01:00
Leonid Pliushch
6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch
7d4425e785 ledger: bump revision 2019-06-20 00:14:02 +03:00
Fredrik Fornwall
ef8865e732 boost: Update from 1.69.0 to 1.70.0 2019-05-07 23:45:07 +02:00
Fredrik Fornwall
51c2c70886 ledger: Note that utf8cpp is build-time dependency 2019-04-17 23:05:56 +02:00
Fredrik Fornwall
9bd4db420d ledger: Update from 3.1.2 to 3.1.3 2019-04-04 00:14:17 +02:00
Leonid Pliushch
2c16db52fc bump C++ packages for NDK-19 2019-02-23 13:57:09 +02:00
Fredrik Fornwall
2b248bea0b ledger: Update from 3.1.1 to 3.1.2 2019-02-09 00:52:16 +01:00