Xi Ruoyao
496ad8e163
texlive: Remove ldconfig command
...
It's not needed which embedded rpath.
2024-01-31 20:53:56 +08:00
Xi Ruoyao
f88146ea5a
tex-path: Set TEXMFCNF to the directory containing texmf.cnf
...
Without this setting, when opening a .dvi file with evince:
- If PATH does not contain /opt/texlive/2023/bin/x86_64-linux, it just
fails.
- If PATH contains /opt/texlive/2023/bin/x86_64-linux, the file can be
opened but a stupidly long time is used.
In both cases there is a warning message on the console:
warning: kpathsea: configuration file texmf.cnf not found in these
directories: ... ... ...
Setting TEXMFCNF explicitly fixes the issue (regardless PATH contains
the texlive bindir or not; though I'm not sure why libkpathsea cannot
use a reasonable default).
2024-01-21 23:14:48 +08:00
Xi Ruoyao
11c151b1bb
texlive: No longer edit ld.so.conf
...
The texlive binaries are built with RPATH, thus they work fine w/o
ld.so.conf modification.
For other packages using kpathsea we need to symlink libkpathsea.so.6 to
/usr/lib so it can be found.
It seems install-tl-unx does not use texlive shared libraries at all (I
downloaded the tex executable from it and the executable only uses
libc.so.6 and libm.so.6).
2024-01-21 19:47:46 +08:00
Pierre Labastie
ab4fdfccf8
Change all xml decl to encoding=utf-8
2024-01-19 22:39:35 +01:00
Douglas R. Reno
869ee99f7b
Update to dvisvgm-3.2
2024-01-17 16:15:32 -06:00
Rahul Chandra
e2ba86140d
Update to mupdf-1.23.9
2024-01-14 14:05:44 -05:00
Bruce Dubbs
4e0eea9cda
Add fmt as required dependency for paps
2023-12-27 16:23:13 -06:00
Bruce Dubbs
3e9fa03056
Update to paps-0.8.0.
2023-12-27 16:14:05 -06:00
Pierre Labastie
1859ee6872
Remove links to deleted wiki pages
...
See https://wiki.linuxfromscratch.org/blfs/ticket/18952
2023-12-23 13:40:25 +01:00
Pierre Labastie
4372252e0a
biber: put editor note inside a comment
...
The information about DESTDIR is better placed close to the
install command than in the wiki. Wiki page removed.
2023-12-22 20:16:18 +01:00
Pierre Labastie
af4a9d36b5
Remove editor note link from tl-installer
...
The page in the wiki was outdated an removed (talking about 2016
version and gcc-6).
2023-12-22 20:16:18 +01:00
Pierre Labastie
875b3b57e8
Fix various option vs parameter problems
...
Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives
2023-12-08 22:05:39 +01:00
Pierre Labastie
56624f4968
Make runtime dependencies of docbook-utils recommended
2023-12-06 20:11:07 +01:00
Bruce Dubbs
dc1099b93c
Update to mupdf-1.23.7.
2023-12-01 17:42:25 -06:00
Douglas R. Reno
3525199c5a
Typo fixes from rhubarbpieguy
2023-11-23 14:24:33 -06:00
Ken Moffat
90b85c9440
cups-browsed: make avahi required.
...
The configure script recognizes the option to disable it, but
make fails looking for avahi headers.
https://github.com/OpenPrinting/cups-browsed/issues/21
2023-11-21 02:07:13 +00:00
Ken Moffat
25ccfd267f
Update to dvisvgm-3.2.1
2023-11-21 01:56:09 +00:00
Bruce Dubbs
cb9052358b
Update to mupdf-1.23.6.
2023-11-16 19:27:18 -06:00
Douglas R. Reno
b43131bb95
Update to mupdf-1.23.5
2023-11-08 14:37:36 -06:00
Douglas R. Reno
87463485b2
itstool: adapt to changes in Python-3.12
2023-11-07 14:12:27 -06:00
Tim Tassonis
51b3a00919
Update to ghostscript-10.02.1.
2023-11-03 04:01:52 +01:00
Xi Ruoyao
1561fce44d
texlive: Append ".test" suffix onto the test name "eptexdir/wcfname"
...
We have .test suffix for psutils.test, so make it consistent.
2023-11-01 21:06:44 +08:00
Douglas R. Reno
27fdf90a1c
SANE: Remove unnecessary bridgehead.
...
We don't carry the frontends anymore due to the GTK+-2 dependency (and
Simple-Scan replaces that functionality), so we don't need to specify
that sane-backends installs these programs/libraries anymore.
2023-10-31 13:13:55 -05:00
Thomas Trepl
ce8d9a83a0
Fix mentioning Avahi in cups-filters
2023-10-29 22:41:20 +01:00
Thomas Trepl
b003631b88
Mention recommended Avahi
2023-10-28 23:57:28 +02:00
Bruce Dubbs
eebff7b81a
Typos
2023-10-26 17:52:05 -05:00
Bruce Dubbs
1c8e374e73
Update to httpd-2.4.58.
2023-10-20 09:02:29 -05:00
Ken Moffat
7501b72c56
Align a backslash in epdfview-gtk3.
2023-10-20 13:27:08 +01:00
Douglas R. Reno
62ff0f15d2
libcupsfilters: small tweak
2023-10-16 13:45:25 -05:00
Pierre Labastie
bca2e455a4
Update to cups-filters-2.0.0
2023-10-15 23:45:12 +02:00
Pierre Labastie
8bb159172c
Add cups-browsed-2.0.0
2023-10-15 23:41:13 +02:00
Pierre Labastie
488f2fd651
Add libppd-2.0.0
2023-10-15 23:38:58 +02:00
Pierre Labastie
f357675515
Add libcupsfilters-2.0.0
2023-10-15 23:36:41 +02:00
Pierre Labastie
e1e58be454
Remove all ftp urls
...
neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...
2023-10-15 21:43:08 +02:00
Douglas R. Reno
47c6183961
Update to mupdf-1.23.4
2023-10-12 12:13:16 -05:00
Xi Ruoyao
5d9fde50b0
Remove gentoo-ftp-repo
...
The layout of distfiles.gentoo.org has suddenly changed. Let's just
stop using it (or we need to include a two-bit prefix of some hash in
the URL and IMO doing so is just stupid, as we can always use http
instead).
2023-10-10 20:37:24 +08:00
Douglas R. Reno
1032bfd660
Archive XSane. It's been replaced with Simple Scan
2023-09-28 12:15:16 -05:00
Douglas R. Reno
6646cae6c1
Remove sane-frontends from the book. It's been replaced by Simple Scan.
...
Also fix a few rendering errors from preceding commits. I need some
coffee. :)
2023-09-28 12:11:32 -05:00
Douglas R. Reno
36802ea742
epdfview: minor tweaks to text on the page
2023-09-27 11:52:14 -05:00
Tim Tassonis
aa8ea09e7d
Fix -Denable-printing=true in epdfview.
2023-09-27 17:47:10 +02:00
Pierre Labastie
5237a1df73
Fix epdfview typography
...
Just nitpick, but the precendent layout was confusing for jhalfs.
2023-09-27 15:45:41 +02:00
Ken Moffat
b69c81faf4
Use the gtk3 fork of epdfview.
2023-09-27 00:39:07 +01:00
Ken Moffat
9aa6fdb6e0
iUpdate to dvisvgm-3.1.1.
2023-09-26 22:26:52 +01:00
Douglas R. Reno
2b4c1f8554
simple-scan: replace 'make install' with 'ninja install'
2023-09-26 14:27:28 -05:00
Douglas R. Reno
4e7dc93e8b
Add simple-scan to the book
...
This package will eventually replace XSane and sane-frontends in an effort to
get away from GTK+-2. Network scanning as well as local scanning appears
to work well.
2023-09-26 11:44:17 -05:00
Douglas R. Reno
5a83b91b3e
Update to cups-2.4.7 (Security Update)
2023-09-21 16:02:30 -05:00
Xi Ruoyao
2778259c10
docbook-xsl: Drop reference to Python 2
...
We no longer build the Python 2 binding for libxslt.
2023-09-20 19:40:58 +08:00
Xi Ruoyao
cf3d607b6a
texlive: Remove outdated sed
...
The sed made the shebangs "#!/usr/bin/env python33"!
2023-09-18 02:21:15 +08:00
Douglas R. Reno
437f2d7133
Update to sane-backends-1.2.1
2023-09-16 14:46:17 -05:00
Pierre Labastie
d73c155858
Update to ghostscript-10.02.0
2023-09-14 21:22:31 +02:00