summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-16 09:02:29 +0000
committerwiz <wiz@pkgsrc.org>2015-01-16 09:02:29 +0000
commit885b6c85122fa3ddff9ba7581d0b77929eea135d (patch)
treee549e601db69b12e06b5084131ea43f3c2284b0b /converters
parent61d4f6e7c01c3f2e75ab2921a763c97f2fa351ac (diff)
downloadpkgsrc-885b6c85122fa3ddff9ba7581d0b77929eea135d.tar.gz
Update to 0.1.2:
libe-book 0.1.2 - Check arguments of public functions. Passing NULL no longer causes a crash. - Use symbol visibility on Linux. The library only exports the two public functions now. - Fix handling of --enable-experimental configure option. - Fix various crashes and hangs when reading broken files, found with the help of american-fuzzy-lop. - FictionBook v.2: + Fix incorrect mime type for JPEG images that occurs occasionally in FB2 files. + Handle zipped files that contain more than one file. + Add support for headings. + Add support for text language. - Broad Band eBook: + Convert dimensions and font sizes correctly. This makes the output actually usable :-) + Parse basic paragraph and character properties. + Add initial support for images. Only Plot tag is supported, as Canvas is much more complex and can contain other objects too, not just a single image. + Recognize GIF images too. + Parse important page properties, like dimensions and margins. + Substitute the default fonts embedded on the devices for Liberation fonts. + Try to reconstruct headings from table of contents.
Diffstat (limited to 'converters')
-rw-r--r--converters/libe-book/Makefile5
-rw-r--r--converters/libe-book/distinfo9
-rw-r--r--converters/libe-book/patches/patch-configure15
3 files changed, 22 insertions, 7 deletions
diff --git a/converters/libe-book/Makefile b/converters/libe-book/Makefile
index 30a5d377b39..ac47ac76b2e 100644
--- a/converters/libe-book/Makefile
+++ b/converters/libe-book/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2014/11/07 19:39:27 adam Exp $
+# $NetBSD: Makefile,v 1.12 2015/01/16 09:02:29 wiz Exp $
-DISTNAME= libe-book-0.1.1
-PKGREVISION= 3
+DISTNAME= libe-book-0.1.2
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libebook/}
EXTRACT_SUFX= .tar.bz2
diff --git a/converters/libe-book/distinfo b/converters/libe-book/distinfo
index 40d11cd6fad..1aecf2318e0 100644
--- a/converters/libe-book/distinfo
+++ b/converters/libe-book/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2014/07/23 06:15:22 wiz Exp $
+$NetBSD: distinfo,v 1.5 2015/01/16 09:02:29 wiz Exp $
-SHA1 (libe-book-0.1.1.tar.bz2) = 99e6e37f641b87d503b93a237526e2024ebdcb32
-RMD160 (libe-book-0.1.1.tar.bz2) = a44c5bfc245530cc77d91ab683db1f3cd1957c27
-Size (libe-book-0.1.1.tar.bz2) = 466712 bytes
+SHA1 (libe-book-0.1.2.tar.bz2) = ec278a787e40610bf8f7b21e63eb0f3f06fccb9e
+RMD160 (libe-book-0.1.2.tar.bz2) = 5c04141bd3e8f6860d235b64895a5e95a9c1b9cb
+Size (libe-book-0.1.2.tar.bz2) = 465922 bytes
+SHA1 (patch-configure) = 69af36cfbea4fd761952caf45df972a95ce68ff1
SHA1 (patch-src_lib_FB2Token.cpp) = 4532e652cf434fcfb52d268856f3c74be1bad894
diff --git a/converters/libe-book/patches/patch-configure b/converters/libe-book/patches/patch-configure
new file mode 100644
index 00000000000..d11833ab357
--- /dev/null
+++ b/converters/libe-book/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2015/01/16 09:02:29 wiz Exp $
+
+Fix unportable test(1) operator.
+
+--- configure.orig 2015-01-05 08:41:53.000000000 +0000
++++ configure
+@@ -17247,7 +17247,7 @@ else
+ fi
+
+
+-if test "x$platform_win32" == "xyes"; then :
++if test "x$platform_win32" = "xyes"; then :
+
+ else
+