Leonid Plyushch
83070cb44a
assimp: rebuild package
5 years ago
Fredrik Fornwall
2203cb9084
nnn: Update from 2.8.1 to 2.9
5 years ago
Daniel T. Lee
c36b33c3c4
libluajit: fix unmatched header path and package version ( #4815 )
* libluajit: fix unmatched header path and package version
Currently, luajit header files are placed improperly.
As stated at luajit.pc file, package version is 2.1 and pkg-config
guides the header location to $TERMUX_PREFIX/include/luajit-2.1/.
This commit fixes the build script of wrong header path.
* libluajit: bump revision and use $TERMUX_PKG_VERSION for foldername
Co-authored-by: Henrik Grimler <henrik@grimler.se>
5 years ago
Leonid Plyushch
990ad4ba07
html2text: rebuild with DT_RUNPATH
5 years ago
Leonid Plyushch
c5b5fce583
html2text: ensure that manpage directory exists before `make install`
5 years ago
Leonid Plyushch
00aaac1fc3
new package: html2text
Requested in https://github.com/termux/termux-packages/issues/4757 .
5 years ago
Leonid Plyushch
017d4fc72e
Revert "python: remove no longer needed patch"
distutils-command-build.py.patch is still needed...
This reverts commit cb4b29825b
.
5 years ago
Leonid Plyushch
cb4b29825b
python: remove no longer needed patch
Commit 6bf4586187
provides
a better fix.
5 years ago
Leonid Plyushch
460feb2dec
python: add back -O3 to CFLAGS
5 years ago
Leonid Plyushch
5da60a3e17
python: add clang to recommends
Must-have package if installing something with `pip`.
5 years ago
Leonid Plyushch
d9b484082c
python: disable LTO due to issues with build config
References package builder directory for paths of certain
binaries like llvm-ar and causes failure when installing
modules like Numpy.
See https://www.reddit.com/r/termux/comments/eqhpoq/unable_to_install_numpy_on_termux/ .
5 years ago
Leonid Plyushch
d7f2e61381
sed: update to 4.8
5 years ago
Leonid Plyushch
2c5b2a66d9
mpd: update to 0.21.19
5 years ago
Alessandro Caputo
e1a9f0092e
update termux-api to v0.50
5 years ago
Leonid Plyushch
24f6d2f8c4
mbedtls: update to 2.20.0
5 years ago
Leonid Plyushch
8a0d938e8e
libcap: update to 2.31
5 years ago
Leonid Plyushch
b6f73124a5
lftp: update to 4.9.1
5 years ago
Leonid Plyushch
5f44fc59a8
kubectl: update to 1.17.1
5 years ago
Leonid Plyushch
effdb567b0
kakoune: update to 2020.01.16
5 years ago
Leonid Plyushch
493229eb89
gnunet: update to 0.12.2
5 years ago
Leonid Plyushch
b34ff33936
gmic: update to 2.8.2
5 years ago
Leonid Plyushch
410a242083
gitea: update to 1.10.3
5 years ago
Leonid Plyushch
9bd23cea5a
fastmod: update to 0.3.0
5 years ago
Leonid Plyushch
87b7e153cc
erlang: update to 22.2.2
5 years ago
Leonid Plyushch
7a1a256847
ack-grep: update to 3.3.1
5 years ago
Leonid Plyushch
86209c4547
dx: remove unneeded script as replaced by heredoc in build.sh
5 years ago
Leonid Plyushch
e6b0bbcbac
dx: fix url
5 years ago
Leonid Plyushch
cb8347acdc
dx: use version patched to work under Android 9 and higher
Fixes the issue described in https://www.reddit.com/r/termux/comments/ejrasu/java_on_my_s10_refuses_to_work/ .
Android 9 and higher no longer provides JCA API - see https://developer.android.com/guide/topics/security/cryptography#crypto_provider .
5 years ago
Leonid Plyushch
62bc201823
vifm: rebuild package
5 years ago
Leonid Plyushch
1c7f8f644d
libuv: avoid FICLONE ioctl
Same reason as for nodejs embedded libuv.
5 years ago
Leonid Plyushch
4eeb7cf559
nodejs-lts: avoid FICLONE ioctl
5 years ago
Leonid Plyushch
9d4396904c
nodejs: avoid FICLONE ioctl
Issue https://github.com/termux/termux-packages/issues/4664 .
19824 ioctl(29, BTRFS_IOC_CLONE or FICLONE, 34 <unfinished ...>
19823 fstat64(30, <unfinished ...>
19822 write(16, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
19821 close(31 <unfinished ...>
19804 <... epoll_pwait resumed>[{EPOLLIN, {u32=16, u64=16}}], 1024, 867, NULL, 8) = 1
19824 <... ioctl resumed>) = -1 EACCES (Permission denied)
5 years ago
Leonid Plyushch
1c493e3404
apt: show more informative messages if "repository has no release file"
During repository updates & cleanup there can be a short period of time
when repository metadata is not consistent. There may appear an error
like
E: The repository 'https://termux.org/package stable Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
but it may not be clear for some users what can cause the issue.
This commit improves the situation a bit.
5 years ago
Leonid Plyushch
6bf4586187
python: force disable use of semaphores
Fixes the issue described in https://github.com/termux/termux-packages/issues/4698
which was ignored mistakenly...
5 years ago
Fredrik Fornwall
79024b31f6
git: Update from 2.24.1 to 2.25.0
5 years ago
Fredrik Fornwall
cd0cc5d1c4
libuv: Update from 1.34.0 to 1.34.1
5 years ago
Fredrik Fornwall
c50a9ccefb
nodejs-lts: Update from 12.14.0 to 12.14.1
5 years ago
Leonid Plyushch
d0c3ef54f2
python: use only link-time optimization
Seems to be enough + no more issues during installation.
5 years ago
Leonid Plyushch
c9f360441e
python: build with optimizations enabled
5 years ago
Leonid Plyushch
94984eb82d
gdk-pixbuf: make hooks failsafe
Force exit with status '0' even on failure.
5 years ago
Leonid Plyushch
394a49d901
glib: add hook for glib-compile-schemas
Previously was in gtk2 package.
5 years ago
Leonid Plyushch
e98afd4bef
gdk-pixbuf: add hooks for updating loaders cache
5 years ago
Leonid Plyushch
c15f2beebe
librsvg: enable pixbuf loader
Requirement for https://github.com/termux/x11-packages/issues/139 .
5 years ago
Leonid Plyushch
c244cf5166
imagemagick: do not remove configuration scripts
5 years ago
Leonid Plyushch
f797d9c7c3
imagemagick: do not disable largefile support
5 years ago
Leonid Plyushch
02d71281b6
gifsicle: enable gifview
And add libx11 as optional dependency.
5 years ago
Leonid Plyushch
4370357824
gdbm: do not force disable readline
Readline is part of bootstrap installation and always available.
No point to disable its support in packages where it is possible.
5 years ago
Leonid Plyushch
ffe51e9664
mkvtoolnix: move fmt, libebml and libmatroska to build-time dependencies
5 years ago
Leonid Plyushch
17f67e8beb
libmatroska: do not split static libraries
5 years ago
Leonid Plyushch
436723bf59
libebml: do not split static libraries
5 years ago