Package Details: fbpdf-git r102.6276360-3

Git Clone URL: https://aur.archlinux.org/fbpdf-git.git (read-only, click to copy)
Package Base: fbpdf-git
Description: A small framebuffer pdf viewer, based on MuPDF.
Upstream URL: https://github.com/aligrudi/fbpdf
Licenses: ISC
Conflicts: fbpdf
Provides: fbpdf
Submitter: Sara
Maintainer: xlucn
Last Packager: xlucn
Votes: 43
Popularity: 0.000000
First Submitted: 2011-02-08 00:46 (UTC)
Last Updated: 2023-11-18 18:26 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Pinned Comments

xlucn commented on 2022-06-24 05:46 (UTC) (edited on 2023-11-20 08:36 (UTC) by xlucn)

I updated the package. Apart from the fixes (please test it), most notably I removed the poppler-based fbpdf2, and renamed "fbpdf" as "fbpdf-mupdf" instead of "neatfbpdf", still to avoid conflict with "fbida" package. Those are just my own decisions, so they can be changed again.

If you want poppler-based variant, see https://aur.archlinux.org/packages/fbpdf-poppler-git.

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

m040601 commented on 2024-09-17 09:17 (UTC)

Yeah. It's working again now. Thanks

I removed the package from my system. And installed it again with makepkg.

xlucn commented on 2024-09-15 01:40 (UTC)

@m04060, can you first try rebuild the package locally (makepkg -f)? It should build against the library that's currently on your system.

m040601 commented on 2024-09-14 22:11 (UTC)

The official Arch package "libmupdf" was updated on September 2024:

Name            : libmupdf
Version         : 1.24.9-1
Description     : Library for Lightweight PDF and XPS viewer
Architecture    : x86_64
URL             : https://mupdf.com/
Licenses        : AGPL-3.0-or-later
Groups          : None
Provides        : None
Depends On      : freetype2  gcc-libs  glibc  gumbo-parser  harfbuzz  jbig2dec  leptonica  libjpeg  openjpeg2  tesseract  zlib
Optional Deps   : None
Required By     : fbpdf-git  zathura-pdf-mupdf
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 50.43 MiB
Packager        : Robin Candau <antiz@archlinux.org>
Build Date      : Fri 30 Aug 2024 05:43:01 PM WEST
Install Date    : Fri 06 Sep 2024 04:30:33 PM WEST
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

Notice the "24.9" there.

After this, the PKGBUILD "fbpdf-git" stopped working. It looks for a "24.8":

fbpdf-mupdf: error while loading shared libraries: libmupdf.so.24.8: cannot open shared object file: No such file or directory

glyn commented on 2023-11-20 04:19 (UTC)

@xlucn Believe it or not, I hadn't guessed that was the proper way to install fbpdf-git. I naively assumed that everything in AUR was installable in the same way. Thank you.

m040601 commented on 2023-11-18 20:36 (UTC) (edited on 2023-11-18 20:38 (UTC) by m040601)

My feedback on the latest PKGBUILD updates:

  • everything builds fine, no error message
  • I'm using the AUR helper "yay"
  • the installed binaries "/usr/bin/fbpdf-mupdf" and "/usr/bin/fbdjvu" work fine
  • I also have the official Arch packgage "fbida" which installs the binary "/usr/bin/fbpdf" and depends on "poppler-glib"; no conflict with "fbpdf-git"

Thanks xlucn for caring and maintaining this usefull tool.

xlucn commented on 2023-11-18 18:20 (UTC)

That's what I figured.

This is an AUR package. You can install with 1. cloning this repo https://aur.archlinux.org/fbpdf-git.git 2. go into the repo folder, build and install with makepkg -si

Alternatively, you can use an AUR helper.

glyn commented on 2023-11-18 18:15 (UTC)

@xlucn I issued sudo pacman -S fbpdf-git and it failed with a message saying the target was not found. I didn't see any sign of a build.

xlucn commented on 2023-11-18 18:12 (UTC)

@haawda, It can be discussed.

Maybe I will remove the poppler dependency again :) It's not built by default in Makefile, which I forgot. I will update again soon.

@glyn, maybe I misunderstood what you mean by "not found". Were you referring to the build failure then? Anyway you can install directly without a AUR helper, of course :)

haawda commented on 2023-11-18 18:02 (UTC)

Why not a split PKGBUILD?

glyn commented on 2023-11-18 18:01 (UTC)

Thanks for the swift response!

I'm not knowingly using an AUR helper. Should I be? I gather arch doesn't support them (https://wiki.archlinux.org/title/AUR_helpers).

I'll try again after you submit a patch.