Commit Graph

9226 Commits

Author SHA1 Message Date
Henrik Grimler 2f299e49c6 Merge pull request #4683 from termux/command-not-found-update
command-not-found: update command lists
2019-12-21 14:53:42 +01:00
Henrik Grimler fe0159e018 command-not-found: update command lists 2019-12-21 14:42:46 +01:00
Martin Kinkelin 2488e59847 LDC: Upgrade to v1.19.0 (#4676) 2019-12-21 14:25:50 +02:00
Leonid Pliushch b53d98d3f7 vim: correctly split vim-runtime files
Previous commit was no-op...
2019-12-21 13:27:30 +02:00
Leonid Pliushch e41cab7c9f vim: correctly split vim-runtime files 2019-12-21 12:53:15 +02:00
Leonid Pliushch a7b98adf08 vim-python: fix paths for vim v8.2.x in build.sh 2019-12-20 19:50:13 +02:00
Leonid Pliushch 9af511f64d vim: fix paths for vim v8.2.x in build.sh 2019-12-20 19:49:30 +02:00
Leonid Pliushch 18ca8de5cb vim-python: fix os_unix.h.patch 2019-12-20 19:29:33 +02:00
Leonid Pliushch fe0a3cbd22 vim: fix os_unix.h.patch 2019-12-20 19:29:33 +02:00
Leonid Pliushch 381a68a0fc glib: update to 2.62.4 2019-12-20 04:10:58 +02:00
Leonid Pliushch 97ad7ab7d4 git-lfs: update to 2.9.2 2019-12-20 04:10:58 +02:00
Leonid Pliushch f7de0c18ba exiftool: update to 11.80 2019-12-20 04:10:58 +02:00
Leonid Pliushch cd5c594655 vim, vim-python: update to 8.2.0000 2019-12-20 04:10:58 +02:00
Leonid Pliushch 01c1c9b6e2 Merge pull request #4673 from stefanwouldgo/patch-4
remove openssl dependency
2019-12-19 19:04:28 +02:00
Leonid Pliushch d0c169b8e4 Merge pull request #4671 from bitcoinprivacy/master
lnd: bump version to 0.8.2
2019-12-19 19:04: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
Stefan 0affb588f9 lnd: bump version to 0.8.2 2019-12-19 17:41:26 +01:00
Henrik Grimler 544e23ddb5 Merge pull request #4669 from its-pointless/boost-static
enable boost static libs
2019-12-19 09:02:02 +01:00
its-pointless 641ebbb202 enable boost static libs 2019-12-19 11:30:38 +11:00
Leonid Pliushch 96e92bac29 qemu: depend on resolv-conf 2019-12-18 00:17:44 +02:00
Leonid Pliushch 613bc884f0 Merge pull request #4663 from pschmitt/yadm-2.3.0
Update YADM to 2.3.0
2019-12-17 22:20:24 +02:00
Philipp Schmitt 2f11f206e7 Update YADM to 2.3.0 2019-12-17 20:37:03 +01:00
Leonid Pliushch 4db2044f42 qemu: update & move from unstable 2019-12-17 20:04:13 +02:00
Leonid Pliushch bf20ce4475 imlib2: update patches 2019-12-16 15:10:09 +02:00
Leonid Pliushch d2d786f212 tk: update to 8.6.10 2019-12-15 21:42:31 +02:00
Leonid Pliushch d4308878cc imlib2: update to 1.6.1 2019-12-15 21:32:53 +02:00
Leonid Pliushch 12f876b671 Merge pull request #4642 from valpogus/add_package_mediainfo
New packages: mediainfo, libmediainfo, libzen
2019-12-14 03:12:51 +02:00
Leonid Pliushch 296341e821 Merge pull request #4652 from its-pointless/openal-soft-fix
fix openal not linking openSLES
2019-12-14 02:28:36 +02:00
its-pointless d3557eea21 fix openal not linking openSLES 2019-12-14 10:58:17 +11:00
Leonid Pliushch 75af2da554 reformat scripts/build/termux_step_setup_toolchain.sh 2019-12-13 23:57:01 +02:00
Leonid Pliushch ce0707260d build-package.sh: fix copy-paste typo
clang & clang++ wrappers were copied to same file
2019-12-13 23:49:41 +02:00
Leonid Pliushch 520dbc6847 ndk-patches: avoid free()'ing pointer which is still in use 2019-12-13 21:50:50 +02:00
Leonid Pliushch 5d0a8a8045 Merge pull request #4650 from pschmitt/yadm-2.2.0
Update YADM to 2.2.0
2019-12-13 21:37:16 +02:00
Philipp Schmitt fa8fb12252 Update YADM to 2.2.0 2019-12-13 20:02:18 +01:00
Leonid Pliushch e649a0ae98 proxychains: handle cases when LD_PRELOAD string is long
Proxychains has temp buffer for LD_PRELOAD with size of 256
characters which may not be enough for cases when that environment
variable already contains several lib paths.

Issue: https://github.com/termux/x11-packages/issues/186
2019-12-13 20:44:02 +02:00
Leonid Pliushch fa328d0018 asciinema & borgbackup: remove common pycache dir
It contains file 'site.cpython-38.pyc' which is not needed.
2019-12-13 15:43:49 +02:00
Leonid Pliushch d455904cc6 libgrpc: package expects static gflags library 2019-12-13 13:53:34 +02:00
Leonid Pliushch 12685837a8 borgbackup: remove unneeded things (site.py + easy-install.pth)
These files are not used at runtime and can be removed to
prevent conflicts with other packaged python modules.

Issue: https://github.com/termux/termux-packages/issues/4647
2019-12-13 12:56:10 +02:00
Leonid Pliushch 691e7ebf93 asciinema: do not remove generated pycache 2019-12-13 12:50:27 +02:00
Leonid Pliushch d312fb15a8 asciinema: remove unneeded things (site.py + easy-install.pth)
These files are not used at runtime and can be removed to
prevent conflicts with other packaged python modules.

Issue: https://github.com/termux/termux-packages/issues/4647
2019-12-13 12:50:00 +02:00
Leonid Pliushch ec622c95e4 libgrpc: add gflags as dependency
Fixes https://github.com/termux/termux-packages/issues/4646.
2019-12-13 12:38:13 +02:00
Fredrik Fornwall a83937f68a exiftool: Update from 11.78 to 11.79 2019-12-12 21:43:01 +01:00
Fredrik Fornwall f85ecdcb26 libelf: Update from 0.177 to 0.178 2019-12-12 21:42:44 +01:00
Fredrik Fornwall 3ece123312 imlib2: Update from 1.5.1 to 1.6.0 2019-12-12 21:30:49 +01:00
Fredrik Fornwall 2c0509d8ef kubectl: Fix checksum 2019-12-12 21:26:18 +01:00
Fredrik Fornwall 7393f36d02 libduktape: Update from 2.4.0 to 2.5.0 2019-12-12 21:21:41 +01:00
Fredrik Fornwall 82aad19302 keybase: Update from 4.7.2 to 5.1.1 2019-12-12 21:21:13 +01:00
Fredrik Fornwall d02ccfc787 krb5: Update from 1.17 to 1.17.1 2019-12-12 21:20:53 +01:00
Fredrik Fornwall 6c4e80b67e bison: Update from 3.4.2 to 3.5 2019-12-12 21:18:08 +01:00
Fredrik Fornwall 8c774f3a78 libmpdclient: Update from 2.16 to 2.17 2019-12-12 21:13:00 +01:00