termux-packages
8 years agoRemove dependency on php on the builder
Fredrik Fornwall [Thu, 24 Dec 2015 07:50:23 +0000 (02:50 -0500)]
Remove dependency on php on the builder

The native php executable is built by the package itself

8 years agoMerge pull request #110 from franciscod/playaudio-script-spaces
Fredrik Fornwall [Wed, 23 Dec 2015 09:15:29 +0000 (10:15 +0100)]
Merge pull request #110 from franciscod/playaudio-script-spaces

play-audio: Quote arguments on wrapper script

8 years agoplay-audio: bump to 0.4
Francisco Demartino [Wed, 23 Dec 2015 06:01:08 +0000 (03:01 -0300)]
play-audio: bump to 0.4

8 years agoplay-audio: use heredoc instead of printf
Francisco Demartino [Wed, 23 Dec 2015 05:59:53 +0000 (02:59 -0300)]
play-audio: use heredoc instead of printf

8 years agoplay-audio: use 'quoted dollar at' ("$@") for args
Francisco Demartino [Wed, 23 Dec 2015 05:59:11 +0000 (02:59 -0300)]
play-audio: use 'quoted dollar at' ("$@") for args

8 years agoplay-audio: Fix shared library clash
Fredrik Fornwall [Tue, 22 Dec 2015 22:34:50 +0000 (17:34 -0500)]
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.

8 years agoMerge pull request #108 from franciscod/p7zip-add-maintainer
Fredrik Fornwall [Tue, 22 Dec 2015 19:49:16 +0000 (20:49 +0100)]
Merge pull request #108 from franciscod/p7zip-add-maintainer

p7zip: add maintainer

8 years agop7zip: add maintainer
Francisco Demartino [Tue, 22 Dec 2015 19:26:58 +0000 (16:26 -0300)]
p7zip: add maintainer

8 years agop7zip: Fix build on non-arm arches
Fredrik Fornwall [Tue, 22 Dec 2015 12:12:24 +0000 (07:12 -0500)]
p7zip: Fix build on non-arm arches

8 years agoMerge pull request #105 from franciscod/p7zip
Fredrik Fornwall [Tue, 22 Dec 2015 11:25:37 +0000 (12:25 +0100)]
Merge pull request #105 from franciscod/p7zip

p7zip: add package

8 years agophp: Enable the zip and iconv extension
Fredrik Fornwall [Tue, 22 Dec 2015 11:16:08 +0000 (06:16 -0500)]
php: Enable the zip and iconv extension

8 years agophp: Enable phar and openssl module
Fredrik Fornwall [Tue, 22 Dec 2015 10:37:56 +0000 (05:37 -0500)]
php: Enable phar and openssl module

8 years agop7zip: fix man path
Francisco Demartino [Mon, 21 Dec 2015 17:59:34 +0000 (14:59 -0300)]
p7zip: fix man path

8 years agop7zip: add package
Francisco Demartino [Mon, 21 Dec 2015 17:32:50 +0000 (14:32 -0300)]
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.

8 years agobuild-package.sh: Do steps in right order
Fredrik Fornwall [Mon, 21 Dec 2015 01:47:48 +0000 (20:47 -0500)]
build-package.sh: Do steps in right order

8 years agolibxml2: Update from 2.9.2 to 2.9.3
Fredrik Fornwall [Mon, 21 Dec 2015 01:46:55 +0000 (20:46 -0500)]
libxml2: Update from 2.9.2 to 2.9.3

This required rebuilding dependent packages after soname bump.

8 years agolibxml2: Update from 2.9.2 to 2.9.3
Fredrik Fornwall [Mon, 21 Dec 2015 01:27:11 +0000 (20:27 -0500)]
libxml2: Update from 2.9.2 to 2.9.3

8 years agobuildorder.py: Minor nit fix
Fredrik Fornwall [Sun, 20 Dec 2015 22:58:46 +0000 (17:58 -0500)]
buildorder.py: Minor nit fix

8 years agogolang: Fix 64-bit builds
Fredrik Fornwall [Sun, 20 Dec 2015 22:58:20 +0000 (17:58 -0500)]
golang: Fix 64-bit builds

8 years agoasciinema: Fix aarch64 build
Fredrik Fornwall [Sun, 20 Dec 2015 22:47:38 +0000 (17:47 -0500)]
asciinema: Fix aarch64 build

8 years agoUpdate go handling
Fredrik Fornwall [Sun, 20 Dec 2015 17:02:59 +0000 (12:02 -0500)]
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

