Fredrik Fornwall
574a17ca2d
iperf3: Update from 3.1 to 3.1.1
2015-12-25 21:47:41 -05:00
Fredrik Fornwall
79a39b10b4
hexcurse: Update from 1.58 to 1.60
2015-12-25 21:45:21 -05:00
Fredrik Fornwall
03658e133f
global: Update from 6.5 to 6.5.2
2015-12-25 21:39:56 -05:00
Fredrik Fornwall
4378ead082
dpkg: Update from 1.18.3 to 1.18.4
2015-12-25 21:27:43 -05:00
Fredrik Fornwall
563f0b1b84
findutils: Update from 4.5.14 to 4.5.17
2015-12-25 21:27:25 -05:00
Fredrik Fornwall
76897d2eed
ffmpeg: Update from 2.8.3 to 2.8.4
2015-12-25 21:26:47 -05:00
Fredrik Fornwall
54cb74f98d
apt: Update to 1.1.6, default disable SRV records
...
By disabling SRV records support in apt by default we work around
an issue with HTC devices (fixes #99 ).
2015-12-25 19:32:51 -05:00
Fredrik Fornwall
4e7183b9b8
busybox: Update i686 build
2015-12-25 19:13:55 -05:00
Fredrik Fornwall
59d4c3f2a8
weechat: Rebuild to link against new ruby 2.3 lib
2015-12-25 18:25:10 -05:00
Fredrik Fornwall
ba1982c779
Merge pull request #112 from franciscod/buildorder.py
...
Huge refactor of buildorder.py!
2015-12-25 22:39:45 +01:00
Fredrik Fornwall
98e0a8ee97
ruby: Update from 2.2.4 to 2.3.0 ( closes #114 )
2015-12-25 16:35:13 -05:00
Fredrik Fornwall
307f9bf63e
linux-man-pages: Update from 4.02 to 4.03
2015-12-25 15:36:21 -05:00
Fredrik Fornwall
c8baff59f9
gnupg: Update from 1.4.19 to 1.4.20
2015-12-25 09:38:50 -05:00
Fredrik Fornwall
f7dcd8ad1f
lftp: Update from 4.6.4 to 4.6.5
2015-12-25 09:36:20 -05:00
Fredrik Fornwall
c501b8272d
Add back TERMUX_PREFIX in patch
2015-12-24 03:21:22 -05:00
Fredrik Fornwall
9867ff1aca
Include <string.h> in <stdio.h> for ctermid()
2015-12-24 03:20:05 -05:00
Fredrik Fornwall
59c1f3a138
Merge pull request #113 from franciscod/stdio-ctermid
...
ndk_patches/stdio.h.patch: add bogus ctermid()
2015-12-24 09:19:32 +01:00
Fredrik Fornwall
7e606cc7eb
Remove dependency on php on the builder
...
The native php executable is built by the package itself
2015-12-24 02:50:23 -05:00
Francisco Demartino
93b884f130
ndk_patches/stdio.h.patch: add bogus ctermid()
2015-12-24 04:13:53 -03:00
Francisco Demartino
4f0cc21962
buildorder.py: remove targeted buildorder dupes
2015-12-24 03:55:17 -03:00
Francisco Demartino
0227e1a6e9
buildorder.py: comments and other changes
2015-12-24 03:34:27 -03:00
Francisco Demartino
a8d10018d4
buildorder.py: add targeted build order
...
Now you can run the following:
`buildorder.py <package> [<package> ...]`
and get the buildorder just for building those packages
2015-12-24 03:29:34 -03:00
Francisco Demartino
da6299f059
buildorder.py: huge refactor
2015-12-24 03:20:47 -03:00
Francisco Demartino
37af75e4f3
buildorder.py: TermuxPackage instead of DebianPackage
2015-12-24 02:04:28 -03:00
Francisco Demartino
15ea0fef9e
buildorder.py: wrap main()
2015-12-24 00:47:38 -03:00
Francisco Demartino
6521bf5c3d
buildorder.py: pep8ify
2015-12-24 00:43:35 -03:00
Fredrik Fornwall
dbfc21aec8
Merge pull request #110 from franciscod/playaudio-script-spaces
...
play-audio: Quote arguments on wrapper script
2015-12-23 10:15:29 +01:00
Francisco Demartino
413192e8f6
play-audio: bump to 0.4
2015-12-23 03:01:08 -03:00
Francisco Demartino
eb8a3d4216
play-audio: use heredoc instead of printf
2015-12-23 02:59:53 -03:00
Francisco Demartino
8a1912b9e5
play-audio: use 'quoted dollar at' ("$@") for args
2015-12-23 02:59:11 -03:00
Fredrik Fornwall
433f51009f
play-audio: Fix shared library clash
...
The play-audio binary links to libOpenSLES, which links indirectly
to libskia. As libskia links to both libpng and libjpeg this means
problems if either of those libraries are installed from a Termux
package into LD_LIBRARY_PATH.
Avoid this by placing the play-audio binary into libexec/, and let
bin/play-audio be a wrapper script which resets LD_LIBRARY_PATH
before calling the binary in libexec/. Fixes #103 .
2015-12-22 17:34:50 -05:00
Fredrik Fornwall
47cf371b0d
Merge pull request #108 from franciscod/p7zip-add-maintainer
...
p7zip: add maintainer
2015-12-22 20:49:16 +01:00
Francisco Demartino
b3baa1e868
p7zip: add maintainer
2015-12-22 16:26:58 -03:00
Fredrik Fornwall
e74041f9c1
p7zip: Fix build on non-arm arches
2015-12-22 07:12:24 -05:00
Fredrik Fornwall
0d5b5d5333
Merge pull request #105 from franciscod/p7zip
...
p7zip: add package
2015-12-22 12:25:37 +01:00
Fredrik Fornwall
c7bdfff616
php: Enable the zip and iconv extension
2015-12-22 06:16:08 -05:00
Fredrik Fornwall
e339be429f
php: Enable phar and openssl module
2015-12-22 05:37:56 -05:00
Francisco Demartino
1adca84b65
p7zip: fix man path
2015-12-21 14:59:34 -03:00
Francisco Demartino
05ee85bb0e
p7zip: add package
...
I put almost 3 hours on this!
It ships with a lot of makefiles for various platforms, notably
one for android_arm. I patched it a bit because Termux already gives
many of the goodies. Probably it could be simplified.
Most of the time went on tinkering with flags and waiting for the
Docker container to reload the new files...there must be a better way!
p7zip doesn't seem to honor $prefix, instead it uses $DEST_HOME.
2015-12-21 14:32:50 -03:00
Fredrik Fornwall
2c1aa5586a
build-package.sh: Do steps in right order
2015-12-20 20:47:48 -05:00
Fredrik Fornwall
379db8b623
libxml2: Update from 2.9.2 to 2.9.3
...
This required rebuilding dependent packages after soname bump.
2015-12-20 20:46:55 -05:00
Fredrik Fornwall
ce7752b7ab
libxml2: Update from 2.9.2 to 2.9.3
2015-12-20 20:27:11 -05:00
Fredrik Fornwall
8906fc185e
buildorder.py: Minor nit fix
2015-12-20 17:58:46 -05:00
Fredrik Fornwall
56e5fb2365
golang: Fix 64-bit builds
2015-12-20 17:58:20 -05:00
Fredrik Fornwall
e69b142770
asciinema: Fix aarch64 build
2015-12-20 17:47:38 -05:00
Fredrik Fornwall
3a189d898c
Update go handling
...
- Use 1.6beta1 for host build
- Download host build tool when needed
- Re-build asciinema with 1.6beta1 to avoid relocation warnings
2015-12-20 12:02:59 -05:00
Fredrik Fornwall
b6cc859c74
openssh: Avoid linking to libutil
2015-12-19 18:01:04 -05:00
Fredrik Fornwall
cce3b37350
command-not-found: Update
2015-12-19 17:59:40 -05:00
Fredrik Fornwall
b5661c0177
jack: Try to find right lib folder
2015-12-19 17:49:36 -05:00
Fredrik Fornwall
6bbba8f22a
openssh: Make ControlMaster feature work
...
The ControlMaster feature for multiplexing used hard links, which
does not work on Android starting in Android 6.0. Replace this
with a non-atomic check-then-rename for now. Fixes #91 .
2015-12-17 19:34:19 -05:00