Commit Graph

1943 Commits

Author SHA1 Message Date
Fredrik Fornwall
2b8761e6a3 bash: Use termux_download instead of curl directly 2017-01-11 02:07:47 -05:00
Fredrik Fornwall
e3d6792fc3 mpv: Update from 0.22.0 to 0.23.0 2017-01-11 02:05:04 -05:00
Fredrik Fornwall
318a000b92 ffmpeg: Bump version, enable x265
Fixes #655.
2017-01-11 02:04:41 -05:00
Fredrik Fornwall
fadeb6b639 libx265: Enable package 2017-01-11 01:29:11 -05:00
Fredrik Fornwall
af4dc416ed s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/ 2017-01-11 01:21:42 -05:00
Fredrik Fornwall
e5ca8bb122 libmsgpack: Update from 2.0.0 to 2.1.0 2017-01-10 10:54:18 -05:00
Fredrik Fornwall
762f98e740 erlang: Seems we need to build host part each time 2017-01-10 06:34:38 -05:00
Fredrik Fornwall
11e97371db erlang: Cleanup and improve build script
- Add a src checksum
- Put host-built binaries first into PATH to avoid problems if
  and erlang is already available.
- Do not build a new host build on every build
2017-01-10 03:15:05 -05:00
Fredrik Fornwall
508fa73cb8 Always call post-extract step in srcdir 2017-01-10 03:14:35 -05:00
Fredrik Fornwall
5e174900b3 coreutils: Fix 32-bit issue with ST_BLKSIZE macro
Fixes https://github.com/termux/termux-app/issues/233
2017-01-09 17:04:46 -05:00
Fredrik Fornwall
ebed8be732 emacs: Clear share/info before build 2017-01-09 05:27:51 -05:00
Fredrik Fornwall
fee976030a zsh: Build the system module (fixes #659) 2017-01-08 23:13:12 -05:00
Fredrik Fornwall
2d617a3231 termux-api: Remove empty lines from -h output 2017-01-08 23:09:24 -05:00
Fredrik Fornwall
ae0899e7c4 clang: Only build host {llvm,clang}-tblgen
We only need host binaries for llvm-tblgen and clang-tblgen, so
there is no need building a complete clang build.
2017-01-08 07:59:46 -05:00
Fredrik Fornwall
c9379a3ed8 termux-tools: Unset LD_LIBRARY_PATH in wrappers
Previously the wrappers assumed that if
	/system/bin/linker64
that LD_LIBRARY_PATH should be set to /system/lib64. This seems
to not always be the case (see #192) and hopefully the system
binaries should work without LD_LIBRARY_PATH being set, so we
just unset it before calling the system binary.
2017-01-08 04:53:36 -05:00
Fredrik Fornwall
cb5aa2bf35 mosh: Bump revision after adding -6 option 2017-01-08 04:40:18 -05:00
Fredrik Fornwall
0d2a9051aa libicu: Split out bin/ tools into icu-devtools 2017-01-08 04:34:27 -05:00
Fredrik Fornwall
355351fade bc: Remove incorrect $PREFIX/info folder 2017-01-08 04:34:27 -05:00
Georg Sauthoff
257ccdadfa add -6 (use IPv6 only) option - fixes #662 (#663) 2017-01-08 10:31:05 +01:00
Fredrik Fornwall
25f0a0306e cmake: Depend on libuv, remove ncurses dependency 2017-01-07 02:11:11 -05:00
Fredrik Fornwall
7fa69461f0 coreutils: Reference issue in test 2017-01-07 02:02:12 -05:00
Fredrik Fornwall
627fdeb162 ndk_patches: Define _POSIX2_VERSION to 200809
coreutils looks at _POSIX2_VERSION and enables broken obsolete
behaviour if not set.

Fixes https://github.com/termux/termux-app/issues/232.
2017-01-07 01:45:46 -05:00
Fredrik Fornwall
a3e404de6b lftp: Update from 4.7.4 to 4.7.5 2017-01-07 01:20:05 -05:00
Vishal Biswas
1ed71b8a79 libicu: add package (#658)
* libicu: add package

* libicu: remove forced CC and CXX in hostbuild

* libicu: incorporated changes from #621 by @rnauber
2017-01-07 07:18:56 +01:00
Fredrik Fornwall
deeb04b560 cmake: Update from 3.6.2 to 3.7.1 2017-01-07 01:00:39 -05:00
Fredrik Fornwall
bb290b16af tesseract: Fix build after tessdata repo updates 2017-01-07 00:59:09 -05:00
Fredrik Fornwall
2b0e9dc9e2 Fix build of python after build-package.sh rewrite 2017-01-07 00:38:04 -05:00
Fredrik Fornwall
a3f2fff585 man: Fix build after the build-package.sh rewrite 2017-01-07 00:17:42 -05:00
Fredrik Fornwall
b0c6041dcc nodejs: Update from 6.9.3 to 6.9.4 2017-01-06 05:12:55 -05:00
Fredrik Fornwall
765fd6181d moon-buggy: Switch to alternate download url 2017-01-05 21:24:15 -05:00
Fredrik Fornwall
7b1f1bd35d build-package.sh: Cleanup a bit
- Put everything into shell functions.
- Start fixing shellcheck warnings.
- Run a hostbuild before setting up an android toolchain (fixes #657).

It was quite a hasty rewrite, so things could be broken. Let me know!
2017-01-05 20:37:45 -05:00
Fredrik Fornwall
5584aa2e08 command-not-found: Bump with new commands 2017-01-05 19:44:39 -05:00
Fredrik Fornwall
d1f129da2c ndk-sysroot: Reuse existing zlib.pc 2017-01-05 19:02:03 -05:00
Fredrik Fornwall
53f568ca91 termux-api: Bump version 2017-01-05 18:59:23 -05:00
Fredrik Fornwall
f1a313cdb9 bison: Remove useless hostbuild 2017-01-05 18:58:49 -05:00
Fredrik Fornwall
3749ab7c42 libgc: Remove useless build step 2017-01-05 18:32:33 -05:00
Fredrik Fornwall
5e190dd4b3 getconf: Add package 2017-01-05 13:57:52 -05:00
Fredrik Fornwall
f4af89ed2b nodejs: Update from 6.9.2 to 6.9.3 2017-01-05 05:12:06 -05:00
Fredrik Fornwall
1dfdcd7a6c rlwrap: Update to new homepage 2017-01-05 05:12:06 -05:00
Fredrik Fornwall
1b8ce86ddc mathomatic: Update to working download url 2017-01-05 05:12:06 -05:00
Fredrik Fornwall
9526bbf80c sqlite: Update from 3.16.0 to 3.16.1 2017-01-05 05:12:06 -05:00
Fredrik Fornwall
a78e11404b termux-api: Update termux-notification 2017-01-05 03:48:14 +01:00
Fredrik Fornwall
bdc45c6809 termux-api: Add termux-notification-remove 2017-01-05 03:48:14 +01:00
Fredrik Fornwall
1f33750fc4 termux-api: Add wifi connectioninfo&scaninfo 2017-01-05 03:48:14 +01:00
Fredrik Fornwall
751df37d66 sed: Remove host build step
See http://lists.gnu.org/archive/html/bug-sed/2017-01/msg00001.html
2017-01-04 21:09:53 -05:00
Fredrik Fornwall
5580250255 libzmq: Update from 4.1.5 to 4.1.6 2017-01-04 19:54:16 -05:00
Fredrik Fornwall
f8497382d0 libev: Update from 4.23 to 4.24 2017-01-04 19:22:15 -05:00
Fredrik Fornwall
5a24f7a676 ecj: Update from 4.5.2 to 4.6.2 2017-01-04 19:09:03 -05:00
Fredrik Fornwall
f438134cd4 sed: Update from 4.2.2 to 4.3 2017-01-04 19:02:45 -05:00
Fredrik Fornwall
e388b40725 neovim: Improve cmake invocation 2017-01-03 19:02:22 -05:00