Fredrik Fornwall
6988f30ee7
Bump c++-using packages
2018-06-26 13:29:06 +02:00
Tom Yan
d91df72f7f
mpv: build with --disable-android
...
Since 0.28 the android build option is used for a few features that
are not useful in Termux (as we don't do video output and JNI isn't
available)
In 0.27 the option is only used to enable some wrapping of strnlen,
as it was broken (but also fixed) long time ago in Android.
Therefore instead of the extra patching that do us no good, let us
simply build with --disable-android and disable the wrapping.
Also use vid=no instead of vo=null in mpv.conf, as the latter does
not prevent video decoding.
2018-06-26 13:08:54 +02:00
Fredrik Fornwall
6b1e98dff5
cmake: Fix building with latest libuv
2018-06-26 11:50:09 +02:00
Fredrik Fornwall
2e965eedcd
valac: Update from 0.40.6 to 0.40.7
2018-06-26 10:50:22 +02:00
Fredrik Fornwall
627186360b
Bump libllvm which uses libc++
2018-06-26 10:49:51 +02:00
Fredrik Fornwall
380c2d7bc3
Bump some c++-using packages after libc++ update
2018-06-26 10:48:42 +02:00
Fredrik Fornwall
a388e86a14
pngquant: Depend on littlecms
2018-06-26 06:38:49 +02:00
Fredrik Fornwall
a8e1ddc0b0
libx265: Update from 2.7 to 2.8
2018-06-26 06:38:28 +02:00
Fredrik Fornwall
6b7fcc3082
gmic: Update from 2.2.3 to 2.3.1
2018-06-26 05:49:57 +02:00
Fredrik Fornwall
1dc73adf26
libgc: Update from 7.6.4 to 7.6.6
2018-06-26 05:42:07 +02:00
Fredrik Fornwall
9aa834ce49
qpdf: Update from 8.0.2 to 8.1.0
2018-06-26 05:41:48 +02:00
Fredrik Fornwall
fa5deef4b9
libgit2: Update from 0.27.1 to 0.27.2
2018-06-26 05:40:50 +02:00
Fredrik Fornwall
f782b4cc49
redir: Update from 2.2.1 to 3.2
2018-06-26 05:39:11 +02:00
Fredrik Fornwall
44af6cbfaa
xvidcore: Update from 1.3.4 to 1.3.5
2018-06-26 05:24:19 +02:00
Fredrik Fornwall
9869a15a95
attr: Update from 2.4.47 to 2.4.48
2018-06-26 05:24:00 +02:00
Fredrik Fornwall
8694c21339
yarn: Update from 1.7.0 to 1.8.0
2018-06-26 05:22:10 +02:00
Fredrik Fornwall
550ba1ea5d
xmlsec: Update from 1.2.25 to 1.2.26
2018-06-26 05:09:43 +02:00
Fredrik Fornwall
8bc4e95289
teckit: Update from 2.5.7 to 2.5.8
2018-06-26 05:09:28 +02:00
Fredrik Fornwall
b4709565b5
newsboat: Update from 2.11.1 to 2.12
2018-06-26 04:54:43 +02:00
Fredrik Fornwall
4682296dae
Fix typo in build-package.sh
2018-06-26 04:53:02 +02:00
Fredrik Fornwall
315a8947fd
cvs: Include patches from debian
2018-06-26 04:52:37 +02:00
Fredrik Fornwall
0c49c0bbd8
procps: Update from 3.3.14 to 3.3.15
2018-06-26 04:48:28 +02:00
Fredrik Fornwall
5f37e38068
cvs: Update from 1.11.23 to 1.12.13
2018-06-26 03:54:43 +02:00
Fredrik Fornwall
c8e0fe6b9b
msmtp: Update from 1.6.6 to 1.6.7
2018-06-26 03:50:44 +02:00
Fredrik Fornwall
cd3c0b231d
libmosquitto: Update from 1.4.15 to 1.5
2018-06-26 03:48:54 +02:00
Fredrik Fornwall
5ffcba108f
mime-support: Update from 3.60 to 3.61
2018-06-26 03:48:26 +02:00
Fredrik Fornwall
6aba3c6fca
pngquant: Update from 2.11.7 to 2.12.1
2018-06-26 03:48:07 +02:00
Ronaldo Maia
250883d027
Compile postgres with --with-libxml
2018-06-26 03:39:11 +02:00
Fredrik Fornwall
6446697658
ffmpeg: Update from 3.4.2 to 4.0.1
2018-06-26 02:48:48 +02:00
Leonid Pliushch
5003a75fd3
new package: apt-transport-tor
2018-06-26 02:23:32 +02:00
Fredrik Fornwall
041a6a98bc
libuv: Update from 1.20.3 to 1.21.0
2018-06-25 10:36:01 +02:00
Fredrik Fornwall
c6638f4235
graphicsmagick: Update from 1.3.29 to 1.3.30
2018-06-25 10:25:46 +02:00
Fredrik Fornwall
b5ac384de9
stunnel: Update from 5.46 to 5.47
2018-06-25 10:25:32 +02:00
Fredrik Fornwall
0c83303771
proot: Bump revision after patch
2018-06-24 12:05:25 +02:00
Vijay Vaidyanathan
4265175009
Changed shells were not being recognized
...
The check for a changed shell (e.g. by chsh) was correctly using $HOME/.termux/shell, but $HOME was being hardcoded to "/home" prior to the check.
Since most likely, $HOME is not yet "/home" (since the user is invoking termux-chroot) this test was failing to recognize changed shells (e.g. this failed with zsh).
Moving the assignment of HOME to /home after the shell has been read fixes this.
2018-06-24 12:00:00 +02:00
Fredrik Fornwall
471a7fdd40
ncdu: --with-shell=$TERMUX_PREFIX/bin/bash
2018-06-24 02:39:41 +02:00
Leonid Pliushch
461ab10d23
build-package.sh: introduce TERMUX_PKG_PROVIDES
...
The field 'Provides:' makes possible creation of virtual packages.
Info: https://www.debian.org/doc/debian-policy/#virtual-packages-provides
2018-06-24 02:16:49 +02:00
Fredrik Fornwall
1aaca32b30
termux-api: Update from 0.31 to 0.32
2018-06-24 01:47:27 +02:00
Fredrik Fornwall
a2645b549e
libicu: Update from 61.1 to 62.1
2018-06-24 01:07:58 +02:00
Fredrik Fornwall
f9d2b9eef7
vim: Update from 8.1.0050 to 8.1.0100
2018-06-23 23:57:50 +02:00
Fredrik Fornwall
594684cac5
mpd: Update from 0.20.19 to 0.20.20
2018-06-23 23:56:04 +02:00
Fredrik Fornwall
30c7f08a3e
dialog: Update from 1.3-20171209 to 1.3-20180621
2018-06-23 23:55:38 +02:00
Fredrik Fornwall
4c07d1b9de
ack-grep: Update from 2.22 to 2.24
2018-06-23 23:53:15 +02:00
Fredrik Fornwall
b3baca4292
git: Update from 2.17.1 to 2.18.0
2018-06-23 23:52:54 +02:00
Fredrik Fornwall
1e4bea57d9
Update repology metadata generation
...
Fix empty dx version and write out empty depends array.
2018-06-22 23:35:39 +02:00
Fredrik Fornwall
dae66641d4
Fix issue in generate-repology-metadata.sh
2018-06-22 23:35:39 +02:00
Fredrik Fornwall
8c617adf1b
command-not-found: Update to latest packages
2018-06-22 23:35:39 +02:00
Leonid Pliushch
5f451c6c4c
apt: fix hardcoded paths
2018-06-22 01:48:00 +02:00
Fredrik Fornwall
c86a27d1ad
librhash: Rename to rhash for discoverability
2018-06-22 01:22:14 +02:00
Fredrik Fornwall
658011cd00
bash and zsh: Bump revision after PS1 addition
2018-06-22 01:19:16 +02:00