pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/calibre



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  4 09:45:54 UTC 2016

Modified Files:
        pkgsrc/misc/calibre: Makefile PLIST distinfo

Log Message:
Updated calibre to 2.66.0.

- version: 2.66.0
  date: 2016-09-02

  new features:
    - title: "A simplified calibre logo"

    - title: "Edit Book: Allow restricting a search to the files currently open for editing"

    - title: "Driver for the PocketBook Touch HD"
      tickets: [1618962]

    - title: "Kobo driver: Add support for firmware version 3.20"

  bug fixes:
    - title: "DOCX Input: Fix right-to-left alignment not working for footnotes."
      tickets: [1617254]

    - title: "Sending email: Allow setting up a mail relay that uses encryption without a username and password."
      tickets: [1618528]

    - title: "Linux: Fix calibre not working when the username is non-ASCII."
      tickets: [1619056]

    - title: "DOCX Output: Ignore invalid text-indent values in the input document instead of erroring out."
      tickets: [1618869]

    - title: "Portable Installer: Auto-create the installation folder specified on the command line if it does not exist"

    - title: "Kobo driver: Fix the ignore collections in option not working"

    - title: "More user interface fixes for high DPI screens"

    - title: "DOCX Input: Fix a regression in the previous release that could cause invalid values to be output for the text-align CSS property"

  new recipes:
    - title: Contropiano
      author: michele

- version: 2.65.1
  date: 2016-08-26

  new features:
    - title: "Driver for Kobo Aura One and Aura Edition 2"

    - title: "Kobo driver: Add an option to ignore some collections on the device. The specified collections will not be touched by the driver."

    - title: "Add an option in Preferences->Searching to make searching case-sensitive"

    - title: "DOCX Input: Add support for right-to-left text/tables"
      tickets: [1569771]

  bug fixes:
    - title: "Fix some icons/images in the user interface looking blurred in environments with High DPI scaling enabled, such as OS X retina screens"

    - title: "DOCX Input: Fix images that have the # character in their filenames not being converted correctly."
      tickets: [1616482]

    - title: "ToC wizard: Fix generating toc from headings/xpath yielding unexpected results when tags are present out of sequence"

    - title: "Edit Book: Fix drag and drop of text replacing non-breaking spaces with normal spaces"

    - title: "E-book viewer: Fix duplicate names in hyphenation dictionary chooser."
      tickets: [1615040]

    - title: "Fix a regression in the previous release that caused the completion popups for some custom column types in the book list to stop working."
      tickets: [1612640]

    - title: "Version 2.65.1 contains a quick-fix for a typo in 2.65.0 that caused calibre to crash when a device is connected and the cover grid is enabled"

  improved recipes:
    - Le Scienze
    - New Yorker


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 pkgsrc/misc/calibre/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/misc/calibre/PLIST
cvs rdiff -u -r1.73 -r1.74 pkgsrc/misc/calibre/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/calibre/Makefile
diff -u pkgsrc/misc/calibre/Makefile:1.152 pkgsrc/misc/calibre/Makefile:1.153
--- pkgsrc/misc/calibre/Makefile:1.152  Fri Aug 19 16:21:59 2016
+++ pkgsrc/misc/calibre/Makefile        Sun Sep  4 09:45:54 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.152 2016/08/19 16:21:59 wiz Exp $
+# $NetBSD: Makefile,v 1.153 2016/09/04 09:45:54 wiz Exp $
 
-DISTNAME=      calibre-2.64.0
+DISTNAME=      calibre-2.66.0
 CATEGORIES=    misc
 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/}
 MASTER_SITES=  http://download.calibre-ebook.com/${PKGVERSION_NOREV}/

Index: pkgsrc/misc/calibre/PLIST
diff -u pkgsrc/misc/calibre/PLIST:1.65 pkgsrc/misc/calibre/PLIST:1.66
--- pkgsrc/misc/calibre/PLIST:1.65      Fri Aug 19 16:21:59 2016
+++ pkgsrc/misc/calibre/PLIST   Sun Sep  4 09:45:54 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.65 2016/08/19 16:21:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.66 2016/09/04 09:45:54 wiz Exp $
 bin/calibre
 bin/calibre-complete
 bin/calibre-customize
@@ -900,6 +900,7 @@ lib/calibre/calibre/gui2/preferences/col
 lib/calibre/calibre/gui2/preferences/columns.py
 lib/calibre/calibre/gui2/preferences/columns_ui.py
 lib/calibre/calibre/gui2/preferences/conversion.py
+lib/calibre/calibre/gui2/preferences/conversion_ui.py
 lib/calibre/calibre/gui2/preferences/create_custom_column.py
 lib/calibre/calibre/gui2/preferences/device_debug.py
 lib/calibre/calibre/gui2/preferences/device_user_defined.py
