[Bug 252022] graphics/py-mcomix: update to 1.2.1g20201221

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 24 04:18:04 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252022

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #220783|0                           |1
        is obsolete|                            |
 Attachment #220848|0                           |1
        is obsolete|                            |

--- Comment #4 from Jan Beich <jbeich at FreeBSD.org> ---
Created attachment 220878
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220878&action=edit
v3

Update to a newer snapshot and make libunrar5 dependency optional.

I mainly use mcomix as a gallery viewer and with comics packed into *.zip.
libunrar5 and unrar don't work with my *.rar comics unlike p7zip.

$ file /tmp/foo.rar
/tmp/foo.rar: RAR archive data, v4, os: Win32

$ mcomix /tmp/foo.rar
00:00:48 [MainThread] WARNING: ! Could not read /tmp/foo.rar

$ truss mcomix /tmp/foo.rar 2>&1 | fgrep libunrar
openat(AT_FDCWD,"/usr/local/lib/libunrar.so.5",O_RDONLY|O_CLOEXEC|O_VERIFY,00)
= 14 (0xe)

$ tar tf /tmp/foo.rar
Some Comic/000a.jpg
Some Comic/000b.jpg
Some Comic/000c.jpg
Some Comic/000d.jpg
[...]

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list