Difference between revisions of "Xpdf"

From CBLFS
Jump to navigationJump to search
(No security patch with 3.02 release.)
 
(6 intermediate revisions by 3 users not shown)
Line 8: Line 8:
 
----
 
----
  
{{Blank-Package-Introduction}}
+
{{Package-Introduction|According to Xpdf's readme, Xpdf is an open source viewer for Portable Document Format (PDF) files.  (These are also sometimes also called 'Acrobat' files, from the name of Adobe's PDF software.)  The Xpdf project also includes a PDF text extractor, PDF-to-PostScript converter, and various other utilities.|http://www.foolabs.com/xpdf/|}}
  
 
== Dependencies ==
 
== Dependencies ==
 +
 +
=== Highly Recommended ===
 +
* [[FreeType]]
  
 
=== Recommended ===
 
=== Recommended ===
 
* [[LessTif]]
 
* [[LessTif]]
* [[FreeType]]
 
 
* [[X Window System]]
 
* [[X Window System]]
 +
* [[t1lib]]
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 21: Line 24:
 
Compile the package:
 
Compile the package:
  
patch -Np1 -i ../xpdf-3.01pl2.patch
 
 
  ./configure --prefix=/usr --sysconfdir=/etc \
 
  ./configure --prefix=/usr --sysconfdir=/etc \
 
       --with-freetype2-includes=/usr/include/freetype2 &&
 
       --with-freetype2-includes=/usr/include/freetype2 &&
Line 37: Line 39:
 
Compile the package:
 
Compile the package:
  
patch -Np1 -i ../xpdf-3.01pl2.patch
 
 
  CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 \
 
  CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 \
 
  ./configure --prefix=/usr --sysconfdir=/etc \
 
  ./configure --prefix=/usr --sysconfdir=/etc \
Line 51: Line 52:
 
Compile the package:
 
Compile the package:
  
patch -Np1 -i ../xpdf-3.01pl2.patch
 
 
  CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" USE_ARCH=n32 \
 
  CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" USE_ARCH=n32 \
 
  ./configure --prefix=/usr --sysconfdir=/etc \
 
  ./configure --prefix=/usr --sysconfdir=/etc \
Line 65: Line 65:
 
Compile the package:
 
Compile the package:
  
patch -Np1 -i ../xpdf-3.01pl2.patch
 
 
  CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 \
 
  CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 \
 
  ./configure --prefix=/usr --sysconfdir=/etc \
 
  ./configure --prefix=/usr --sysconfdir=/etc \
Line 74: Line 73:
  
 
  make install
 
  make install
 +
 +
= Contents =
 +
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
! Installed Programs:
 +
| pdffonts  pdfimages  pdfinfo    pdfroff    pdftops    pdftotext
 +
|-valign="top"
 +
! Installed Libraries:
 +
|
 +
|-valign="top"
 +
! Installed Directories:
 +
|
 +
|}
 +
 +
[[Category:X Window Applications]]

Latest revision as of 15:22, 19 March 2009

Download Source: ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02.tar.gz

Introduction to Xpdf

According to Xpdf's readme, Xpdf is an open source viewer for Portable Document Format (PDF) files. (These are also sometimes also called 'Acrobat' files, from the name of Adobe's PDF software.) The Xpdf project also includes a PDF text extractor, PDF-to-PostScript converter, and various other utilities.

Project Homepage: http://www.foolabs.com/xpdf/

Dependencies

Highly Recommended

Recommended

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc \
     --with-freetype2-includes=/usr/include/freetype2 &&
make

Install the package:

make install

Multilib

This package does not install any libraries so only one installation is needed.

32Bit

Compile the package:

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 \
./configure --prefix=/usr --sysconfdir=/etc \
     --with-freetype2-includes=/usr/include/freetype2 &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" USE_ARCH=n32 \
./configure --prefix=/usr --sysconfdir=/etc \
     --with-freetype2-includes=/usr/include/freetype2 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/usr --sysconfdir=/etc \
     --with-freetype2-includes=/usr/include/freetype2 &&
make

Install the package:

make install

Contents

Installed Programs: pdffonts pdfimages pdfinfo pdfroff pdftops pdftotext
Installed Libraries:
Installed Directories: