View | Details | Raw Unified | Return to bug 284127 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/epsonscan2/Makefile (-18 / +10 lines)
Lines 1-6 Link Here
1
PORTNAME=	epsonscan2
1
PORTNAME=	epsonscan2
2
DISTVERSION=	6.6.40.0
2
DISTVERSION=	6.6.40.0
3
PORTREVISION=	11
3
PORTREVISION=	12
4
CATEGORIES=	graphics
4
CATEGORIES=	graphics
5
MASTER_SITES=	https://support.epson.net/linux/src/scanner/epsonscan2/
5
MASTER_SITES=	https://support.epson.net/linux/src/scanner/epsonscan2/
6
DISTNAME=	${PORTNAME}-${PORTVERSION}-1.src
6
DISTNAME=	${PORTNAME}-${PORTVERSION}-1.src
Lines 12-37 WWW= https://download.ebz.epson.net/man/linux/epsonscan2_e.html Link Here
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
BUILD_DEPENDS=	sane-config:graphics/sane-backends
15
BUILD_DEPENDS=	sane-config:graphics/sane-backends \
16
		boost-libs>0:devel/boost-libs
16
LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs \
17
LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs \
17
		libdouble-conversion.so:devel/double-conversion \
18
		libfreetype.so:print/freetype2 \
19
		libglib-2.0.so:devel/glib20 \
20
		libGL.so:graphics/libglvnd \
21
		libgraphite2.so:graphics/graphite2 \
22
		libicuuc.so:devel/icu \
23
		libiconv.so:converters/libiconv \
24
		libintl.so:devel/gettext-runtime \
25
		libharfbuzz.so:print/harfbuzz \
26
		libpcre.so:devel/pcre \
27
		libpcre2-16.so:devel/pcre2 \
28
		libpng.so:graphics/png \
18
		libpng.so:graphics/png \
29
		libtiff.so:graphics/tiff \
19
		libtiff.so:graphics/tiff
30
		libzstd.so:archivers/zstd
31
RUN_DEPENDS=	avahi-browse:net/avahi-app
32
20
33
USES=		cmake gettext-runtime gnome jpeg localbase qt:5 xorg
21
USES=		cmake jpeg localbase qt:5 xorg
34
USE_GNOME=	glib20
35
USE_LDCONFIG=	${PREFIX}/lib/epsonscan2
22
USE_LDCONFIG=	${PREFIX}/lib/epsonscan2
36
USE_QT=		buildtools:build core gui qmake:build widgets
23
USE_QT=		buildtools:build core gui qmake:build widgets
37
USE_XORG=	x11 xau xcb xdmcp
24
USE_XORG=	x11 xau xcb xdmcp
Lines 47-52 SUB_FILES= pkg-message \ Link Here
47
34
48
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-1
35
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-1
49
36
37
OPTIONS_DEFINE=		AVAHI
38
OPTIONS_DEFAULT=	AVAHI
39
AVAHI_DESC=		Use avahi to find scanners
40
AVAHI_RUN_DEPENDS=	avahi-browse:net/avahi-app
41
50
post-install:
42
post-install:
51
		${RM} -rf ${STAGEDIR}${DOCSDIR}
43
		${RM} -rf ${STAGEDIR}${DOCSDIR}
52
		${MV} ${STAGEDIR}${DOCSDIR}-${EPSON_VERSION}-1 ${STAGEDIR}${DOCSDIR}
44
		${MV} ${STAGEDIR}${DOCSDIR}-${EPSON_VERSION}-1 ${STAGEDIR}${DOCSDIR}

Return to bug 284127