8 years agoopenssh: Avoid linking to libutil
Fredrik Fornwall [Sat, 19 Dec 2015 23:01:04 +0000 (18:01 -0500)]
openssh: Avoid linking to libutil

8 years agocommand-not-found: Update
Fredrik Fornwall [Sat, 19 Dec 2015 22:59:40 +0000 (17:59 -0500)]
command-not-found: Update

8 years agojack: Try to find right lib folder
Fredrik Fornwall [Sat, 19 Dec 2015 22:49:36 +0000 (17:49 -0500)]
jack: Try to find right lib folder

8 years agoopenssh: Make ControlMaster feature work
Fredrik Fornwall [Fri, 18 Dec 2015 00:32:24 +0000 (19:32 -0500)]
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.

8 years agoglib: Avoid defining invalid RTLD_* constants
Fredrik Fornwall [Thu, 17 Dec 2015 23:33:24 +0000 (18:33 -0500)]
glib: Avoid defining invalid RTLD_* constants

8 years agolibvpx: Support 64-bit builds
Fredrik Fornwall [Thu, 17 Dec 2015 22:06:01 +0000 (23:06 +0100)]
libvpx: Support 64-bit builds

8 years agoapt: Update from 1.1.4 to 1.1.5
Fredrik Fornwall [Thu, 17 Dec 2015 17:06:03 +0000 (12:06 -0500)]
apt: Update from 1.1.4 to 1.1.5

8 years agofish: Remove no longer needed patch
Fredrik Fornwall [Thu, 17 Dec 2015 16:47:55 +0000 (11:47 -0500)]
fish: Remove no longer needed patch

8 years agoaria2: Update from 1.19.2 to 1.19.3
Fredrik Fornwall [Thu, 17 Dec 2015 14:33:23 +0000 (09:33 -0500)]
aria2: Update from 1.19.2 to 1.19.3

8 years agoangband: Update from 4.0.3 to 4.0.4
Fredrik Fornwall [Thu, 17 Dec 2015 14:21:35 +0000 (09:21 -0500)]
angband: Update from 4.0.3 to 4.0.4

8 years agoruby: Update from 2.2.3 to 2.2.4
Fredrik Fornwall [Thu, 17 Dec 2015 13:01:58 +0000 (08:01 -0500)]
ruby: Update from 2.2.3 to 2.2.4

8 years agognupg2: Build with sqlite disabled for now
Fredrik Fornwall [Thu, 17 Dec 2015 11:13:55 +0000 (06:13 -0500)]
gnupg2: Build with sqlite disabled for now

8 years agolibgpg-error: Update from 1.20 to 1.21
Fredrik Fornwall [Thu, 17 Dec 2015 10:57:09 +0000 (05:57 -0500)]
libgpg-error: Update from 1.20 to 1.21

8 years agofish: Fix compiling with master
Fredrik Fornwall [Thu, 17 Dec 2015 10:15:33 +0000 (05:15 -0500)]
fish: Fix compiling with master

8 years agoAdd start of caddy package
Fredrik Fornwall [Wed, 16 Dec 2015 15:23:12 +0000 (10:23 -0500)]
Add start of caddy package

8 years agonmap: Update from 6.49BETA4 to 7.01
Fredrik Fornwall [Wed, 16 Dec 2015 01:15:33 +0000 (20:15 -0500)]
nmap: Update from 6.49BETA4 to 7.01

8 years agodnsutils: Break out $PREFIX/etc/resolv.conf
Fredrik Fornwall [Wed, 16 Dec 2015 01:14:15 +0000 (20:14 -0500)]
dnsutils: Break out $PREFIX/etc/resolv.conf

This introduces a new resolv-conf package containing
$PREFIX/etc/resolv.conf which can be used by other packages.

8 years agolibav: Bump revision to force rebuild
Fredrik Fornwall [Wed, 16 Dec 2015 01:13:43 +0000 (20:13 -0500)]
libav: Bump revision to force rebuild

8 years agobuild-package.sh: Make -dev packages conflict
Fredrik Fornwall [Wed, 16 Dec 2015 01:13:17 +0000 (20:13 -0500)]
build-package.sh: Make -dev packages conflict

8 years agoffmpeg: Move out from disabled
Fredrik Fornwall [Wed, 16 Dec 2015 01:12:55 +0000 (20:12 -0500)]
ffmpeg: Move out from disabled

8 years agoffmpeg: Depend on liblzma
Fredrik Fornwall [Wed, 16 Dec 2015 01:12:37 +0000 (20:12 -0500)]
ffmpeg: Depend on liblzma

