gnu: gdk-pixbuf: Update synopsis, description, home-page and license.

* gnu/packages/gtk.scm (gdk-pixbuf) [synopsis]: Modify.
[description]: Modify.
[home-page]: Modify.
[license]: Update to lgpl2.1+.

Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
Raghav Gururajan 2021-03-11 10:56:29 -05:00
parent 297cf9fc9d
commit f14578c364
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -636,12 +636,12 @@ (define-public gdk-pixbuf
("perl" ,perl) ("perl" ,perl)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("xsltproc" ,libxslt))) ("xsltproc" ,libxslt)))
(synopsis "GNOME image loading and manipulation library") (synopsis "Image loading library")
(description (description "GdkPixbuf is a library that loads image data in various
"GdkPixbuf is a library for image loading and manipulation developed formats and stores it as linear buffers in memory. The buffers can then be
in the GNOME project.") scaled, composited, modified, saved, or rendered.")
(license license:lgpl2.0+) (home-page "https://wiki.gnome.org/Projects/GdkPixbuf")
(home-page "https://developer.gnome.org/gdk-pixbuf/"))) (license license:lgpl2.1+)))
;; To build gdk-pixbuf with SVG support, we need librsvg, and librsvg depends ;; To build gdk-pixbuf with SVG support, we need librsvg, and librsvg depends
;; on gdk-pixbuf, so this new varibale. Also, librsvg adds 90MiB to the ;; on gdk-pixbuf, so this new varibale. Also, librsvg adds 90MiB to the