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

Collapse All | Expand All

(-)Makefile (-3 / +7 lines)
Lines 6-31 Link Here
6
#
6
#
7
7
8
PORTNAME=	scantailor
8
PORTNAME=	scantailor
9
PORTVERSION=	0.9.9.2
9
PORTVERSION=	0.9.10
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
12
13
MAINTAINER=	g.veniamin@googlemail.com
13
MAINTAINER=	g.veniamin@googlemail.com
14
COMMENT=	Scan Tailor is an interactive post-processing tool for scanned pages
14
COMMENT=	Scan Tailor is an interactive post-processing tool for scanned pages
15
15
16
LICENSE=	GPLv3
17
16
LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
18
LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
17
		tiff.4:${PORTSDIR}/graphics/tiff \
19
		tiff.4:${PORTSDIR}/graphics/tiff \
18
		jbig.1:${PORTSDIR}/graphics/jbigkit \
20
		jbig.1:${PORTSDIR}/graphics/jbigkit \
19
		png.6:${PORTSDIR}/graphics/png
21
		png.6:${PORTSDIR}/graphics/png
20
BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
22
BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
21
23
22
LICENSE=	GPLv3
23
24
USE_CMAKE=	yes
24
USE_CMAKE=	yes
25
USE_ICONV=	yes
25
USE_ICONV=	yes
26
USE_GETTEXT=	yes
26
USE_GETTEXT=	yes
27
USE_QT_VER=	4
27
USE_QT_VER=	4
28
QT_COMPONENTS=	gui xml qmake_build uic_build moc_build rcc_build \
28
QT_COMPONENTS=	gui xml qmake_build uic_build moc_build rcc_build \
29
		linguist_build
29
		linguist_build
30
MAKE_JOBS_SAFE=	yes
31
32
DESKTOP_ENTRIES="Scan Tailor" "Interactive post-processing tool for scanned pages" \
33
		"" "${PORTNAME}" "Application;Graphics;" false
30
34
31
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (scantailor-0.9.9.2.tar.gz) = b65f45697c196a05ea12910ffb47ad728f98b18937c8c42033865bbdd40211c7
1
SHA256 (scantailor-0.9.10.tar.gz) = 0b574eabfb65e4dcf3915d00ad3da31d464060458ffaeb49e4257e97301f93a0
2
SIZE (scantailor-0.9.9.2.tar.gz) = 969691
2
SIZE (scantailor-0.9.10.tar.gz) = 1124348
(-)pkg-plist (+6 lines)
Lines 1-8 Link Here
1
bin/scantailor
1
bin/scantailor
2
bin/scantailor-cli
2
%%DATADIR%%/translations/scantailor_bg.qm
3
%%DATADIR%%/translations/scantailor_bg.qm
4
%%DATADIR%%/translations/scantailor_cs.qm
3
%%DATADIR%%/translations/scantailor_de.qm
5
%%DATADIR%%/translations/scantailor_de.qm
4
%%DATADIR%%/translations/scantailor_fr.qm
6
%%DATADIR%%/translations/scantailor_fr.qm
7
%%DATADIR%%/translations/scantailor_it.qm
5
%%DATADIR%%/translations/scantailor_ja.qm
8
%%DATADIR%%/translations/scantailor_ja.qm
9
%%DATADIR%%/translations/scantailor_pl.qm
6
%%DATADIR%%/translations/scantailor_ru.qm
10
%%DATADIR%%/translations/scantailor_ru.qm
11
%%DATADIR%%/translations/scantailor_sk.qm
12
%%DATADIR%%/translations/scantailor_zh_TW.qm
7
@dirrm %%DATADIR%%/translations
13
@dirrm %%DATADIR%%/translations
8
@dirrm %%DATADIR%%
14
@dirrm %%DATADIR%%

Return to bug 160633