pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/calibre Update to 1.45.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e21a200f119c
branches:  trunk
changeset: 637168:e21a200f119c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 22 12:35:27 2014 +0000

description:
Update to 1.45.0:

New Features

    Edit Book: Add in-context help for HTML and CSS
    Now, you can right click on any HTML/OPF/NCX tag name or CSS
    property and the editor will open some help for that item in
    your browser.
    Book details panel: Make series and tags clickable. Clicking
    on them will search the calibre library for all books in the
    same series/ having the same tag
    Edit metadata dialog: Improve performance by only writing
    changed fields to the database when clicking OK or Next
    AZW3 Input: When converting from AZW3 files, use the high
    quality version of the image if the source AZW3 file contains
    both low and high quality images. These dual azw3 files are
    produced by kindlegen 2.9
    Edit Book: When right clicking on a link in the editor add a
    menu entry to open the link
    Edit Book: Search and replace panel: Add arrows to open the
    list of recently used search and replace expressions
    Driver for Motorola Milestone X2.

Bug Fixes

    AZW3: Preserve the page-progression-direction property when
    converting/editing/polishing AZW3 files
    AZW3 Input: Workaround broken AZW3 files produced by kindlegen
    that use uppercase attribute names.
    PDF metadata: When updating the XMP metadata in PDF files,
    compress the XMP block written to the PDF. This is particularly
    useful when the PDF file has an existing XMP metadata block
    with very large amounts of data in it.
    Fix searches on Yes/No columns using the terms ('blank',
    'checked', 'unchecked') not working on non-English calibre
    installs
    Edit metadata dialog: Do not auto change the title sort field
    when clicking OK if the title was changed. Instead the title
    sort field must be changed explicitly.
    Linux binary installer: Fix regression that caused ZSH completion
    to not be installed
    Edit Book: Spell check: When suggesting alternative for a
    hyphenated word, ensure the first suggestion is the word formed
    by removing the hyphen, if that is a valid word
    Get Books: Update the Woblink plugin to handle changes to the
    woblink website
    Edit Book: Fix replacement of hyphenated words in the spell
    checker not working
    Edit Book: Fix live syntax highlighting of links not being
    updated correctly after renaming an open file
    Edit Book: Fix regression that caused crash while syntax
    highlighting CSS stylesheets that contain url() tokens without
    enclosing quotes
    Linux binary: Do not fail on system with invalid locale info.
    Instead default to using the UTF-8 encoding on these systems.

Improved news sources

    The Economic Times India
    EPW
    Carta
    The Hindu
    F-Secure
    NOAA Online

diffstat:

 misc/calibre/Makefile |   4 ++--
 misc/calibre/PLIST    |  11 ++++++++++-
 misc/calibre/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 7 deletions(-)

diffs (74 lines):

diff -r 8dea885bcd11 -r e21a200f119c misc/calibre/Makefile
--- a/misc/calibre/Makefile     Tue Jul 22 12:27:26 2014 +0000
+++ b/misc/calibre/Makefile     Tue Jul 22 12:35:27 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2014/07/12 15:48:01 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2014/07/22 12:35:27 wiz Exp $
 
-DISTNAME=      calibre-1.44.0
+DISTNAME=      calibre-1.45.0
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=calibre/}
 EXTRACT_SUFX=  .tar.xz
diff -r 8dea885bcd11 -r e21a200f119c misc/calibre/PLIST
--- a/misc/calibre/PLIST        Tue Jul 22 12:27:26 2014 +0000
+++ b/misc/calibre/PLIST        Tue Jul 22 12:35:27 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2014/07/12 15:48:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.25 2014/07/22 12:35:27 wiz Exp $
 bin/calibre
 bin/calibre-complete
 bin/calibre-customize
@@ -372,6 +372,7 @@
 lib/calibre/calibre/ebooks/metadata/zip.py
 lib/calibre/calibre/ebooks/mobi/__init__.py
 lib/calibre/calibre/ebooks/mobi/debug/__init__.py
+lib/calibre/calibre/ebooks/mobi/debug/containers.py
 lib/calibre/calibre/ebooks/mobi/debug/headers.py
 lib/calibre/calibre/ebooks/mobi/debug/index.py
 lib/calibre/calibre/ebooks/mobi/debug/main.py
@@ -381,6 +382,7 @@
 lib/calibre/calibre/ebooks/mobi/langcodes.py
 lib/calibre/calibre/ebooks/mobi/mobiml.py
 lib/calibre/calibre/ebooks/mobi/reader/__init__.py
+lib/calibre/calibre/ebooks/mobi/reader/containers.py
 lib/calibre/calibre/ebooks/mobi/reader/headers.py
 lib/calibre/calibre/ebooks/mobi/reader/index.py
 lib/calibre/calibre/ebooks/mobi/reader/markup.py
@@ -1009,6 +1011,7 @@
 lib/calibre/calibre/gui2/tweak_book/diff/view.py
 lib/calibre/calibre/gui2/tweak_book/editor/__init__.py
 lib/calibre/calibre/gui2/tweak_book/editor/canvas.py
+lib/calibre/calibre/gui2/tweak_book/editor/help.py
 lib/calibre/calibre/gui2/tweak_book/editor/image.py
 lib/calibre/calibre/gui2/tweak_book/editor/insert_resource.py
 lib/calibre/calibre/gui2/tweak_book/editor/smart/__init__.py
@@ -1412,6 +1415,12 @@
 share/calibre/dictionaries/es-ES/es-ES.dic
 share/calibre/dictionaries/es-ES/locales
 share/calibre/ebook-convert-complete.pickle
+share/calibre/editor-help/css.json
+share/calibre/editor-help/html.json
+share/calibre/editor-help/mathml.json
+share/calibre/editor-help/opf2.json
+share/calibre/editor-help/opf3.json
+share/calibre/editor-help/svg.json
 share/calibre/fonts/calibreSymbols.otf
 share/calibre/fonts/liberation/LiberationMono-Bold.ttf
 share/calibre/fonts/liberation/LiberationMono-BoldItalic.ttf
diff -r 8dea885bcd11 -r e21a200f119c misc/calibre/distinfo
--- a/misc/calibre/distinfo     Tue Jul 22 12:27:26 2014 +0000
+++ b/misc/calibre/distinfo     Tue Jul 22 12:35:27 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2014/07/12 15:48:01 wiz Exp $
+$NetBSD: distinfo,v 1.26 2014/07/22 12:35:27 wiz Exp $
 
-SHA1 (calibre-1.44.0.tar.xz) = cbf100e05297bc23bb9e45492d71c08e6cc53ee1
-RMD160 (calibre-1.44.0.tar.xz) = d41d5be786c9cbe6319b835806bfa490564b04c0
-Size (calibre-1.44.0.tar.xz) = 36438768 bytes
+SHA1 (calibre-1.45.0.tar.xz) = 3a2bb48ab33ef553f55a3acf404b4393dc433140
+RMD160 (calibre-1.45.0.tar.xz) = ebd3c1f8a7ecfd4afb50bae1b8b1dcb338aa1728
+Size (calibre-1.45.0.tar.xz) = 36470032 bytes
 SHA1 (qt-everywhere-opensource-src-4.8.5.tar.gz) = 745f9ebf091696c0d5403ce691dc28c039d77b9e
 RMD160 (qt-everywhere-opensource-src-4.8.5.tar.gz) = 1e7bb099d5d1cda0b663cebe207c846c8d04750d
 Size (qt-everywhere-opensource-src-4.8.5.tar.gz) = 241491467 bytes



Home | Main Index | Thread Index | Old Index