diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-12 19:20:03 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-12 19:20:03 +0000 |
commit | 1f4340096451a33df14437b764dee396f4408ae0 (patch) | |
tree | cdab80d9a9bad225c20d7ace0263e24cf847d0d1 /app-text/dvipng/metadata.xml | |
parent | ppc stable #300241 (diff) | |
download | gentoo-2-1f4340096451a33df14437b764dee396f4408ae0.tar.gz gentoo-2-1f4340096451a33df14437b764dee396f4408ae0.tar.bz2 gentoo-2-1f4340096451a33df14437b764dee396f4408ae0.zip |
Add USE flag and dependency for t1lib, fixes bug 297688.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'app-text/dvipng/metadata.xml')
-rw-r--r-- | app-text/dvipng/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-text/dvipng/metadata.xml b/app-text/dvipng/metadata.xml index 66a1b49a9afe..c5623d9060a3 100644 --- a/app-text/dvipng/metadata.xml +++ b/app-text/dvipng/metadata.xml @@ -3,4 +3,22 @@ <pkgmetadata> <herd>tex</herd> <herd>emacs</herd> +<longdescription> + This program makes PNG and/or GIF graphics from DVI files as obtained + from TeX and its relatives. + + If GIF support is enabled, GIF output is chosen by using the ‘dvigif’ + binary or with the ‘--gif’ option. + + It is intended to produce anti-aliased screen-resolution images as fast + as is possible. The target audience is people who need to generate and + regenerate many images again and again. The primary target is the + preview-latex (X)Emacs package, a package to preview formulas from within + (X)Emacs. Yes, you get to see your formulas in the (X)Emacs buffer, see + <http://www.gnu.org/software/auctex/preview-latex.html>. +</longdescription> +<use> + <flag name='t1lib'>Enable support for T1lib font rendering + (<pkg>media-libs/t1lib</pkg>)</flag> +</use> </pkgmetadata> |