8 years agowget: Build without idn for now
Fredrik Fornwall [Wed, 16 Dec 2015 01:06:43 +0000 (20:06 -0500)]
wget: Build without idn for now

8 years agoAdd crawl as disabled package
Fredrik Fornwall [Tue, 15 Dec 2015 23:28:36 +0000 (18:28 -0500)]
Add crawl as disabled package

8 years agoasciinema: Ready for 64 bit builds
Fredrik Fornwall [Tue, 15 Dec 2015 14:27:47 +0000 (09:27 -0500)]
asciinema: Ready for 64 bit builds

8 years agomutt: Enable sasl. Fixes #93.
Fredrik Fornwall [Tue, 15 Dec 2015 13:57:25 +0000 (08:57 -0500)]
mutt: Enable sasl. Fixes #93.

8 years agozsh: Update from 5.1.1 to 5.2.0
Fredrik Fornwall [Tue, 15 Dec 2015 13:56:27 +0000 (08:56 -0500)]
zsh: Update from 5.1.1 to 5.2.0

8 years agoperl: Update from 5.22.0 to 5.22.1
Fredrik Fornwall [Tue, 15 Dec 2015 13:55:07 +0000 (08:55 -0500)]
perl: Update from 5.22.0 to 5.22.1

8 years agovim: Update to latest patch
Fredrik Fornwall [Tue, 15 Dec 2015 13:38:40 +0000 (08:38 -0500)]
vim: Update to latest patch

8 years agoAdd libsasl package
Fredrik Fornwall [Tue, 15 Dec 2015 11:56:49 +0000 (06:56 -0500)]
Add libsasl package

8 years agoprocps: Update from 3.3.10 to 3.3.11
Fredrik Fornwall [Tue, 15 Dec 2015 11:54:50 +0000 (06:54 -0500)]
procps: Update from 3.3.10 to 3.3.11

8 years agonodejs5: Update from 5.1.1 to 5.2.0
Fredrik Fornwall [Tue, 15 Dec 2015 10:27:26 +0000 (05:27 -0500)]
nodejs5: Update from 5.1.1 to 5.2.0

8 years agostunnel: Update from 5.27 to 5.28
Fredrik Fornwall [Tue, 15 Dec 2015 10:26:11 +0000 (05:26 -0500)]
stunnel: Update from 5.27 to 5.28

8 years agodropbear: Switch back to main site
Fredrik Fornwall [Tue, 15 Dec 2015 10:25:00 +0000 (05:25 -0500)]
dropbear: Switch back to main site

8 years agomutt: Various fixes and improvements
Fredrik Fornwall [Mon, 14 Dec 2015 02:22:39 +0000 (21:22 -0500)]
mutt: Various fixes and improvements

- Fix hardlink usage which doesn't work on Android 6.
- Enable header cache and depend on gdbm.
- Specify $PREFIX/bin/sh as exec shell to avoid trying /bin/sh.
  Fixes #84.
- Avoid building bundled&broken (v)snprintf functions.

8 years agoAdd disabled patch to clang
Fredrik Fornwall [Mon, 14 Dec 2015 00:10:44 +0000 (19:10 -0500)]
Add disabled patch to clang

8 years agoffmpeg: Mark as conflicting with libav
Fredrik Fornwall [Sun, 13 Dec 2015 20:06:51 +0000 (15:06 -0500)]
ffmpeg: Mark as conflicting with libav

8 years agowget: Update from 1.17 to 1.17.1
Fredrik Fornwall [Sun, 13 Dec 2015 20:05:31 +0000 (15:05 -0500)]
wget: Update from 1.17 to 1.17.1

8 years agoAdd disabled attr package
Fredrik Fornwall [Sun, 13 Dec 2015 20:04:49 +0000 (15:04 -0500)]
Add disabled attr package

8 years agoMake libav conflict with ffmpeg
Fredrik Fornwall [Sat, 12 Dec 2015 01:10:10 +0000 (20:10 -0500)]
Make libav conflict with ffmpeg

8 years agoMerge pull request #88 from franciscod/inotify-tools__https
Fredrik Fornwall [Fri, 11 Dec 2015 11:49:43 +0000 (12:49 +0100)]
Merge pull request #88 from franciscod/inotify-tools__https

inotify-tools: Update url, use https

8 years agoinotify-tools: Update url, use https
Francisco Demartino [Fri, 11 Dec 2015 07:08:58 +0000 (04:08 -0300)]
inotify-tools: Update url, use https

8 years agogit: Update from 2.6.3 to 2.6.4
Fredrik Fornwall [Thu, 10 Dec 2015 12:11:31 +0000 (07:11 -0500)]
git: Update from 2.6.3 to 2.6.4

8 years agoAdd ffmpeg as a disabled package
Fredrik Fornwall [Thu, 10 Dec 2015 11:57:56 +0000 (06:57 -0500)]
Add ffmpeg as a disabled package

8 years agopython: Keep pyvenv. Fixes #83.
Fredrik Fornwall [Wed, 9 Dec 2015 12:33:59 +0000 (07:33 -0500)]
python: Keep pyvenv. Fixes #83.

8 years agoMerge pull request #82 from fornwall/mathomatic-changes
Fredrik Fornwall [Wed, 9 Dec 2015 11:34:17 +0000 (12:34 +0100)]
Merge pull request #82 from fornwall/mathomatic-changes

mathomatic: Minor changes

8 years agomathomatic: Minor changes
Fredrik Fornwall [Wed, 9 Dec 2015 06:19:35 +0000 (07:19 +0100)]
mathomatic: Minor changes

- Enable readline.
- Remove .desktop files and icon not used in Termux.
- Compile with -DUSE_TGAMMA to remove warning and improve speed.
- Compile with -DBOLD_COLOR to improve color visibility.

8 years agoMerge pull request #81 from jhbadger/master
Fredrik Fornwall [Wed, 9 Dec 2015 06:12:27 +0000 (07:12 +0100)]
Merge pull request #81 from jhbadger/master

initial mathomatic package

8 years agoinitial mathomatic package
Jonathan Badger [Wed, 9 Dec 2015 01:08:19 +0000 (20:08 -0500)]
initial mathomatic package

8 years agocmake: Update from 3.3.2 to 3.4.1
Fredrik Fornwall [Tue, 8 Dec 2015 21:15:53 +0000 (16:15 -0500)]
cmake: Update from 3.3.2 to 3.4.1

8 years agognutls: Update from 3.4.6 to 3.4.7
Fredrik Fornwall [Tue, 8 Dec 2015 21:15:17 +0000 (16:15 -0500)]
gnutls: Update from 3.4.6 to 3.4.7

8 years agogolang: Update from 1.5.1 to 1.5.2
Fredrik Fornwall [Tue, 8 Dec 2015 21:14:24 +0000 (16:14 -0500)]
golang: Update from 1.5.1 to 1.5.2

8 years agonodejs: Update to latest patch
Fredrik Fornwall [Tue, 8 Dec 2015 07:47:55 +0000 (02:47 -0500)]
nodejs: Update to latest patch

8 years agopathpicker: Update from 0.6.2 to 0.7.0
Fredrik Fornwall [Tue, 8 Dec 2015 07:47:34 +0000 (02:47 -0500)]
pathpicker: Update from 0.6.2 to 0.7.0

8 years agoimagemagick: Update to latest patch
Fredrik Fornwall [Tue, 8 Dec 2015 07:46:59 +0000 (02:46 -0500)]
imagemagick: Update to latest patch

8 years agomc: Remove no longer needed define
Fredrik Fornwall [Tue, 8 Dec 2015 07:46:43 +0000 (02:46 -0500)]
mc: Remove no longer needed define

8 years agonano: Update from 2.4.2 to 2.5.0
Fredrik Fornwall [Tue, 8 Dec 2015 07:45:07 +0000 (02:45 -0500)]
nano: Update from 2.4.2 to 2.5.0

8 years agopython: Update 2.7.10 to 2.7.11 and 3.5.0 to 3.5.1
Fredrik Fornwall [Tue, 8 Dec 2015 07:44:04 +0000 (02:44 -0500)]
python: Update 2.7.10 to 2.7.11 and 3.5.0 to 3.5.1

8 years agoapt: Update from 1.1.3 to 1.1.4
Fredrik Fornwall [Tue, 8 Dec 2015 07:40:54 +0000 (02:40 -0500)]
apt: Update from 1.1.3 to 1.1.4

8 years agovim: Update to latest patch
Fredrik Fornwall [Tue, 8 Dec 2015 00:57:15 +0000 (19:57 -0500)]
vim: Update to latest patch

8 years agoBump the disabled gcc5 package to 5.3
Fredrik Fornwall [Mon, 7 Dec 2015 23:57:57 +0000 (18:57 -0500)]
Bump the disabled gcc5 package to 5.3

8 years agogdb: Update from 7.10 to 7.10.1
Fredrik Fornwall [Mon, 7 Dec 2015 14:46:01 +0000 (09:46 -0500)]
gdb: Update from 7.10 to 7.10.1

