mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: libiptcdata: Mark up description.
* gnu/packages/image.scm (libiptcdata)[description]: Use @dfn{}.
This commit is contained in:
parent
99d386a71f
commit
a09a21190f
1 changed files with 3 additions and 2 deletions
|
@ -1379,8 +1379,9 @@ (define-public libiptcdata
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://libiptcdata.sourceforge.net/")
|
(home-page "http://libiptcdata.sourceforge.net/")
|
||||||
(synopsis "IPTC metadata manipulation library")
|
(synopsis "IPTC metadata manipulation library")
|
||||||
(description "Libiptcdata is a C library for manipulating the International
|
(description
|
||||||
Press Telecommunications Council (IPTC) metadata stored within multimedia files
|
"Libiptcdata is a C library for manipulating the International Press
|
||||||
|
Telecommunications Council (@dfn{IPTC}) metadata stored within multimedia files
|
||||||
such as images. This metadata can include captions and keywords, often used by
|
such as images. This metadata can include captions and keywords, often used by
|
||||||
popular photo management applications. The library provides routines for
|
popular photo management applications. The library provides routines for
|
||||||
parsing, viewing, modifying, and saving this metadata.")
|
parsing, viewing, modifying, and saving this metadata.")
|
||||||
|
|
Loading…
Reference in a new issue