Codebase list texlive-bin / 680c6f2
fixes for dvisvgm building Norbert Preining 5 years ago
3 changed file(s) with 41 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream version 2018.20180907.48586 (Closes: #907784)
33 * include dvipdfmx toUnicode support fix
4
5 -- Norbert Preining <preining@debian.org> Fri, 07 Sep 2018 14:05:13 +0900
4 * fix building dvisvgm for non-texlive builds and external libs
5
6 -- Norbert Preining <preining@debian.org> Sun, 09 Sep 2018 22:13:50 +0900
67
78 texlive-bin (2018.20180824.48463-1) unstable; urgency=medium
89
0 ---
1 texk/dvisvgm/dvisvgm-src/src/Makefile.am | 10 +++++-----
2 1 file changed, 5 insertions(+), 5 deletions(-)
3
4 --- texlive-bin-2018.20180907.48586.orig/texk/dvisvgm/dvisvgm-src/src/Makefile.am
5 +++ texlive-bin-2018.20180907.48586/texk/dvisvgm/dvisvgm-src/src/Makefile.am
6 @@ -20,8 +20,8 @@ dvisvgm_LDADD += \
7 ../libs/xxHash/libxxhash.a
8 else
9 dvisvgm_LDADD += \
10 - $(POTRACE_LIBS) \
11 - $(XXHASH_LIBS)
12 + -lpotrace \
13 + -lxxhash
14 endif
15
16 if ENABLE_WOFF
17 @@ -33,8 +33,8 @@ dvisvgm_LDADD += \
18 else
19 dvisvgm_LDADD += \
20 ../libs/ff-woff/libfontforge.a \
21 - $(WOFF2_LIBS) \
22 - $(BROTLI_LIBS)
23 + -lwoff2enc -lwoff2dec -lwoff2common \
24 + -lbrotlienc -lbrotlidec -lbrotlicommon
25 endif
26 endif
27
28 @@ -43,7 +43,7 @@ dvisvgm_LDADD += \
29 $(FREETYPE2_LIBS) \
30 $(FONTFORGE_LIBS) \
31 $(ZLIB_LIBS) \
32 - $(LIBGS_LIBS)
33 + -lgs
34
35 dvisvgm_DEPENDENCIES = $(noinst_LIBRARIES)
36 dvisvgm_DEPENDENCIES += $(KPATHSEA_DEPEND) $(ZLIB_DEPEND) $(FREETYPE2_DEPEND)
1616 # patches from upstream
1717 t4ht-correct-expansion
1818 svn48595-Fix-broken-ToUnicode-CMap-support
19 dvisvgm-fix-missing-libs