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

Collapse All | Expand All

(-)Makefile (-3 / +8 lines)
Lines 16-23 Link Here
16
		libcupsimage.so:print/cups \
16
		libcupsimage.so:print/cups \
17
		libfreetype.so:print/freetype2 \
17
		libfreetype.so:print/freetype2 \
18
		libfontconfig.so:x11-fonts/fontconfig \
18
		libfontconfig.so:x11-fonts/fontconfig \
19
		libpoppler.so:graphics/poppler \
19
		libpoppler.so:graphics/poppler 
20
		libmupdf.so:graphics/mupdf
21
20
22
CONFLICTS=	cups-pstoraster-[0-9]* foomatic-filters-[0-9]*
21
CONFLICTS=	cups-pstoraster-[0-9]* foomatic-filters-[0-9]*
23
22
Lines 44-50 Link Here
44
OPTIONS_GROUP=			CUPS_BROWSED
43
OPTIONS_GROUP=			CUPS_BROWSED
45
OPTIONS_GROUP_CUPS_BROWSED=	AVAHI LDAP
44
OPTIONS_GROUP_CUPS_BROWSED=	AVAHI LDAP
46
OPTIONS_SINGLE=			PDFTOPS_RENDERER
45
OPTIONS_SINGLE=			PDFTOPS_RENDERER
47
OPTIONS_SINGLE_PDFTOPS_RENDERER=GS HYBRID PDFTOPS
46
OPTIONS_SINGLE_PDFTOPS_RENDERER=GS HYBRID PDFTOPS MUPDF
48
OPTIONS_DEFAULT=		AVAHI COLORD HYBRID IJS IMAGEFILTERS
47
OPTIONS_DEFAULT=		AVAHI COLORD HYBRID IJS IMAGEFILTERS
49
OPTIONS_SUB=			yes
48
OPTIONS_SUB=			yes
50
49
Lines 101-106 Link Here
101
PDFTOPS_CONFIGURE_ON=		--with-pdftops=pdftops
100
PDFTOPS_CONFIGURE_ON=		--with-pdftops=pdftops
102
PDFTOPS_DESC=			Poppler pdftops(1)
101
PDFTOPS_DESC=			Poppler pdftops(1)
103
102
103
MUPDF_BUILD_DEPENDS=		mutool:graphics/mupdf
104
MUPDF_RUN_DEPENDS=		mutool:graphics/mupdf
105
MUPDF_CONFIGURE_ON=		--with-pdftops=mupdf
106
MUPDF_DESC=			MuPDF renderer
107
MUPDF_CONFIGURE_ENABLE=		mutool
108
104
PDFTOPS_RENDERER_DESC=		Default PDF-to-PostScript renderer
109
PDFTOPS_RENDERER_DESC=		Default PDF-to-PostScript renderer
105
110
106
post-patch:
111
post-patch:
(-)pkg-plist (-2 / +2 lines)
Lines 45-51 Link Here
45
%%BRAILLE%%libexec/cups/filter/imagetoubrl
45
%%BRAILLE%%libexec/cups/filter/imagetoubrl
46
%%BRAILLE%%libexec/cups/filter/imageubrltoindexv3
46
%%BRAILLE%%libexec/cups/filter/imageubrltoindexv3
47
%%BRAILLE%%libexec/cups/filter/imageubrltoindexv4
47
%%BRAILLE%%libexec/cups/filter/imageubrltoindexv4
48
libexec/cups/filter/mupdftoraster
48
%%MUPDF%%libexec/cups/filter/mupdftoraster
49
%%IJS%%libexec/cups/filter/pdftoijs
49
%%IJS%%libexec/cups/filter/pdftoijs
50
libexec/cups/filter/pdftoopvp
50
libexec/cups/filter/pdftoopvp
51
libexec/cups/filter/pdftopdf
51
libexec/cups/filter/pdftopdf
Lines 101-107 Link Here
101
%%BRAILLE%%share/cups/mime/braille.convs
101
%%BRAILLE%%share/cups/mime/braille.convs
102
%%BRAILLE%%share/cups/mime/braille.types
102
%%BRAILLE%%share/cups/mime/braille.types
103
share/cups/mime/cupsfilters-ghostscript.convs
103
share/cups/mime/cupsfilters-ghostscript.convs
104
share/cups/mime/cupsfilters-mupdf.convs
104
%%MUPDF%%share/cups/mime/cupsfilters-mupdf.convs
105
share/cups/mime/cupsfilters-poppler.convs
105
share/cups/mime/cupsfilters-poppler.convs
106
share/cups/mime/cupsfilters.convs
106
share/cups/mime/cupsfilters.convs
107
share/cups/mime/cupsfilters.types
107
share/cups/mime/cupsfilters.types

Return to bug 217848