Commit Graph

93 Commits

Author SHA1 Message Date
Henrik Grimler b0bfd0da9c
texlive-bin: check in forgotten patch 2022-04-13 11:14:16 +02:00
Henrik Grimler 31ae6f47b0
texlive-bin: update to 2022
Also sort dependencies and extra configure args alphabetically, and
use termux's libpaper instead of the bundled one.
2022-04-13 11:12:27 +02:00
Yaksh Bariya 3e0864fbbd
rebuild all packages depending on libicu
%ci:no-build
2022-04-12 20:39:04 +05:30
Tee KOBAYASHI 903681b78e texlive-bin: Get rid of references to leaked builtins 2022-03-21 02:42:19 +09:00
Henrik Grimler 7b355a29d0
texlive{,-full}: remove package
It is one (soon two) years behind, and is a big hack: some of the debs
are larger than our upload system can handle, and the file lists are
generated from the tlpdb in a not so nice way that breaks horribly on
every texlive release.  Disk space is somewhat of a concern again on
the host that fosshost gives us at no (!) cost, and removing
texlive-full gives us ~1 GB of space.

The reasonable thing to do would be to set up a separate
"termux-texlive" repo, and create a package for every texlive package
rather than for every collection as done here.  Debian, ubuntu and
friends properly creates subpackages.  I am not really motivated to do
this though, so if someone else has use of a properly packaged texlive
and wants to look into it, then that would be great.

