Commit Graph

6103 Commits

Author SHA1 Message Date
Leonid Pliushch bff7609ef0 libpulseaudio: don't use wrappers for /bin/ progs 2019-03-12 17:16:49 +02:00
Leonid Pliushch 3e193b0983 fzf: do not override CGO_LDFLAGS 2019-03-12 17:07:08 +02:00
Leonid Pliushch 9ffeae7879 boost: use linkflags from LDFLAGS 2019-03-12 16:48:20 +02:00
Leonid Pliushch 2b89e7be73 kbfs: bump revision after setting CGO_LDFLAGS 2019-03-12 15:19:38 +02:00
Leonid Pliushch f0e4d073a3 keybase: bump revision after setting CGO_LDFLAGS 2019-03-12 15:16:48 +02:00
Leonid Pliushch 2dc0d55470 ipfs: bump revision after setting CGO_LDFLAGS 2019-03-12 15:08:41 +02:00
Leonid Pliushch b9ebb92a63 gbt: bump revision after setting CGO_LDFLAGS 2019-03-12 15:00:28 +02:00
Leonid Pliushch c091cdc962 termux-elf-cleaner: update to v1.5
Now it no longer removes GNU version sections.
2019-03-12 14:20:07 +02:00
Leonid Pliushch 0d6a96818b unstable-repo: switch to API 24 URL 2019-03-11 17:29:21 +02:00
Leonid Pliushch 8a7590a183 x11-repo: switch to API 24 URL 2019-03-11 17:28:44 +02:00
Tom Yan 596c8c85da Simplify libc++ setup
As clang++ in the NDK defaults to libc++ since r17, we no longer
need to fake a libstdc++.so at build time (and omit it from the
libc++ package we ship).
2019-03-11 16:33:12 +08:00
Fredrik Fornwall 04ea873c59 gmic: Respect LDFLAGS
Fixes DT_RUNPATH (see #3490)
2019-03-11 01:04:58 +01:00
Fredrik Fornwall cbb7d8f9e3 imgflo: Respect LDFLAGS during build
Fixes DT_RUNPATH (see #3490).
2019-03-11 00:59:06 +01:00
Fredrik Fornwall 3f8de8c729 mpd: Bump package after meson fix
Fixes DT_RUNPATH (see #3490).
2019-03-11 00:30:15 +01:00
Fredrik Fornwall 9abc2f416a pforth: Respect LDFLAGS in build
Fixes DT_RUNPATH (see #3490).
2019-03-11 00:23:39 +01:00
Fredrik Fornwall fe3d53e872 libmpfr&unrar: Bump packages
These seems to work with DT_RUNPATH now (see #3490).
2019-03-11 00:19:37 +01:00
Fredrik Fornwall f00121faef mpc: Bump after meson fix
This fixes DT_RUNPATH (see #3490).
2019-03-11 00:17:34 +01:00
Fredrik Fornwall 0d878a62d4 libmpdclient: Bump after meson fix
This fixes DT_RUNPATH (see #3490).
2019-03-11 00:15:43 +01:00
Fredrik Fornwall 9c34830f67 tinyscheme: Respect LDFLAGS
Fixes DT_RUNPATH (see #3490).
2019-03-11 00:13:35 +01:00
Fredrik Fornwall e6555ddbba zopfli: Respect LDFLAGS more
This fixes DT_RUNPATH (see #3490).
2019-03-11 00:11:13 +01:00
Fredrik Fornwall cd3fd3b282 stfl: Avoid overwriting LDFLAGS
This fixes DT_RUNPATH (see #3490).
2019-03-11 00:08:25 +01:00
Fredrik Fornwall 2581582ea4 json-glib: Bump revision after meson fix
This fixes DT_RUNPATH (see #3490).
2019-03-11 00:01:49 +01:00
Fredrik Fornwall 77d5eb17cf Avoid meson stripping DT_RUNPATH
See #3490.
2019-03-10 23:58:37 +01:00
Fredrik Fornwall f24dca7956 aapt: Respect LDFLAGS more
This fixes DT_RUNPATH (see #3490).
2019-03-10 23:42:51 +01:00
Fredrik Fornwall 368547fbd3 ired: Make build respect LDFLAGS
This fixes DT_RUNPATH (see #3490).
2019-03-10 23:35:46 +01:00
Fredrik Fornwall e9d3fcea4c Fix DT_RUNPATH for rust-using packages
See #3490.
2019-03-10 23:33:24 +01:00
Fredrik Fornwall f8950a99ca msmtp: Do not overwrite LDFLAGS
Fixes DT_RUNPATH (see #3490).
2019-03-10 22:58:41 +01:00
Fredrik Fornwall c57b8ec5a5 rgbds: Make build respect LDFLAGS
Adds DT_RUNPATH (see #3490).
2019-03-10 22:53:44 +01:00
Fredrik Fornwall 5dac52d24f darkhttpd: Fix DT_RUNPATH
See #3490.
2019-03-10 22:47:18 +01:00
Fredrik Fornwall dd5888842b termux-exec: Fix DT_RUNPATH 2019-03-10 22:42:30 +01:00
Fredrik Fornwall 66853fe390 rclone: Bump package after DT_RUNPATH fix 2019-03-10 22:39:12 +01:00
Fredrik Fornwall eb1cb4401f Bump caddy&syncthing after DT_RUNPATH fix 2019-03-10 22:36:01 +01:00
Fredrik Fornwall 179cbddefc Make ttyrec respect LDFLAGS
This adds DT_RUNPATH, see #3490.
2019-03-10 22:32:50 +01:00
Fredrik Fornwall 495a608ec5 Bump hub&hugo after setting CGO_LDFLAGS 2019-03-10 22:29:41 +01:00
Fredrik Fornwall 73ec719d77 Set CGO_LDFLAGS="$LDFLAGS" for go packages
This should add DT_RUNPATH. See #3490.
2019-03-10 22:27:52 +01:00
kenneth-Q 1a0c455f1c p7zip: add patch for security 2019-03-10 21:32:17 +01:00
Leonid Pliushch c68c16310b new package: restic
Previously, it was available only in unstable-packages, but since this
utility is really stable and useful, it is better to have it in main repository.

Also, this will be a test for automatic package deploy.
2019-03-10 21:58:47 +02:00
Fredrik Fornwall fa588a1576 fortune: Use LDFLAGS (see #3490) 2019-03-10 20:31:15 +01:00
Leonid Pliushch e93d7a9de0 termux-keyring: add key used by automatic builds 2019-03-10 19:37:13 +01:00
Fredrik Fornwall 558e604174 Merge Android 7 changes to master
The master branch is now for Android 7.0 and later. The android-5 branch is maintained for Android 5.x and 6.
2019-03-10 19:26:14 +01:00
Henrik Grimler 68f0c7f5a9 luarocks: update to 3.0.4 2019-03-10 17:00:36 +01:00
Leonid Pliushch 6255ff2261 x11-repo: use new url 2019-03-10 16:14:09 +02:00
Leonid Pliushch 56f0317a68 unstable-repo: use new url 2019-03-10 16:13:08 +02:00
Leonid Pliushch 7e72ed0816 blogc: specify license 2019-03-10 15:42:58 +02:00
Leonid Pliushch 9d6d69f05c blogc: downloads are now working so enabling package 2019-03-10 15:42:58 +02:00
Leonid Pliushch 8ca15d55c6 gstreamer: do not use wrappers
Let DT_RUNPATH will do work for finding libraries.
2019-03-10 15:42:58 +02:00
Leonid Pliushch 70eb3b764f mpv: do not use wrapper
Let DT_RUNPATH will do work for finding libraries.
2019-03-10 15:42:58 +02:00
Leonid Pliushch aa02552a55 play-audio: do not use wrapper
Let DT_RUNPATH will do work for finding libraries.
2019-03-10 15:42:58 +02:00
Leonid Pliushch b8b5b702be remove TERMUX_PKG_API_LEVEL from packages
Maximal TERMUX_PKG_API_LEVEL we have in packages is 24 as our target, so
TERMUX_PKG_API_LEVEL definition is useless.
2019-03-10 15:42:58 +02:00
Leonid Pliushch c9b80cf42d libutil: remove package - replaced by libc from Android 7 or newer 2019-03-10 15:42:58 +02:00
Leonid Pliushch 5e7c9a7bb2 ecj4.6: delete package since on Android 7 it is replaced by "ecj" 2019-03-10 15:41:38 +02:00
Leonid Pliushch c120563b58 fix compilation errors for apt, busybox, imagemagick, libelf, tar 2019-03-10 15:41:38 +02:00
Henrik Grimler 803f92acf9 openssl: declare that it breaks openssl-tool << 1.1.1b-1
To not get errors on apt update && apt upgrade
2019-03-09 07:49:15 +01:00
Tom Yan bd39c7d3d2 texlive-bin: avoid changing {lua,pdf,xe}tex patches all the time
Patches and sed command are directly from Arch Linux. We just need
to steal from it whenever they are changed.
2019-03-08 11:07:00 +08:00
Fredrik Fornwall a83e47ca77 Merge pull request #3397 from tomty89/openjpeg
openjpeg: disable static libs
2019-03-06 23:40:42 +01:00
Fredrik Fornwall 5b8579d7aa cmus: Make dependencies required for now 2019-03-06 23:36:02 +01:00
Fredrik Fornwall 9f319f411f squid: Update from 4.5 to 4.6 2019-03-06 23:35:30 +01:00
Fredrik Fornwall 42e4d65aea getmail: Update from 5.11 to 5.13 2019-03-06 23:07:31 +01:00
Fredrik Fornwall 5b06bed8e3 syncthing: Update from 1.0.1 to 1.1.0 2019-03-06 23:04:52 +01:00
Fredrik Fornwall 96274858f4 python2: Update from 2.7.15 to 2.7.16 2019-03-06 23:04:04 +01:00
Fredrik Fornwall eaf5530047 caddy: Update from 0.11.4 to 0.11.5 2019-03-06 22:57:47 +01:00
Fredrik Fornwall 30c73290b6 go: Update from 1.11.5 to 1.12 2019-03-06 22:57:26 +01:00
Fredrik Fornwall d6d9fc7ad1 Merge pull request #3467 from tomty89/libpulseaudio
libpulseaudio: fixes for #3391
2019-03-06 21:43:41 +01:00
Fredrik Fornwall 86f1da24ad Merge pull request #3439 from tomty89/cmus
cmus: Update from 2.7.1 to 2.8.0 (d93f9c3)
2019-03-06 21:43:18 +01:00
Tom Yan 61cf6e2ab9 libpulseaudio: bump revision after update 2019-03-06 22:46:54 +08:00
Tom Yan 54ebd431e5 libpulseaudio: do nothing to backend when unlinking suspended sink 2019-03-06 22:46:16 +08:00
Leonid Pliushch 96107e1714 profanity: update sha256
Don't know what happened, but md5 and sha1 are same as on homepage.
2019-03-06 15:17:00 +02:00
Tom Yan 434411846a libpulseaudio: fix typos in sles sink module 2019-03-06 20:27:11 +08:00
Tom Yan 88af57a51b libpulseaudio: do not stop if we are going to close aaudio stream
Apparently it's safer if we don't:
https://android.googlesource.com/platform/frameworks/av/+/refs/heads/oreo-release/media/libaaudio/src/client/AudioStreamInternal.cpp#182
2019-03-06 18:12:04 +08:00
Leonid Pliushch 83f4601fba p7zip: fix license 2019-03-06 11:08:23 +02:00
Fredrik Fornwall 64980864da libcoap: Update from 4.2.0-rc4 to 4.2.0 2019-03-04 22:51:30 +01:00
Fredrik Fornwall 850df137ea mariadb: Update from 10.3.12 to 10.3.13 2019-03-04 22:51:11 +01:00
Fredrik Fornwall 6e6e469f3a openssl: Bump revision after openssl.cnf move
See https://github.com/termux/termux-packages/pull/3432
2019-03-04 19:26:26 +01:00
Leonid Pliushch 858c73d75a termux-elf-cleaner: update to v1.4
Provides fix for Android 5.
2019-03-04 14:58:10 +02:00
Tom Yan 60f4a8ca19 cmus: Update from 2.7.1 to 2.8.0 (d93f9c3) 2019-03-04 15:51:50 +08:00
Tom Yan 8077aad169 openjpeg: bump revision after update 2019-03-04 11:39:19 +08:00
Tom Yan a1361bfb6b openjpeg: disable static libs
with upstream commit 66297f07a43d2770a97c8456d20202f3d051d980
2019-03-04 11:39:19 +08:00
Fredrik Fornwall 8e88de4e24 Merge pull request #3390 from termux/fix-mariadb
mariadb: create directory $PREFIX/etc/my.cnf.d to prevent error on installation
2019-03-03 19:50:09 +01:00
Leonid Pliushch 530c88676e Merge branch 'master' into vimdiff 2019-03-03 20:46:55 +02:00
Fredrik Fornwall 1a165a217f Merge pull request #3419 from xeffyr/fix-paths
Fix hardcoded paths for some packages
2019-03-03 19:42:30 +01:00
Leonid Pliushch 58a53ecedf openssl: put openssl.cnf to main package 2019-03-03 18:29:25 +02:00
Fredrik Fornwall fe2fbba877 nginx: Update from 1.15.8 to 1.15.9 2019-03-02 23:05:35 +01:00
Fredrik Fornwall 1d5228d433 gegl: Update from 0.4.12 to 0.4.14 2019-03-02 22:54:22 +01:00
Fredrik Fornwall 4c4ad1dd85 libgc: Update from 8.0.2 to 8.0.4 2019-03-02 22:53:47 +01:00
Fredrik Fornwall 4595336ccd libxapian: Update from 1.4.10 to 1.4.11 2019-03-02 22:44:07 +01:00
Fredrik Fornwall 2773d60873 nodejs-lts: Update from 10.15.1 to 10.15.2 2019-03-02 22:41:45 +01:00
Fredrik Fornwall 15eae30cf0 hydra: Update from 8.8 to 8.9.1 2019-03-02 22:35:12 +01:00
Fredrik Fornwall ca8dfa8b9c ipfs: Update from 0.4.18 to 0.4.19 2019-03-02 22:32:27 +01:00
Fredrik Fornwall 780cfae099 hub: Update from 2.9.0 to 2.10.0 2019-03-02 22:24:17 +01:00
Leonid Pliushch f05d5c5dca wget: fix path to /tmp 2019-03-02 14:53:08 +02:00
Leonid Pliushch 297a9ad311 util-linux: fix hardcoded paths 2019-03-02 14:53:03 +02:00
Leonid Pliushch d2b17988da tar: fix path to /tmp 2019-03-02 14:53:02 +02:00
Leonid Pliushch 568a0b755a rsync: fix path to /var/run/rsyncd.lock 2019-03-02 14:53:01 +02:00
Leonid Pliushch a220fffe4a rhash: fix path to /etc 2019-03-02 14:53:00 +02:00
Leonid Pliushch 3c36a07466 radare2: fix path to /bin/sh and /usr/bin/diff 2019-03-02 14:52:59 +02:00
Leonid Pliushch c89cceb2c6 pinentry: fix path to /tmp 2019-03-02 14:52:57 +02:00
Leonid Pliushch 3f9bca7905 patch: fix path to /tmp 2019-03-02 14:52:56 +02:00
Leonid Pliushch 2d0fe0b02b openssh: fix path for /tmp/sshauth.XXXXXXXXXXXXXXX 2019-03-02 14:52:55 +02:00
Leonid Pliushch d99cf4f05b openal-soft: fix path to /etc 2019-03-02 14:52:54 +02:00
Leonid Pliushch 8529943f84 nmap: fix hardcoded paths 2019-03-02 14:52:53 +02:00
Leonid Pliushch 18c14e17db newsboat: fix hardcoded paths 2019-03-02 14:52:51 +02:00
Leonid Pliushch 81a248dd1e net-tools: fix hardcoded paths 2019-03-02 14:52:50 +02:00
Leonid Pliushch 3085cc5f48 ncurses: fix hardcoded paths 2019-03-02 14:52:49 +02:00
Leonid Pliushch 4f66b934e9 nano: fix path to /tmp 2019-03-02 14:52:48 +02:00
Leonid Pliushch 85cf56dcf3 mosh: fix path to /var/run/motd.dynamic 2019-03-02 14:52:46 +02:00
Leonid Pliushch 3e909df7ab mathomatic: fix hardcoded paths 2019-03-02 14:52:45 +02:00
Leonid Pliushch 02b6b4ca7c m4: fix hardcoded paths 2019-03-02 14:52:43 +02:00
Leonid Pliushch 8c8d590fee lynx: fix hardcoded paths 2019-03-02 14:52:42 +02:00
Leonid Pliushch 1dc5aece37 libssh: fix hardcoded paths 2019-03-02 14:52:41 +02:00
Leonid Pliushch 724ca7fa53 libpulseaudio: fix hardcoded paths 2019-03-02 14:52:40 +02:00
Leonid Pliushch 4e18bda4e3 libdb: fix path to /tmp (/var/tmp) 2019-03-02 14:52:38 +02:00
Leonid Pliushch 56f20f2ea6 libbz2: fix hardcoded paths (/bin/rm /tmp) 2019-03-02 14:52:37 +02:00
Leonid Pliushch 37e6c444f7 libarchive: fix path to /tmp 2019-03-02 14:52:35 +02:00
Leonid Pliushch 0127fbce97 irssi: fix hardcoded paths 2019-03-02 14:52:34 +02:00
Leonid Pliushch 468ad8abbd gzip: fix path to /tmp 2019-03-02 14:52:32 +02:00
Leonid Pliushch 44d6c72607 gnupg: fix hardcoded paths 2019-03-02 14:52:31 +02:00
Leonid Pliushch da87701bab glib: fix path to /tmp 2019-03-02 14:52:30 +02:00
Leonid Pliushch ab6af9ba21 file: fix hardcoded paths 2019-03-02 14:52:28 +02:00
Leonid Pliushch 9cc7576485 ffmpeg: fix path to /tmp 2019-03-02 14:52:27 +02:00
Leonid Pliushch 7e7644481a dnsutils: fix path to /etc/dns.conf 2019-03-02 14:52:25 +02:00
Leonid Pliushch 4b331de7ed coreutils: fix hardcoded paths 2019-03-02 14:52:24 +02:00
Leonid Pliushch 58ab080810 busybox: fix path to /bin/sh 2019-03-02 14:52:20 +02:00
Henrik Grimler 606f31877d ca-certificates: fix version typo 2019-03-02 08:16:54 +01:00
Fredrik Fornwall 3580901ab7 radare2: Update from 3.2.1 to 3.3.0 2019-03-02 00:38:47 +01:00
Fredrik Fornwall 03dd805679 mpd: Update from 0.21.4 to 0.21.5 2019-03-02 00:33:16 +01:00
Fredrik Fornwall 5d49e5581c nodejs: Update from 11.10.0 to 11.10.1 2019-03-01 23:52:32 +01:00
Fredrik Fornwall d86f4761c8 gdk-pixbuf: Update from 2.36.12 to 2.38.1 2019-03-01 23:38:19 +01:00
Fredrik Fornwall 795c656102 unrar: Update from 5.7.1 to 5.7.3 2019-03-01 23:37:48 +01:00
Fredrik Fornwall e91beb4b6e rgbds: Update from 0.3.7 to 0.3.8 2019-03-01 23:37:30 +01:00
Fredrik Fornwall 586f10aaa5 file: Update from 5.35 to 5.36 2019-03-01 23:14:26 +01:00
Fredrik Fornwall 47d9d62729 fossil: Update from 2.7 to 2.8 2019-03-01 23:13:22 +01:00
Fredrik Fornwall 32bbf1f3b1 texinfo: Update from 6.5 to 6.6 2019-03-01 22:54:13 +01:00
Fredrik Fornwall 5555326872 notmuch: Update from 0.28.1 to 0.28.2 2019-03-01 22:46:15 +01:00
Fredrik Fornwall fcf0590388 libmosquitto: Update from 1.5.7 to 1.5.8 2019-03-01 22:45:59 +01:00
Fredrik Fornwall 31939034fd wireguard-tools: Update from 0.0.20190123 to 0.0.20190227 2019-03-01 22:45:34 +01:00
Fredrik Fornwall 3b661b4993 fish: Update from 3.0.1 to 3.0.2 2019-03-01 22:01:33 +01:00
Fredrik Fornwall 60495cc40e libssh: Update from 0.8.6 to 0.8.7 2019-03-01 21:59:30 +01:00
Fredrik Fornwall 12c91d88a9 tar: Update from 1.31 to 1.32 2019-03-01 21:57:45 +01:00
Fredrik Fornwall 207f259b83 ddrescue: Update from 1.23 to 1.24 2019-03-01 21:53:19 +01:00
Fredrik Fornwall 2e448ba221 calcurse: Update from 4.3.0 to 4.4.0 2019-03-01 21:53:04 +01:00
Fredrik Fornwall 0ca5137581 openssl: Update from 1.1.1a to 1.1.1b 2019-03-01 21:36:11 +01:00
Fredrik Fornwall 56d278a825 Merge pull request #3395 from xeffyr/fix-ruby
ruby: fix segmentation fault
2019-02-28 23:55:37 +01:00
Fredrik Fornwall aca61b0562 gnuplot: Remove extra TERMUX_PKG_REVISION assignment 2019-02-27 23:04:22 +01:00
Fredrik Fornwall 0effcf0361 lua: Rebuild against readline 8 2019-02-27 23:01:33 +01:00
Fredrik Fornwall f6fb67d40f nnn: Rebuild against readline 8 2019-02-27 23:01:19 +01:00
Fredrik Fornwall abb52e1498 sqlite: Update from 3.27.1 to 3.27.2
This causes a rebuild of sqlite against readline 8.
2019-02-27 22:59:08 +01:00
Fredrik Fornwall e0612046e2 graphicsmagick: Depend on zstd 2019-02-27 22:58:47 +01:00
Fredrik Fornwall f871f542bc Switch from conflicts to breaks for readline 2019-02-27 22:48:07 +01:00
Fredrik Fornwall fbb213434b Keep update to bash 5 and readline 8 in sync 2019-02-27 22:42:13 +01:00
its-pointless 857cc35f35 make sysroot works properly 2019-02-27 01:49:43 +02:00
its-pointless 032ed6fb15 fix for arm 2019-02-27 01:49:43 +02:00
Leonid Pliushch 979cdf81d8 ruby: bump revision 2019-02-27 01:48:44 +02:00
Leonid Pliushch 4a2f5b6452 ruby: fix segmentation fault 2019-02-27 01:30:27 +02:00
Tom Yan 067f4c0dca libpulseaudio: bump revision after changes 2019-02-26 21:55:24 +01:00
Tom Yan 4c089efc4a libpulseaudio: render via process_msg/asyncmsgq 2019-02-26 21:55:24 +01:00
Tom Yan dead67f003 sox/opusfile: bump revisions after changes 2019-02-26 21:54:25 +01:00
Tom Yan 2c7183bfe0 sox: avoid unnecessary dynamic loading
until we make libpulseaudio (and/or some other dependencies) like
optdep in Arch, there's not really point to do dynamic loading
2019-02-26 21:54:25 +01:00
Tom Yan e914d79a10 opusfile: also dev depends on libopus and libogg
for example when building sox on device, opus support can only be
enabled if both libopus-dev and libogg-dev were installed in
addition to opusfile-dev.
2019-02-26 21:54:25 +01:00
Tom Yan 0be64ed2f9 sox: depends on opusfile and libsndfile
also removed some unnecessary stuff
2019-02-26 21:54:25 +01:00
Fredrik Fornwall a12ce301ee git: Update from 2.20.1 to 2.21.0 2019-02-26 13:00:56 +01:00
Fredrik Fornwall 132deef65f pcre: Update from 8.42 to 8.43 2019-02-26 13:00:56 +01:00
Leonid Pliushch 3de350e9e6 mariadb: create directory $PREFIX/etc/my.cnf.d to prevent error on installation 2019-02-26 01:26:00 +02:00
Leonid Pliushch 1631d65ff1 termux-elf-cleaner: update to v1.3 2019-02-26 01:23:27 +02:00
Leonid Pliushch b288f14069 bash: use system readline 2019-02-24 22:42:40 +02:00
Leonid Pliushch 7d5e36354d bash: more patches for path fixing 2019-02-24 22:42:40 +02:00
Leonid Pliushch 5c9deb6879 bash: do build in src directory
Fixes:
/usr/bin/install: cannot stat '/home/builder/.termux-build/bash/build/y.tab.h': No such file or directory
2019-02-24 22:42:40 +02:00
Yuvraj Saxena 39e65b32bc bash: Update from 4.4 to 5.0
bash 5.0 is no longer in beta or alpha stage

Signed-off-by: Yuvraj Saxena <infectedx27@gmail.com>
2019-02-24 22:42:40 +02:00
Fredrik Fornwall 630a10e0b3 weechat: Patch for ruby 2.6 support 2019-02-24 21:37:10 +01:00
Fredrik Fornwall 6f8d64a790 Merge branch 'master' into readline 2019-02-24 20:41:00 +02:00
its-pointless 3a7767de4d fix lib search paths for x86_64 and compatiblity 2019-02-24 20:39:35 +02:00
its-pointless 51ebb112fc neovim fix 2019-02-24 20:39:35 +02:00
its-pointless c1b65a538e version names change 2019-02-24 20:39:35 +02:00
its-pointless 50decd816b r19b update 2019-02-24 20:39:35 +02:00
Joakim 899e1c7890 ninja: Update from 1.8.2 to 1.9.0 and switch to posix_spawn from Bionic 9. 2019-02-24 20:35:10 +02:00
Joakim 3158273f08 ldc: step down as maintainer 2019-02-24 20:35:10 +02:00
Fredrik Fornwall ad160cfa98 weechat: Update from 2.3 to 2.4 2019-02-24 19:00:25 +01:00
Fredrik Fornwall 85d0ee92f2 ruby: Update from 2.5.3 to 2.6.1 2019-02-24 19:00:08 +01:00
Fredrik Fornwall 642d22be39 php: Update patch 2019-02-24 18:59:38 +01:00
Fredrik Fornwall 23ae449a35 librsvg: Update from 2.45.4 to 2.45.5 2019-02-24 18:59:24 +01:00
Fredrik Fornwall 80fafe7ec6 Bump packages after libx264 update 2019-02-24 18:24:22 +01:00
Fredrik Fornwall 53cb916cd5 libx264: Update from 20180211 to 20190215 2019-02-24 18:23:19 +01:00
Fredrik Fornwall ac0f46ad3e vim: Update from 8.1.0900 to 8.1.0950 2019-02-24 18:22:20 +01:00
Fredrik Fornwall 0c9fea9729 nnn: Depend on readline 2019-02-24 18:21:45 +01:00
Fredrik Fornwall 41697ef1a0 tor: Update from 0.3.5.7 to 0.3.5.8 2019-02-24 18:11:03 +01:00
Fredrik Fornwall 9a7e5fe67a nnn: Update from 2.2 to 2.3 2019-02-24 18:10:48 +01:00
Henrik Grimler 61120ec908 profanity: use tab instead of spaces 2019-02-24 19:04:53 +02:00
Henrik Grimler 49f212054e profanity: add missing dependencies 2019-02-24 19:04:53 +02:00
Oliver Schmidhauser 5ed9076351 update profanity to 0.6.0 2019-02-24 19:04:53 +02:00
Michal Bednarski ee89d5c54e proot: Update with fixes for sudo's fstat
- termux/proot#54 (Fix fstat() in processes which sets themselves
  undumpable (SUID_DUMP_DISABLE))
- termux/proot#52 (Partial fix for issue, handle setuid on Android Pie)
2019-02-24 19:02:41 +02:00
Leonid Pliushch 2c16db52fc bump C++ packages for NDK-19 2019-02-23 13:57:09 +02:00
Leonid Pliushch 394541a5f9 readline: build with '-fexceptions' 2019-02-23 12:40:49 +02:00
Leonid Pliushch 54036eac1a bump revision of all packages dependent on readline 2019-02-20 17:48:39 +02:00
Yuvraj Saxena b483c37585 readline: Update from 7.0 to 8.0
Signed-off-by: Yuvraj Saxena <infectedx27@gmail.com>
2019-02-20 20:48:51 +05:30
Leonid Pliushch c16f0f8d5b vim-python: add 'diffutils' to recommends
Command 'vimdiff' is not working with busybox's 'diff'.
2019-02-20 16:55:09 +02:00
Leonid Pliushch c7646d4a61 vim: add 'diffutils' to recommends
Command 'vimdiff' is not working with busybox's 'diff'.
2019-02-20 16:53:13 +02:00
Leonid Pliushch 60143d94d7 pass-otp: fix homepage url 2019-02-17 18:21:23 +02:00
Leonid Pliushch f5f3ea8815 speexdsp: specify license 2019-02-16 22:14:35 +02:00
Henrik Grimler 0be9b4fec3 gst-plugin-good: add missing dependencies
Build succeeded but with two missing libraries without them
2019-02-16 16:28:52 +01:00
Henrik Grimler a1f08b04ee gst-plugins-good: disable aalib
Picks up aalib from host if it is installed, which causes build to fail
2019-02-16 14:34:56 +01:00
Henrik Grimler 809f1c902a gstreamer: make sure glib-mkenums and glib-genmarshal are found 2019-02-16 14:32:53 +01:00