Author: jaeger Date: 2006-10-10 06:07:22 +0200 (Tue, 10 Oct 2006) New Revision: 2049 Removed: crux-2.2/ports/opt/poppler/README Modified: crux-2.2/ports/opt/poppler/.footprint crux-2.2/ports/opt/poppler/.md5sum crux-2.2/ports/opt/poppler/Pkgfile Log: poppler: adopted, updated to version 0.5.3, removed qt dependency Modified: crux-2.2/ports/opt/poppler/.footprint =================================================================== --- crux-2.2/ports/opt/poppler/.footprint 2006-10-10 03:57:41 UTC (rev 2048) +++ crux-2.2/ports/opt/poppler/.footprint 2006-10-10 04:07:22 UTC (rev 2049) @@ -14,21 +14,15 @@ -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 @@ 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/ Modified: crux-2.2/ports/opt/poppler/.md5sum =================================================================== --- crux-2.2/ports/opt/poppler/.md5sum 2006-10-10 03:57:41 UTC (rev 2048) +++ crux-2.2/ports/opt/poppler/.md5sum 2006-10-10 04:07:22 UTC (rev 2049) @@ -1 +1 @@ -a136cd731892f4570933034ba97c8704 poppler-0.5.1.tar.gz +d06207536555f5711e7bc61711c1b8a0 poppler-0.5.3.tar.gz Modified: crux-2.2/ports/opt/poppler/Pkgfile =================================================================== --- crux-2.2/ports/opt/poppler/Pkgfile 2006-10-10 03:57:41 UTC (rev 2048) +++ crux-2.2/ports/opt/poppler/Pkgfile 2006-10-10 04:07:22 UTC (rev 2049) @@ -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 } Deleted: crux-2.2/ports/opt/poppler/README =================================================================== --- crux-2.2/ports/opt/poppler/README 2006-10-10 03:57:41 UTC (rev 2048) +++ crux-2.2/ports/opt/poppler/README 2006-10-10 04:07:22 UTC (rev 2049) @@ -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
participants (1)
-
crux@crux.nu