Search Criteria
Package Details: mcomix 2.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mcomix.git (read-only, click to copy) |
---|---|
Package Base: | mcomix |
Description: | A user-friendly, customizable image viewer specifically designed to handle comic books |
Upstream URL: | https://sourceforge.net/p/mcomix/wiki/Home/ |
Licenses: | GPL |
Submitter: | arojas |
Maintainer: | qark |
Last Packager: | qark |
Votes: | 14 |
Popularity: | 1.57 |
First Submitted: | 2022-04-01 17:57 (UTC) |
Last Updated: | 2022-12-17 22:14 (UTC) |
Dependencies (14)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- python-cairo (python-cairo-git)
- python-gobject (python-gobject-git)
- python-pillow (python-pillow-git, python-pillow-simd)
- python-build (make)
- python-installer (python-installer-git) (make)
- python-setuptools (make)
- python-wheel (make)
- lhasa (lhasa-git) (optional) – for lha compressed comics
- libunrar (stream_unrar-git) (optional) – for rar compressed comics
- mupdf-tools (mupdf-git) (optional) – for PDF comics
- p7zip (p7zip-jinfeihan57-git, p7zip-natspec, 7-zip-full) (optional) – for 7z compressed comics
- unrar (unrar-libre, rar) (optional) – for rar compressed comics
- unzip (unzip-natspec, unzip-zstd) (optional) – for zip compressed comics
Latest Comments
therico commented on 2023-01-14 14:17 (UTC) (edited on 2023-01-14 14:19 (UTC) by therico)
I got this. I ran
pip install setuptools
, observed there was a conflict with some other packages, uninstalled them, and now it works.Although it seems weird to me that the AUR build isn't insulated from the system python library versions, maybe it's my fault for using
pip
.qark commented on 2022-05-24 17:49 (UTC)
python-wheel
is already in make dependencies. How do you build this package?sardaukar commented on 2022-05-24 17:05 (UTC)
qark commented on 2022-04-18 11:49 (UTC)
comicthumb
is not included in package by upstream. Moreover it wasn't ported to Python 3 in upstream. It was adapted in mcomix3 fork, but changes weren't merged in upstream for some reason.EmberQuill commented on 2022-04-18 11:30 (UTC)
It looks like the comicthumb thumbnailer is no longer included in the package as of version 2.0.1. Any particular reason why, or was it an oversight?
abouvier commented on 2022-04-02 16:02 (UTC)
python-setuptools
is needed inmakedepends=()
.malah commented on 2022-04-02 15:10 (UTC)
Thanks it works :)
qark commented on 2022-04-02 15:00 (UTC) (edited on 2022-04-02 15:10 (UTC) by qark)
is known issue if you have config from old version. Remove one value from
"bg colour"
and/or"thumb bg colour"
array in.config/mcomix/preferences.conf
to fix it.malah commented on 2022-04-02 14:51 (UTC) (edited on 2022-04-02 14:53 (UTC) by malah)
Hello, there's a missing dependency: python-wheel build can't be done without it (I don't know if it is required after)
and after installation it have this error: ❯ mcomix Traceback (most recent call last): File "/usr/bin/mcomix", line 8, in <module> sys.exit(run()) File "/usr/lib/python3.10/site-packages/mcomix/run.py", line 187, in run window = main.MainWindow(fullscreen = opts.fullscreen, is_slideshow = opts.slideshow, File "/usr/lib/python3.10/site-packages/mcomix/main.py", line 125, in init self.set_bg_colour(prefs['bg colour']) File "/usr/lib/python3.10/site-packages/mcomix/main.py", line 1000, in set_bg_colour self._event_box.modify_bg(Gtk.StateType.NORMAL, Gdk.Color(*colour)) TypeError: Color.init() takes 4 positional arguments but 5 were given
If you have a solution?