]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove bitmap fonts from Build-Depends and use vector fonts only
authorAnthony Fok <foka@debian.org>
Fri, 27 Jan 2017 17:32:50 +0000 (10:32 -0700)
committerAnthony Fok <foka@debian.org>
Fri, 27 Jan 2017 17:32:50 +0000 (10:32 -0700)
AFAIK, LilyPond nowadays cannot and does not use bitmap fonts from X11.

Also:
 - Add fonts-linuxlibertine because it is specifically used in the
   UTF-8 snippet;
 - Change fonts-freefont-ttf to fonts-freefont-otf as suggested in the docs;
 - Remove fonts-ipafont-gothic because fonts-ipafont-mincho alone is used,
   and, as a serif font, IPAMincho matches LilyPond's default fonts better.

Also, Build-Conflicts with fonts-noto-cjk which contains OpenType
Collection (OTC) fonts, which unfortunately Ghostscript does not yet
support and would cause the build to abort.

debian/control

index bb7071ff99424960e4f9485a4b091d49b75801b1..ff325032e30bf0eb5ab18a39c34ccf06855b8d78 100644 (file)
@@ -7,13 +7,11 @@ Build-Depends: debhelper (>= 9), quilt, python-all-dev (>= 2.6.6-3~), dh-python,
  ghostscript, texlive-latex-base, texlive-generic-recommended,
  texlive-latex-recommended, autotools-dev, texi2html, texlive-metapost,
  zip, rsync, texlive-fonts-recommended, dblatex, netpbm, imagemagick,
- emacs-intl-fonts, xfonts-intl-arabic, xfonts-intl-asian,
- xfonts-intl-chinese, xfonts-intl-chinese-big, xfonts-intl-european,
- xfonts-intl-japanese, xfonts-intl-japanese-big, xfonts-intl-phonetic,
- fonts-ipafont-gothic, fonts-ipafont-mincho, fonts-dejavu, fonts-freefont-ttf,
+ fonts-linuxlibertine, fonts-freefont-otf, fonts-ipafont-mincho,
  texlive-lang-cyrillic, fonts-texgyre,
  gsfonts | gsfonts-x11,
  extractpdfmark
+Build-Conflicts: fonts-noto-cjk
 Section: tex
 Priority: optional
 Maintainer: Don Armstrong <don@debian.org>