xpdf: updated to patchlevel 3

This commit is contained in:
Antti Nykanen 2009-04-18 16:25:01 +03:00
parent d90b4afbbb
commit f17865c82c
3 changed files with 1150 additions and 2 deletions

View File

@ -1,3 +1,4 @@
599dc4cc65a07ee868cf92a667a913d2 xpdf-3.02.tar.gz
877118786dfe27d1b7aa5a6759cc6e45 xpdf-3.02pl1.patch
3a5cb165ae66781e0b21e6219ae06795 xpdf-3.02pl2.patch
581963ede0fb5715e1a69f01b5b8ce63 xpdf-3.02pl3.patch

View File

@ -6,15 +6,17 @@
name=xpdf
version=3.02
release=3
release=4
source=(ftp://ftp.foolabs.com/pub/xpdf/$name-$version.tar.gz
$name-${version}pl1.patch
$name-${version}pl2.patch)
$name-${version}pl2.patch
$name-${version}pl3.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-${version}pl1.patch
patch -p1 -i $SRC/$name-${version}pl2.patch
patch -p1 -i $SRC/$name-${version}pl3.patch
./configure \
--prefix=/usr \
--with-Xm-library=/usr/lib \

1145
xpdf/xpdf-3.02pl3.patch Normal file

File diff suppressed because it is too large Load Diff