8 years agoAdd disabled-packages/ghostscript
Fredrik Fornwall [Sun, 6 Dec 2015 22:23:18 +0000 (17:23 -0500)]
Add disabled-packages/ghostscript

8 years agoAdd new package: remind. Fixes #75.
Fredrik Fornwall [Sun, 6 Dec 2015 22:04:20 +0000 (17:04 -0500)]
Add new package: remind. Fixes #75.

8 years agognupg2: Update from 2.1.9 to 2.1.10
Fredrik Fornwall [Sun, 6 Dec 2015 21:31:09 +0000 (16:31 -0500)]
gnupg2: Update from 2.1.9 to 2.1.10

8 years agolibassuan: Update from 2.4.0 to 2.4.2
Fredrik Fornwall [Sun, 6 Dec 2015 21:29:01 +0000 (16:29 -0500)]
libassuan: Update from 2.4.0 to 2.4.2

8 years agokona: Updates to build on non-arm platforms
Fredrik Fornwall [Sun, 6 Dec 2015 20:04:23 +0000 (15:04 -0500)]
kona: Updates to build on non-arm platforms

Patch the Makefile to avoid assuming that CC is
arm-linux-androideabi-gcc on Android, and use the CFLAGS and
LDFLAGS already set.

Also avoid inlining the TERMUX_PREFIX value.

8 years agoMerge pull request #77 from jhbadger/master
Fredrik Fornwall [Sun, 6 Dec 2015 19:35:55 +0000 (20:35 +0100)]
Merge pull request #77 from jhbadger/master

Initial version of kona package

8 years agoFix termux-elf-cleaner tool build on OS X
Fredrik Fornwall [Sun, 6 Dec 2015 19:34:53 +0000 (20:34 +0100)]
Fix termux-elf-cleaner tool build on OS X

8 years agoMerge pull request #78 from iainnicol/zile
Fredrik Fornwall [Sun, 6 Dec 2015 18:39:46 +0000 (19:39 +0100)]
Merge pull request #78 from iainnicol/zile

zile: work around gnulib getcwd issue

8 years agozile: Bump packaging version
Iain Nicol [Sun, 6 Dec 2015 18:04:21 +0000 (18:04 +0000)]
zile: Bump packaging version

Zile needs to be rebuilt to take advantage of a recently-committed
workaround regarding gnulib's rpl_getcwd().

8 years agoDisable gnulib's rpl_getcwd() across all packages
Iain Nicol [Sun, 6 Dec 2015 18:00:19 +0000 (18:00 +0000)]
Disable gnulib's rpl_getcwd() across all packages

This works around a bug in said function which was affecting zile.
Fixes #76.

8 years agoinitial kona package with maintainer info and without termux-elf-cleaner.cpp changes
Jonathan Badger [Sun, 6 Dec 2015 13:40:53 +0000 (08:40 -0500)]
initial kona package with maintainer info and without termux-elf-cleaner.cpp changes

8 years agoapt: Fix build failure if glob.h is not available
Fredrik Fornwall [Fri, 4 Dec 2015 15:28:02 +0000 (10:28 -0500)]
apt: Fix build failure if glob.h is not available

8 years agoapt: Fix libapt-pkg.so symlink
Fredrik Fornwall [Fri, 4 Dec 2015 15:27:43 +0000 (10:27 -0500)]
apt: Fix libapt-pkg.so symlink

8 years agoapt: Remove cdrom code for slight size shrink
Fredrik Fornwall [Fri, 4 Dec 2015 11:27:24 +0000 (06:27 -0500)]
apt: Remove cdrom code for slight size shrink

8 years agostunnel: Update from 5.26 to 5.27
Fredrik Fornwall [Fri, 4 Dec 2015 09:41:39 +0000 (04:41 -0500)]
stunnel: Update from 5.26 to 5.27

8 years agoapt: Do not link against libbz2
Fredrik Fornwall [Fri, 4 Dec 2015 02:36:04 +0000 (21:36 -0500)]
apt: Do not link against libbz2

8 years agoPatch apt to work with busybox cp
Fredrik Fornwall [Fri, 4 Dec 2015 02:30:38 +0000 (21:30 -0500)]
Patch apt to work with busybox cp

8 years agoapt: Update from 1.0.10.2 to 1.1.3
Fredrik Fornwall [Fri, 4 Dec 2015 01:00:19 +0000 (20:00 -0500)]
apt: Update from 1.0.10.2 to 1.1.3