Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 247605 | Differences between
and this patch

Collapse All | Expand All

(-)sane-backends-1.0.19-r2.ebuild.bak (-1 / +9 lines)
Lines 49-55 Link Here
49
# ricoh s9036 sceptre sharp
49
# ricoh s9036 sceptre sharp
50
# sp15c st400 tamarack test teco1 teco2 teco3 umax umax_pp umax1220u
50
# sp15c st400 tamarack test teco1 teco2 teco3 umax umax_pp umax1220u
51
# artec_eplus48u ma1509 ibm hs2p hp5400 u12 snapscan niash sm3840 hp4200
51
# artec_eplus48u ma1509 ibm hs2p hp5400 u12 snapscan niash sm3840 hp4200
52
# sm3600 hp3500 stv680 epson2 hp5590 hp3900 hpljm1005"
52
# sm3600 hp3500 stv680 epson2 hp5590 hp3900 hpljm1005 hp_rts88xx"
53
53
54
# Note that some backends has specific dependencies which make the compilation
54
# Note that some backends has specific dependencies which make the compilation
55
# fail because not supported on your current platform.
55
# fail because not supported on your current platform.
Lines 60-65 Link Here
60
	if [[ "${SANE_BACKENDS}" != "" ]]; then
60
	if [[ "${SANE_BACKENDS}" != "" ]]; then
61
		use gphoto2 && SANE_BACKENDS="${SANE_BACKENDS} gphoto2"
61
		use gphoto2 && SANE_BACKENDS="${SANE_BACKENDS} gphoto2"
62
		use v4l && SANE_BACKENDS="${SANE_BACKENDS} v4l"
62
		use v4l && SANE_BACKENDS="${SANE_BACKENDS} v4l"
63
		use usb && SANE_BACKENDS="${SANE_BACKENDS} hp_rts88xx"
63
	fi
64
	fi
64
	IEEE1284_BACKENDS="canon_pp hpsj5s mustek_pp"
65
	IEEE1284_BACKENDS="canon_pp hpsj5s mustek_pp"
65
	if ! use x86 && ! use amd64; then
66
	if ! use x86 && ! use amd64; then
Lines 98-107 Link Here
98
	epatch "${FILESDIR}"/fujitsu_DBG_LEVEL.patch
99
	epatch "${FILESDIR}"/fujitsu_DBG_LEVEL.patch
99
	epatch "${FILESDIR}/epson2fixes-${PV}".patch
100
	epatch "${FILESDIR}/epson2fixes-${PV}".patch
100
	epatch "${FILESDIR}/parallel-install-${PV}".patch
101
	epatch "${FILESDIR}/parallel-install-${PV}".patch
102
	if use usb; then
103
		epatch "${FILESDIR}/sane-1.0.19-hp_rts88xx-driver.patch"
104
	fi
105
101
	cat >> backend/dll.conf.in <<-EOF
106
	cat >> backend/dll.conf.in <<-EOF
102
	# Add support for the HP-specific backend.  Needs net-print/hplip installed.
107
	# Add support for the HP-specific backend.  Needs net-print/hplip installed.
103
	hpaio
108
	hpaio
109
	# Add support for the hp_rts88xx backend.
110
	hp_rts88xx
104
	EOF
111
	EOF
112
	
105
}
113
}
106
114
107
src_compile() {
115
src_compile() {

Return to bug 247605