diff options
author | nonaka <nonaka@pkgsrc.org> | 2015-08-03 14:06:55 +0000 |
---|---|---|
committer | nonaka <nonaka@pkgsrc.org> | 2015-08-03 14:06:55 +0000 |
commit | 602f3b27aa18c4662fc3c9a10a9c11f45b7b425d (patch) | |
tree | 27afeda064efa18570c1562d7cb1aee0734f2f4f /graphics/py-mcomix | |
parent | 94289ddc9f7ac1a7e3138ba4b4479afd6a7a9a9c (diff) | |
download | pkgsrc-602f3b27aa18c4662fc3c9a10a9c11f45b7b425d.tar.gz |
PR/50114: Update py-mcomix to 1.01.
- Keyboard shortcuts can now be edited from MComix' preference dialog
in a new tab "Shortcuts". (by Valentin Gologuzov)
Please not that the arrow keys, Backspace and Escape cannot be bound
to actions right now, unless you're manually editing the config file.
- During database upgrade, MComix did not consider that books in the
"Last read" database might no longer exist, leading to program crash.
This has been fixed.
- Adding a collection with a numeric name to the library made the library
unusable. This has been fixed.
- Fixed win32 builds missing the 'calendar' module.
- Fixed bookmarks not being displayed in the Ubuntu Unity global menu.
- Fixed 'Continue reading' not working when files are opened from
the command line (by Boris Bogar).
- Improved page extraction and caching algorithm, leading to much better
responsiveness, especially for viewing large archives. (by Benoit Pierre)
- MComix will now always hide the mouse cursor after a period of
inactivity, even when not in fullscreen mode. (by Benoit Pierre)
- The ALT+Left and ALT+Right keys will now either advance one page,
or go back one page, depending on the user being in manga mode.
- CTRL plus mouse wheel will now zoom in/out one level.
- Manual zooming will now use a logarithmic scale instead of a linear
spline.
- The library will now use natural sorting for "Sort by name" and
"Sort by path" instead of alphanumeric sorting, bringing it in line
with most other sorting done by MComix.
- Adding a book to a collection with the same book already existing
in another collection did not immediately show the book in the
library main view when the new collection was already selected.
- MComix can now use the '7z' executable to read .tar.xz and .tar.lzma
archives.
- ZIP archives using BZIP2 compression will now fall back to external
unzip/7z instead of failing (by Awad Mackie).
- MComix can now read PDF files using tools provided by mupdf,
namely mutool and mudraw. (by Benoit Pierre)
- Double page mode will not implicitly resize images anymore.
- The smart scrolling algorithm has been improved.
- Some issues with the magnifying glass have been fixed.
- Some new variables have been introduced that you can use when running
external commands. See the documentation for details:
https://sourceforge.net/p/mcomix/wiki/External_Commands
- MComix will now use the current GTK theme's icons for
Next/Previous buttons.
- Added AppData meta information for software repositories.
- Updated traditional Chinese translation (by Wayne Su).
Diffstat (limited to 'graphics/py-mcomix')
-rw-r--r-- | graphics/py-mcomix/Makefile | 7 | ||||
-rw-r--r-- | graphics/py-mcomix/PLIST | 35 | ||||
-rw-r--r-- | graphics/py-mcomix/distinfo | 8 |
3 files changed, 34 insertions, 16 deletions
diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile index 6cebcf0071a..6d8cbff6f4a 100644 --- a/graphics/py-mcomix/Makefile +++ b/graphics/py-mcomix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2014/12/16 23:02:28 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/08/03 14:06:55 nonaka Exp $ -DISTNAME= mcomix-1.00 +DISTNAME= mcomix-1.01 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcomix/} @@ -13,11 +13,12 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.12.0:../../x11/py-gtk2 DEPENDS+= {${PYPKGPREFIX}-imaging>=1.1.5,${PYPKGPREFIX}-Pillow-[0-9]*}:../../graphics/py-imaging +DEPENDS+= ${PYPKGPREFIX}-subprocess32-[0-9]*:../../devel/py-subprocess32 USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 -EGG_NAME= ${DISTNAME:S/00/0/} +EGG_NAME= ${DISTNAME:S/01/1/} PYTHON_SELF_CONFLICT= yes diff --git a/graphics/py-mcomix/PLIST b/graphics/py-mcomix/PLIST index 12457eaf4b9..1508448c8e0 100644 --- a/graphics/py-mcomix/PLIST +++ b/graphics/py-mcomix/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2014/07/15 12:12:17 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/08/03 14:06:55 nonaka Exp $ bin/mcomix man/man1/mcomix.1 +share/appdata/mcomix.appdata.xml share/applications/mcomix.desktop share/icons/hicolor/16x16/apps/mcomix.png share/icons/hicolor/16x16/mimetypes/application-x-cbr.png @@ -42,9 +43,15 @@ ${PYSITELIB}/mcomix/archive/__init__.pyo ${PYSITELIB}/mcomix/archive/archive_base.py ${PYSITELIB}/mcomix/archive/archive_base.pyc ${PYSITELIB}/mcomix/archive/archive_base.pyo +${PYSITELIB}/mcomix/archive/archive_recursive.py +${PYSITELIB}/mcomix/archive/archive_recursive.pyc +${PYSITELIB}/mcomix/archive/archive_recursive.pyo ${PYSITELIB}/mcomix/archive/lha.py ${PYSITELIB}/mcomix/archive/lha.pyc ${PYSITELIB}/mcomix/archive/lha.pyo +${PYSITELIB}/mcomix/archive/pdf.py +${PYSITELIB}/mcomix/archive/pdf.pyc +${PYSITELIB}/mcomix/archive/pdf.pyo ${PYSITELIB}/mcomix/archive/rar.py ${PYSITELIB}/mcomix/archive/rar.pyc ${PYSITELIB}/mcomix/archive/rar.pyo @@ -60,6 +67,9 @@ ${PYSITELIB}/mcomix/archive/tar.pyo ${PYSITELIB}/mcomix/archive/zip.py ${PYSITELIB}/mcomix/archive/zip.pyc ${PYSITELIB}/mcomix/archive/zip.pyo +${PYSITELIB}/mcomix/archive/zip_external.py +${PYSITELIB}/mcomix/archive/zip_external.pyc +${PYSITELIB}/mcomix/archive/zip_external.pyo ${PYSITELIB}/mcomix/archive_extractor.py ${PYSITELIB}/mcomix/archive_extractor.pyc ${PYSITELIB}/mcomix/archive_extractor.pyo @@ -81,6 +91,9 @@ ${PYSITELIB}/mcomix/bookmark_menu.pyo ${PYSITELIB}/mcomix/bookmark_menu_item.py ${PYSITELIB}/mcomix/bookmark_menu_item.pyc ${PYSITELIB}/mcomix/bookmark_menu_item.pyo +${PYSITELIB}/mcomix/box.py +${PYSITELIB}/mcomix/box.pyc +${PYSITELIB}/mcomix/box.pyo ${PYSITELIB}/mcomix/callback.py ${PYSITELIB}/mcomix/callback.pyc ${PYSITELIB}/mcomix/callback.pyo @@ -172,18 +185,10 @@ ${PYSITELIB}/mcomix/images/gimp-rotate-270.png ${PYSITELIB}/mcomix/images/gimp-rotate-90.png ${PYSITELIB}/mcomix/images/gimp-thumbnails.png ${PYSITELIB}/mcomix/images/gimp-transform.png -${PYSITELIB}/mcomix/images/goto-first-page.png -${PYSITELIB}/mcomix/images/goto-last-page.png ${PYSITELIB}/mcomix/images/lens.png ${PYSITELIB}/mcomix/images/library.png ${PYSITELIB}/mcomix/images/manga.png ${PYSITELIB}/mcomix/images/mcomix.png -${PYSITELIB}/mcomix/images/next-archive.png -${PYSITELIB}/mcomix/images/next-directory.png -${PYSITELIB}/mcomix/images/next-page.png -${PYSITELIB}/mcomix/images/previous-archive.png -${PYSITELIB}/mcomix/images/previous-directory.png -${PYSITELIB}/mcomix/images/previous-page.png ${PYSITELIB}/mcomix/images/tango-add-bookmark.png ${PYSITELIB}/mcomix/images/tango-archive.png ${PYSITELIB}/mcomix/images/tango-enhance-image.png @@ -192,12 +197,18 @@ ${PYSITELIB}/mcomix/images/zoom.png ${PYSITELIB}/mcomix/keybindings.py ${PYSITELIB}/mcomix/keybindings.pyc ${PYSITELIB}/mcomix/keybindings.pyo +${PYSITELIB}/mcomix/keybindings_editor.py +${PYSITELIB}/mcomix/keybindings_editor.pyc +${PYSITELIB}/mcomix/keybindings_editor.pyo ${PYSITELIB}/mcomix/labels.py ${PYSITELIB}/mcomix/labels.pyc ${PYSITELIB}/mcomix/labels.pyo ${PYSITELIB}/mcomix/last_read_page.py ${PYSITELIB}/mcomix/last_read_page.pyc ${PYSITELIB}/mcomix/last_read_page.pyo +${PYSITELIB}/mcomix/layout.py +${PYSITELIB}/mcomix/layout.pyc +${PYSITELIB}/mcomix/layout.pyo ${PYSITELIB}/mcomix/lens.py ${PYSITELIB}/mcomix/lens.pyc ${PYSITELIB}/mcomix/lens.pyo @@ -308,6 +319,9 @@ ${PYSITELIB}/mcomix/recent.pyo ${PYSITELIB}/mcomix/run.py ${PYSITELIB}/mcomix/run.pyc ${PYSITELIB}/mcomix/run.pyo +${PYSITELIB}/mcomix/scrolling.py +${PYSITELIB}/mcomix/scrolling.pyc +${PYSITELIB}/mcomix/scrolling.pyo ${PYSITELIB}/mcomix/slideshow.py ${PYSITELIB}/mcomix/slideshow.pyc ${PYSITELIB}/mcomix/slideshow.pyo @@ -332,6 +346,9 @@ ${PYSITELIB}/mcomix/tools.pyo ${PYSITELIB}/mcomix/ui.py ${PYSITELIB}/mcomix/ui.pyc ${PYSITELIB}/mcomix/ui.pyo +${PYSITELIB}/mcomix/worker_thread.py +${PYSITELIB}/mcomix/worker_thread.pyc +${PYSITELIB}/mcomix/worker_thread.pyo ${PYSITELIB}/mcomix/zoom.py ${PYSITELIB}/mcomix/zoom.pyc ${PYSITELIB}/mcomix/zoom.pyo diff --git a/graphics/py-mcomix/distinfo b/graphics/py-mcomix/distinfo index 73a46adee4c..241f9062db6 100644 --- a/graphics/py-mcomix/distinfo +++ b/graphics/py-mcomix/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/07/15 12:12:17 obache Exp $ +$NetBSD: distinfo,v 1.2 2015/08/03 14:06:55 nonaka Exp $ -SHA1 (mcomix-1.00.tar.bz2) = 2b4cbd1b403df60f076525f3fc9f2c96aa46f936 -RMD160 (mcomix-1.00.tar.bz2) = de4e569fc12ea51d9cc34b99d708aab39b31b648 -Size (mcomix-1.00.tar.bz2) = 527779 bytes +SHA1 (mcomix-1.01.tar.bz2) = 3c4973c711e3370e77a033f9d9be4483471b33d4 +RMD160 (mcomix-1.01.tar.bz2) = 1fd6a217279cab4f692e295eaedaaf608ff98ff3 +Size (mcomix-1.01.tar.bz2) = 543293 bytes |