Bug#1028156: Bug in SVG output

2023-01-07 Thread Gregory Heytings
Package: mupdf Version: 1.21.1+ds1-1 Recent versions of mupdf have a bug in the handling of '<' and '>' characters in SVG output. For example, with the following file: https://gnu.support/files/tmp/2023-01-05/FR%20205.pdf mutool draw -o foo.svg 1 produces an invalid SVG file, with

Bug#1001525: ICC support should not be disabled in mupdf

2021-12-11 Thread Gregory Heytings
Debian has disabled ICC support in mupdf.  Because of this colors are not always rendered correctly.  In bug#952724 the "ICC support is not available" has been (almost) disabled.  Adding ICC support is easy: git submodule add git://git.ghostscript.com/thirdparty-lcms2.git thirdparty/lcms2

Bug#1001525: ICC support should not be disabled in mupdf

2021-12-11 Thread Gregory Heytings
Package: mupdf Version: 1.19.0+ds1-1 Debian has disabled ICC support in mupdf. Because of this colors are not always rendered correctly. In bug#952724 the "ICC support is not available" has been (almost) disabled. Adding ICC support is easy: git submodule add

Bug#1001042: rxvt-unicode should depend on libxmu

2021-12-02 Thread Gregory Heytings
Package: rxvt-unicode Version: 9.26-2 For some reason the package is built without libxmu. Because of this the pointerShape resource has no effect. Apparently this is not a conscious choice, there is no mention about libxmu in the changelog.

Bug#968231: global: does not index definitions with pygments anymore

2020-08-13 Thread Gregory Heytings
Hi Punit, * When used, pygments only provide reference tags (GRTAGS) not definition tags That's correct AFAIK. * The definitions were provided by /usr/bin/ctags (in 6.4.4-3). "ctags" is usually a symlink pointing to one of few possible ctags implementations - ctags.emacs,

Bug#968231: global: does not index definitions with pygments anymore

2020-08-11 Thread Gregory Heytings
Hi Punit, The bug is a modification in gtags.conf: pygments-parser|Pygments plug-in parser:\ :tc=common:\ - :ctagscom=/usr/bin/ctags:\ + :ctagscom=/usr/bin/ctags-exuberant:\ :pygmentslib=$libdir/gtags/pygments-parser.la:\ :langmap=ABAP\:.abap:\

Bug#968231: global: does not index definitions with pygments anymore

2020-08-11 Thread Gregory Heytings
Hi Punit, On my computer this is the output: echo 'int main(){return 0;}' > main.c export GTAGSLABEL=pygments sudo dpkg -i global_6.6.4-3_amd64.deb gtags -v [Tue Aug 11 12:58:15 UTC 2020] Gtags started. Using configuration file '/etc/gtags/gtags.conf'. Using configuration label 'pygments'.

Bug#968231: global: does not index definitions with pygments anymore

2020-08-11 Thread Gregory Heytings
Package: global Version: 6.6.4-4 Severity: important X-Debbugs-Cc: g...@sdf.org Dear Maintainer, Version 6.6.4-4 of the package does not index definitions with GTAGSLABEL=pygments. Version 6.6.4-3 did. Steps to reproduce the bug: echo 'int main(){return 0;}' > main.c export

Bug#792168: pdftk breaks PDF forms

2015-07-12 Thread Gregory Heytings
Package: pdftk Version: 2.01-1 Severity: important Hi, pdftk (both 1.41 and 2.01) breaks PDF forms. More precisely, the /NeedAppearances true entry in the AcroForm dictionary is silently removed by pdftk, even in a simple pdftk in.pdf cat output out.pdf operation. Attached to this report