From 674e2ee375c4272b284531f970cf393c83b644bb Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 4 Jun 2014 21:08:21 +0000 Subject: [PATCH] libharu: fixed description and copyright. thanks Diver for reviewing! --- media-libs/libharu/libharu-2.3.0.recipe | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/media-libs/libharu/libharu-2.3.0.recipe b/media-libs/libharu/libharu-2.3.0.recipe index b384d5b96..a52130444 100644 --- a/media-libs/libharu/libharu-2.3.0.recipe +++ b/media-libs/libharu/libharu-2.3.0.recipe @@ -1,13 +1,20 @@ SUMMARY="C/C++ library for PDF generation" DESCRIPTION=" -libpng is the official PNG reference library. It supports almost all PNG \ -features, is extensible, and has been extensively tested for over 17 years +Haru is a free, cross platform, open-sourced software library for generating \ +PDF. It supports the following features. + 1. Generating PDF files with lines, text, images. + 2. Outline, text annotation, link annotation. + 3. Compressing document with deflate-decode. + 4. Embedding PNG, Jpeg images. + 5. Embedding Type1 font and TrueType font. + 6. Creating encrypted PDF files. + 7. Using various character set (ISO8859-1~16, MSCP1250~8, KOI8-R). + 8. Supporting CJK fonts and encodings. " HOMEPAGE="http://www.libharu.org/" COPYRIGHT=" - 1998-2011 Glenn Randers-Pehrson - 1996-1997 Andreas Dilger - 1995-1996 Guy Eric Schalnat, Group 42, Inc. + 2000-2006 Takeshi Kanno + 2007-2009 Antony Dovgal et al. " LICENSE="Zlib" SRC_URI="https://github.com/libharu/libharu/archive/RELEASE_2_3_0.tar.gz"