View | Details | Raw Unified | Return to bug 237770
Collapse All | Expand All

(-)graphics/mupdf/Makefile (-6 / +5 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mupdf
4
PORTNAME=	mupdf
5
DISTVERSION=	1.14.0
5
DISTVERSION=	1.15.0
6
DISTVERSIONSUFFIX=	-source
6
DISTVERSIONSUFFIX=	-source
7
PORTREVISION=	1
8
PORTEPOCH=	1
7
PORTEPOCH=	1
9
CATEGORIES=	graphics
8
CATEGORIES=	graphics
10
MASTER_SITES=	http://www.mupdf.com/downloads/ \
9
MASTER_SITES=	http://www.mupdf.com/downloads/ \
Lines 25-41 Link Here
25
USES=		cpe compiler:c++11-lang gl gmake jpeg pkgconfig
24
USES=		cpe compiler:c++11-lang gl gmake jpeg pkgconfig
26
USE_XORG=	x11 xcursor xext xinerama xrandr
25
USE_XORG=	x11 xcursor xext xinerama xrandr
27
USE_GL=		gl glut
26
USE_GL=		gl glut
28
CPE_VENDOR=	artifex
29
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
30
28
29
CPE_VENDOR=	artifex
30
31
# pkg-config to avoid the conflict with openjpeg15
31
# pkg-config to avoid the conflict with openjpeg15
32
CFLAGS+=	`pkg-config --cflags libopenjp2`
32
CFLAGS+=	`pkg-config --cflags libopenjp2`
33
LDFLAGS+=	`pkg-config --libs libjpeg libopenjp2` -ljbig2dec
33
34
34
MAKE_ARGS=	build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes \
35
MAKE_ARGS=	build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes \
35
		XCFLAGS+="-I${WRKSRC}/include/mupdf -fPIC" \
36
		XCFLAGS+="-I${WRKSRC}/include/mupdf -fPIC" \
36
		XLIBS+="-L${LOCALBASE}/lib -L${WRKSRC}/build/release" \
37
		XLIBS+="-L${LOCALBASE}/lib -L${WRKSRC}/build/release" \
37
		SOVERSION=${DISTVERSION}
38
		SOVERSION=${DISTVERSION}
38
ALL_TARGET=	all extra
39
ALL_TARGET=	all extra-libs
39
40
40
OPTIONS_DEFINE=	DOCS JS SCROLL
41
OPTIONS_DEFINE=	DOCS JS SCROLL
41
OPTIONS_DEFAULT=	SCROLL
42
OPTIONS_DEFAULT=	SCROLL
Lines 59-66 Link Here
59
	${MV} ${STAGEDIR}${PREFIX}/bin/mupdf-x11 \
60
	${MV} ${STAGEDIR}${PREFIX}/bin/mupdf-x11 \
60
		${STAGEDIR}${PREFIX}/bin/mupdf
61
		${STAGEDIR}${PREFIX}/bin/mupdf
61
	${INSTALL_PROGRAM} \
62
	${INSTALL_PROGRAM} \
62
		${WRKSRC}/build/release/mjsgen \
63
		${WRKSRC}/build/release/mujstest \
64
		${WRKSRC}/build/release/muraster \
63
		${WRKSRC}/build/release/muraster \
65
		${STAGEDIR}${PREFIX}/bin
64
		${STAGEDIR}${PREFIX}/bin
66
	${LN} -s libmupdf.so.${PORTVERSION} \
65
	${LN} -s libmupdf.so.${PORTVERSION} \
(-)graphics/mupdf/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1542296614
1
TIMESTAMP = 1557205886
2
SHA256 (mupdf-1.14.0-source.tar.gz) = c443483a678c3fc258fa4adc124146225d0bb443c522619faadebf6b363d7724
2
SHA256 (mupdf-1.15.0-source.tar.gz) = 9fe6773ee0dc192d1878b7886b51150cbeb1a8ad81d3cd806d8e1ab343ffd471
3
SIZE (mupdf-1.14.0-source.tar.gz) = 55654104
3
SIZE (mupdf-1.15.0-source.tar.gz) = 53023898
(-)graphics/mupdf/pkg-plist (-16 / +5 lines)
Lines 1-11 Link Here
1
bin/mjsgen
2
bin/mujstest
3
bin/mupdf
1
bin/mupdf
4
bin/mupdf-gl
2
bin/mupdf-gl
5
bin/muraster
3
bin/muraster
6
bin/mutool
4
bin/mutool
7
include/mupdf/fitz.h
5
include/mupdf/fitz.h
8
include/mupdf/fitz/annotation.h
9
include/mupdf/fitz/archive.h
6
include/mupdf/fitz/archive.h
10
include/mupdf/fitz/band-writer.h
7
include/mupdf/fitz/band-writer.h
11
include/mupdf/fitz/bidi.h
8
include/mupdf/fitz/bidi.h
Lines 31-45 Link Here
31
include/mupdf/fitz/image.h
28
include/mupdf/fitz/image.h
32
include/mupdf/fitz/link.h
29
include/mupdf/fitz/link.h
33
include/mupdf/fitz/outline.h
30
include/mupdf/fitz/outline.h
34
include/mupdf/fitz/output-pcl.h
35
include/mupdf/fitz/output-pclm.h
36
include/mupdf/fitz/output-png.h
37
include/mupdf/fitz/output-pnm.h
38
include/mupdf/fitz/output-ps.h
39
include/mupdf/fitz/output-psd.h
40
include/mupdf/fitz/output-pwg.h
41
include/mupdf/fitz/output-svg.h
31
include/mupdf/fitz/output-svg.h
42
include/mupdf/fitz/output-tga.h
43
include/mupdf/fitz/output.h
32
include/mupdf/fitz/output.h
44
include/mupdf/fitz/path.h
33
include/mupdf/fitz/path.h
45
include/mupdf/fitz/pixmap.h
34
include/mupdf/fitz/pixmap.h
Lines 57-66 Link Here
57
include/mupdf/fitz/tree.h
46
include/mupdf/fitz/tree.h
58
include/mupdf/fitz/util.h
47
include/mupdf/fitz/util.h
59
include/mupdf/fitz/version.h
48
include/mupdf/fitz/version.h
49
include/mupdf/fitz/write-pixmap.h
60
include/mupdf/fitz/writer.h
50
include/mupdf/fitz/writer.h
61
include/mupdf/fitz/xml.h
51
include/mupdf/fitz/xml.h
62
include/mupdf/memento.h
52
include/mupdf/memento.h
63
include/mupdf/pdf-tools.h
64
include/mupdf/pdf.h
53
include/mupdf/pdf.h
65
include/mupdf/pdf/annot.h
54
include/mupdf/pdf/annot.h
66
include/mupdf/pdf/clean.h
55
include/mupdf/pdf/clean.h
Lines 68-75 Link Here
68
include/mupdf/pdf/crypt.h
57
include/mupdf/pdf/crypt.h
69
include/mupdf/pdf/document.h
58
include/mupdf/pdf/document.h
70
include/mupdf/pdf/event.h
59
include/mupdf/pdf/event.h
71
include/mupdf/pdf/field.h
72
include/mupdf/pdf/font.h
60
include/mupdf/pdf/font.h
61
include/mupdf/pdf/form.h
73
include/mupdf/pdf/interpret.h
62
include/mupdf/pdf/interpret.h
74
include/mupdf/pdf/javascript.h
63
include/mupdf/pdf/javascript.h
75
include/mupdf/pdf/name-table.h
64
include/mupdf/pdf/name-table.h
Lines 78-84 Link Here
78
include/mupdf/pdf/page.h
67
include/mupdf/pdf/page.h
79
include/mupdf/pdf/parse.h
68
include/mupdf/pdf/parse.h
80
include/mupdf/pdf/resource.h
69
include/mupdf/pdf/resource.h
81
include/mupdf/pdf/widget.h
82
include/mupdf/pdf/xref.h
70
include/mupdf/pdf/xref.h
83
include/mupdf/ucdn.h
71
include/mupdf/ucdn.h
84
lib/libmupdf-third.so
72
lib/libmupdf-third.so
Lines 91-100 Link Here
91
%%PORTDOCS%%%%DOCSDIR%%/COPYING
79
%%PORTDOCS%%%%DOCSDIR%%/COPYING
92
%%PORTDOCS%%%%DOCSDIR%%/README
80
%%PORTDOCS%%%%DOCSDIR%%/README
93
%%PORTDOCS%%%%DOCSDIR%%/android-sdk.html
81
%%PORTDOCS%%%%DOCSDIR%%/android-sdk.html
82
%%PORTDOCS%%%%DOCSDIR%%/api-changes.html
94
%%PORTDOCS%%%%DOCSDIR%%/artifex-logo.png
83
%%PORTDOCS%%%%DOCSDIR%%/artifex-logo.png
95
%%PORTDOCS%%%%DOCSDIR%%/building.html
84
%%PORTDOCS%%%%DOCSDIR%%/building.html
96
%%PORTDOCS%%%%DOCSDIR%%/coding-overview.html
85
%%PORTDOCS%%%%DOCSDIR%%/coding-overview.html
97
%%PORTDOCS%%%%DOCSDIR%%/coding-progressive.html
98
%%PORTDOCS%%%%DOCSDIR%%/coding-style.html
86
%%PORTDOCS%%%%DOCSDIR%%/coding-style.html
99
%%PORTDOCS%%%%DOCSDIR%%/examples/bbox-device.js
87
%%PORTDOCS%%%%DOCSDIR%%/examples/bbox-device.js
100
%%PORTDOCS%%%%DOCSDIR%%/examples/create-thumbnail.js
88
%%PORTDOCS%%%%DOCSDIR%%/examples/create-thumbnail.js
Lines 106-112 Link Here
106
%%PORTDOCS%%%%DOCSDIR%%/examples/multi-threaded.c
94
%%PORTDOCS%%%%DOCSDIR%%/examples/multi-threaded.c
107
%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-create-lowlevel.js
95
%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-create-lowlevel.js
108
%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-create.js
96
%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-create.js
97
%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-dejpx.js
109
%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-merge.js
98
%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-merge.js
99
%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-portfolio.js
110
%%PORTDOCS%%%%DOCSDIR%%/examples/trace-device.js
100
%%PORTDOCS%%%%DOCSDIR%%/examples/trace-device.js
111
%%PORTDOCS%%%%DOCSDIR%%/index.html
101
%%PORTDOCS%%%%DOCSDIR%%/index.html
112
%%PORTDOCS%%%%DOCSDIR%%/manual-mupdf-gl.html
102
%%PORTDOCS%%%%DOCSDIR%%/manual-mupdf-gl.html
Lines 116-122 Link Here
116
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-draw.html
106
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-draw.html
117
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-extract.html
107
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-extract.html
118
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-merge.html
108
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-merge.html
119
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-portfolio.html
120
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-run.html
109
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-run.html
121
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-show.html
110
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-show.html
122
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-trace.html
111
%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-trace.html
(-)graphics/zathura-pdf-mupdf/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	zathura-pdf-mupdf
4
PORTNAME=	zathura-pdf-mupdf
5
DISTVERSION=	0.3.4
5
DISTVERSION=	0.3.4
6
PORTREVISION=	1
6
CATEGORIES=	graphics
7
CATEGORIES=	graphics
7
MASTER_SITES=	https://pwmt.org/projects/zathura-pdf-mupdf/download/ \
8
MASTER_SITES=	https://pwmt.org/projects/zathura-pdf-mupdf/download/ \
8
		http://www.madpilot.net/~mad/pwmt.org/
9
		http://www.madpilot.net/~mad/pwmt.org/

Return to bug 237770