Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 223873 Details for
Bug 280469
app-text/mupdf (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
1:1 copy of mupdf-938.ebuild
mupdf-940.ebuild (text/plain), 1.20 KB, created by
Michael Weber (RETIRED)
on 2010-03-16 12:57:43 UTC
(
hide
)
Description:
1:1 copy of mupdf-938.ebuild
Filename:
MIME Type:
Creator:
Michael Weber (RETIRED)
Created:
2010-03-16 12:57:43 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI="2" > >DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C" >HOMEPAGE="http://ccxvii.net/mupdf/" >SRC_URI="http://ccxvii.net/${PN}/download/${PN}-r${PV}.tar.gz" >#S="${WORKDIR}"/"${PN}-${MY_VERSION}-source" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="+cjk jbig jpeg2k" >S="${WORKDIR}/${PN}" > >RDEPEND="sys-libs/zlib > media-libs/jpeg > >=media-libs/freetype-2 > jbig? ( media-libs/jbigkit ) > jpeg2k? ( media-libs/jasper )" > >DEPEND="${RDEPEND} > dev-util/ftjam" > >src_compile() { > echo "LINKFLAGS = ${LDFLAGS} ;" >> Jamrules > echo "OPTIM = ${CFLAGS} ;" >> Jamrules > echo 'ALL_LOCATE_TARGET = [ FDirName $(TOP) build ] ;' >> Jamrules > PARAMETER="" > use cjk || PARAMETER="${PARAMETER} '-sDEFINES=NOCJK'" > use jbig && PARAMETER="${PARAMETER} '-sHAVE_JBIG2DEC=yes'" > use jpeg2k && PARAMETER="${PARAMETER} '-sHAVE_JASPER=yes'" > jam ${PARAMETER} || die >} > >src_install() { > dodoc COPYING README || die > cd build || die > dobin cmapdump fontdump mupdf pdfclean pdfdraw pdfextract pdfshow || die > newbin pdfinfo mupdf_pdfinfo || die # avoid collision with app-text/poppler-utils > dolib.a *.a || die >}
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 280469
:
200265
|
200341
|
220361
|
223873