Search Criteria
Package Details: fbv 1.0c-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fbv.git (read-only, click to copy) |
|---|---|
| Package Base: | fbv |
| Description: | FrameBuffer image viewer |
| Upstream URL: | https://github.com/jstkdng/fbv |
| Licenses: | GPL-2.0-only |
| Submitter: | arojas |
| Maintainer: | JstKddng |
| Last Packager: | JstKddng |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-04-01 08:12 (UTC) |
| Last Updated: | 2024-12-14 02:38 (UTC) |
Dependencies (2)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
Required by (3)
- mkinitcpio-fbsplash (optional)
- yaft (optional)
- yaft-git (optional)
Latest Comments
dreieck commented on 2026-09-05 09:25 (UTC)
dependsneeds to be changed (libjpeg):Can you please change
libjpegtolibjpeg-turbo(any maybe existing make dependencylibjpegneeds also to be changed tolibjpeg-turbo),or maybe more elaboreate,
libjpegtolibjpeg.soAND add make dependencylibjpeg-turbo?Reason: Arch Linux does not have
libjpeganymore, andlibjpeg-turbostopped to declarelibjpegin it's provides array.Regards and thanks for maintaining!
m040601 commented on 2026-09-02 23:14 (UTC) (edited on 2026-09-02 23:46 (UTC) by m040601)
I just realized that this "fbv" used to be an official Archlinux package. The "original" fbv repo, http://s-tech.elsat.net.pl/fbv/fbv-1.0b.tar.gz seems to be long abandoned. So it was dumped to the AUR.
The current maintainer of this "fbv" PKGBUILD is active on the AUR,
and he seems to be the same owner of the repo
Which is a maintenance repo for fbv, https://aur.archlinux.org/cgit/aur.git/commit/?h=fbv&id=0c4dbeddfc173816b7a06966848d4c90e40d1aad
I would really like to keep using this extremly usefull tool.
To get this PKGBUILD working (see my previous comments) I changed,
to
It built and installed successfuly withou any errors. It seems to be working exactly like before. But I am not 100% sure if this dependency change is OK.
Can you please confirm all this ?
I cant contact you on github,
Thanks in advance.
m040601 commented on 2026-07-02 01:53 (UTC) (edited on 2026-07-03 12:38 (UTC) by m040601)
EDIT: related Arch issues:
ORIGINAL COMMENT:
This PKGBUILD might need a minor edit. To the PKGBUILD maintainer , please clarify.
It seems that the on the official Arch packages,
A recent Arch official package "libjpeg-turbo" update gives me this message
$ pacman -Si libjpeg-turbo
This Arch official "libjpeg-turbo" is an important package required by many other tool that need jpeg support. I am gonna keep it of course. So I uninstalled fbv for now,
$ pacman -Ql libjpeg-turbo
I still like fbv and find it very usefull. I am now confused why "fbv" would not be "satisfied" with that official arch "libjpeg-turbo" like everyone else. Why does it have to pull "libjpeg-turbo-git" from the AUR ?
I'm trying to reduce my AUR dependencies, and dont want to pull more AUR dependencies.
I tried asking the fbv developer this question. "Can fbv work with libjpeg-turbo" ? But the repos has issues disabled.
m040601 commented on 2025-02-17 02:44 (UTC) (edited on 2025-02-17 03:00 (UTC) by m040601)
Still missing in the man page as of , 2025-02-17
in section OPTIONS,
In section KEYS
fbv --help, still shows
This is not on the man page. But must be something deprecated, because it dumps core if used.
Some improvements for the man page.
Perhaps make the user aware that this only supports jpeg and png. Not modern ones like webp, avif etc. Neither tiff, pbm.
JstKddng commented on 2024-12-03 13:06 (UTC)
switch done, had to create my own fork because godspeed's configure is broken
emk2203 commented on 2024-12-03 05:42 (UTC)
Can confirm, upstream is still dead. (For three months now).
Time to switch to the alternative source. The fork on github I found is https://github.com/godspeed1989/fbv
sgerwk commented on 2024-09-04 03:43 (UTC)
Upstream source seems to be dead.
Why not using the github version?
m040601 commented on 2023-09-28 02:10 (UTC) (edited on 2023-09-28 02:14 (UTC) by m040601)
Has undocumented keys not in the man page and not --help
m040601 commented on 2023-09-28 01:51 (UTC) (edited on 2023-09-28 01:52 (UTC) by m040601)
Some usefull information.
This PKGBUILD pulls from http://s-tech.elsat.net.pl/fbv/ which unfortunately was last updated in 2011. The Changelog itself states the latest changes as of 2003. So the original tool hasnt been touch since then. It still works perfectly. Very very usefull in the console and with fbterm.
But there is fork on github, https://github.com/godspeed1989/fbv
And this fork one has many commits and recent activity up to 2021. Also many contributions from other Arch users like https://github.com/sgerwk?tab=repositories , https://aur.archlinux.org/account/sgerwk
m040601 commented on 2023-04-01 18:55 (UTC)
Just noticed this package was "downgraded" from an official Arch package to the AUR in the big "spring cleanup" by Antonio Rojas.
Thanks for adopting it. Just to let you know that there are still many of us Arch users who do use and test a lot of these framebuffer tools (image viewers, screen shot , screen cast etc).
You might also be interested in adopting https://aur.archlinux.org/packages/fbdump. It "screenshots" the console to .ppm files. Was working perfectly fine on my system.
There is also "fbgrab", still an official Arch package, which screeshots to .png files.