diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-21 02:30:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-21 02:53:13 +0100 |
commit | 0c8ac76cfe04dc2cf49531a7580210e5c4bb5487 (patch) | |
tree | 943a4cc77205f7e316ff50c1f08b07a907e2728e /gnu | |
parent | fd90e396953144570ebbc0dfabb516c8d4d51e72 (diff) | |
download | guix-0c8ac76cfe04dc2cf49531a7580210e5c4bb5487.tar guix-0c8ac76cfe04dc2cf49531a7580210e5c4bb5487.tar.gz |
gnu: babl: Edit description.
* gnu/packages/gimp.scm (babl)[description]: Edit.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gimp.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index fc2c8ff516..0fba63025c 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -59,13 +60,13 @@ (home-page "http://gegl.org/babl/") (synopsis "Image pixel format conversion library") (description - "Babl is a dynamic, any to any, pixel format translation library. -It allows converting between different methods of storing pixels known as -pixel formats that have with different bitdepths and other data -representations, color models and component permutations. + "Babl is a dynamic, any-to-any pixel format translation library. +It allows converting between different methods of storing pixels, known as +@dfn{pixel formats}, that have different bit depths and other data +representations, color models, and component permutations. A vocabulary to formulate new pixel formats from existing primitives is -provided as well as the framework to add new color models and data types.") +provided, as well as a framework to add new color models and data types.") (license license:lgpl3+))) (define-public gegl |