[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.25

version 1.1, 2014/04/29 08:05:13 version 1.25, 2018/07/20 03:34:26
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+=    -DBUILD_GTK_TESTS=OFF
 CONFIGURE_ARGS+=        --enable-poppler-qt5  CMAKE_ARGS+=    -DENABLE_GLIB=OFF
 CONFIGURE_ARGS+=        --disable-poppler-qt4  CMAKE_ARGS+=    -DENABLE_UTILS=OFF
 CONFIGURE_ARGS+=        --disable-gtk-test  CMAKE_ARGS+=    -DENABLE_CPP=OFF
 CONFIGURE_ARGS+=        --disable-utils  CMAKE_ARGS+=    -DENABLE_QT5=ON
 CONFIGURE_ENV+=         MOCQT5=${QTDIR}/bin/moc  # Don't build libcurl based HTTP support. ## might want to include
   CMAKE_ARGS+=    -DENABLE_LIBCURL=OFF
 USE_TOOLS+=             gmake  
   
 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.25

CVSweb <webmaster@jp.NetBSD.org>