Users that want to use texlive should install texlive-installer
instead, it anyways allows for more convenient installation (you can
freely choose which scheme and which packages to install).
2022-01-30 17:05:14 +01:00
YAKSH BARIYA 8f824094ea
libicu: Bump to 70.1 (#7898)
* libicu: Bump to 70.1

* Revbump for packages dependent on libicu

* samba: Bump to 4.14.9

Samba old version tarball removed from website. Newer 4.15.1 is available but needs some experienced user to test and compile, lets leave it for now and dont block libicu upgrade

* php: Fix builds with libicu 70.1

* php: Fix libgd constants

* nodejs,nodejs-lts: Rebuild after libicu upgrade
2021-11-01 07:57:47 +05:30
Henrik Grimler a2187e62df Bump all packages depending on libc++
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02:00
Leonid Pliushch 8e523a93a3
texlive-bin: rebuild after libgd downgrade 2021-10-13 16:14:11 +03:00
Henrik Grimler 8c4ac406c7 texlive-bin: disable fdsan for luatex as well
Fixes https://github.com/termux/science-packages/issues/72.
2021-06-29 22:21:50 +02:00
Henrik Grimler d1199c038a texlive-bin: add patch to disable the fd sanitizer in pdftex
Fixes https://github.com/termux/science-packages/issues/50.
With this we can generate the pdflatex format file, and compile tex
files with pdflatex. There might very well be other formats/engines that
still trigger the sanitizer.
2021-06-25 14:25:13 +02:00
Henrik Grimler d3d202979a texlive-bin: update to 2021 version
Specifically svn tag 58837.  Texlive now depends on xpdf instead of
poppler.  We have xpdf in x11-packages, but it depends on qt5-qtbase,
so moving it to termux-packages would mean moving pretty much all x11
packages to the main repo.

Use the xpdf source shipped with texlive instead for now.
2021-06-25 14:25:13 +02:00
Yaksh Bariya c3664cd84f Revert "texlive-bin: update to 20200406"
This reverts commits which updated texliv-bin. The newer version
requires some new dependencies which aren't available at the moment.
`texlive-bin` should be updated as soon as those dependencies are
available
2021-06-18 16:41:20 +03:00
Yaksh Bariya eaa6d8ba87 Remove patch for texlive-bin that's no longer required 2021-06-18 16:41:20 +03:00
Yaksh Bariya 9d7b06bbea texlive-bin: update to 20200406 2021-06-18 16:41:20 +03:00
Leonid Pliushch 1edd938c7c
texlive-bin: rebuild after libicu update 2021-02-09 13:27:11 +02:00
Henrik Grimler 9f5fd83328 texlive-bin: rebuild after poppler update 2021-01-13 11:08:13 +01:00
Henrik Grimler 2c7a9c73fd texlive-bin: use system zziplib
Building zziplib with configure; make does not work on
android (https://github.com/gdraheim/zziplib/issues/85) but building
with cmake works fine, but to be able to use cmake we cannot build it
during the texlive-bin build.
2020-10-01 21:47:39 +02:00
Henrik Grimler 99e94f9365 texlive-bin: enable dvisvgm
Requested in https://github.com/termux/termux-packages/issues/5722
2020-09-09 21:59:42 +02:00
Fredrik Fornwall cda520fdf5 texlive-bin: Bump revision after libicu update 2020-08-12 19:23:29 +02:00
Henrik Grimler 35da412d5c texlive: mv to science-packages instead (#5231)
* texlive: mv to science-packages

Might help decrease the bandwidth a little bit

* texlive-bin: mv binaries to subfolder bin/texlive/

New package texlive-installer needs to be given a directory with texlive-binaries and then parses it to look for various programs
2020-05-01 23:37:22 +02:00
Leonid Pliushch 0b922868d2 rebuild other ICU-dependent packages 2020-04-26 14:47:22 +03:00
Leonid Pliushch daa0dd2294 fix sha256 for libicu
We use *.tar.xz archives, not the *.tar.gz.
2020-04-26 12:43:05 +03:00
Leonid Pliushch 2463cfc2f4 libicu: update to 67.1 2020-04-26 12:31:08 +03:00
Henrik Grimler 6560f14629 texlive: update to 20200406 (#5138)
* texlive-full: depend on texlive-bibtexextra as well

Fixes https://github.com/termux/termux-packages/issues/4871

* texlive-tlmgr: remove package

Will look at creating a "texlive-installer" package in the unstable
repository instead.

* texlive: fix paths in a couple of scripts

Fixes https://github.com/termux/termux-packages/issues/4823.

* texlive: upgrade to 20200410

* texlive-bin: fix path to host built otangle

* texlive: fix tlpdb version

* texlive: conflict with more subpackages from last year
2020-04-12 12:38:37 +02:00
Henrik Grimler c7d590e13a Bump packages depending on poppler 2020-04-04 08:15:02 +02:00
Henrik Grimler 97770c859e texlive-bin: use newer source tar
* Modify pdftoepdf-poppler0.86.0.cc to not use c++14 features
* Switch to liblua52 instead of liblua. I cannot find patches/sources
  for luatex that support liblua 5.3
2020-03-20 09:40:41 +01:00
Henrik Grimler 437f9d2c8a texlive-bin: grab new version of pdftoepdf from upstream to support poppler 0.86 2020-03-19 23:26:39 +01:00
Leonid Pliushch e358f95319 bump poppler-dependent packages 2020-03-19 21:22:16 +02:00
Leonid Pliushch 75f192e7df restart build for libicu and dependent packages 2020-03-12 19:46:51 +02:00
Leonid Pliushch 3aa46a61a0 rebuild packages depending on libicu 2020-03-12 19:14:29 +02:00
Leonid Pliushch 1cf2933353 texlive-bin: rebuild package 2020-01-31 15:17:24 +02:00
Leonid Pliushch f6ecece0c6 texlive-bin: fix comment in build.sh 2020-01-12 15:35:43 +02:00
Leonid Pliushch c9e6e1ee0a texlive-bin: revert changes that came from 0cdb9ef127 2020-01-12 15:35:42 +02:00
Leonid Pliushch 7fe38d5121 texlive-bin: more fixes for poppler 2020-01-11 23:16:08 +02:00
Leonid Pliushch 1e166b69f2 texlive-bin: update pdftoepdf-poppler*.cc and pdftosrc-poppler*.cc 2020-01-11 22:05:53 +02:00
Leonid Pliushch 058fa6c476 texlive-bin: rebuild after poppler update 2020-01-11 21:43:41 +02:00
Fredrik Fornwall bdb172f585 texlive-bin: Bump after libicu update 2019-10-06 01:10:19 +02:00
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch a0d9671355 texlive-bin: bump revision 2019-07-23 16:09:30 +03:00
Leonid Pliushch cc44c92228 texlive-bin: bump revision 2019-06-20 15:54:53 +03:00
Leonid Pliushch 9ae3c2b7fd texlive-bin: bump revision after 0d1170cc 2019-05-06 19:28:52 +03:00
Leonid Pliushch b98ffcf631 add libiconv to dependencies where needed 2019-05-05 21:29:36 +02:00
Tom Yan 3c8e6c9225 texlive-bin: rebuild after poppler update 2019-05-04 10:12:41 +03:00
Henrik Grimler 0bb53278ab texlive-bin: remove no longer needed patch 2019-05-02 15:52:07 +03:00
Henrik Grimler 1d2065eabf texlive: update to 20190410 2019-05-02 15:52:07 +03:00
Henrik Grimler 5dec1f47ca texlive: Update in preparation for texlive 2019 release 2019-05-02 15:52:07 +03:00
Henrik Grimler 8a1e91e6f3 texlive-bin: re-add ranlib configure arg 2019-05-02 15:52:06 +03:00
Henrik Grimler 63f66a18cf texlive-bin: clean up configure args 2019-05-02 15:52:06 +03:00
Henrik Grimler 8f2d0e7c0e texlive, texlive-bin: remove old preinst cleaning 2019-05-02 15:52:06 +03:00
Henrik Grimler a0efbdb615 texlive: create a subpackage for each texlive-collection
Add python script to find which files to include in which package.
Add meta package texlive-full that depends on all collections.
Move texmf.cnf from texlive-bin to texlive.
2019-05-02 15:52:06 +03:00