Change maintainer email.
Update 2.1.0 -> 2.2.0. Changes: - Greatly improved U3D support (Nikhil Soman) - Markup Annotations - Free Text Annotations - Line Annotations - Circle and Squre Annotations - Text Markup Annotations - Rubber Stamp Annotations - Popup Annotations - Added VB.Net bindings. (Matt Underwood) - Added CMake build system (experimental). (Werner Smekal) - Added preliminary ICC support. (vbrasseur at gmail dot com) - Added HPDF_Image_AddSMask(). (patch by Adam Blokus) - Added HPDF_LoadPngImageFromMem() and HPDF_LoadJpegImageFromMem(). (patch by Adam Blokus) - Added HPDF_GetContents(). - Added HPDF_Page_SetZoom(). - Added support for CMYK in HPDF_Image_LoadRawImageFromMem(). - Applied a bunch of fixes and improvements from bug report #13. - HPDF_Page_TextRect() corrections and improvements. (Ralf Junker) - Fixed build failure when zlib was not found. (Werner Smekal) - Fixed build with newer libtool versions. - Fixed external build. (thanks to Jeremiah Willcock) - Fixed memleak in HPDF_EmbeddedFile_New(). (Ralf Junker) - Fixed uninitialized fields in HPDF_Type1FontDef_New(). (Ralf Junker) - Fixed issue with grayscale PNG images. (Ralf Junker) - Fixed missing parentheses from empty string object. (Ralf Junker) - Fixed bug #21 (Build fails on Win CE because of errno and errno.h usage). - Fixed bug #18 (Missing compiler flag -fexceptions) - Fixed bug #11 (sqrtf() is missing on Windows). - Fixed bug #10 (missing HPDF_LoadPngImageFromMem from win32/msvc/libhpdf.def). - Fixed bug #7 (HPDF_String_SetValue() is declared twice). - Fixed bug #6 (possible NULL dereference in HPDF_LoadPngImageFromFile2()). - Fixed bug #5 (possible NULL derefernce in HPDF_LoadRawImageFromFile()). - Fixed bug #4 (possible NULL dereference in HPDF_AToI()). - Fixed bug #2 (Ruby binding: hpdf_insert_page has stray printf).
This commit is contained in:
parent
710d1dbbb4
commit
0f2d69f0c6
2 changed files with 8 additions and 11 deletions
|
@ -1,12 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.4 2010/08/01 14:57:09 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2010/10/29 15:03:19 emil_s Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libharu-2.1.0
|
||||
PKGREVISION= 1
|
||||
DISTNAME= libharu-2.2.0
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://libharu.org/files/
|
||||
|
||||
MAINTAINER= emil@math.su.se
|
||||
MAINTAINER= esg@sdf.lonestar.org
|
||||
HOMEPAGE= http://libharu.org/
|
||||
COMMENT= Library for generating PDF files
|
||||
|
||||
|
@ -14,9 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_LANGUAGES= c c++ fortran77
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.libharu
|
||||
PKG_SUPPORTED_OPTIONS= png zlib
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/03/10 14:40:08 emil_s Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/10/29 15:03:19 emil_s Exp $
|
||||
|
||||
SHA1 (libharu-2.1.0.tar.gz) = 590a72bd7d6d19b0704c9ee1db41150c0b10ac44
|
||||
RMD160 (libharu-2.1.0.tar.gz) = 45675f6276dd2bcb56dc3985cb81f23dcbf35681
|
||||
Size (libharu-2.1.0.tar.gz) = 2050828 bytes
|
||||
SHA1 (libharu-2.2.0.tar.gz) = c229415f6ed005295f09384da0d65a03c83339ee
|
||||
RMD160 (libharu-2.2.0.tar.gz) = 8d6ba55bac5b4a6236cfafffc839ab5610605de2
|
||||
Size (libharu-2.2.0.tar.gz) = 969195 bytes
|
||||
|
|
Loading…
Reference in a new issue