Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 504566 Details for
Bug 637932
media-gfx/jfbview-0.4-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
This ebuild works on my system
jfbview-0.4-r1.ebuild (text/plain), 1.02 KB, created by
Алексей
on 2017-11-17 14:19:13 UTC
(
hide
)
Description:
This ebuild works on my system
Filename:
MIME Type:
Creator:
Алексей
Created:
2017-11-17 14:19:13 UTC
Size:
1.02 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 >inherit eutils autotools toolchain-funcs git-r3 >DESCRIPTION="PDF and image viewer for the Linux framebuffer" >HOMEPAGE="http://seasonofcode.com/pages/jfbview.html" >EGIT_REPO_URI="https://github.com/jichu4n/${PN}.git" > >LICENSE="Apache License v2" >SLOT="0" >KEYWORDS="~amd64 ~arm ~x86" >IUSE="+imgs +threads X" >REQUIRED_USE="" > >RDEPEND=" > sys-libs/ncurses:= > media-libs/openjpeg:2= > imgs? ( media-libs/imlib2 ) > media-libs/jbig2dec:= > virtual/jpeg:0 >" > >DEPEND=" > >=app-text/mupdf-1.10a:= > ${RDEPEND} >" > >S=${WORKDIR}/${P} > >src_prepare() { > sed -e "s,-lmupdfthird,,g" -i Makefile || die "sed failed" > use X || sed "37 a override CXXFLAGS += -DX_DISPLAY_MISSING=1" -i Makefile || die "sed failed" > eapply_user >} > >src_compile() { > use imgs && emake verbose=yes || emake verbose=yes jfbpdf >} > >src_install() { > emake BINDIR="${D}" DOCDIR="${D}" MANDIR="${D}" install > dobin ${PN} > dobin jpdfcat > dobin jpdfgrep > dodoc README >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 637932
: 504566