Building with either of these results in:
This version of ffmpeg has nonfree parts compiled in.
Therefore it is not legally redistributable."
Fixes#1087.
- Avoid linking to libgnutls.
- Avoid linking to libsasl.
- Avoid linking to libdb2.
- Fix man page locations.
- Make libnettle and libltdl dependencies.
The docker image has been updated, use
./scripts/update-docker.sh
to update.
Note that we are still using the old deprecated non-unified headers
- updating to that is the next step.
* texlive: enable makeindex and put man files and headers in proper location.
* texlive: use historic install-tl-unx.tar.gz version. (fixes#1068, #1069).
Also include profile.d/texlive.sh in package instead of creating it in termux-install-tl.
* texlive: remove files from old installation script preinst.
* texlive: remove bin/custom and texmf-dist prerm
* texlive: improve sed patch.
Otherwise, running termux-install-tl twice fails.
* texlive: use proper sys-man dir and sys-info dir.
* texlive: propose me as maintainer
* texlive: upgrade to 2017
* texlive: add gnupg to dep to allow tlmgr to check downloaded packages
We need to build with
-DSHA1DC_FORCE_LITTLEENDIAN
to avoid a portability problem with endian detection in git 2.13.1:
https://public-inbox.org/git/xmqqmv9l8h5z.fsf@gitster.mtv.corp.google.com/t/
We actually call this version 2.13.1.2 to force apt to consider it
a higher version - it's a temporary lie until 2.13.2 is available.