From cad3f80c7c480956be24bf0ea998664dc36e7838 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Tue, 10 Oct 2006 04:07:22 +0000 Subject: [PATCH] poppler: adopted, updated to version 0.5.3, removed qt dependency --- poppler/.footprint | 9 +-------- poppler/.md5sum | 2 +- poppler/Pkgfile | 29 +++++++++++++++-------------- poppler/README | 11 ----------- 4 files changed, 17 insertions(+), 34 deletions(-) delete mode 100644 poppler/README diff --git a/poppler/.footprint b/poppler/.footprint index 3c77f743e..24bb73e32 100644 --- a/poppler/.footprint +++ b/poppler/.footprint @@ -14,21 +14,15 @@ drwxr-xr-x root/root usr/include/poppler/glib/ -rw-r--r-- root/root usr/include/poppler/glib/poppler-attachment.h -rw-r--r-- root/root usr/include/poppler/glib/poppler-document.h -rw-r--r-- root/root usr/include/poppler/glib/poppler-enums.h +-rw-r--r-- root/root usr/include/poppler/glib/poppler-features.h -rw-r--r-- root/root usr/include/poppler/glib/poppler-page.h -rw-r--r-- root/root usr/include/poppler/glib/poppler.h --rw-r--r-- root/root usr/include/poppler/poppler-page-transition.h --rw-r--r-- root/root usr/include/poppler/poppler-qt.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libpoppler-glib.a -rwxr-xr-x root/root usr/lib/libpoppler-glib.la lrwxrwxrwx root/root usr/lib/libpoppler-glib.so -> libpoppler-glib.so.1.0.0 lrwxrwxrwx root/root usr/lib/libpoppler-glib.so.1 -> libpoppler-glib.so.1.0.0 -rwxr-xr-x root/root usr/lib/libpoppler-glib.so.1.0.0 --rw-r--r-- root/root usr/lib/libpoppler-qt.a --rwxr-xr-x root/root usr/lib/libpoppler-qt.la -lrwxrwxrwx root/root usr/lib/libpoppler-qt.so -> libpoppler-qt.so.1.0.0 -lrwxrwxrwx root/root usr/lib/libpoppler-qt.so.1 -> libpoppler-qt.so.1.0.0 --rwxr-xr-x root/root usr/lib/libpoppler-qt.so.1.0.0 -rw-r--r-- root/root usr/lib/libpoppler.a -rwxr-xr-x root/root usr/lib/libpoppler.la lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.1.0.0 @@ -37,7 +31,6 @@ lrwxrwxrwx root/root usr/lib/libpoppler.so.1 -> libpoppler.so.1.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/poppler-cairo.pc -rw-r--r-- root/root usr/lib/pkgconfig/poppler-glib.pc --rw-r--r-- root/root usr/lib/pkgconfig/poppler-qt.pc -rw-r--r-- root/root usr/lib/pkgconfig/poppler-splash.pc -rw-r--r-- root/root usr/lib/pkgconfig/poppler.pc drwxr-xr-x root/root usr/man/ diff --git a/poppler/.md5sum b/poppler/.md5sum index 638dc1350..c46024b80 100644 --- a/poppler/.md5sum +++ b/poppler/.md5sum @@ -1 +1 @@ -a136cd731892f4570933034ba97c8704 poppler-0.5.1.tar.gz +d06207536555f5711e7bc61711c1b8a0 poppler-0.5.3.tar.gz diff --git a/poppler/Pkgfile b/poppler/Pkgfile index 92cec7f0e..1416bbcdd 100644 --- a/poppler/Pkgfile +++ b/poppler/Pkgfile @@ -1,21 +1,22 @@ -# Description: a PDF rendering library based on xpdf 3.0 +# Description: A PDF rendering library based on xpdf 3.0 # URL: http://poppler.freedesktop.org/ -# Maintainer: sten, nick dot steeves at shaw dot ca -# Packager: -# Depends on: t1lib, gtk, qt3, ghostscript +# Maintainer: Matt Housh, jaeger at crux dot nu +# Depends on: t1lib, gtk, cairo, freetype, fontconfig, ghostscript, pkg-config name=poppler -version=0.5.1 +version=0.5.3 release=1 source=(http://poppler.freedesktop.org/$name-$version.tar.gz) -build() { - cd $name-$version - ./configure \ - --prefix=/usr \ - --disable-poppler-qt4 \ - --disable-debug - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/share +build() +{ + cd $name-$version + ./configure \ + --prefix=/usr \ + --disable-poppler-qt \ + --disable-poppler-qt4 \ + --disable-debug + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share } diff --git a/poppler/README b/poppler/README deleted file mode 100644 index b30099252..000000000 --- a/poppler/README +++ /dev/null @@ -1,11 +0,0 @@ -Optional Dependencies: - -gtk, and/or qt3 - -Note: - -I built this against gtk and qt3. Should you omit the installation of -one of these, pkgmk may exclaim the following: ".footprint mismatch"! -This is not something to be particularly worried over, because it is -likely that if you don't have gtk/qt3 installed, then the reason is -that you don't want gtk/qt3 to take up your hard drive space. :-) \ No newline at end of file