Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 431406
Collapse All | Expand All

(-)a/gx86/net-print/cups-filters/cups-filters-1.0.23.ebuild (-8 / +13 lines)
Lines 49-63 src_prepare() { Link Here
49
}
49
}
50
50
51
src_configure() {
51
src_configure() {
52
	econf \
52
	local myeconfopts=(
53
		$(use_enable static-libs static) \
53
		$(use_enable static-libs static)
54
		--with-fontdir="fonts/conf.avail" \
54
		--with-fontdir="fonts/conf.avail"
55
		--enable-imagefilters \
55
		# bug #431406: ghostscript (the default) results in blurry printing
56
		$(use_with jpeg) \
56
		--with-pdftops=pdftops
57
		$(use_with png) \
57
		--enable-imagefilters
58
		$(use_with tiff) \
58
		$(use_with jpeg)
59
		--without-php \
59
		$(use_with png)
60
		$(use_with tiff)
61
		--without-php
60
		--docdir=/usr/share/doc/${PF}
62
		--docdir=/usr/share/doc/${PF}
63
	)
64
65
	econf "${myeconfopts[@]}"
61
}
66
}
62
67
63
src_compile() {
68
src_compile() {
(-)a/gx86/net-print/cups-filters/cups-filters-9999.ebuild (-9 / +13 lines)
Lines 49-63 src_prepare() { Link Here
49
}
49
}
50
50
51
src_configure() {
51
src_configure() {
52
	econf \
52
	local myeconfopts=(
53
		$(use_enable static-libs static) \
53
		$(use_enable static-libs static)
54
		--with-fontdir="fonts/conf.avail" \
54
		--with-fontdir="fonts/conf.avail"
55
		--enable-imagefilters \
55
		# bug #431406: ghostscript (the default) results in blurry printing
56
		$(use_with jpeg) \
56
		--with-pdftops=pdftops
57
		$(use_with png) \
57
		--enable-imagefilters
58
		$(use_with tiff) \
58
		$(use_with jpeg)
59
		--without-php \
59
		$(use_with png)
60
		$(use_with tiff)
61
		--without-php
60
		--docdir=/usr/share/doc/${PF}
62
		--docdir=/usr/share/doc/${PF}
63
	)
64
65
	econf "${myeconfopts[@]}"
61
}
66
}
62
67
63
src_compile() {
68
src_compile() {
64
- 

Return to bug 431406