[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / poppler-qt5

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/print/poppler-qt5/Makefile between version 1.1 and 1.20

version 1.1, 2014/04/29 08:05:13 version 1.20, 2017/12/08 08:52:56
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
   PKGREVISION= 1
 .include "../../print/poppler/Makefile.common"  .include "../../print/poppler/Makefile.common"
   
 PKGNAME=                poppler-qt5-${POPPLER_VERS}  PKGNAME=                poppler-qt5-${POPPLER_VERS}
 COMMENT=                PDF rendering library (QT5 wrapper)  COMMENT=                PDF rendering library (QT5 wrapper)
 MAINTAINER=             pkgsrc-users@NetBSD.org  MAINTAINER=             pkgsrc-users@NetBSD.org
   
 GNU_CONFIGURE=          yes  CMAKE_ARGS+=    -DENABLE_SPLASH=ON
 CONFIGURE_ARGS+=        --disable-cairo-output  CMAKE_ARGS+=    -DCMAKE_DISABLE_FIND_PACKAGE_CAIRO=TRUE
 CONFIGURE_ARGS+=        --enable-poppler-qt5  CMAKE_ARGS+=    -DBUILD_GTK_TESTS=OFF
 CONFIGURE_ARGS+=        --disable-poppler-qt4  CMAKE_ARGS+=    -DENABLE_GLIB=OFF
 CONFIGURE_ARGS+=        --disable-gtk-test  CMAKE_ARGS+=    -DENABLE_UTILS=OFF
 CONFIGURE_ARGS+=        --disable-utils  CMAKE_ARGS+=    -DENABLE_CPP=OFF
 CONFIGURE_ENV+=         MOCQT5=${QTDIR}/bin/moc  CMAKE_ARGS+=    -DENABLE_QT4=OFF
   CMAKE_ARGS+=    -DENABLE_QT5=ON
   # Don't build libcurl based HTTP support. ## might want to include
   CMAKE_ARGS+=    -DENABLE_LIBCURL=OFF
   
 USE_TOOLS+=             gmake  CMAKE_ARGS+=    -DMOCQT5=${QTDIR}/bin/moc
   
 BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}  BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}
 .include "../../print/poppler/buildlink3.mk"  .include "../../print/poppler/buildlink3.mk"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>