Fredrik Fornwall
6635b731ee
mpv: Add ffmpeg libs to LD_PRELOAD
...
This should fix issues on devices where vendors have ffmpeg libs
available in the system lib dir.
2017-02-21 23:54:52 +01:00
Fredrik Fornwall
83e3b942b5
termux-tools: Bump version to bring 'packages'
2017-02-21 23:54:24 +01:00
Fredrik Fornwall
754b6ba89d
liboggz&libvorbis: Add source checksums
2017-02-21 23:26:33 +01:00
Fredrik Fornwall
e3b41f2832
libmp3lame: Add source checksum
2017-02-21 23:24:37 +01:00
Fredrik Fornwall
1197c15b83
Fix ifaddrs.h for real now
2017-02-21 10:11:52 +01:00
Fredrik Fornwall
c1bd7c5e2b
radare2: Update to new checksum
2017-02-20 22:15:17 +01:00
ElTopo
35aecce3a3
add new package: redir ( #772 )
...
* add bvi package
* add new package: cgdb
* add gdb in cgdb's TERMUX_PKG_DEPENDS
* add new package: redir
* bvi package revision 1: fix column number issue with clang (gcc does not seem to have this issue)
bvi (compiled with clang) incorrectly displayed only 12 bytes for each line on a 80-column terminal (instead of 16 bytes normally). command :set cm=## also had similar problems.
I found the issue was caused by the following statements:
sprintf(addr_form, "%%0%dllX ", AnzAdd);
AnzAdd = sprintf(tmp, addr_form, block_begin);
('block_begin''s data type is off_t)
gcc automatically typecasts 'block_begin' from off_t to loff_t,
on the otherhand, clang takes address of 'block_begin' and uses
it as loff_t thus writes some garbage value in 'tmp' string.
2017-02-20 22:14:52 +01:00
Fredrik Fornwall
4626e856f3
Bump toolchain after ifaddrs.h change
2017-02-20 21:58:41 +01:00
Fredrik Fornwall
59a1174c7d
ndk_patches: Mark functions as static in ifaddrs.h
2017-02-20 21:44:13 +01:00
Fredrik Fornwall
efdd27bde9
strace: Fix x86-64 build
2017-02-20 05:57:01 +01:00
Fredrik Fornwall
dcf607ba0b
libffi: Add source checksum
2017-02-20 05:44:16 +01:00
Vishal Biswas
f3b094fe32
Another round of minor updates ( #781 )
...
* lftp: update from 4.7.5 to 4.7.6
* strace: update from 4.15 to 4.16
* glib: update from 2.50.2 to 2.50.3
* getmail: update from 4.53.0 to 4.54.0
* poppler: update from 0.51.0 to 0.52.0
2017-02-20 05:02:33 +01:00
Fredrik Fornwall
3c3acdb11e
vim: Update to latest patch
2017-02-20 04:34:39 +01:00
Fredrik Fornwall
29f304dd21
neovim: Update to latest git HEAD
2017-02-20 04:34:19 +01:00
Fredrik Fornwall
77a282662d
fzf: Update from 0.16.4 to 0.16.5
2017-02-20 04:34:13 +01:00
Fredrik Fornwall
054b43f4ec
findutils: Fix find -fstype parameter
2017-02-20 04:33:51 +01:00
Fredrik Fornwall
6788ea2c5d
php: Update from 7.1.1 to 7.1.2 and enable pcntl
2017-02-20 02:57:27 +01:00
Fredrik Fornwall
a27346012d
jack-updated: Bump version
2017-02-18 00:48:01 +01:00
Fredrik Fornwall
d6df138bb1
termux-tools: Add a 'packages' utility
2017-02-17 23:13:49 +01:00
Fredrik Fornwall
a0a869beb9
gnutls: Update from 3.5.8 to 3.5.9
2017-02-17 22:34:29 +01:00
Fredrik Fornwall
42562d13b8
ndk_patches: Add a ifaddrs.h polyfill ( fixes #338 )
2017-02-17 22:33:57 +01:00
Fredrik Fornwall
ff3f67dcef
golang: Update from 1.7.5 to 1.8
2017-02-17 20:09:31 +01:00
Fredrik Fornwall
26797cb4d1
libpcap: Avoid linking aginst libnl
2017-02-17 11:53:07 +01:00
Fredrik Fornwall
84ba008445
netcat: Make -c work (fix bin/sh, closes #777 )
2017-02-17 11:51:59 +01:00
Fredrik Fornwall
b368c61fcb
sqlite: Update from 3.16.2 to 3.17.0
2017-02-14 20:55:09 +01:00
ElTopo
029e2c5ab4
cgdb: Add package ( #770 )
2017-02-14 20:49:45 +01:00
Fredrik Fornwall
f74fd5720a
libgit2: Add package ( closes #771 )
2017-02-14 16:51:35 +01:00
Fredrik Fornwall
0488a6f552
ffmpeg: Force usage of clang
2017-02-12 23:12:29 +01:00
Fredrik Fornwall
23289d81e9
Add some more source checksums
2017-02-12 22:15:13 +01:00
Vishal Biswas
cfa043f9b4
update packages ( #766 )
...
* file: update from 5.29 to 5.30
* ffmpeg: update from 3.2.2 to 3.2.4
* mpv: update from 0.23.0 to 0.24.0
also prevent opportunistic linking with x11
* grep: update from 2.28 to 3.0
* fish: update from 2.4.0 to 2.5.0
add tarball checksum
remove patches no longer needed
see https://github.com/fish-shell/fish-shell/pull/3585
* wget: update from 1.19 to 1.19.1
2017-02-12 21:01:54 +01:00
Fredrik Fornwall
94d42ba267
termux-tools: Add a login program
2017-02-12 21:01:01 +01:00
Fredrik Fornwall
edc3049a03
clang: Split up into several packages
...
Split up the previous clang package into:
- libllvm: lib/libLLVM.so
- libclang: lib/libclang.so
- clang: bin/clang and associated tools and symlinks
- llvm: The bin/llvm-* tools
2017-02-12 20:57:51 +01:00
Fredrik Fornwall
28c436bb8a
proot: Build without -mthumb as it causes segfault
...
Fixes #761 .
2017-02-09 22:18:34 +01:00
Oliver Schmidhauser
09e3a055e2
Patch for busybox to accept + in emails ( #760 )
...
Since the termux mailinglist has a + in the subscibe mail address, this
is required.
2017-02-09 15:31:37 +01:00
Fredrik Fornwall
a60532d853
termux-tools: Shorten width in motd
2017-02-09 10:41:26 +01:00
Fredrik Fornwall
4d7154eff8
termux-tools: Add etc/motd to be shown on login
2017-02-09 10:28:37 +01:00
Fredrik Fornwall
ad4b7eac07
libnl3: Rename to libnl
2017-02-09 10:26:49 +01:00
Fredrik Fornwall
c7cd124eb4
libnl: Avoid using strerror_l
2017-02-09 09:36:02 +01:00
Fredrik Fornwall
65fece0813
Use source checksums for new packages
2017-02-09 09:34:09 +01:00
David Martínez
aeb1a5ea4b
bmon: added package and its dependencies (libconfuse and libnl3) ( #758 )
...
* bmon: added package and its dependencies (libconfuse and libnl3)
* libnl3: fixed homepage, source url and bumped revision
2017-02-09 09:28:35 +01:00
David Martínez
2acb795a95
Add privoxy package ( #406 )
...
* Add privoxy package
* privoxy: fixed build as root
* privoxy: update to 3.0.26 and improve build.sh
* privoxy: improve build.sh
* privoxy: fixed putting configs in wrong place
2017-02-09 09:22:55 +01:00
Vishal Biswas
ffcb22f1b0
add more disabled packages ( #742 )
...
* easy-rsa: add as disabled package
* openvpn: add as disabled package
* squid: add as disabled package
* llvm: add as disabled package
* alsa-lib: add as disabled package
* alsa-utils: add as disabled package
* openjdk-9-headless: add as disabled package
2017-02-08 00:44:12 +01:00
Fredrik Fornwall
444e34d6a7
neovim: Update to latest master
2017-02-08 00:42:59 +01:00
Fredrik Fornwall
fa3afccc33
libunibilium: Add source checksum
2017-02-08 00:42:39 +01:00
Fredrik Fornwall
4746389986
krb: Add dependencies on libutil and openssl
...
lib/krb5/plugins/tls/k5tls.so links against libssl, and
lib/krb5/plugins/preauth/pkinit.so against libcrypto, so openssl
is needed.
bin/kprop and bin/kpropd links against libutil if available.
Also, add --without-system-verto to fix problem if building krb5
multiple times, with subsequent builds using the already installed
libverto without installing it.
2017-02-08 00:40:22 +01:00
Vishal Biswas
e38a1e2b8d
add package krb5 ( #588 )
...
* add package krb5
* improve getpass handling
instead of bombarding every linking with getpass.o,
include it where necessary
2017-02-08 00:13:27 +01:00
Fredrik Fornwall
9ddb35b2cb
Add some source checksums
2017-02-08 00:12:36 +01:00
Oliver Schmidhauser
596a5857dc
Update proot to the latest version ( #751 )
...
More information about what's been done here:
https://plus.google.com/+OliverSchmidhauser/posts/FVqBDPdNzUd
2017-02-08 00:01:11 +01:00
Fredrik Fornwall
f08afffc0b
vim: Use sensible.vim as system vimrc
2017-02-08 00:00:13 +01:00
Fredrik Fornwall
8e2805ed3f
grep: Update from 2.27 to 2.28
2017-02-08 00:00:13 +01:00