pkgsrc/print/evince3/Makefile.common
prlw1 3aa34f9eb7 Update evince3 to 3.28.2
* Add support for Adobe Illustrator documents (#311990, Bastien
  Nocera)
* The comics backend now uses libarchive and unarr instead of
  spawning commands (#720742, Bastien Nocera)
* Add flag EV_DOCUMENT_LOAD_FLAG_NO_CACHE to not setup the
  document cache during the load. It will be setup later only if
  needed (#780210, Bastien Nocera, Carlos Garcia Campos)
* Speed up thumbnailing by using EV_DOCUMENT_LOAD_FLAG_NO_CACHE
  flag (#780210, Bastien Nocera)
* Improve performance of the links sidebar (#779614, Benjamin
  Berg)
* Select the active file when open containing folder (#741377,
  Germán Poo-Caamaño)
* Improve performance of scrolling in thumbnails sidebar (#691448,
  Nelson Benítez León)
* Don't copy remote files before thumbnailing (#780351, Bastien
  Nocera)
* Fix toggling layers that are not in the current visible range of
  pages (#780139, Georges Dupéron)
  #342110, Nelson Benítez León)

+ many bugfixes and translation updates
2018-06-06 14:49:41 +00:00

56 lines
2.1 KiB
Makefile

# $NetBSD: Makefile.common,v 1.20 2018/06/06 14:49:41 prlw1 Exp $
#
# used by print/evince3/Makefile
# would probably be used by print/evince3-nautilus/Makefile if that existed
DISTNAME= evince-3.28.2
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evince/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://wiki.gnome.org/Apps/Evince
LICENSE= gnu-gpl-v2
#FILESDIR= ../../print/evince3/files
#PATCHDIR= ../../print/evince3/patches
DISTINFO_FILE= ${.CURDIR}/../../print/evince3/distinfo
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --disable-browser-plugin
# Disable thumbnail cache
CONFIGURE_ARGS+= --disable-libgnome-desktop
TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
# XXX fake for "configure" to allow build w/o a gs installed
# (avoid hard dependency on a specific version)
CONFIGURE_ARGS+= --with-gs=${PREFIX}/bin/gs
pre-configure:
${ECHO} "echo 8.51" >${BUILDLINK_DIR}/bin/gs
${CHMOD} +x ${BUILDLINK_DIR}/bin/gs
BUILDLINK_API_DEPENDS.libarchive+= libarchive>=3.2.0
.include "../../archivers/libarchive/buildlink3.mk"
.include "../../databases/shared-mime-info/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36.0
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.adwaita-icon-theme+= adwaita-icon-theme>=2.17.1
.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
BUILDLINK_API_DEPENDS.gdk-pixbuf2+= gdk-pixbuf2>=2.36.5
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../print/libspectre/buildlink3.mk"
BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.33.0
.include "../../print/poppler-glib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.15.3
.include "../../x11/gtk3/buildlink3.mk"