diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-30 17:41:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-30 17:41:17 +0000 |
commit | 5743cf701331aab12a61f78ed6f883632c0b73d7 (patch) | |
tree | b9b0a53a973685ad70a13d7dba115e38886f812e /misc/calibre/PLIST | |
parent | c41d6cd652e234d7d44ef7eb880ef64d8390cc77 (diff) | |
download | pkgsrc-5743cf701331aab12a61f78ed6f883632c0b73d7.tar.gz |
Updated calibre to 2.60.0.
New Features
Edit metadata: In the drop down list for languages, show the five most recently used languages first.
Edit Book: Check Book: Add a check for missing navigation documents in EPUB 3 books
Kobo driver: Improved configuration dialog for the Kobo Touch device driver
Copy to Library: Do not abort the copy process if only some books fail to copy, instead report which books failed and copy the rest.
News download: Make all relative links (those starting with /) absolute. Useful when reading on a device that supports web browsing.
EPUB metadata: Add an option to disable adding of cover images to EPUB files that declare no cover image in their metadata (Preferences->Plugins->Customize the Set EPUB metadata plugin)
Bug Fixes
ToC Editor: Fix ToC detection in EPUB 3 files with only an NCX and no nav not working
E-book viewer: In paged mode, when the window is toggled between full screen and window, repeatedly, preserve the position more accurately.
E-book viewer: Fix incorrect page turning when multiple pages are displayed on screen for books that wrap all their content in a single 100% height tag.
Fix a regression that broke scheduling a new news download in timezones west of GMT
Edit Book: Fix undocked windows not resizable on OS X
Fix a regression in 2.57 that broke rescaling of images to fit the output profile screen size during conversion.
Fix for file dialogs not working on windows when non-ascii environment variables are present
HTML Input: Fix error when converting HTML file with URL encoded filename.
Diffstat (limited to 'misc/calibre/PLIST')
-rw-r--r-- | misc/calibre/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/calibre/PLIST b/misc/calibre/PLIST index e82bcaea4fd..c7b897f3627 100644 --- a/misc/calibre/PLIST +++ b/misc/calibre/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.61 2016/06/19 20:29:44 wiz Exp $ +@comment $NetBSD: PLIST,v 1.62 2016/06/30 17:41:17 wiz Exp $ bin/calibre bin/calibre-complete bin/calibre-customize @@ -108,6 +108,7 @@ lib/calibre/calibre/devices/kobo/__init__.py lib/calibre/calibre/devices/kobo/bookmark.py lib/calibre/calibre/devices/kobo/books.py lib/calibre/calibre/devices/kobo/driver.py +lib/calibre/calibre/devices/kobo/kobotouch_config.py lib/calibre/calibre/devices/manager.py lib/calibre/calibre/devices/mime.py lib/calibre/calibre/devices/misc.py @@ -353,6 +354,8 @@ lib/calibre/calibre/ebooks/metadata/mobi.py lib/calibre/calibre/ebooks/metadata/odt.py lib/calibre/calibre/ebooks/metadata/opf.py lib/calibre/calibre/ebooks/metadata/opf2.py +lib/calibre/calibre/ebooks/metadata/opf3.py +lib/calibre/calibre/ebooks/metadata/opf3_test.py lib/calibre/calibre/ebooks/metadata/pdb.py lib/calibre/calibre/ebooks/metadata/pdf.py lib/calibre/calibre/ebooks/metadata/plucker.py @@ -474,6 +477,7 @@ lib/calibre/calibre/ebooks/oeb/polish/tests/cascade.py lib/calibre/calibre/ebooks/oeb/polish/tests/container.py lib/calibre/calibre/ebooks/oeb/polish/tests/main.py lib/calibre/calibre/ebooks/oeb/polish/tests/parsing.py +lib/calibre/calibre/ebooks/oeb/polish/tests/structure.py lib/calibre/calibre/ebooks/oeb/polish/toc.py lib/calibre/calibre/ebooks/oeb/polish/utils.py lib/calibre/calibre/ebooks/oeb/reader.py @@ -772,6 +776,7 @@ lib/calibre/calibre/gui2/device_drivers/configwidget.py lib/calibre/calibre/gui2/device_drivers/configwidget_ui.py lib/calibre/calibre/gui2/device_drivers/mtp_config.py lib/calibre/calibre/gui2/device_drivers/mtp_folder_browser.py +lib/calibre/calibre/gui2/device_drivers/tabbed_device_config.py lib/calibre/calibre/gui2/dialogs/__init__.py lib/calibre/calibre/gui2/dialogs/add_empty_book.py lib/calibre/calibre/gui2/dialogs/add_from_isbn.py @@ -1347,6 +1352,7 @@ lib/calibre/calibre/utils/rapydscript.py lib/calibre/calibre/utils/recycle_bin.py lib/calibre/calibre/utils/resources.py lib/calibre/calibre/utils/rss_gen.py +lib/calibre/calibre/utils/run_tests.py lib/calibre/calibre/utils/search_query_parser.py lib/calibre/calibre/utils/serve_coffee.py lib/calibre/calibre/utils/sftp.py |