diff options
author | Alex Kost <alezost@gmail.com> | 2015-07-16 12:14:13 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-07-18 13:05:01 +0300 |
commit | 7c125ce02384cff462a3ed84ac77153921e1c2a5 (patch) | |
tree | 665f7ee9f7e11b50490f62acefaceab3fc533992 /gnu/packages/image.scm | |
parent | 01bec8a61d537d9f432aeb17cc299c3976f85656 (diff) |
gnu packages: Avoid description lines with leading "(".
* gnu/packages/curl.scm (curl): Reformat description to avoid a line
beginning with "(" because such lines break font-lock highlighting
in Emacs.
* gnu/packages/flashing-tools.scm (dfu-programmer): Likewise.
* gnu/packages/games.scm (gnugo): Likewise.
* gnu/packages/gnome.scm (json-glib): Likewise.
* gnu/packages/image.scm (jbig2dec): Likewise.
* gnu/packages/maths.scm (units): Likewise.
* gnu/packages/pdf.scm (mupdf): Likewise.
* gnu/packages/web.scm (perl-encode-locale): Likewise.
* gnu/packages/wordnet.scm (wordnet): Likewise.
* gnu/packages/xml.scm (libxml2):Likewise.
Diffstat (limited to 'gnu/packages/image.scm')
-rw-r--r-- | gnu/packages/image.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 30f380038b..84f03967a7 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -264,10 +264,10 @@ arithmetic ops.") (build-system gnu-build-system) (synopsis "Decoder of the JBIG2 image compression format") (description - "JBIG2 is designed for lossy or lossless encoding of 'bilevel' -(1-bit monochrome) images at moderately high resolution, and in -particular scanned paper documents. In this domain it is very -efficient, offering compression ratios on the order of 100:1. + "JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit +monochrome) images at moderately high resolution, and in particular scanned +paper documents. In this domain it is very efficient, offering compression +ratios on the order of 100:1. This is a decoder only implementation, and currently is in the alpha stage, meaning it doesn't completely work yet. However, it is |