Commit Graph

1715 Commits

Author SHA1 Message Date
Fredrik Fornwall
9cd6e9e654 opus-tools: Add package checksum 2016-08-29 06:02:42 -04:00
Fredrik Fornwall
754378cf8b daemonize: Add package 2016-08-29 06:02:33 -04:00
Bangun K
80ed97951e Add opus-tools package (#421) 2016-08-29 11:55:11 +02:00
Fredrik Fornwall
d4ec417b5b Split out gpgv from gnupg
The full gnupg package is not needed by apt (and thus the base
installation) - gpgv is enough. So we split out gpgv to a separate
package.
2016-08-28 07:35:27 -04:00
Fredrik Fornwall
cc076adbc7 mpv: Use opensles as default for now 2016-08-27 12:15:46 -04:00
Fredrik Fornwall
5794a3f955 ffmpeg: Update from 3.1.2 to 3.1.3 2016-08-27 12:15:14 -04:00
Fredrik Fornwall
d223af49c5 gawk: Update from 4.1.3 to 4.1.4 2016-08-27 12:14:28 -04:00
Fredrik Fornwall
12f2946cc4 libav: Removein favour of ffmpegd 2016-08-27 12:13:52 -04:00
Fredrik Fornwall
8d90dd4717 mpv: Enable openal output and fix quoting issue 2016-08-26 18:50:24 -04:00
Fredrik Fornwall
d8bd84fa02 openal-soft: Add package 2016-08-26 18:50:08 -04:00
Fredrik Fornwall
e9beb74e63 Add timewarrior as disabled package 2016-08-26 18:03:59 -04:00
Fredrik Fornwall
0a20693863 Remove stray file 2016-08-26 17:47:00 -04:00
Fredrik Fornwall
6d661def11 tmate: Add package 2016-08-26 17:46:30 -04:00
Fredrik Fornwall
fc55d7b523 libssh: Add package 2016-08-26 17:46:22 -04:00
Fredrik Fornwall
63fa37857a picolisp: Update to latest version 2016-08-26 17:20:56 -04:00
Fredrik Fornwall
b5cb2a609b libevent: Add patch for DNS resolution on Android 2016-08-26 17:20:32 -04:00
Fredrik Fornwall
85e28b3243 mpv: Enable package 2016-08-26 05:50:08 -04:00
Fredrik Fornwall
a64fd6b144 mpv: Try to work around shared library clashes
Use LD_LIBRARY_PATH=/system/lib:$PREFIX/lib to have platform
libraries used first.
2016-08-26 05:49:20 -04:00
Fredrik Fornwall
aafa75a8bb ffmpeg: Do not use libfaac encoder
The built-in ffmpeg AAC encoder is now recommended instead.
2016-08-26 05:45:36 -04:00
Fredrik Fornwall
1ce5afd429 pforth: Enable package 2016-08-26 05:45:25 -04:00
Fredrik Fornwall
dc09fa7c20 rtmpdump: Patch man page placement 2016-08-24 11:03:12 -04:00
Pierre Rudloff
a43f8ae3a6 rtmpdump package (#321) 2016-08-24 15:05:11 +02:00
Fredrik Fornwall
f1ceac594f gstreamer: Update version and add issue note 2016-08-24 06:40:03 -04:00
Fredrik Fornwall
e239964bac Make it possible to specify checksum for src 2016-08-24 06:34:43 -04:00
Fredrik Fornwall
d34d2ca611 Add disabled-packages/pforth 2016-08-23 19:12:27 -04:00
Fredrik Fornwall
e03d767585 mpv: Add as disabled package 2016-08-23 15:48:58 -04:00
Fredrik Fornwall
cae39d9d66 git: Fixup massage step to remove bin/perl* 2016-08-23 15:47:50 -04:00
Fredrik Fornwall
69685781db git: Inform about need to install perl when needed
Some git commands require perl, but since perl is a relatively
large dependency we do not bring it in as a git dependency. Instead
inform about the need to 'apt install perl' when trying to run a
command requiring perl.

Fixes #408.
2016-08-23 13:27:26 -04:00
Fredrik Fornwall
d042a5549d diffutils: Update from 3.4 to 3.5 2016-08-21 10:14:11 -04:00
Fredrik Fornwall
0acb75f864 emacs: Fix tramp using /bin/sh
Fixes https://github.com/termux/termux-app/issues/139
2016-08-21 10:13:48 -04:00
Fredrik Fornwall
115be236c3 proot: Build from https://github.com/termux/proot 2016-08-21 09:17:06 -04:00
Fredrik Fornwall
42aaa8bfaf Bump proot build revision for package update 2016-08-21 08:57:07 -04:00
Fredrik Fornwall
f3fe19bc20 php: Update from 5.6.24 to 5.6.25 2016-08-21 08:56:03 -04:00
David Martínez
77c265a461 Added more extensions to PHP build (#391) 2016-08-21 13:36:08 +02:00
michalbednarski
22e490e751 proot: Work around inability to use change syscall (#390)
* proot: Work around inability to use change syscall

* Use -1 as SYSCALL_AVOIDER on aarch64
2016-08-21 13:34:49 +02:00
Fredrik Fornwall
7892fa9703 tar: Fix /bin/sh -> $PREFIX/bin/sh
Also depend on xz-utils for xz compression to work.

Fixes #410.
2016-08-20 17:36:39 -04:00
Fredrik Fornwall
40534bae4b ndk-sysroot: Setup librt&libpthread symlinks
The librt and libpthread libraries are built into libc on Android
and does not exist as separate libraries.

We now set them up as symlinks to libc for compatibility.

Fixes #403.
2016-08-19 09:25:48 -04:00
Fredrik Fornwall
faa5037a0c fzf: Bump build revision 2016-08-19 08:18:57 -04:00
Fredrik Fornwall
d14fc2ca74 gnupg2: Update from 2.1.14 to 2.1.15 2016-08-19 08:10:33 -04:00
BrainDamage
2c48681520 added fzf shell helper scripts to the package (#404) 2016-08-19 14:10:27 +02:00
Fredrik Fornwall
9cbdadb1fe clang: Support -nopie flag 2016-08-18 18:25:57 -04:00
Fredrik Fornwall
23a5092d83 golang: Bump version, depend on clang&fix zoneinfo 2016-08-18 18:25:00 -04:00
Fredrik Fornwall
0d6ef2ea39 golang: Fix clang compatibility with pie 2016-08-18 18:24:44 -04:00
Fredrik Fornwall
ec4cc5e36e golang: Make os/user work somewhat 2016-08-18 18:23:47 -04:00
Fredrik Fornwall
0a94e66045 libgcrypt: Update from 1.7.2 to 1.7.3 2016-08-18 18:22:52 -04:00
Fredrik Fornwall
6697f6db79 gnupg: Update from 1.4.20 to 1.4.21 2016-08-18 18:22:37 -04:00
Fredrik Fornwall
290517e829 clang: Setup cpp as symlink to clang
The cpp program was missing after the gcc -> clang transition, but
clang implements cpp if invoked by that name.

Fixes #397.
2016-08-16 13:09:51 -04:00
Fredrik Fornwall
a37f6399c7 nodejs: Update from 6.3.1 to 6.4.0 2016-08-16 13:09:09 -04:00
Fredrik Fornwall
fc19ac86cd ncurses: Include tmux tmux-256color terminfos 2016-08-16 11:23:20 -04:00
Fredrik Fornwall
3d09393967 gnuplot: Build with --with-bitmap-terminals 2016-08-16 11:20:20 -04:00