@@ -935,6 +936,7 @@ lib/calibre/calibre/gui2/preferences/tex
 lib/calibre/calibre/gui2/preferences/toolbar.py
 lib/calibre/calibre/gui2/preferences/toolbar_ui.py
 lib/calibre/calibre/gui2/preferences/tweaks.py
+lib/calibre/calibre/gui2/preferences/tweaks_ui.py
 lib/calibre/calibre/gui2/proceed.py
 lib/calibre/calibre/gui2/progress_indicator/__init__.py
 lib/calibre/calibre/gui2/save.py
@@ -942,6 +944,7 @@ lib/calibre/calibre/gui2/search_box.py
 lib/calibre/calibre/gui2/search_restriction_mixin.py
 lib/calibre/calibre/gui2/shortcuts.py
 lib/calibre/calibre/gui2/shortcuts_ui.py
+lib/calibre/calibre/gui2/splash_screen.py
 lib/calibre/calibre/gui2/store/__init__.py
 lib/calibre/calibre/gui2/store/basic_config.py
 lib/calibre/calibre/gui2/store/basic_config_widget_ui.py
@@ -1600,13 +1603,13 @@ share/calibre/images/cover_texture.png
 share/calibre/images/debug.png
 share/calibre/images/default_cover.png
 share/calibre/images/devices/bambook.png
-share/calibre/images/devices/boox.jpg
+share/calibre/images/devices/boox.png
 share/calibre/images/devices/folder.png
 share/calibre/images/devices/ipad.png
 share/calibre/images/devices/italica.png
 share/calibre/images/devices/itunes.png
-share/calibre/images/devices/kindle.jpg
-share/calibre/images/devices/nook.jpg
+share/calibre/images/devices/kindle.png
+share/calibre/images/devices/nook.png
 share/calibre/images/devices/tablet.png
 share/calibre/images/dialog_error.png
 share/calibre/images/dialog_information.png
@@ -1720,7 +1723,6 @@ share/calibre/images/modified.png
 share/calibre/images/network-server.png
 share/calibre/images/news.png
 share/calibre/images/next.png
-share/calibre/images/notify.png
 share/calibre/images/ok.png
 share/calibre/images/page.png
 share/calibre/images/plugboard.png
@@ -1785,7 +1787,6 @@ share/calibre/images/view-image.png
 share/calibre/images/view-refresh.png
 share/calibre/images/view.png
 share/calibre/images/viewer.png
-share/calibre/images/welcome_wizard.png
 share/calibre/images/window-close.png
 share/calibre/images/wizard.png
 share/calibre/jacket/stylesheet.css
@@ -2057,6 +2058,7 @@ share/calibre/recipes/conowego_pl.recipe
 share/calibre/recipes/consortium_news.recipe
 share/calibre/recipes/consumerist.recipe
 share/calibre/recipes/contemporary_argentine_writers.recipe
+share/calibre/recipes/contropiano.recipe
 share/calibre/recipes/corren2.recipe
 share/calibre/recipes/corriere_della_sera_en.recipe
 share/calibre/recipes/corriere_della_sera_it.recipe
@@ -3629,3 +3631,4 @@ share/doc/calibre/Changelog.yaml
 share/doc/calibre/INSTALL
 share/doc/calibre/LICENSE.rtf
 share/doc/calibre/README.md
+@pkgdir lib/calibre/calibre/plugins/.libs

Index: pkgsrc/misc/calibre/distinfo
diff -u pkgsrc/misc/calibre/distinfo:1.73 pkgsrc/misc/calibre/distinfo:1.74
--- pkgsrc/misc/calibre/distinfo:1.73   Fri Aug 19 16:21:59 2016
+++ pkgsrc/misc/calibre/distinfo        Sun Sep  4 09:45:54 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.73 2016/08/19 16:21:59 wiz Exp $
+$NetBSD: distinfo,v 1.74 2016/09/04 09:45:54 wiz Exp $
 
-SHA1 (calibre-2.64.0.tar.xz) = e796131f6c3181d4fa4943b4d4c8fce3142dcc12
-RMD160 (calibre-2.64.0.tar.xz) = 3a4a2ec9bc2d5060cc534a29fafe87efe0d8e7cd
-SHA512 (calibre-2.64.0.tar.xz) = e2b7a251d1fd058e3d22902af488a23b4d4f0acc65349337eeca1c1cde9b234317ac816ba2edc55d661b8e13ce8bf4e7c2207631ef305f0b8fdeab612a8ff251
-Size (calibre-2.64.0.tar.xz) = 40765340 bytes
+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 (patch-setup_build.py) = 9699b5badd044aacd72b223c182ab14f38eb1dcb
 SHA1 (patch-setup_extensions.json) = a08c9c6675f9b7926fa53dbb74846ed47c4298c7
 SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662



Home | Main Index | Thread Index | Old Index