Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53506 Details for
Bug 85315
app-text/xpdf-3.00-r8 could not find X / Motif and its not able to compile xpdf
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xpdf-3.00-r9.ebuild
xpdf-3.00-r9.ebuild (text/plain), 3.63 KB, created by
Octavio Ruiz (Ta^3)
on 2005-03-15 01:22:18 UTC
(
hide
)
Description:
xpdf-3.00-r9.ebuild
Filename:
MIME Type:
Creator:
Octavio Ruiz (Ta^3)
Created:
2005-03-15 01:22:18 UTC
Size:
3.63 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-3.00-r8.ebuild,v 1.10 2005/03/14 19:16:24 lanius Exp $ > >inherit eutils > >DESCRIPTION="An X Viewer for PDF Files" >HOMEPAGE="http://www.foolabs.com/xpdf/" >SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${P}.tar.gz > linguas_ar? ( ftp://ftp.foolabs.com/pub/xpdf/xpdf-arabic.tar.gz ) > linguas_zh_CN? ( ftp://ftp.foolabs.com/pub/xpdf/xpdf-chinese-simplified.tar.gz ) > linguas_zh_TW? ( ftp://ftp.foolabs.com/pub/xpdf/xpdf-chinese-traditional.tar.gz ) > linguas_ru? ( ftp://ftp.foolabs.com/pub/xpdf/xpdf-cyrillic.tar.gz ) > linguas_el? ( ftp://ftp.foolabs.com/pub/xpdf/xpdf-greek.tar.gz ) > linguas_he? ( ftp://ftp.foolabs.com/pub/xpdf/xpdf-hebrew.tar.gz ) > linguas_ja? ( ftp://ftp.foolabs.com/pub/xpdf/xpdf-japanese.tar.gz ) > linguas_ko? ( ftp://ftp.foolabs.com/pub/xpdf/xpdf-korean.tar.gz ) > linguas_la? ( ftp://ftp.foolabs.com/pub/xpdf/xpdf-latin2.tar.gz ) > linguas_th? ( ftp://ftp.foolabs.com/pub/xpdf/xpdf-thai.tar.gz ) > linguas_tr? ( ftp://ftp.foolabs.com/pub/xpdf/xpdf-turkish.tar.gz )" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~mips" >IUSE="motif nodrm" > >DEPEND="motif? ( virtual/x11 > x11-libs/openmotif > >=x11-libs/motif-config-0.5 ) > >=media-libs/freetype-2.0.5 > >=media-libs/t1lib-1.3 > virtual/ghostscript" > >RDEPEND="${DEPEND} > linguas_ja? ( >=media-fonts/kochi-substitute-20030809-r3 ) > linguas_zh_CN? ( >=media-fonts/arphicfonts-0.1-r2 ) > linguas_zh_TW? ( >=media-fonts/arphicfonts-0.1-r2 ) > linguas_ko? ( >=media-fonts/baekmuk-fonts-2.2 ) > !app-text/xpdf-chinese-simplified > !app-text/xpdf-chinese-traditional > !app-text/xpdf-cyrillic > !app-text/xpdf-greek > !app-text/xpdf-japanese > !app-text/xpdf-korean > !app-text/xpdf-latin2 > !app-text/xpdf-thai > !app-text/xpdf-turkish" >PROVIDE="virtual/pdfviewer" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/xpdf-3.00-truetype-new.diff.gz > epatch ${FILESDIR}/xpdf-3.00-freetype-2.1.7.patch > epatch ${FILESDIR}/xpdf-3.00-empty-bookmark.patch > epatch ${FILESDIR}/xpdf-3.00-core.patch.bz2 > epatch ${FILESDIR}/xpdf-3.00-overflow.patch.bz2 > epatch ${FILESDIR}/xpdf-3.00-PathScanner.patch.bz2 > use nodrm && epatch ${FILESDIR}/xpdf-3.00-nodrm.diff > epatch ${FILESDIR}/xpdf-goo-sizet.patch > epatch ${FILESDIR}/xpdf-3.00-scroll-opts.patch.bz2 > epatch ${FILESDIR}/xpdf-3.00-pl2.patch > epatch ${FILESDIR}/xpdf-3.00-pl3.patch > autoconf >} > >src_compile() { > local myconf > > use motif && myconf="${myconf} --with-Xm-library=`/usr/bin/motif-config -L` \ >--with-Xm-includes=`/usr/bin/motif-config -I`" > > econf \ > ${myconf} \ > --enable-freetype2 \ > --with-freetype2-includes=/usr/include/freetype2 || die > > emake || die >} > >src_install() { > make DESTDIR=${D} install || die > prepallman > dodoc README ANNOUNCE CHANGES > insinto /etc > newins ${FILESDIR}/xpdfrc.1 xpdfrc > > # install languages, but not on ppc64 (produces crashes...) > if use !ppc64; then > use linguas_ar && install_lang turkish > use linguas_zh_CN && install_lang chinese-simplified > use linguas_zh_TW && install_lang chinese-traditional > use linguas_ru && install_lang cyrillic > use linguas_el && install_lang greek > use linguas_he && install_lang hebrew > use linguas_ja && install_lang japanese > use linguas_ko && install_lang korean > use linguas_la && install_lang latin2 > use linguas_th && install_lang thai > use linguas_tr && install_lang turkish > fi >} > >install_lang() { > cd ../xpdf-$1 > sed 's,/usr/local/share/xpdf/,/usr/share/xpdf/,g' add-to-xpdfrc >> ${D}/etc/xpdfrc > insinto /usr/share/xpdf/$1 > doins *.unicodeMap > doins *.cid* > insinto /usr/share/xpdf/$1/CMap > doins CMap/* >}
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 85315
:
53505
|
53506