-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request]: Replace unmaintained v4l crate with some better alternative #43
Comments
Hi, |
On that note it does not seem like there are any alternatives to Glad you're back by the way, @raymanfx! |
There are many problems with types on 32-bit arches (not just armv7). I’m sorry, but I don’t care enough about 32-bit architectures to invest my time in it. Maybe @PureTryOut from postmartketOS will be interested. |
As postmarketOS we care about armv7 yes but so far we have no interest in this particular package. I must say it's the first time I heard of this package 😅 |
Quick heads-up: I am actively working on armv7 support in my crate as we speak and expect to fix these issues myself before long. The |
Sounds like the issue is resolved, the library is proven to be maintained, issues are being worked on, and we don't know of any better alternative 😉 Thanks to everyone involved, closing! |
Please describe your feature request
Crate v4l from raymanfx/libv4l-rs is buggy (#43, #16) and seems to be unmaintained (see opened pull requests).
It fails to build on Alpine Linux (musl libc) due to wrong types, I had to patch it (which is a bit tricky for rust dependencies). I managed to build it on 64-bit architectures (and published Alpine package), but there are more problems on 32-bit architectures (armv7).
The text was updated successfully, but these errors were encountered: