diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-18 21:56:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-18 21:56:47 +0000 |
commit | aa1fe5391a0c41322e3a3c2fbc85b30f6175d7a0 (patch) | |
tree | 1fc0e2e1b7a1fb1b770df2076f0365adf9f43daa /misc | |
parent | 13609d7187fbdaac396350335edc53b7ab7d4f2e (diff) | |
download | pkgsrc-aa1fe5391a0c41322e3a3c2fbc85b30f6175d7a0.tar.gz |
Updated calibre to 2.68.0.
New Features
Add a tweak to Preferences->Tweaks to control the list of servers calibre considers public email servers
Bug Fixes
Content server: Fix a regression in the previous release that broke the OPDS feeds for libraries with no custom columns
Closes tickets: 1621642
Edit metadata dialog: Fix auto-generation/validation of author sort values not working when only changing case of the author name.
Closes tickets: 1623593
A nicer error message when calibre fails to create the temporary directory.
Closes tickets: 1622131
Fix dates being set to empty in bulk search/replace not becoming UNDEFINED
Edit metadata dialog: Make pressing up on an undefined numeric field set the value to zero instead of -99999.
Closes tickets: 1622757
Conversion: Handle corrupted JPEG files that have valid headers but invalid data.
Closes tickets: 1622416
Conversion: Improve detection of input documents that use uppercase tag/attribute names.
Closes tickets: 1622261
Fix regression in previous release that caused incorrect display of ratings in the side panel of the metadata download dialog
Get Books: Update publio and virtualo store plugins for website changes
Fix reading metadata from PDF files broken by poppler >= 0.47.0
Change the application name set in Qt to calibre from libprs500.
Closes tickets: 1623397
Improved news sources
Respekt Magazine
Punto Informatico
El universal
Diffstat (limited to 'misc')
-rw-r--r-- | misc/calibre/Makefile | 4 | ||||
-rw-r--r-- | misc/calibre/PLIST | 3 | ||||
-rw-r--r-- | misc/calibre/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index c9bbcc12af3..7ba1842601b 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.154 2016/09/09 09:04:41 wiz Exp $ +# $NetBSD: Makefile,v 1.155 2016/09/18 21:56:47 wiz Exp $ -DISTNAME= calibre-2.67.0 +DISTNAME= calibre-2.68.0 CATEGORIES= misc #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/ diff --git a/misc/calibre/PLIST b/misc/calibre/PLIST index 445c57fd86d..fce461a5770 100644 --- a/misc/calibre/PLIST +++ b/misc/calibre/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.67 2016/09/09 09:04:41 wiz Exp $ +@comment $NetBSD: PLIST,v 1.68 2016/09/18 21:56:47 wiz Exp $ bin/calibre bin/calibre-complete bin/calibre-customize @@ -3029,6 +3029,7 @@ share/calibre/recipes/reptantes.recipe share/calibre/recipes/republica.recipe share/calibre/recipes/republika.recipe share/calibre/recipes/res_publica.recipe +share/calibre/recipes/respekt_magazine.recipe share/calibre/recipes/resurgence.recipe share/calibre/recipes/reuters.recipe share/calibre/recipes/reuters_ja.recipe diff --git a/misc/calibre/distinfo b/misc/calibre/distinfo index f860d9574ed..6ceaf8c8de7 100644 --- a/misc/calibre/distinfo +++ b/misc/calibre/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.75 2016/09/09 09:04:41 wiz Exp $ +$NetBSD: distinfo,v 1.76 2016/09/18 21:56:47 wiz Exp $ -SHA1 (calibre-2.67.0.tar.xz) = d444953afbfb68622403b03505fa1ed4e8edc0b0 -RMD160 (calibre-2.67.0.tar.xz) = 442911585302fafe191d31cb63d3b679223babb3 -SHA512 (calibre-2.67.0.tar.xz) = 1f90eaf51a3361d17b6907e5ea19933b9e53538b87e2b840b410afe7b57b0c567ab2c82b96b9e8bd128bad352c2c9279ba544e6d36b2b0be250850da6015051f -Size (calibre-2.67.0.tar.xz) = 39905240 bytes +SHA1 (calibre-2.68.0.tar.xz) = 47159097f78d282ba5cb5bd7f55ce88e242397e4 +RMD160 (calibre-2.68.0.tar.xz) = 1b4e4cd91bccdca3c52b9feb775a92d966697921 +SHA512 (calibre-2.68.0.tar.xz) = 60d70f494b80f6fd10266162f54284e824207c9105e50d21ea0a14f6e612a911d2e6475c78cb4b499f3e411893ab2c7255c7b762ac8c5bfa5040e6a2efb100c1 +Size (calibre-2.68.0.tar.xz) = 39949696 bytes SHA1 (patch-setup_build.py) = 9699b5badd044aacd72b223c182ab14f38eb1dcb SHA1 (patch-setup_extensions.json) = a08c9c6675f9b7926fa53dbb74846ed47c4298c7 SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662 |