diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-02 14:33:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-02 14:33:03 +0000 |
commit | b8a42eb111898702513de3a943bbe4f3ce3e9d6a (patch) | |
tree | a1473e0387d4f76be25bfdf515f89d123c95154a /misc | |
parent | 61340ba8a6a3271f4bc4d35e0d59caab8e87660a (diff) | |
download | pkgsrc-b8a42eb111898702513de3a943bbe4f3ce3e9d6a.tar.gz |
Updated calibre to 2.61.0.
New Features
* Driver for FNAC (re-branded Bq) with new firmware.
* Edit Book: Check Book: Add an auto fix action to remove all links
to a missing resource (such as a deleted stylesheet) automatically.
Bug Fixes
* Edit Book: Check Book: Fix incorrect handling of font family names
with spaces in them that are not quoted.
* E-book viewer: Fix Qt 5.7 breaking mouse wheel scrolling
* Kobo driver: Fix a regression in the last release that broke
connecting to older devices
* Get Books: Fix detection of book formats broken for the Legimi
plugin by a website change
* Update builtin metadata source ozon.ru to handle website changes
* Font subsetting: Fix incorrect handling of fonts whose names are
included in font rules without quotes
* Fix ebook-viewer broken when running the binary calibre release
on systems with very old versions of glibc
Diffstat (limited to 'misc')
-rw-r--r-- | misc/calibre/Makefile | 4 | ||||
-rw-r--r-- | misc/calibre/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index 31ddf4357ab..677377bf4dc 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.145 2016/06/30 18:03:46 wiz Exp $ +# $NetBSD: Makefile,v 1.146 2016/07/02 14:33:03 wiz Exp $ -DISTNAME= calibre-2.60.0 +DISTNAME= calibre-2.61.0 CATEGORIES= misc #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/ diff --git a/misc/calibre/distinfo b/misc/calibre/distinfo index 2baeb756f87..9862b998d84 100644 --- a/misc/calibre/distinfo +++ b/misc/calibre/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.69 2016/06/30 17:41:17 wiz Exp $ +$NetBSD: distinfo,v 1.70 2016/07/02 14:33:03 wiz Exp $ -SHA1 (calibre-2.60.0.tar.xz) = f06bdf1093750927cd25b83cca22947211892f20 -RMD160 (calibre-2.60.0.tar.xz) = 688a888b9f597c21cdf9dd91132dbe41c8532b67 -SHA512 (calibre-2.60.0.tar.xz) = c394cc632ac2985243dba8db53a7c2adc13cfaf66371ea73f4db1f88aaf79fa536d2cb0882a31ee28fe2b0b41d4117afa2efa4cd07dc00207872223378ed5525 -Size (calibre-2.60.0.tar.xz) = 40604012 bytes +SHA1 (calibre-2.61.0.tar.xz) = f35382b141e8639ab100124279eeabd512a2893d +RMD160 (calibre-2.61.0.tar.xz) = 9a57b70fe0ddabca1c9763be2b271eb52fa19b1e +SHA512 (calibre-2.61.0.tar.xz) = 5bcfdc943a71f16f71403ac1f43f101b6ba384eb1fab5e58287e17d1e94b26492fecbd5cded0679b7b31d73767e6e452b6688665ddcdda1edafa8332859b4dda +Size (calibre-2.61.0.tar.xz) = 40615784 bytes SHA1 (patch-setup_build__environment.py) = b620c36fee9a4c403af0fecced8ea8189dc8e25c SHA1 (patch-setup_extensions.py) = 18edee06e64294ba87a60aafa3e34dfa6f09cd94 SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662 |