Commit Graph

1844 Commits

Author SHA1 Message Date
Fredrik Fornwall 7ec16dc2a0 lftp: Update from 4.7.3 to 4.7.4 2016-12-01 08:31:09 -05:00
Fredrik Fornwall 2057428628 subversion: Update from 1.9.4 to 1.9.5 2016-12-01 08:18:28 -05:00
Fredrik Fornwall fb8471fb27 coreutils: Update from 8.25 to 8.26 2016-11-30 21:34:29 -05:00
Fredrik Fornwall b5ae580768 busybox: Set __progname in getopt for -n to work 2016-11-30 20:32:23 -05:00
Fredrik Fornwall ea159685ad ca-certificates: Update to current version 2016-11-30 18:29:14 -05:00
Fredrik Fornwall 84aa0d7268 stunnel: Update from 5.37 to 5.38 2016-11-30 18:07:42 -05:00
Fredrik Fornwall de887eefe0 debianutils: Update from 4.8 to 4.8.1 2016-11-30 18:03:23 -05:00
Fredrik Fornwall af52bea377 mpv: Rebuild after ffmpeg update 2016-11-30 12:47:03 -05:00
Fredrik Fornwall 20da7991b1 git: Update from 2.10.2 to 2.11.0 2016-11-30 12:00:09 -05:00
Fredrik Fornwall c934097d0b Remove unused cmake argument 2016-11-29 20:07:47 -05:00
Fredrik Fornwall 1f523c2a6d sqlite: Update from 3.15.1 to 3.15.2 2016-11-29 14:56:21 -05:00
Fredrik Fornwall 21bd2cf4aa ctags: Update to identify as version 5.8
By default universal ctags built from master claims version 0.0.0,
which makes it incompatible with at least vim-easytags.

Update to claim version 5.8 (the exuberant version).
2016-11-28 18:18:17 -05:00
Fredrik Fornwall ae707f42d0 silversearcher-ag: Update from 0.33.0 to 1.0.1 2016-11-28 18:18:09 -05:00
Fredrik Fornwall 1c6ac27700 vim: Enable cursor shapes 2016-11-28 07:30:16 -05:00
Fredrik Fornwall 7097db73e8 neovim: Enable cursor shapes 2016-11-28 07:29:57 -05:00
Fredrik Fornwall 8927f8fbc6 zsh: Return 0 from command_not_found_handler
"The function should return status zero if it successfully handled
the command, or non-zero status if it failed. In the latter case
the standard handling is applied: ‘command not found’ is printed
to standard error and the shell exits with status 127."
- http://zsh.sourceforge.net/Doc/Release/Command-Execution.html

