mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
b9b9a9578b
* Dropped patches because fixed in the new version. Changelog: * Add copy hpdf_namedict.h at install * Added page boundary support. * fixed glyph index to be 16 bit unsigned instead of signed * Bug fixes * Shared library has an SOVERSION now * Fixed HPDF_FToA for small values * Add static hpdf_version.h header * hpdf_version.h included again * File attachment issue resolved * Renamed *_LIBZ defines to _*ZLIB, enables compression of PDF files again. * Reinstated hpdf_version.h * Fixed library name * Set correct version number * Add support for free-form triangle shading objects. * Fix config constant to match use in hpdf_mmgr.c * Improve small number writing in HPDF_FToA. * Fix missing /CapHeight key in font definition * Change HPDF_Page_CreateXObjectFromImage zoom parameter type to HPDF * Fix another case of png files with background mask save uncompressed * Avoid issue with libtiff duplicate symbols * Reajust bit_depth of png image after striping depth from 16 to 8. * Fixed typo in Japanese font name: Mincyo -> Mincho * Fix various typos * hpdf.h: add missing HPDF_Boolean typedef * Moved to a CMake only build environment. * Fix bad unicode in comment * Fix various typos Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
490 B
BlitzBasic
17 lines
490 B
BlitzBasic
SUMMARY = "free PDF library"
|
|
HOMEPAGE = "http://libharu.org"
|
|
DESCRIPTION = "libHaru is a library for generating PDF files. \
|
|
It is free, open source, written in ANSI C and cross platform. "
|
|
|
|
LICENSE = "Zlib"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=924546dab2bef90e370d7c0c090ddcf0"
|
|
|
|
DEPENDS += "libpng zlib"
|
|
|
|
SRC_URI = "git://github.com/libharu/libharu.git;branch=master;protocol=https"
|
|
SRCREV = "0c598becaadaef8e3d12b883f9fc2864a118c12d"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|