diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-07 22:47:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-07 22:47:40 +0000 |
commit | f6af5cfd77e3ee46582462cd15b62f984c2d30b6 (patch) | |
tree | d18ce89a5f866342060fa5899eed9e434c42f374 /misc/calibre/Makefile | |
parent | a7c794b5378c9270651bf724e39e7937ddff9b87 (diff) | |
download | pkgsrc-f6af5cfd77e3ee46582462cd15b62f984c2d30b6.tar.gz |
Updated calibre to 2.80.0.
- version: 2.80.0
date: 2017-02-24
new features:
- title: "Add support for sideloading of KFX files created with the third-party KFX calibre plugin"
- title: "Edit book: Allow drag and drop of image files, stylesheets and html files into the editor to insert the appropriate <img> and <link> tags and add the files to the book automatically."
- title: "Kobo driver: Add support for updated firmware"
- title: "Edit Book: Spell Check: If there are no suggestions fill the suggested word box with the original word."
- title: "Viewer: add a shortcut (Ctrl+F11) to show/hide toolbars."
bug fixes:
- title: "PDF Output: Fix courier font not being rendered when converting on windows."
- title: "E-mail delivery: Add a Message-ID header when sending emails. Reduces probability of mails sent from calibre being marked as spam"
- title: "Save to disk: Fix path shortening being applied to entire save template even when saving to singe directory."
- title: "Get Books: Update the Virualo and Publi store plugins for website changes"
- title: "Viewer: Fix regression that caused slow opening of some books with missing font/css/image files"
- title: "Viewer: Pressing Ctrl+F in fullscreen mode should show the controls."
- title: "Edit book: Do not allow creating multiple new files whose names differ only by case."
- title: "Viewer: Use heuristics to try to detect comics encoded as fixed layout EPUBs to ensure they are displayed as intended."
improved recipes:
- The Atlantic
- The Financial Times
new recipes:
- title: Various new and improved Belgian news sources
Diffstat (limited to 'misc/calibre/Makefile')
-rw-r--r-- | misc/calibre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index 5e7f8662499..e2333308f70 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.174 2017/02/20 17:00:36 wiz Exp $ +# $NetBSD: Makefile,v 1.175 2017/03/07 22:47:40 wiz Exp $ -DISTNAME= calibre-2.79.1 +DISTNAME= calibre-2.80.0 CATEGORIES= misc #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/ |