Package Details: jfbview 0.6.0-3

Git Clone URL: https://aur.archlinux.org/jfbview.git (read-only, click to copy)
Package Base: jfbview
Description: PDF and image viewer for the Linux framebuffer
Upstream URL: https://github.com/jichu4n/jfbview
Licenses: Apache
Submitter: farseerfc
Maintainer: petronny (jichu4n)
Last Packager: petronny
Votes: 14
Popularity: 0.000004
First Submitted: 2015-11-20 10:49 (UTC)
Last Updated: 2022-08-12 12:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

mxfm commented on 2017-12-12 07:02 (UTC)

@farseerfc OK, current version compiles.

I have ncurses 6.0+20170902-3. I have no pacaur, but running pacman -Qo yeilds

/usr/lib/libtinfo.so.6 is owned by ncurses 6.0+20170902-3

farseerfc commented on 2017-12-12 06:46 (UTC)

@mxfm @FergusonTG cannot reproduce your problem. Can you provide your version of ncurses? And the output of pacaur -Qo /usr/lib/libtinfo.so.6.

FergusonTG commented on 2017-11-23 16:30 (UTC) (edited on 2017-11-23 16:32 (UTC) by FergusonTG)

I have same error as @mxfm in build(): /usr/bin/ld: ui_view.o: undefined reference to symbol 'keypad' /usr/lib/libtinfo.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[1]: *** [Makefile:95: jfbview] Error 1 make[1]: Leaving directory '/home/${USER}/aur/jfbview/src/JFBView-0.5.4' make: *** [Makefile:119: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... This may help: ============================= Detected configuration: MUPDF_VERSION = 10011 OPENJP2 = openjp2 =============================

mxfm commented on 2017-10-28 06:47 (UTC)

I have error when compiling the package: "undefined reference to symbol 'keypad'"

jichu4n commented on 2017-08-14 02:28 (UTC)

Updated to version 0.5.4 to fix compatibility with MuPDF 1.11.

farseerfc commented on 2017-06-05 18:10 (UTC)

@farwayer @arenevier please report the error to upstream https://github.com/jichu4n/JFBView , I suspect this error is due to a change in mupdf public APIs.

farwayer commented on 2017-06-02 16:58 (UTC)

The same error :(

arenevier commented on 2017-05-06 05:29 (UTC)

The package doesn't build for me: % pacaur -Suy jfbview :: Synchronizing package databases... core is up to date extra is up to date community is up to date :: Starting full system upgrade... there is nothing to do :: Package jfbview not found in repositories, trying AUR... :: Starting AUR upgrade... :: resolving dependencies... :: looking for inter-conflicts... AUR Packages (1) jfbview-0.5.3-1 :: Proceed with installation? [Y/n] y :: Retrieving package(s)... :: jfbview build files are up-to-date -- skipping :: Checking jfbview integrity... ==> Making package: jfbview 0.5.3-1 (Fri May 5 22:28:47 PDT 2017) ==> Retrieving sources... -> Found 0.5.3.tar.gz ==> Validating source files with sha512sums... 0.5.3.tar.gz ... Passed :: Building jfbview package(s)... ==> Making package: jfbview 0.5.3-1 (Fri May 5 22:28:47 PDT 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Removing existing $pkgdir/ directory... ==> Starting build()... /usr/lib/ccache/bin/g++ -Wall -O2 -std=c++1y -DMUPDF_VERSION=10011 -D_FORTIFY_SOURCE=2 -c -o pdf_document.o pdf_document.cpp pdf_document.cpp: In member function ‘virtual void PDFDocument::PDFPageCache::Discard(const int&, pdf_page* const&)’: pdf_document.cpp:55:39: error: ‘pdf_drop_page’ was not declared in this scope pdf_drop_page((context), (page)) ^ pdf_document.cpp:360:3: note: in expansion of macro ‘pdf_drop_page’ pdf_drop_page(_parent->_fz_context, _parent->_pdf_document, page_struct); ^~~~~~~~~~~~~ make: *** [<builtin>: pdf_document.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... :: failed to build jfbview package(s)

jichu4n commented on 2016-12-12 08:05 (UTC)

Whoa, that was fast! Thanks!!

farseerfc commented on 2016-12-12 07:20 (UTC)

@jichu4n updated and thanks! btw I added you as the co-maintainer.