From 428ced1cc9d66771715b1b45a1c05813f8077ec3 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 30 Apr 2012 16:59:26 +0200 Subject: Revert "poppler dans pakxe" This reverts commit ea9ad17069dca859f44dd59aaffbb71bcee1ab65. --- poppler-qt/.footprint.i686 | 18 ++++++++++++++++++ poppler-qt/.footprint.x86_64 | 18 ++++++++++++++++++ poppler-qt/.md5sum.i686 | 1 + poppler-qt/.md5sum.x86_64 | 1 + poppler-qt/Pkgfile | 38 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 76 insertions(+) create mode 100644 poppler-qt/.footprint.i686 create mode 100644 poppler-qt/.footprint.x86_64 create mode 100644 poppler-qt/.md5sum.i686 create mode 100644 poppler-qt/.md5sum.x86_64 create mode 100755 poppler-qt/Pkgfile (limited to 'poppler-qt') diff --git a/poppler-qt/.footprint.i686 b/poppler-qt/.footprint.i686 new file mode 100644 index 000000000..a6a3493d5 --- /dev/null +++ b/poppler-qt/.footprint.i686 @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/poppler/ +drwxr-xr-x root/root usr/include/poppler/qt4/ +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-annotation.h +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-export.h +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-form.h +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-link.h +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-optcontent.h +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-page-transition.h +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-qt4.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libpoppler-qt4.la +lrwxrwxrwx root/root usr/lib/libpoppler-qt4.so -> libpoppler-qt4.so.3.7.0 +lrwxrwxrwx root/root usr/lib/libpoppler-qt4.so.3 -> libpoppler-qt4.so.3.7.0 +-rwxr-xr-x root/root usr/lib/libpoppler-qt4.so.3.7.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/poppler-qt4.pc diff --git a/poppler-qt/.footprint.x86_64 b/poppler-qt/.footprint.x86_64 new file mode 100644 index 000000000..a6a3493d5 --- /dev/null +++ b/poppler-qt/.footprint.x86_64 @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/poppler/ +drwxr-xr-x root/root usr/include/poppler/qt4/ +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-annotation.h +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-export.h +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-form.h +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-link.h +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-optcontent.h +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-page-transition.h +-rw-r--r-- root/root usr/include/poppler/qt4/poppler-qt4.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libpoppler-qt4.la +lrwxrwxrwx root/root usr/lib/libpoppler-qt4.so -> libpoppler-qt4.so.3.7.0 +lrwxrwxrwx root/root usr/lib/libpoppler-qt4.so.3 -> libpoppler-qt4.so.3.7.0 +-rwxr-xr-x root/root usr/lib/libpoppler-qt4.so.3.7.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/poppler-qt4.pc diff --git a/poppler-qt/.md5sum.i686 b/poppler-qt/.md5sum.i686 new file mode 100644 index 000000000..650002045 --- /dev/null +++ b/poppler-qt/.md5sum.i686 @@ -0,0 +1 @@ +4cd3bf2a0a13fa8eaf00d31368915f77 poppler-0.18.0.tar.gz diff --git a/poppler-qt/.md5sum.x86_64 b/poppler-qt/.md5sum.x86_64 new file mode 100644 index 000000000..650002045 --- /dev/null +++ b/poppler-qt/.md5sum.x86_64 @@ -0,0 +1 @@ +4cd3bf2a0a13fa8eaf00d31368915f77 poppler-0.18.0.tar.gz diff --git a/poppler-qt/Pkgfile b/poppler-qt/Pkgfile new file mode 100755 index 000000000..6a4dd67fb --- /dev/null +++ b/poppler-qt/Pkgfile @@ -0,0 +1,38 @@ +# Description: Conitient une librairie pour le rendu des fichiers pdf +# URL: http://poppler.freedesktop.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: qt, poppler +# Run on: qt,poppler + +name=poppler-qt +version=0.18.0 +#0.16.7 +release=1 +source=(http://poppler.freedesktop.org/poppler-$version.tar.gz) + +build() { + cd poppler-$version + sed -i -e '/AC_PATH_XTRA/d' configure.ac + autoreconf + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static \ + --enable-cairo-output \ + --enable-xpdf-headers \ + --enable-libjpeg --enable-zlib \ + --enable-poppler-qt4 \ + --disable-poppler-glib + make + sed -e 's/^glib_subdir =.*/glib_subdir =/' \ + -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile + + cd poppler + make DESTDIR=$PKG install-libLTLIBRARIES + cd $SRC/poppler-$version/qt4 + make DESTDIR=$PKG install + + install -m755 -d $PKG/usr/lib/pkgconfig + install -m644 ../poppler-qt4.pc $PKG/usr/lib/pkgconfig/ + rm -f $PKG/usr/lib/libpoppler.* +} + -- cgit v1.2.3-54-g00ecf