pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/poppler-qt4 Initial import of QT4 support librar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02664684b7e2
branches:  trunk
changeset: 536378:02664684b7e2
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Dec 12 01:29:22 2007 +0000

description:
Initial import of QT4 support library for poppler.

diffstat:

 print/poppler-qt4/DESCR         |   9 +++++++++
 print/poppler-qt4/Makefile      |  31 +++++++++++++++++++++++++++++++
 print/poppler-qt4/PLIST         |   9 +++++++++
 print/poppler-qt4/buildlink3.mk |  21 +++++++++++++++++++++
 4 files changed, 70 insertions(+), 0 deletions(-)

diffs (86 lines):

diff -r 4084df269c2d -r 02664684b7e2 print/poppler-qt4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/poppler-qt4/DESCR   Wed Dec 12 01:29:22 2007 +0000
@@ -0,0 +1,9 @@
+This is the QT4 wrapper for poppler, a PDF rendering library. It
+is a fork of the xpdf 3.0 PDF viewer developed by Derek Noonburg
+of Glyph and Cog, LLC.
+
+Poppler provides PDF rendering functionality as a shared library,
+to centralize the maintenence effort and to reduce duplicated
+effort. And the poppler developers would like to move libpoppler
+forward in a number of areas that doesn't fit within the goals of
+xpdf.
diff -r 4084df269c2d -r 02664684b7e2 print/poppler-qt4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/poppler-qt4/Makefile        Wed Dec 12 01:29:22 2007 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/12/12 01:29:22 markd Exp $
+#
+
+.include "../../print/poppler/Makefile.common"
+
+PKGNAME=               poppler-qt4-${POPPLER_VERS}
+
+COMMENT=               PDF rendering library (QT4 wrapper)
+
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --disable-cairo-output
+CONFIGURE_ARGS+=       --disable-splash-output
+CONFIGURE_ARGS+=       --enable-poppler-qt4
+CONFIGURE_ARGS+=       --disable-gtk-test
+CONFIGURE_ARGS+=       --disable-utils
+
+PKGCONFIG_OVERRIDE+=   ${WRKSRC}/poppler-qt4.pc.in
+
+INSTALLATION_DIRS+=    lib include/poppler lib/pkgconfig
+
+BUILD_DIRS=            ${WRKSRC}/qt4/src
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${DESTDIR}${PREFIX}/lib/pkgconfig
+
+BUILDLINK_API_DEPENDS.poppler+=     poppler>=${POPPLER_VERS}
+.include "../../print/poppler/buildlink3.mk"
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4084df269c2d -r 02664684b7e2 print/poppler-qt4/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/poppler-qt4/PLIST   Wed Dec 12 01:29:22 2007 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/12 01:29:22 markd Exp $
+include/poppler/qt4/poppler-annotation.h
+include/poppler/qt4/poppler-form.h
+include/poppler/qt4/poppler-link.h
+include/poppler/qt4/poppler-page-transition.h
+include/poppler/qt4/poppler-qt4.h
+lib/libpoppler-qt4.la
+lib/pkgconfig/poppler-qt4.pc
+@dirrm include/poppler/qt4
diff -r 4084df269c2d -r 02664684b7e2 print/poppler-qt4/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/poppler-qt4/buildlink3.mk   Wed Dec 12 01:29:22 2007 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/12/12 01:29:22 markd Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+POPPLER_QT4_BUILDLINK3_MK:=    ${POPPLER_QT4_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    poppler-qt4
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Npoppler-qt4}
+BUILDLINK_PACKAGES+=   poppler-qt4
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}poppler-qt4
+
+.if ${POPPLER_QT4_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.poppler-qt4+=    poppler-qt4>=0.6.1
+BUILDLINK_PKGSRCDIR.poppler-qt4?=      ../../print/poppler-qt4
+.endif # POPPLER_QT4_BUILDLINK3_MK
+
+.include "../../print/poppler/buildlink3.mk"
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index