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 2.23.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6761dddf4cf
branches:  trunk
changeset: 649709:e6761dddf4cf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 08 09:56:53 2015 +0000

description:
Update to 2.23.0:

- version: 2.23.0
  date: 2015-04-03

  new features:
    - title: "Allow adding an empty ebook in various formats to
    existing book records by right clicking the Add Books button"

    - title: "Add ability to create additional empty formats to
    the 'Add empty book' command"

    - title: "News download: Add API to cleanly abort the download
    of an article during the preprocess stage based on the article's
    contents."

    - title: "Update the version of Qt bundled with calibre to
    5.4.1. This fixes various minor bugs, most notably, improving
    text rendering on linux."

  bug fixes:
    - title: "MOBI Input: Fix links not working in viewer for MOBI
    files that contain anchors placed on linebreak elements."

    - title: "Book details panel: Fix copying Path link by right
    clicking on it not working."

    - title: "Fix a regression that caused importing of a single
    book from a directory to fail if the directory has no ebook
    files in it"

    - title: "Column Icons: Fix apostrophes in icon filenames
    causing errors."

    - title: "Edit Book: Fix a regression that caused Remove unused
    CSS to fail on invalid CSS selectors, instead of ignoring them"

    - title: "Open With: Fix open with failing to get list of
    default programs on windows if the registry contains missing
    ProgIDs."

  improved recipes:
    - Esquire
    - Courrier International
    - CNET
    - Tagesschau

diffstat:

 misc/calibre/Makefile |  5 ++---
 misc/calibre/PLIST    |  7 ++++++-
 misc/calibre/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r a3d09f84fd3c -r e6761dddf4cf misc/calibre/Makefile
--- a/misc/calibre/Makefile     Wed Apr 08 08:14:13 2015 +0000
+++ b/misc/calibre/Makefile     Wed Apr 08 09:56:53 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2015/04/06 08:17:32 adam Exp $
+# $NetBSD: Makefile,v 1.99 2015/04/08 09:56:53 wiz Exp $
 
-DISTNAME=      calibre-2.22.0
-PKGREVISION=   1
+DISTNAME=      calibre-2.23.0
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=calibre/}
 EXTRACT_SUFX=  .tar.xz
diff -r a3d09f84fd3c -r e6761dddf4cf misc/calibre/PLIST
--- a/misc/calibre/PLIST        Wed Apr 08 08:14:13 2015 +0000
+++ b/misc/calibre/PLIST        Wed Apr 08 09:56:53 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2015/03/16 22:28:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.34 2015/04/08 09:56:53 wiz Exp $
 bin/calibre
 bin/calibre-complete
 bin/calibre-customize
@@ -243,8 +243,11 @@
 lib/calibre/calibre/ebooks/docx/toc.py
 lib/calibre/calibre/ebooks/docx/writer/__init__.py
 lib/calibre/calibre/ebooks/docx/writer/container.py
+lib/calibre/calibre/ebooks/docx/writer/fonts.py
 lib/calibre/calibre/ebooks/docx/writer/from_html.py
+lib/calibre/calibre/ebooks/docx/writer/images.py
 lib/calibre/calibre/ebooks/docx/writer/styles.py
+lib/calibre/calibre/ebooks/docx/writer/tables.py
 lib/calibre/calibre/ebooks/docx/writer/utils.py
 lib/calibre/calibre/ebooks/epub/__init__.py
 lib/calibre/calibre/ebooks/epub/cfi/__init__.py
@@ -681,6 +684,8 @@
 lib/calibre/calibre/gui2/convert/debug_ui.py
 lib/calibre/calibre/gui2/convert/docx_input.py
 lib/calibre/calibre/gui2/convert/docx_input_ui.py
+lib/calibre/calibre/gui2/convert/docx_output.py
+lib/calibre/calibre/gui2/convert/docx_output_ui.py
 lib/calibre/calibre/gui2/convert/epub_output.py
 lib/calibre/calibre/gui2/convert/epub_output_ui.py
 lib/calibre/calibre/gui2/convert/fb2_input.py
diff -r a3d09f84fd3c -r e6761dddf4cf misc/calibre/distinfo
--- a/misc/calibre/distinfo     Wed Apr 08 08:14:13 2015 +0000
+++ b/misc/calibre/distinfo     Wed Apr 08 09:56:53 2015 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.34 2015/04/02 22:38:18 wiz Exp $
+$NetBSD: distinfo,v 1.35 2015/04/08 09:56:53 wiz Exp $
 
-SHA1 (calibre-2.22.0.tar.xz) = 6ea607b810f884b5c307c9115e44104f5977f226
-RMD160 (calibre-2.22.0.tar.xz) = ea17eb3f7edf93ce9bfef40c8b91977718910dc2
-Size (calibre-2.22.0.tar.xz) = 36485084 bytes
+SHA1 (calibre-2.23.0.tar.xz) = eb3bbf155f224baa8feba6cbd37b92608a913d9d
+RMD160 (calibre-2.23.0.tar.xz) = b70c803103829c5d3331a6ab23af9af35de7a473
+Size (calibre-2.23.0.tar.xz) = 36441972 bytes
 SHA1 (patch-setup_build__environment.py) = b620c36fee9a4c403af0fecced8ea8189dc8e25c
 SHA1 (patch-setup_extensions.py) = dcf89bab3a9ff7012af6e009bf68779302d2a556



Home | Main Index | Thread Index | Old Index