diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-09 09:04:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-09 09:04:41 +0000 |
commit | 2749c95031507d3032e872ce11482d6262cac165 (patch) | |
tree | 2045c79db67b617262141160bc5524deb3053220 /misc/calibre | |
parent | 9741815232c0dbd4e0986b1006973df754660e85 (diff) | |
download | pkgsrc-2749c95031507d3032e872ce11482d6262cac165.tar.gz |
Updated calibre to 2.67.0.
New Features
Allow creating custom rating columns that support half-stars via Preferences->Add your own columns
Tag Browser: Add an option in Preferences->Look & Feel->Tag Browser to turn off the display of counts in the Tag Browser
Tag browser: Show the book counts on the right edge of the Tag Browser
Cover Browser: Allow any metadata field to be used as the sub-title, not just the rating
Edit Book: A new tool to sort the rules in a CSS stylesheet. To use it add it to the toolbar for CSS editors
Edit Book: The Remove Unused CSS tool now has an option to also merge CSS rules that have identical selectors
Add a tweak in Preferences->Tweaks to exclude some images types from being treated a covers when dropped onto the Book Details panel.
Closes tickets: 1620198
Allow reading more image formats as covers (All images will be converted to JPEG when stored).
Closes tickets: 1619993
Content server: OPDS feeds: Change the value of <updated> for entries in the acquisition feed to be the last modified date for the book. Also make the size and last modified timestamp available as attributes in the acquisition links. Useful for integration with third party applications.
Kobo driver: Add support for firmware version 4 available on the new Kobo Aura One
Bug Fixes
ODT Input: Add support for continued lists.
Closes tickets: 1620581
Edit Book: Fix high-dpi rendering of emblems in the File Browser
Fix regression in previous release that caused wide column icons to be scaled incorrectly
Metadata download dialog: Fix https links in the download summary not working
DOCX Output: Handle nested display:table tags with no rows.
Closes tickets: 1619662
PDF Output: Fix OpenType fonts with CFF font data not embeddable on windows
Improved news sources
Ars Technica
Diffstat (limited to 'misc/calibre')
-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 641858e850b..c9bbcc12af3 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.153 2016/09/04 09:45:54 wiz Exp $ +# $NetBSD: Makefile,v 1.154 2016/09/09 09:04:41 wiz Exp $ -DISTNAME= calibre-2.66.0 +DISTNAME= calibre-2.67.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 5c7ec368d95..445c57fd86d 100644 --- a/misc/calibre/PLIST +++ b/misc/calibre/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.66 2016/09/04 09:45:54 wiz Exp $ +@comment $NetBSD: PLIST,v 1.67 2016/09/09 09:04:41 wiz Exp $ bin/calibre bin/calibre-complete bin/calibre-customize @@ -1763,6 +1763,7 @@ share/calibre/images/search_delete_saved.png share/calibre/images/series.png share/calibre/images/smarten-punctuation.png share/calibre/images/snippets.png +share/calibre/images/sort.png share/calibre/images/spell-check.png share/calibre/images/store.png share/calibre/images/subset-fonts.png diff --git a/misc/calibre/distinfo b/misc/calibre/distinfo index 3bde26423af..f860d9574ed 100644 --- a/misc/calibre/distinfo +++ b/misc/calibre/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.74 2016/09/04 09:45:54 wiz Exp $ +$NetBSD: distinfo,v 1.75 2016/09/09 09:04:41 wiz Exp $ -SHA1 (calibre-2.66.0.tar.xz) = 96c102369fcfb4b3b85faf5b4416f9580e35e1ea -RMD160 (calibre-2.66.0.tar.xz) = 14aaa1d86936539095fd3e979ffae1cf17367f73 -SHA512 (calibre-2.66.0.tar.xz) = b1c62083613037329860bc1a9974fd4efc0a1317cb15b930c117b196efe9c9ad0ff61b6712638608ec4920c960b331c153bfe7b1cb196366d836dba99558d947 -Size (calibre-2.66.0.tar.xz) = 39887876 bytes +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 (patch-setup_build.py) = 9699b5badd044aacd72b223c182ab14f38eb1dcb SHA1 (patch-setup_extensions.json) = a08c9c6675f9b7926fa53dbb74846ed47c4298c7 SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662 |