Commit Graph

193 Commits

Author SHA1 Message Date
Tee KOBAYASHI c6db2c46c6 new package: lilypond 2022-04-16 18:26:11 +09:00
Aditya Alok 24a1850f47
feat(setup-ubuntu.sh): install `xxd` package, required by `cava`
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-11 20:49:14 +05:30
Tee KOBAYASHI b312b033ab new package: below 2022-04-11 11:04:10 +09:00
Tee KOBAYASHI 00275fe288 vlc: Enable Lua support 2022-04-08 13:48:37 +09:00
Chongyun Lee 2894168dfa new package: pypy 2022-03-15 12:01:29 +09:00
Henrik Grimler d2c12f838b
gnunet: update to 0.16.1 2022-03-13 12:23:25 +01:00
Tee KOBAYASHI 9849f01987 new function: termux_setup_python_crossenv 2022-03-02 12:00:30 +09:00
YAKSH BARIYA 6fe370b6cd
picolisp: update to 21.12 (#9084) 2022-02-25 14:02:46 +00: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 bbdaa639f7
update docker image to Ubuntu 21.04 2022-02-08 11:48:36 +01:00
Butta 5d98fde4ab swift: fix memory tagging collisions on aarch64 since Android 11 2022-02-08 01:24:14 +05:30
Tee KOBAYASHI 907319a383 docker image: Install clang-12 and friends 2022-01-30 04:05:51 +09:00
s00se cfe80644b7 docker-image: add gcc-arm-none-eabi 2022-01-18 10:19:25 +02:00
Tee KOBAYASHI 19563a614b docker image: Install python3-jsonschema 2022-01-14 10:49:11 +02:00
Leonid Pliushch 8279cf4717
setup-ubuntu.sh: use 'env' to pass DEBIAN_FRONTEND=noninteractive
Fixes https://github.com/termux/termux-packages/issues/8209
2021-12-11 23:19:13 +02:00
Leonid Pliushch ee8feaeb36
docker image: install the latest lts version of nodejs 2021-11-27 14:33:31 +02:00
ifurther 8a16ae9755 add wget for ubuntu 2021-10-13 11:28:36 +02:00
Lucy Phipps 162b07ad19
setup-ubuntu.sh: python: rm 3.7, 3.8, 3.10-full
i.e. use only lightweight 3.9 and 3.10
2021-10-06 20:21:11 +01:00
Lucy Phipps e644c07401
setup-ubuntu.sh: install pip if using deadsnakes 2021-10-06 01:23:00 +01:00
Lucy Phipps 20f6decc7c
setup-ubuntu.sh: use python3.10-full 2021-10-05 17:24:38 +01:00
Lucy Phipps 0255ee9793
fix Dockerfile and setup-ubuntu.sh 2021-10-05 16:40:30 +01:00
Lucy Phipps f73a3fb45f
setup-ubuntu.sh: fix when missing lsb_release 2021-10-05 16:26:38 +01:00
Lucy Phipps 2291a2c5b8
setup-ubuntu.sh: apt update after ppa 2021-10-05 15:18:27 +01:00
Lucy Phipps d0f2ed7137
setup-ubuntu.sh: use deadsnakes/ppa if needed 2021-10-05 13:25:29 +01:00
Lucy Phipps b4b985718b
docker image: install python 3.10 2021-10-05 11:59:08 +01:00
Henrik Grimler 23c34dde70 setup distro scripts: sort packages alphabetically 2021-09-17 11:06:53 +02:00
Further a250800247
docker image: install rsync (#7461) 2021-09-03 23:02:53 +03:00
Leonid Pliushch 8d4cdb47fb
docker image: install libwayland-dev and wayland-scanner++ 2021-08-26 15:48:11 +03:00
Lucy Phipps bae74ec4ab
remove ccnet as it's been deleted upstream 2021-08-16 14:42:31 +01:00
Leonid Pliushch 4a85477788
docker image: install openjdk 16 2021-07-29 16:48:28 +03:00
Butta 9a137331fe swift: update from 5.4.1 to 5.4.2 2021-06-29 13:44:04 +05:30
Aditya Alok eb46f4c08c
new package: cavif-rs (#7062) 2021-06-28 21:27:37 +03:00
Leonid Pliushch fa11a5d7ec
setup-ubuntu.sh: install pip2 after everything else 2021-06-21 20:13:02 +03:00
Leonid Pliushch add9833e46
docker image: install pip for python2
Ubuntu threw away pip for python2, so we have to install it manually.
It is needed currently for "pypanel" in x11-packages repository.
2021-06-21 20:02:47 +03:00
Butta bf7b30d9a5 swift: add upstream patch that fixes building for 32-bit ARM 2021-06-09 23:15:52 +05:30
Suhan G Paradkar 70a292b715
docker image: install sassc (#6952) 2021-06-04 13:34:15 +03:00
vhqtvn 124efc9dd9
package updates & build issue fixes (#6919)
aptly: fix build failure

dpkg: fix $TERMUX_ARCH in configure script

gotty: switch to up-to-date upstream

minicom: update source url

ncurses: force build with -fPIC

newsboat: update to 2.23

ovmf: update to 20210421.18.g15ee7b7689

pforth: update to 20210315

pup: build with GO111MODULE=off

rcshell: update source url

remind: update to 03.03.07

tweego: update to 2.1.1

virustotal-cli: update to 0.9.6

docker image: install some missing build tools
2021-05-29 14:41:04 +03:00
Leonid Pliushch 719957fa2a
Revert "fix" for curl in Github Actions
It doesn't work.
2021-05-26 16:45:50 +03:00
Leonid Pliushch 86cdb09734
another attempt to fix Github Actions curl timeouts
Will run "sudo ethtool -K eth0 tx off rx off" in container before executing
build commands.

Since our build environment doesn't have ethtool installed, this will
imply rebuilding Docker image. Until that, CI builds will fail due to
missing utility.
2021-05-26 15:15:37 +03:00
Leonid Pliushch a0bd6e9572
docker image: install libdbus-glib-1-dev-bin 2021-05-25 19:13:34 +03:00
Leonid Pliushch 5665242cd8
docker image: x11-packages need xutils-dev 2021-03-29 17:01:26 +03:00
Leonid Pliushch 8487bd8018
bintray repository is now in archive mode
Even though JFrog continued Bintray normal operation until 31 Mar 2021, I'm
disabling Github Actions uploads now. Termux Bintray repository continues to
be available in read-only mode until the final shutdown by JFrog.
2021-02-28 18:15:46 +02:00
Leonid Pliushch 81a86aa65a
docker image: install scdoc 2020-12-12 16:15:50 +02:00
Leonid Pliushch eefc5ed680 docker image: install php, composer
Needs for bootstrapping composer package.
2020-12-10 22:06:02 +02:00
Leonid Pliushch 0cb534ffc2
docker image: install aspell 2020-12-08 16:01:57 +00:00
Leonid Pliushch 3fcb4ca661
docker image: need xmltoman package 2020-12-07 23:10:42 +00:00
Leonid Pliushch 5a4dab1fde docker image: install triehash 2020-11-05 17:17:56 +02:00
Leonid Pliushch f20f6a35ba setup-ubuntu.sh: use $TERMUX_PREFIX 2020-10-30 21:34:46 +02:00
Leonid Pliushch 28768b205e docker image: install python3.9 2020-10-08 17:49:45 +03:00
Leonid Pliushch f6b5aeb956 docker image: install libevent-dev libreadline-dev libconfig-dev libjansson-dev
Needed by telegram-cli host build.
2020-09-21 20:21:49 +03:00
ifurther 9342675fbb new package: ovmf (#5734) 2020-08-24 22:21:18 +03:00
Henrik Grimler 44f8bfaa50 setup-ubuntu.sh: remove duplicate clang-10 line 2020-07-09 13:51:35 +02:00
its-pointless 5e9a19ae55 ubuntu setup for r21b 2020-07-09 13:51:35 +02:00
Leonid Pliushch 1771b69888 docker image: install xfce4-dev-tools 2020-06-22 16:00:22 +03:00
Leonid Pliushch 4162539edb docker image: install 'alex' & 'happy' utilities for Haskell 2020-06-20 22:46:33 +03:00
Leonid Pliushch 77fa166aa9 reformat scripts/setup-ubuntu.sh 2020-06-19 02:54:45 +03:00
Leonid Pliushch 61bcba0526 fix typo in scripts/setup-ubuntu.sh 2020-06-19 02:54:18 +03:00
Faheem Pervez 86a07d5079 docker image: install heimdal-multidev and comerr-dev (#5418)
For samba in unstable-packages
2020-06-18 15:46:47 +02:00
Leonid Pliushch 31835dcbc5 docker image: install libparse-yapp-perl
https://github.com/termux/termux-packages/pull/5417
2020-06-18 01:00:06 +03:00
Leonid Pliushch 7c0007dddc docker image: install python3-pip 2020-06-13 18:49:52 +03:00
Butta dc0c6405e9 swift: update from 5.2.3 to 5.2.4 2020-05-23 11:58:56 +03:00
Leonid Pliushch 7746025839 docker image: install setuptools for python2
Needed by python2-xlib.
2020-05-19 21:33:48 +03:00
Butta f380827f81 swift: update from 5.2.2 to 5.2.3 2020-05-19 21:28:40 +03:00
Leonid Pliushch 4b46218293 docker image: install texlive-extra-utils 2020-05-19 16:32:14 +03:00
Henrik Grimler b0d1ff7cfa setup-ubuntu.sh: add cvs for myman 2020-05-09 20:17:56 +02:00
Henrik Grimler d5f6b464b2 setup-ubuntu: add packages needed by science and game packages 2020-05-09 18:39:17 +02:00
ifurther fe9c49ae32 new package: wrk (#5262)
* add wrk package
* install luajit into docker image
2020-05-08 02:23:01 +03:00
Leonid Pliushch 7c0df2ad3d docker image: install tcl
Tcl is needed for building package 'sqlcipher'.
2020-05-07 22:51:19 +03:00
Henrik Grimler 3b861ed4a9 setup-ubuntu: install python-is-python3
Some packages looks for python instead of python3 or python2
2020-05-06 16:34:29 +02:00
Henrik Grimler 3b96b19b8e setup-ubuntu: python-yaml is needed by libduktape (uses py2) 2020-05-06 16:34:28 +02:00
Fredrik Fornwall 36ef3dcba8 Update docker image to Ubuntu 20.04 2020-05-06 09:27:49 +02:00
Leonid Pliushch c85f419708 php: run buildconf after extracting sources
Needed for generating configure script.

+ added re2c package for Docker image
2020-04-14 23:18:11 +03:00
Butta f36759a52b swift: enable package and update to 5.2.1 2020-04-10 13:03:38 +03:00
Leonid Pliushch 36780ba9fa docker image: install 'clang-9' 2020-04-09 18:23:38 +03:00
Leonid Pliushch d523f61477 build-package.sh: verify release files with gpg when doing autobuilds (#5062) 2020-03-21 16:30:02 +02:00
Leonid Pliushch 7e0148cf27 docker image: fix installation of JDK 8 2020-03-08 21:44:59 +02:00
Leonid Pliushch 4c811cf8cc Revert "docker image: use JDK 11"
This reverts commit 90af396e47.
2020-03-08 21:43:23 +02:00
Leonid Pliushch 2ef2cd14fb docker image: use JDK 11 2020-03-08 21:26:21 +02:00
Leonid Pliushch 6de81dfeb6 docker image: install docbook-xsl-ns
docbook-xsl-ns is needed by libnotify package.
2020-03-08 20:31:15 +02:00
Leonid Pliushch 9e349a0503 docker image: install npm as it is used by 'gitea' in build process 2020-02-17 18:37:35 +02:00
Leonid Pliushch 6502ed5c0a docker image: install llvm-9-dev
Needed by rustc-nightly in unstable-packages.
2020-01-25 00:31:41 +02:00
Leonid Pliushch d542602980 setup-ubuntu.sh: re-enable package 'erlang-nox' 2020-01-23 21:54:42 +02:00
Leonid Pliushch a512984ce4 setup-ubuntu.sh: do not install 'erlang-nox' because it can't be installed on CI/CD for some reason 2020-01-23 19:47:38 +02:00
Leonid Pliushch 63c8d460b3 docker image: add more packages used by unstable & x11 repositories 2020-01-23 19:46:48 +02:00
Leonid Pliushch 872cc15bae docker image: install erlang-nox, itstool, libgdk-pixbuf2.0-dev, xfonts-utils
More tools to build packages in unstable & x11 repositories.
2020-01-23 16:27:11 +02:00
Leonid Pliushch a0731c92aa update scripts/setup-ubuntu.sh
Will add host packages required by unstable-packages and x11-packages,
so I don't need to have a custom Docker image for them.

Current package list may be incomplete.
2020-01-23 14:01:59 +02:00
Leonid Pliushch 99236ea338 setup scripts: do not use sudo if already running under root
Reworked variant of https://github.com/termux/termux-packages/pull/4753.
2020-01-06 18:33:55 +02:00
Leonid Pliushch b20be8a115 docker image: install locales and configure en_US.UTF-8 as default 2020-01-04 00:19:59 +02:00
Leonid Pliushch 21f62c34a2 docker image: install libltdl-dev and libsigsegv-dev 2019-12-01 22:49:47 +02:00
Leonid Pliushch 797861b2c5 docker image: install zip 2019-12-01 22:07:09 +02:00
Leonid Pliushch 82285727fb docker image: install groff 2019-12-01 19:33:55 +02:00
Leonid Pliushch 0cdb3bcf5e docker image: install python3.8 2019-11-17 21:26:50 +02:00
Leonid Pliushch 8eae28c153 Revert "docker image: install libossp-uuid-dev"
libossp-uuid-dev is not needed since we are not going to build
swi-prolog documentation currently.

This reverts commit e8fe70fc90.
2019-09-28 14:18:28 +03:00
Leonid Pliushch 8fd96ae07a docker image: install libossp-uuid-dev 2019-09-24 22:17:05 +03:00
Leonid Pliushch f7195017cc docker image: install bsdmainutils 2019-09-16 15:07:36 +03:00
Leonid Pliushch 89f6b033bd docker image: install pandoc 2019-08-28 15:23:28 +03:00
Leonid Pliushch 8c1e1f7d92 docker image: install valac 2019-07-25 18:23:57 +03:00
Leonid Pliushch eb444b2d01 docker image: install libc-ares-dev and libicu-dev
Needed by host-build part of nodejs v12.6.0+
2019-07-24 19:49:02 +03:00
Leonid Pliushch 62b194d620 docker image: install autopoint 2019-07-21 18:57:09 +03:00
Leonid Pliushch cc06bee73e docker image: install libdbus-1-dev
Required by host-build if dbus-glib.
https://github.com/termux/termux-packages/pull/4046.
2019-07-13 17:08:57 +03:00