Path to this page:
./
graphics/py-mcomix,
GTK+ comic book viewer
Branch: CURRENT,
Version: 2.1.0nb5,
Package name: py311-mcomix-2.1.0nb5,
Maintainer: nonakapMComix is a user-friendly, customizable image viewer. It is
specifically designed to handle comic books, but also serves as a
generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as
well as plain image files.
Required to run:[
sysutils/desktop-file-utils] [
graphics/hicolor-icon-theme] [
databases/shared-mime-info] [
devel/py-setuptools] [
x11/py-gtk2] [
databases/py-sqlite3] [
lang/python27] [
graphics/py-Pillow] [
devel/py-subprocess32] [
archivers/py-czipfile]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 504.951 KB
Version history: (Expand)
- (2024-04-07) Updated to version: py311-mcomix-2.1.0nb5
- (2023-11-14) Updated to version: py311-mcomix-2.1.0nb4
- (2023-11-12) Updated to version: py311-mcomix-2.1.0nb3
- (2023-10-23) Updated to version: py311-mcomix-2.1.0nb2
- (2023-01-30) Updated to version: py310-mcomix-2.1.0nb1
- (2023-01-23) Updated to version: py310-mcomix-2.1.0
CVS history: (Expand)
2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138) |
Log message:
*: bump for cairo buildlink3.mk change
lzo was made an option
|
2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145) |
Log message:
*: recursive bump for cairo dependency changes
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-07-03 15:06:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-mcomix: fix DEPENDS line
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2023-01-23 00:51:24 by Thomas Klausner | Files touched by this commit (8) | |
Log message:
py-mcomix: update to 2.1.0.
MComix 2.1.0
Release date: 2022-12-17
BUG FIXES
- Fixed byte/unicode error in library search text field.
- Fixed DPI detection for PDFs which cannot be decoded using UTF-8.
- Fixed magnifying lens errors when image was rotated.
- Fixed another byte/unicode error in file chooser dialog.
- 7z archives with encrypted header could not be extracted on Windows,
as MComix did not properly parse that the archive needed password input.
FEATURES
- Added option to customize space between pages in double-page mode.
- Added options to open first file/archive when going backwards to
previous archive/directory.
- The "Fit to same size" option now results in more aggressively \
distorted
images to make them fit, if necessary. The old, more conservative
behaviour is available via the "Prefer same size" option.
MComix 2.0.2
Release date: 2022-05-20
BUG FIXES
- Fixed bytes/unicode error in library 'Add collection' dialog.
- Fixed missing localization and image resources after calling
"setup.py install"
- Fixed bytes/unicode error in unrar executable extraction handler.
- Fixed one more instance of incorrect color conversion from preferences.
MComix 2.0.1
Release date: 2022-03-09
BUG FIXES
- Fixed conversion of unexpected color values from stored preferences.
- Fixed error trying to display page file size within archives where
members have not been extracted yet.
- Fixed bytes/unicode error in the library 'Add Book' dialog.
- Fixed endless password popup when library fails to genrate thumbnail
for password-protected archive.
- Handle error when thumbnail metadata Thumb::MTime is a floating point
number.
- Fixed alphanumeric sort for names with mismatched text/number patterns.
- Fixed unicode/bytes error in "Save as" dialog, as well as errors
when saving double-page images.
- Reduced declared minimum PyGObject version to 3.36.0 as well as
PyCairo to 1.16.0.
- Fixed minimum Pillow requirement in code not matching setup.py.
MComix 2.0.0
Release date: 2022-01-29
BREAKING CHANGES
- MComix now requires Python 3.7 or newer, as well as GTK+ 3, PyGObject, and
PyCairo. Minimum Pillow version has been increased to 6.0.0.
- MComix no longer depends on the setuptools module. Optional dependencies
on czipfile and subprocess32 have been removed, since they are no longer
supported or necessary for Python 3.
KNOWN ISSUES
- The MComix window will not remember its last position on Windows. Code
that works on Linux causes the window to fly off the screen for some
reason.
FEATURES
- Animated image formats are now supported. Previously, MComix would only
display the first frame.
- Supported image formats are now a combination of formats supported by
GDK/Pixbuf and Pillow formats.
TRANSLATION
- Added Lithuanian translation
- Updated Swedish and Korean translation
|
2022-01-05 21:07:11 by Thomas Klausner | Files touched by this commit (10) |
Log message:
*: set USE_PKG_RESOURCES for some more packages
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|