From bdfd47fa040dbd9b9b476d9d9cd19f9e800cbc05 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 26 Jul 2012 11:14:30 +0200 Subject: [PATCH] poppler: enable C++ wrapper --- poppler/.footprint | 18 ++++++++++++++++++ poppler/Pkgfile | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/poppler/.footprint b/poppler/.footprint index 8bab094f2..5ad2ad119 100644 --- a/poppler/.footprint +++ b/poppler/.footprint @@ -83,6 +83,18 @@ drwxr-xr-x root/root usr/include/poppler/ -rw-r--r-- root/root usr/include/poppler/ViewerPreferences.h -rw-r--r-- root/root usr/include/poppler/XRef.h -rw-r--r-- root/root usr/include/poppler/XpdfPluginAPI.h +drwxr-xr-x root/root usr/include/poppler/cpp/ +-rw-r--r-- root/root usr/include/poppler/cpp/poppler-document.h +-rw-r--r-- root/root usr/include/poppler/cpp/poppler-embedded-file.h +-rw-r--r-- root/root usr/include/poppler/cpp/poppler-font.h +-rw-r--r-- root/root usr/include/poppler/cpp/poppler-global.h +-rw-r--r-- root/root usr/include/poppler/cpp/poppler-image.h +-rw-r--r-- root/root usr/include/poppler/cpp/poppler-page-renderer.h +-rw-r--r-- root/root usr/include/poppler/cpp/poppler-page-transition.h +-rw-r--r-- root/root usr/include/poppler/cpp/poppler-page.h +-rw-r--r-- root/root usr/include/poppler/cpp/poppler-rectangle.h +-rw-r--r-- root/root usr/include/poppler/cpp/poppler-toc.h +-rw-r--r-- root/root usr/include/poppler/cpp/poppler-version.h drwxr-xr-x root/root usr/include/poppler/fofi/ -rw-r--r-- root/root usr/include/poppler/fofi/FoFiBase.h -rw-r--r-- root/root usr/include/poppler/fofi/FoFiEncodings.h @@ -132,6 +144,11 @@ drwxr-xr-x root/root usr/include/poppler/splash/ -rw-r--r-- root/root usr/include/poppler/splash/SplashXPath.h -rw-r--r-- root/root usr/include/poppler/splash/SplashXPathScanner.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libpoppler-cpp.a +-rwxr-xr-x root/root usr/lib/libpoppler-cpp.la +lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so -> libpoppler-cpp.so.0.2.0 +lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so.0 -> libpoppler-cpp.so.0.2.0 +-rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.2.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.26.0.0 @@ -139,6 +156,7 @@ lrwxrwxrwx root/root usr/lib/libpoppler.so.26 -> libpoppler.so.26.0.0 -rwxr-xr-x root/root usr/lib/libpoppler.so.26.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-cpp.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/Pkgfile b/poppler/Pkgfile index afa1a6f5c..767a482c5 100644 --- a/poppler/Pkgfile +++ b/poppler/Pkgfile @@ -6,7 +6,7 @@ name=poppler version=0.20.2 -release=1 +release=2 source=(http://poppler.freedesktop.org/$name-$version.tar.gz) build() { @@ -16,7 +16,7 @@ build() { --mandir=/usr/man \ --enable-{zlib,libjpeg,libpng,cms} \ --enable-xpdf-headers \ - --disable-poppler-{glib,qt4,cpp} + --disable-poppler-{glib,qt4} make make DESTDIR=$PKG install