Search Criteria
Package Details: ratarmount-git 1:0.15.1.r0.g078b769-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ratarmount-git.git (read-only, click to copy) |
---|---|
Package Base: | ratarmount-git |
Description: | Mount tar files via fusepy. Supports Recursive Mounting, Compressed Files, Read-Only Bind Mounting, Union Mounting and Write Overlays. A fast random access alternative to archivemount. |
Upstream URL: | https://github.com/mxmlnkn/ratarmount |
Keywords: | archivemount fuse fusepy tarindexer |
Licenses: | MIT |
Conflicts: | ratarmount |
Provides: | ratarmount |
Submitter: | jose1711 |
Maintainer: | RubenKelevra |
Last Packager: | RubenKelevra |
Votes: | 2 |
Popularity: | 0.000082 |
First Submitted: | 2019-06-11 09:30 (UTC) |
Last Updated: | 2024-07-20 15:34 (UTC) |
Dependencies (16)
- python (python37AUR, python311AUR, python310AUR)
- python-fusepyAUR
- python-msgpack
- python-rapidjson
- python-simplejson
- python-ujson
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- python-indexed-gzipAUR (optional) – Option 2 for support for gzip-compressed tar files
- python-indexed-zstdAUR (optional) – Support for zstd-compressed tar files
- python-libarchive-c (optional) – Support for 7z, ar, cab, compress, cpio, iso, lrzip, lzma, lz4, lzip, lzo, warc, xar; (no random access)
- python-rapidgzipAUR (optional) – Support for gzip and bzip2 compressed tar files
- python-rarfile (optional) – Support for rar-compressed tar files
- python-xzAUR (python-xzAUR) (optional) – Support for xz-compressed tar files
Latest Comments
RubenKelevra commented on 2022-12-04 11:21 (UTC)
Thanks for the suggestions. Added all of them.
Give feedback if now everything works as expected!
MoeRT09 commented on 2022-10-25 12:22 (UTC)
It is also missing a dependency to python-setuptools.
JoeCool commented on 2022-08-05 17:32 (UTC) (edited on 2022-08-05 17:41 (UTC) by JoeCool)
This package has the same problem as the non -git version:
the core module isn't built. This patch fixes that:
Useful other optional dependencies might be: python-indexed-zstd and python-indexed-bzip2 (currently missing from aur).
FabioLolix commented on 2022-07-19 21:32 (UTC) (edited on 2022-07-19 21:37 (UTC) by FabioLolix)
Hello,
"${pkgdir}/usr/share/licenses/${pkgname}"
rxvisser commented on 2021-11-05 19:23 (UTC) (edited on 2021-11-05 19:35 (UTC) by rxvisser)
Please update optional dependency "python-indexed_gzip" to its new name "python-indexed-gzip"
Thank you :)
Edit: ratarmount does not work for me with the current PKGBUILD, see trace:
https://pastebin.com/Bjk1g0RJ
ModuleNotFoundError: No module named 'ratarmountcore'