Fredrik Fornwall
9023223947
golang: Update from 1.9.2 to 1.9.3
7 years ago
Fredrik Fornwall
490a9b18c4
Fix meson patch ( fixes #2051 )
7 years ago
Fredrik Fornwall
dd0d9407f0
cmake: Update from 3.10.1 to 3.10.2
7 years ago
Fredrik Fornwall
08c55bda14
Update meson version from 0.43.0 to 0.44.0
7 years ago
Fredrik Fornwall
1d1a41b0ee
Revert "Make cmath patch part of the toolchain ( #1149 )"
This reverts commit 775ea81181
.
7 years ago
Fredrik Fornwall
775ea81181
Make cmath patch part of the toolchain ( #1149 )
7 years ago
Fredrik Fornwall
d4de1b23b8
Build with gl_cv_func_mknod_works=yes
7 years ago
Henrik Grimler
42b08f6444
Update golangs SHA256
7 years ago
Fredrik Fornwall
49c62a86db
Use -Os instead of -Oz for 32-bit arm
7 years ago
Fredrik Fornwall
2d90d67571
cmake: Update from 3.9.6 to 3.10.1
7 years ago
Henrik Grimler
ec940174bd
espeak: fix floating point exception on arm ( #1925 )
* espeak: fix issue on arm (#1680 )
* ruby: move exception rule, build-package.sh -> build.sh
7 years ago
Fredrik Fornwall
f75ca878c5
Make sure the latest ndk patches are used
7 years ago
Fredrik Fornwall
bd2f734a96
Prevent trying to run on-device ( fixes #1910 )
7 years ago
Fredrik Fornwall
7de09d9fc7
Drop ndk-patches/sysexits.h (see #1907 )
7 years ago
Fredrik Fornwall
2f6e1c1265
Fix outdated comment about libgnustl
7 years ago
Fredrik Fornwall
3c8a800092
Remove <spawn.h> completely
Fixes building fish.
7 years ago
Fredrik Fornwall
392b4b6ba5
Update NDK used to r16
Run scripts/update-docker.sh to update the docker image.
7 years ago
Fredrik Fornwall
4851726f9d
cmake: Update from 3.9.5 to 3.9.6
7 years ago
Stephen
e1163ab5bb
use tar strip-components to extract src
avoids having to manually determine package name, needed for #1743
7 years ago
Fredrik Fornwall
9683c9710d
cmake: Update from 3.9.4 to 3.9.5
7 years ago
Fredrik Fornwall
0c3e72d69f
termux-elf-cleaner: Update from 1.1 to 1.2
7 years ago
Fredrik Fornwall
02764a913f
Enable dependency checks for out-of-tree packages
When building an out-of-tree package, as in
./build-package.sh path/to/my-package.sh
dependency checks now works.
7 years ago
Fredrik Fornwall
635ea80c74
golang: Update from 1.9.1 to 1.9.2
7 years ago
Fredrik Fornwall
f2d612ab40
Bump meson version used when building
7 years ago
Fredrik Fornwall
e23b8a1fdd
golang: Update from 1.9 to 1.9.1
7 years ago
Stephen
cf5759092c
add quiet build option for ci builds ( #1634 )
* add quiet build options for ci builds
need to find ways to reduce length of log output
* Update build-package.sh
* make quiet builds recursive
7 years ago
Fredrik Fornwall
71d210653b
cmake: Update from 3.9.3 to 3.9.4
7 years ago
Fredrik Fornwall
fd1128ca1a
cmake: Update from 3.9.2 to 3.9.3
7 years ago
Fredrik Fornwall
bdd7421906
Handle more tar files in root folder detection
Fixes #1548 .
7 years ago
Fredrik Fornwall
1b3f3ebde9
Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
7 years ago
Fredrik Fornwall
9d0018f414
Update meson version used from 0.42.0 to 0.42.1
7 years ago
Joakim
5f03e3643a
ninja: add package
7 years ago
Fredrik Fornwall
fbf6030533
ruby: Build with -O1 on 32-bit arm (see #1520 )
7 years ago
Fredrik Fornwall
b461954b5c
ndk-patches: Fix pwd.h patch
7 years ago
Fredrik Fornwall
8ebeeaa3d4
ndk-patches: Use bin/login in getpwd()
7 years ago
Fredrik Fornwall
003833c2e5
ruby: Build with -Os instead of -Oz (see #1520 )
When building ruby with clang and -Oz it segmentation faults on
32-bit arm, so use -Os there instead.
7 years ago
Fredrik Fornwall
e72b397714
cmake: Update from 3.9.1 to 3.9.2
7 years ago
Fredrik Fornwall
0dc547ae70
Use go 1.9 in build-package.sh
7 years ago
Fredrik Fornwall
430eef3bc1
Use -Oz instead of -Os for clang
7 years ago
Fredrik Fornwall
bc346c4a94
Update meson version used from 0.41.2 to 0.42.0
7 years ago
Fredrik Fornwall
50ed335795
Make libintl.h provide inline stubs
Previously libandroid-support contained inline stubs for libintl.h
functions (gettext(), dgettext() and friends).
We now provide inline versions of them in libintl.h directly so
libandroid-support is no longer necessary to get them.
7 years ago
Fredrik Fornwall
dab4f215c8
Remove TERMUX_JACK and TERMUX_JILL
7 years ago
Fredrik Fornwall
56601c842f
Update android platform setup
- Update to build tools 26.0.1.
- Update from android-25 to android-26.
- Add android-16 for use in https://github.com/termux/termux-packages/pull/1133
7 years ago
Fredrik Fornwall
3b45c02d9f
cmake: Update from 3.9.0 to 3.9.1
7 years ago
Fredrik Fornwall
45d85e7fe4
Add basic TERMUX_PKG_BUILD_DEPENDS support
7 years ago
Fredrik Fornwall
829516f1a4
Update from NDK version used from r15b to r15c
The docker image has been updated - run scripts/update-docker.sh
7 years ago
Henrik Grimler
4f85432bf7
Add TERMUX_SUBPKG_REPLACES to make it possible to for subpackages to replace packages.
8 years ago
Grimler
9ec050917e
Add TERMUX_PKG_BREAKS
Breaks is is a bit kinder than Conflicts and should be used for example if a file is moved between packages or if a package is splitted into two.
See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-breaks
8 years ago
Grimler
5f21784738
Add TERMUX_PKG_RECOMMENDS.
Makes it possible to specify recommended packages.
8 years ago
Fredrik Fornwall
63d4976303
Different meson cross files for different arches
8 years ago