Search Criteria
Package Details: ratarmount 1.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ratarmount.git (read-only, click to copy) |
---|---|
Package Base: | ratarmount |
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-git |
Submitter: | RubenKelevra |
Maintainer: | snogard (mxmln) |
Last Packager: | mxmln |
Votes: | 9 |
Popularity: | 1.10 |
First Submitted: | 2022-05-28 19:12 (UTC) |
Last Updated: | 2024-11-03 13:55 (UTC) |
Dependencies (19)
- fuse2
- python (python37AUR, python311AUR, python310AUR)
- python-indexed-gzipAUR
- python-indexed-zstdAUR
- python-libarchive-c
- python-rapidgzipAUR
- python-rarfile
- python-xzAUR (python-xzAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-aiohttp (python-aiohttp-gitAUR) (optional) – Support for http:// via fsspec.
- python-fsspec (optional) – Support for remote files.
- python-pyfatfsAUR (optional) – Support for FAT12, 16, 32 images.
- python-requests (optional) – Support for various web backends such as github:// via fsspec.
- python-s3fsAUR (optional) – Support for s3:// via fsspec.
- python-smbprotocol (optional) – Support for smb:// via fsspec.
- python-webdav4AUR (optional) – Support for webdav:// via fsspec.
Latest Comments
« First ‹ Previous 1 2
RubenKelevra commented on 2024-07-20 15:41 (UTC)
@snogard yeah sure!
I took your updated optional dependencies and added them to to update the -git variant.
Btw: I think indexed-bzip2 is still supported, it's just that rapidgzip is preferred, due to the speed advantages. At least that's how I read the changelog.
Could you give that another look?
Btw: Hope you had a nice vacation!
snogard commented on 2024-07-20 15:33 (UTC)
@RubenKelevra sorry for the delay, i was on vacation. I removed lzmaffi and listed you as a contributor. Does that satisfy you?
RubenKelevra commented on 2024-07-20 15:33 (UTC)
Thanks!
RubenKelevra commented on 2024-07-20 10:36 (UTC)
Would you mind fixing the header of the PKGBUILD? I'm still listed as maintainer.
RubenKelevra commented on 2024-07-11 16:29 (UTC)
The optional dependency lzmaffi does not exist
snogard commented on 2024-06-21 14:58 (UTC)
@jcolonnello, i updated the optional dependencies according to the readme and release notes
jcolonnello commented on 2024-06-21 13:59 (UTC)
In version 0.15.0 of ratarmount upstream, the dependency on indexed-bzip2 was replaced with rapidgzip, which also bundles the library. This package should now reference python-rapidgzip instead of python-indexed-bzip2
JoeCool commented on 2022-08-05 17:02 (UTC) (edited on 2022-08-05 17:15 (UTC) by JoeCool)
I think the PKGBUILD is missing the build of the core first.
Then dependencies are OK. But:
Something still seems to be wrong.
EDIT: fixing the build on the -git version seems to result in a working ratarmount
« First ‹ Previous 1 2