Needed after changes in
https://github.com/termux/termux-packages/pull/566
where the command-not-found program no longer exists itself with 0.
2016-11-28 07:28:06 -05:00
Fredrik Fornwall 86b760f627 command-not-found: Mark local functions as static
See #565.
2016-11-27 14:06:35 -05:00
Fredrik Fornwall be85636c5c command-not-found: Bump version 2016-11-27 13:53:37 -05:00
Anisse Astier 9f0572692b command-not-found: Always return an error (#566)
Fixes #564
2016-11-27 19:50:56 +01:00
Fredrik Fornwall a9d534f91d fish: Remove part of patch not needed 2016-11-26 15:43:22 -05:00
Fredrik Fornwall f9f3e16d95 valgrind: Update from 3.11.0 to 3.12.0 2016-11-26 15:15:21 -05:00
Fredrik Fornwall d6a56a8b87 libjpeg-turbo: Use https and package checksum 2016-11-26 13:01:24 -05:00
Fredrik Fornwall 49ac27c7bd ffmpeg: Update from 3.2 to 3.2.1 2016-11-26 12:55:26 -05:00
Fredrik Fornwall b000c24db3 picolisp: Update from 16.10.25 to 16.11.24 2016-11-26 12:44:25 -05:00
Fredrik Fornwall 6fd92f9103 imagemagick: Update from 7.0.3-4 to 7.0.3-8 2016-11-26 12:44:07 -05:00
Fredrik Fornwall 05ebefe869 dpkg: Update from 1.18.0 to 1.18.15
Also switch from ftp.debian.org to mirrors.kernel.org.
2016-11-26 10:47:55 -05:00
Fredrik Fornwall 57efacaf26 termux-tools: Add /magisk/.core/bin/su path to su
Fixes #168.
2016-11-25 20:12:52 -05:00
Fredrik Fornwall 7046c2815a command-not-found: Update with new commands 2016-11-25 19:59:59 -05:00
Fredrik Fornwall 2fd44a0f30 dpkg: Do not even try hardlinking
Avoiding the hardlink try reduces log spam.
2016-11-25 19:56:24 -05:00
Fredrik Fornwall 3d0baea2bb weechat: Build lua plugin as weechat-lua-plugin 2016-11-25 18:21:08 -05:00
Fredrik Fornwall 5e8d636790 Let luajit replace lua completely 2016-11-25 18:20:40 -05:00
Fredrik Fornwall f4eefdf906 bash: Read ~/.bashrc for interactive login shells 2016-11-24 20:34:55 -05:00
Fredrik Fornwall 621e0b6ee9 libtiff: Update from 4.0.6 to 4.0.7 2016-11-24 14:07:17 -05:00
Fredrik Fornwall 4643d4be2c bash: Specify bash_cv_getcwd_malloc=yes
When cross compiling bash assumes that getcwd is broken, so a
wrapper is used which does not work with non-accessible parent
directories (/data when running in Termux). We tell configure
that this is not necessary.

Fixes https://github.com/termux/termux-app/issues/200
2016-11-23 19:33:04 -05:00
Fredrik Fornwall c48a747e1c rsync: Use system libpopt 2016-11-23 19:11:49 -05:00
Fredrik Fornwall 8c7007fa41 mpv: Add /system/vendor/lib(64) to LD_LIBRARY_PATH
Fixes issue with not found libqc-opt.so on some devices, reported
by BrainDamage on #termux.
2016-11-23 18:47:13 -05:00
Fredrik Fornwall 951e2f60a7 gawk: Replace /bin/sh -> $PREFIX/bin/sh
Fixes #562.
2016-11-23 18:34:10 -05:00
Fredrik Fornwall 66f3991fb3 Specify zlib as 1.2.8, not 1.2.3 as ndk claims 2016-11-22 18:51:13 -05:00
Fredrik Fornwall 078485ffc7 ruby: Update from 2.3.2 to 2.3.3 2016-11-22 18:15:50 -05:00
Fredrik Fornwall fd2b34d846 mpv: Update from 0.21 to 0.22
Drop libcaca as dependency as mpv now has built in terminal output.
2016-11-22 16:12:00 -05:00
Fredrik Fornwall a6c72ac91c apksigner: Update from 0.3 to 0.4 2016-11-22 16:12:00 -05:00
Fredrik Fornwall 955627f667 openssh: Bump build revision, new source-ssh-agent 2016-11-20 16:06:52 -05:00
Fredrik Fornwall 9f04f4c4a9 libvpx: Build with --disable-realtime-only
Fixes #554.
2016-11-20 16:05:38 -05:00
Fredrik Fornwall 926b0cba59 fzf: Update from 0.15.5 to 0.15.8 2016-11-20 07:26:51 -05:00
Fredrik Fornwall 98912d1216 libpcap: Update from 1.7.4 to 1.8.1 2016-11-20 07:04:10 -05:00
Fredrik Fornwall b3eb19f51d vim: Update to latest patch 2016-11-19 13:41:44 -05:00
Fredrik Fornwall 661904fe7a neovim: Update to git master 2016-11-19 13:41:29 -05:00
Fredrik Fornwall d22bbd8153 libgpg-error: Update from 1.24 to 1.25 2016-11-19 13:41:14 -05:00
Fredrik Fornwall 0fe5a668c3 gnupg2: Update from 2.1.15 to 2.1.16 2016-11-19 13:40:47 -05:00
Fredrik Fornwall d55bb1c663 mpv: Bump build revision after ffmpeg update 2016-11-18 17:40:56 -05:00
Fredrik Fornwall f756c4edb0 libnghttp2: Update from 1.16.0 to 1.16.1 2016-11-18 17:40:43 -05:00
Fredrik Fornwall d9e7a91da2 tig: Update from 2.2 to 2.2.1 2016-11-18 10:06:15 -05:00
Fredrik Fornwall 683e5fc336 stunnel: Update from 5.36 to 5.37 2016-11-18 06:37:34 -05:00
Fredrik Fornwall f09bc942e1 gnuplot: Update from 5.0.4 to 5.0.5 2016-11-17 17:56:04 -05:00
Fredrik Fornwall 1b542a81a7 libev: Update from 4.22 to 4.23 2016-11-17 17:38:07 -05:00
Fredrik Fornwall 39d4570400 bash&readline: Update to latest patches 2016-11-16 19:44:05 -05:00
Fredrik Fornwall 2e54e151d4 fish: Update from 2.3.1 to 2.4.0 2016-11-16 19:38:08 -05:00
Fredrik Fornwall 0afc826fc0 lua: Fix patch to not loose SYSCFLAGS
Not having SYSCFLAGS caused LUA_USE_LINUX to be lost, and io.popen
(and probably other things) was not enabled.

Fixes #552.
2016-11-16 18:24:09 -05:00
Fredrik Fornwall 6257a921f7 ruby: Update from 2.3.1 to 2.3.2 2016-11-16 17:58:24 -05:00
Fredrik Fornwall 43d7717735 libvpx: Bump build revision after enabling vp8 2016-11-16 17:30:49 -05:00
Fredrik Fornwall 7d54055e4f ffmpeg: Update from 3.1.5 to 3.2 2016-11-16 17:30:49 -05:00
Balázs Kutil b3a91ddd58 Add newsbeuter (#298)
* Add build description for json-c

* Add build description for stfl library

* Add build description for newsbeuter

* Add patch fixing single-feed cache cleanup
2016-11-16 22:14:55 +01:00
Belldandu 56862a32d5 ffmpeg enable libvpx (WebM encoder) (#545)
* ffmpeg enable libvpx (WebM encoder)

https://trac.ffmpeg.org/wiki/Encode/VP8

* enable vp8 in libvpx and edit comments about libvpx in ffmpeg
2016-11-15 17:07:00 +01:00
Fredrik Fornwall ecaaa5d4a4 php: Update from 7.1 RC5 to RC6 2016-11-10 19:41:11 -05:00
Fredrik Fornwall 73dfe59cda nano: Update from 2.7.0 to 2.7.1 2016-11-10 19:39:54 -05:00
Fredrik Fornwall cc41dffdb9 radare2: Update from 0.10.6 to 1.0.2 2016-11-10 19:39:33 -05:00
Fredrik Fornwall 6aa5925514 glib: Update from 2.50.1 to 2.50.2 2016-11-10 11:02:59 -05:00
Oliver Schmidhauser 8c87e7eb61 Add Colordiff package (#548) 2016-11-08 00:55:19 +01:00
Fredrik Fornwall 594dd53ddf sqlite: Update from 3.15.0 to 3.15.1 2016-11-04 19:11:42 -04:00
Fredrik Fornwall f857f604a3 neovim: Bump revision for clipboard fix 2016-11-04 16:50:23 -04:00
Matthew Klein 823783c58b neovim: fix clipboard patch (#543) 2016-11-04 21:28:22 +01:00
Fredrik Fornwall d3f9e0c138 rlwrap: Switch to fossies for tarball 2016-11-04 08:06:17 -04:00
Fredrik Fornwall 69f6fe68be vim: Update to latest patch 2016-11-04 07:45:37 -04:00
Fredrik Fornwall 4c83ae0c0b libmpdclient: Remote empty TERMUX_PKG_DEPENDS 2016-11-04 07:41:23 -04:00
Fredrik Fornwall 322e080b32 neovim: Update git commit used 2016-11-04 07:13:58 -04:00
Matthew Klein 28c99fa6a1 Add libmpdclient (#537)
* Add libmpdclient

references termux/termux-packages/#536

* libmpdclient: fix source url

* libmpdclient: set maintainer to @mklein994
2016-11-04 12:09:56 +01:00
Matthew Klein 14c16e5eef Add mpc package (#538)
* Add mpc package

mpc is a command line client for the Music Player Daemon (MPD).

references termux/termux-packages/#536

* mpc: fix source url

* mpc: set maintainer to @mklein994
2016-11-04 12:09:45 +01:00
Herdiansyah aa45864cdf neofetch: updated to 1.9.1 (#541) 2016-11-04 12:06:54 +01:00
Fredrik Fornwall 0cb745b070 neofetch: Update to git master 2016-11-02 19:09:51 -04:00
Fredrik Fornwall e6767ecb3a curl: Update from 7.50.3 to 7.51.0 2016-11-02 18:19:26 -04:00
Matthew Klein e7fcd11e3a Elinks: enable true color support (#535)
Now that termux supports true color, elinks can display websites using
more colors. Note that enabling this option has a slight performance
hit.
2016-11-02 23:18:34 +01:00
Herdiansyah 5317ecb33f neofetch: new package (#531) 2016-11-02 00:15:48 +01:00
Fredrik Fornwall ed1c4815d0 libuv: Update from 1.9.1 to 1.10.0 2016-10-31 18:42:01 -04:00
Fredrik Fornwall 6c88c2f04a libpng: Update from 1.6.25 to 1.6.26 2016-10-31 18:41:44 -04:00
Fredrik Fornwall 3b176da0df libarchive: Update from 3.2.1 to 3.2.2 2016-10-31 18:41:18 -04:00
Fredrik Fornwall cb7ce5743a termux_step_configure: Use https 2016-10-31 18:19:35 -04:00
Fredrik Fornwall fda720c961 c-ares: Update from 1.11 to 1.12 2016-10-31 18:02:42 -04:00
Nathaniel Wesley Filardo 5e4916edcf Add libmosquitto and its CLI clients (#515) 2016-10-31 22:01:12 +01:00
Fredrik Fornwall 54b923c24e git: Update from 2.10.1 to 2.10.2 2016-10-30 10:55:55 -04:00
Fredrik Fornwall c1198d1ba8 mpv: Update 0.20.0 -> 0.21.0, add --disable-lua 2016-10-30 10:35:40 -04:00
Oliver Schmidhauser b4bcd8ffc9 Enable libcaca support in mpv (#499)
If libcaca support isn't specified (either enable or disable) the
buildorder script decides about this feature, because it is
autodetected. If mpv is built after libcaca it will be compiled in.
So if, at any point you rebuild it, without removing libcaca first, it
will be compiled in and throw an error on termux if libcaca isn't
installed.
2016-10-30 15:22:47 +01:00
Fredrik Fornwall a2e391a3eb graphicsmagick&zbar: Add --without-x
I did not need this myself, @vishalbiswas reported it on gitter.
2016-10-30 10:20:21 -04:00
Fredrik Fornwall 18911013a6 graphviz: Add src checksum 2016-10-29 17:58:19 -04:00
Fredrik Fornwall abcc889a2c harfbuzz: Update from 1.3.1 to 1.3.3 2016-10-29 17:55:51 -04:00
Fredrik Fornwall 92c7aec402 Remove old unused TERMUX_PKG_KEEP_HEADER_FILES 2016-10-29 17:39:13 -04:00
Fredrik Fornwall 2249861c02 graphviz: Fix a few issues
- Remove two unneeded patches.
- Do not install a custom libltdl, use the system one.
- Add dependency on librsvg and libgd.
2016-10-29 17:27:16 -04:00
Fredrik Fornwall 279f6bc9ee libtool: Update libtldl subpackage 2016-10-29 17:03:35 -04:00
Fredrik Fornwall cc2a687559 global: Depend on libltdl, not libtool 2016-10-29 17:00:37 -04:00
Fredrik Fornwall e001d31eb5 libtool: Split out libltdl into separate package 2016-10-29 16:59:56 -04:00
Dustin DeWeese 8f905a7097 Add Graphviz (#526) 2016-10-29 22:33:37 +02:00