Commit Graph

8111 Commits

Author SHA1 Message Date
Leonid Pliushch 305af255bb gst-plugins-bad: update to 1.16.2 2019-12-21 18:10:44 +02:00
Leonid Pliushch 0cafafd803 gstreamer: update to 1.16.2 2019-12-21 18:10:44 +02:00
Leonid Pliushch 5f2ec53bff libedit: update to 20191211-3.1 2019-12-21 18:10:44 +02:00
Leonid Pliushch a93f42cb99 geoip2-database: update to 20191201 2019-12-21 18:10:44 +02:00
Leonid Pliushch c8937aeade cmake: update to 3.16.2 2019-12-21 18:10:44 +02:00
Leonid Pliushch 2d6923af54 fzf: update to 0.20.0 2019-12-21 18:10:44 +02:00
Leonid Pliushch b1b018e7cb fribidi: update to 1.0.8 2019-12-21 18:10:44 +02:00
Leonid Pliushch 95550e7748 file: update to 5.38 2019-12-21 18:10:44 +02:00
Leonid Pliushch ace346f8c7 debianutils: update to 4.9.1 2019-12-21 18:10:44 +02:00
Leonid Pliushch 88d83066ff dnsutils: build in src dir 2019-12-21 18:10:44 +02:00
Leonid Pliushch 6e6ef98677 ecj: update to 4.14 2019-12-21 18:10:44 +02:00
Leonid Pliushch c57686a3ca dnsutils: update to 9.14.9 2019-12-21 18:10:44 +02: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
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
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
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
its-pointless d3557eea21 fix openal not linking openSLES 2019-12-14 10:58:17 +11: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
Fredrik Fornwall 1e3eac338d kubectl: Update from 1.16.3 to 1.17.0 2019-12-12 21:12:24 +01:00
Fredrik Fornwall 2de08a8ffb unrar: Update from 5.8.4 to 5.8.5 2019-12-12 21:12:04 +01:00
Fredrik Fornwall 24d19fcd50 libmsgpack: Update from 3.2.0 to 3.2.1 2019-12-12 21:11:44 +01:00
Fredrik Fornwall acedfbb3b5 Drop some no longer needed patches 2019-12-12 02:25:31 +01:00
Fredrik Fornwall 391adf3d60 profanity: Drop no longer needed patch 2019-12-12 02:11:17 +01:00
Fredrik Fornwall 1fc6eef783 geth: Update from 1.9.6 to 1.9.9 2019-12-12 01:40:41 +01:00
Fredrik Fornwall 32c7f7877e ruby: Drop patch no longer needed 2019-12-12 01:40:12 +01:00
Fredrik Fornwall d7cc34c790 ttyd: Add note about patch submitted upstream 2019-12-12 01:39:54 +01:00
Fredrik Fornwall 97dd220b6c gitea: Update from 1.10.0 to 1.10.1 2019-12-12 00:57:43 +01:00
Fredrik Fornwall 393cb7edd3 hugo: Update from 0.60.1 to 0.61.0 2019-12-12 00:55:00 +01:00
Fredrik Fornwall b842306f41 dialog: Update from 1.3-20191110 to 1.3-20191210 2019-12-12 00:54:46 +01:00
Fredrik Fornwall a74a252db1 libcap: Update from 2.27 to 2.28 2019-12-12 00:46:36 +01:00
Fredrik Fornwall d397540a63 procps: Update from 3.3.15 to 3.3.16 2019-12-12 00:46:22 +01:00
Fredrik Fornwall 744985f526 libgit2: Update from 0.28.3 to 0.28.4 2019-12-12 00:46:09 +01:00
Fredrik Fornwall 88ae47749f kakoune: Update from 2019.07.01 to 2019.12.10 2019-12-12 00:45:55 +01:00
Fredrik Fornwall 0442247d97 weechat: Update from 2.6 to 2.7 2019-12-12 00:42:43 +01:00
Fredrik Fornwall 57a5fe5c29 tor: Update from 0.4.1.6 to 0.4.2.5 2019-12-12 00:42:43 +01:00
Fredrik Fornwall 9f89ac3b20 cmake: Update from 3.15.5 to 3.16.1 2019-12-12 00:42:43 +01:00
Rahul Amaram ff55413b93 Added new packages borgbackup and its dependency libacl (#4644)
* Added new packages borgbackup and its dependency libacl
2019-12-12 01:11:29 +02:00
Fredrik Fornwall aac0b8eae3 starship: Update from 0.27.0 to 0.29.0 2019-12-12 00:06:14 +01:00
Fredrik Fornwall e6ec8be497 libssh: Update from 0.9.2 to 0.9.3 2019-12-11 23:41:27 +01:00
Fredrik Fornwall 53c6c7bb6d gnupg: Update from 2.2.18 to 2.2.19 2019-12-11 23:41:08 +01:00
Fredrik Fornwall 5896a95517 git: Update from 2.24.0 to 2.24.1 2019-12-11 23:40:43 +01:00
Leonid Pliushch 1cd3407493 glib: build with -DTERMUX_EXPOSE_FILE_OFFSET64
Related issue: https://github.com/termux/termux-packages/issues/4643
2019-12-11 20:31:05 +02:00
valpogus a5e493edd4 New packages: mediainfo, libmediainfo, libzen 2019-12-10 13:28:07 +01:00
Leonid Pliushch 7d5c02e7e8 weechat: add patch for python 3.8 compatibility
Issue: https://github.com/termux/termux-packages/issues/4633
2019-12-08 20:48:40 +02:00
Leonid Pliushch 1b8fa59206 weechat: rebuild package 2019-12-08 20:42:56 +02:00
its-pointless d2226882cc fix starship build 2019-12-07 10:00:41 +11:00
Leonid Pliushch f5be819f09 seafile-client: fix checksum 2019-12-06 18:15:23 +02:00
its-pointless 35b6c1de21 build fix 2019-12-06 15:16:49 +01:00
Fredrik Fornwall f317c7cf7d protobuf: Update from 3.9.1 to 3.11.1 2019-12-05 23:58:28 +01:00
Fredrik Fornwall c6f2eb1f67 seafile-client: Update from 7.0.2 to 7.0.4 2019-12-05 23:45:32 +01:00
Fredrik Fornwall 3bb2afcc96 tcsh: Update from 6.22.00 to 6.22.02 2019-12-05 23:44:46 +01:00
Fredrik Fornwall 29cd244a83 ffsend: Update from 0.2.56 to 0.2.57 2019-12-05 23:42:21 +01:00
Fredrik Fornwall 1accfe3253 starship: Update from 0.26.0 to 0.27.0 2019-12-05 23:32:28 +01:00
Fredrik Fornwall 23a57c2d6b timewarrior: Update from 1.1.1 to 1.2.0 2019-12-05 23:29:49 +01:00
Fredrik Fornwall 0533835564 golang: Update from 1.13.4 to 1.13.5 2019-12-05 23:29:18 +01:00
Fredrik Fornwall 6c4d50ec23 syncthing: Update from 1.3.1 to 1.3.2 2019-12-05 23:28:26 +01:00
Fredrik Fornwall f984fa0313 libgnutls: Update from 3.6.10 to 3.6.11.1 2019-12-05 23:25:15 +01:00
Fredrik Fornwall 3be230ef3a gnuplot: Update from 5.2.7 to 5.2.8 2019-12-05 23:24:24 +01:00
Fredrik Fornwall 45ca2c63a3 espeak: Update from 1.49.2 to 1.50 2019-12-05 23:23:48 +01:00
Fredrik Fornwall 7dcc42d3cc exiftool: Update from 11.77 to 11.78 2019-12-05 23:17:42 +01:00
Fredrik Fornwall 38b7de2405 bash-commit: Update from 2.9 to 2.10 2019-12-05 23:17:22 +01:00
Fredrik Fornwall aa9c85e9ec nnn: Update from 2.8 to 2.8.1 2019-12-05 06:04:22 +01:00
valpogus 980413e223 Add package: cmusfm (#4626) 2019-12-05 01:29:19 +02:00
Fredrik Fornwall 3ace65daaf nnn: Update from 2.7 to 2.8 2019-12-04 16:38:23 +01:00
valpogus 8c64b87353 New package: chromaprint (#4625)
%ci:reset-backlog
2019-12-04 15:27:37 +02:00
Leonid Pliushch b436e0de81 libllvm: rebuild package 2019-12-04 14:24:21 +02:00
timvisee 2a3e1ede69 ffsend: update to 0.2.56 2019-12-03 17:15:02 +01:00
Leonid Pliushch bc525a5bf5 yarn: update to 1.19.2 2019-12-02 14:47:13 +02:00
Leonid Pliushch 7962d4b016 parallel: update to 20191122 2019-12-02 14:46:33 +02:00
Leonid Pliushch 64da897677 geoip2-database: update to 20191201 2019-12-02 14:45:14 +02:00
Leonid Pliushch 57a3d035eb hyperfine: update to 1.9.0 2019-12-02 14:44:22 +02:00
Leonid Pliushch f52b2a2b66 hugo: update to 0.60.1 2019-12-02 14:43:37 +02:00
Leonid Pliushch df1abf6b9d exiftool: update to 11.77 2019-12-02 14:40:40 +02:00
Leonid Pliushch 901c940645 elixir: update to 1.9.4 2019-12-02 14:39:52 +02:00
Leonid Pliushch 10d980db4a byobu: update to 5.130 2019-12-02 14:39:17 +02:00
Leonid Pliushch 6fed3c0a51 miniupnpc: update to 2.1.20190824 2019-12-02 14:35:45 +02:00
Leonid Pliushch 2fc86f267e libzopfli: fix package
Version 1.0.3 uses CMake and has shared library disabled by default.
2019-12-02 14:31:03 +02:00
Fredrik Fornwall dea2132e13 picolisp: Update from 19.11.11 to 19.11.25 2019-12-01 19:52:12 +01:00
Fredrik Fornwall 5d1c828c2d openal-soft: Update from 1.19.1 to 1.20.0 2019-12-01 18:11:47 +01:00
Fredrik Fornwall c5f65f3407 gegl: Update from 0.4.16 to 0.4.18 2019-12-01 18:08:38 +01:00
Fredrik Fornwall 63021dc21e libmaxminddb: Update from 1.4.1 to 1.4.2 2019-12-01 18:08:09 +01:00
Fredrik Fornwall 5f2d338b84 libffi: Update from 3.2.1 to 3.3.0 2019-12-01 17:59:22 +01:00
Fredrik Fornwall f2be54011c remind: Update from 3.1.16 to 3.1.17 2019-12-01 17:51:31 +01:00
Fredrik Fornwall dabf676640 restic: Update from 0.9.5 to 0.9.6 2019-12-01 17:47:17 +01:00
Fredrik Fornwall 56f147c754 tmux: Update from 3.0 to 3.0a 2019-12-01 17:46:56 +01:00
Fredrik Fornwall 22526dfa89 strace: Update from 5.3 to 5.4 2019-12-01 17:46:40 +01:00
Fredrik Fornwall f846d2bddf tcsh: Update from 6.21.00 to 6.22.00 2019-12-01 17:46:29 +01:00
Fredrik Fornwall e3c4581050 libzopfli: Update from 1.0.2 to 1.0.3 2019-12-01 17:45:27 +01:00
Fredrik Fornwall 9e4a6694f1 libmosquitto: Update from 1.6.7 to 1.6.8 2019-12-01 17:34:40 +01:00
Fredrik Fornwall ffedd42165 mutt: Update from 1.12.2 to 1.13.0 2019-12-01 17:34:26 +01:00
Fredrik Fornwall 433cd2d7ff nano: Update from 4.5 to 4.6 2019-12-01 17:34:14 +01:00
Leonid Pliushch 45f004bccc sox: add libao as dependency 2019-11-29 22:37:58 +02:00
Leonid Pliushch 0b7fb59a30 Merge pull request #4604 from Neo-Oli/fix-profanity
Profanity: Don't link against libXss
2019-11-29 21:40:00 +02:00
Oliver Schmidhauser 148302dc5c Profanity: Don't link against libXss
Since libxss is now available in the main repository profanity started
to link against it. Since it isn't a dependency it may fail link the
executable. This removes xscreensaver support therefore this
link. I don't think there would be any use for that feature on Termux,
but if someone disagrees, we can just set libxss as a dependency
instead.
2019-11-29 19:26:22 +01:00
Leonid Pliushch b38bdb4249 ca-certificates: update to 20191129 2019-11-29 18:54:39 +02:00
Leonid Pliushch 8f08bdcaca new package: ffsend
Another attempt but with clipboard feature disabled.
2019-11-29 18:49:17 +02:00
Leonid Pliushch 48e613e193 Revert "new package: ffsend"
This reverts commit b5a8650f9cc9eba6dea3918a73e7dd6e6c5d27b9.
2019-11-29 16:40:18 +02:00
Leonid Pliushch 316b9d0648 new package: ffsend
Requested in https://github.com/termux/termux-packages/issues/4551.
2019-11-29 15:57:07 +02:00
Leonid Pliushch fcf8ced972 tar: add fix for android 10 2019-11-29 15:27:43 +02:00
Oliver Schmidhauser f765f5024a expect: Use coreutils stty instead of busybox stty
Since our busybox no longer symlinks stty in `$PREFIX/bin/applets/stty` `expect` should use the stty at `$PREFIX/bin/stty`, which is provided by coreutils which is now an essential package. (busybox is no longer essential and not a dependency of expect anyway)
2019-11-29 13:22:10 +01:00
Leonid Pliushch 17fcf425c6 libxdmcp: move xorgproto to build depends 2019-11-29 12:56:06 +02:00
Henrik Grimler 2bf2bb39e6 libxdmcp: depend on xorgproto 2019-11-29 12:56:06 +02:00
Henrik Grimler 2994660234 unifdef: make sure man/man1 exists during build 2019-11-29 12:56:06 +02:00
Henrik Grimler 58451a8dd5 libcln: update to 1.3.5 2019-11-29 12:56:06 +02:00
Henrik Grimler 269810f653 ncompress: make sure man/man1 exists 2019-11-29 12:56:06 +02:00
Henrik Grimler 164f27e890 hunspell-en-us: update dictionary 2019-11-29 12:56:06 +02:00
Leonid Pliushch dc8dd1213a Merge pull request #4597 from pschmitt/yadm-2.1.0
Update YADM to 2.1.0
2019-11-29 12:55:16 +02:00
valpogus 5eb9f5496b New package: tokei (#4601) 2019-11-29 00:26:52 +02:00
Philipp Schmitt 2c28c8be37 Update YADM to 2.1.0 2019-11-28 07:47:28 +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
Fredrik Fornwall a1ac90a43c kubectl: Update from 1.16.2 to 1.16.3 2019-11-27 23:15:35 +01:00
Fredrik Fornwall 3fb627b354 notmuch: Update from 0.29.2 to 0.29.3 2019-11-27 23:14:54 +01:00
Fredrik Fornwall 1ec62dee82 tmux: Update from 2.9a to 3.0 2019-11-27 21:25:46 +01:00
Fredrik Fornwall d1d8e7492f gnupg: Update from 2.2.17 to 2.2.18 2019-11-27 21:24:18 +01:00