poppler: adopted, updated to version 0.5.3, removed qt dependency

This commit is contained in:
Matt Housh 2006-10-10 04:07:22 +00:00
parent cc278185aa
commit cad3f80c7c
4 changed files with 17 additions and 34 deletions

View File

@ -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/

View File

@ -1 +1 @@
a136cd731892f4570933034ba97c8704 poppler-0.5.1.tar.gz
d06207536555f5711e7bc61711c1b8a0 poppler-0.5.3.tar.gz

View File

@ -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
}

View File

@ -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. :-)