Search Criteria
Package Details: refract-bin 1.0.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/refract-bin.git (read-only, click to copy) |
---|---|
Package Base: | refract-bin |
Description: | Guided AVIF/JPEG XL/WebP conversion for JPEG and PNG sources. |
Upstream URL: | https://github.com/Blobfolio/refract |
Licenses: | WTFPL |
Submitter: | alyway |
Maintainer: | alyway |
Last Packager: | alyway |
Votes: | 3 |
Popularity: | 0.096237 |
First Submitted: | 2022-12-29 10:13 (UTC) |
Last Updated: | 2025-03-04 03:25 (UTC) |
Dependencies (2)
- xdg-desktop-portal (xdg-desktop-portal-gitAUR)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Latest Comments
jstoik1 commented on 2025-02-05 22:45 (UTC)
@alyway Refract will soon be migrating away from GTK3 (RIP) to a more DE-agnostic interface. Once that lands — tentatively next week — I'm pretty sure the only runtime dependency for Arch users will be any of xdg-desktop-portal-[gnome, gtk, kde] or zenity, user's choice.
If you'd like an advance copy to play with, just shoot me an email. ;)
Thanks again!
alyway commented on 2024-05-05 00:16 (UTC)
@jstoik1 thank you for the heads up, it's much appreciated!
jstoik1 commented on 2024-04-30 02:43 (UTC) (edited on 2024-04-30 02:43 (UTC) by jstoik1)
@alyway The next refract release .deb is going to switch from xz to zstd compression, so the PKGBUILD will need to be tweaked slightly.
tar -x --zstd -f data.tar.zst -C "${pkgdir}"
(I suppose zstd should probably also be added as a build dependency.)
There's no particular schedule for that release, but I wanted to give you a heads up since it'll be a breaking change for you when the time finally comes. (Sorry about that!)
Thank you so much for maintaining this package!