Search Criteria
Package Details: refract-bin 1.3.1-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: | 4 |
| Popularity: | 0.027781 |
| First Submitted: | 2022-12-29 10:13 (UTC) |
| Last Updated: | 2025-10-31 03:58 (UTC) |
Dependencies (2)
- xdg-desktop-portal (xdg-desktop-portal-gitAUR)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Latest Comments
alyway commented on 2025-09-19 05:21 (UTC)
@jstoik1, I can't see anywhere to input the microarchitecture in the pkgbuild, so I'll keep arch as x86_64, but thanks for the heads up! I've updated the package, it should be live soon.
jstoik1 commented on 2025-09-19 04:55 (UTC)
@alyway Starting with version 1.3.0, the baseline for the pre-built .deb packages has been bumped to x86-64-v3.
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!