ed28803b50
Release 21.02.0:
core:
* GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
* Fix memory leak if saving the file fails
* Internal code improvements
* Fix various issues handling broken files
* Make checkedAdd work for long long in MSVC
qt5:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
qt6:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
utils:
* pdftohtml: Fix error() parameter type
PR: 253183
Exp-run by: antoine
64 lines
1.6 KiB
Makefile
64 lines
1.6 KiB
Makefile
# Created by: gary@hotlava.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sane-backends
|
|
PORTVERSION= 1.0.31
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/8bf1cae2e1803aefab9e5331550e5d5d/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= API for accessing scanners, digital cameras, frame grabbers, etc
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png \
|
|
libtiff.so:graphics/tiff
|
|
|
|
USES= compiler:c++11-lang gmake gnome jpeg libtool localbase:ldflags \
|
|
pathfix pkgconfig
|
|
USE_GNOME= libxml2
|
|
USE_LDCONFIG= yes
|
|
USE_RC_SUBR= saned
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-locking \
|
|
--enable-pthread \
|
|
--without-systemd
|
|
INSTALL_TARGET= install-strip
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
USERS= saned
|
|
GROUPS= saned
|
|
|
|
PLIST_SUB= SOVERSION=${PORTVERSION}
|
|
|
|
OPTIONS_DEFINE= AVAHI DOCS GPHOTO IEEE1284 IPV6 NLS SNMP USB V4L
|
|
OPTIONS_DEFAULT= AVAHI GPHOTO USB
|
|
OPTIONS_SUB= yes
|
|
|
|
IEEE1284_DESC= Parallel port support via libieee1284
|
|
USB_DESC= USB support
|
|
|
|
AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app \
|
|
libcurl.so:ftp/curl \
|
|
libpoppler-glib.so:graphics/poppler-glib
|
|
AVAHI_USE= GNOME=cairo,glib20
|
|
AVAHI_CONFIGURE_WITH= avahi libcurl
|
|
GPHOTO_LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2
|
|
GPHOTO_CONFIGURE_WITH= gphoto2
|
|
IEEE1284_LIB_DEPENDS= libieee1284.so:sysutils/libieee1284
|
|
IEEE1284_CONFIGURE_ENV_OFF= sane_cv_use_libieee1284=no
|
|
IPV6_CONFIGURE_ENABLE= ipv6
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
|
|
SNMP_CONFIGURE_WITH= snmp
|
|
USB_CONFIGURE_WITH= usb
|
|
V4L_LIB_DEPENDS= libv4l1.so:multimedia/libv4l
|
|
V4L_CONFIGURE_WITH= v4l
|
|
|
|
.include <bsd.port.mk>
|