Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172395 Details for
Bug 247605
media-gfx/sane-backends-1.0.19-r2: Add support for hp_rts88xx backend
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against sane-1.0.19-r2 ebuild
sane-1.0.19-r2.ebuild.patch (text/plain), 1.35 KB, created by
Tim Hentenaar
on 2008-11-19 17:42:08 UTC
(
hide
)
Description:
Patch against sane-1.0.19-r2 ebuild
Filename:
MIME Type:
Creator:
Tim Hentenaar
Created:
2008-11-19 17:42:08 UTC
Size:
1.35 KB
patch
obsolete
>--- sane-backends-1.0.19-r2.ebuild.bak 2008-11-19 12:15:07.719484743 -0500 >+++ sane-backends-1.0.19-r2.ebuild 2008-11-19 12:47:23.820358765 -0500 >@@ -49,7 +49,7 @@ > # ricoh s9036 sceptre sharp > # sp15c st400 tamarack test teco1 teco2 teco3 umax umax_pp umax1220u > # artec_eplus48u ma1509 ibm hs2p hp5400 u12 snapscan niash sm3840 hp4200 >-# sm3600 hp3500 stv680 epson2 hp5590 hp3900 hpljm1005" >+# sm3600 hp3500 stv680 epson2 hp5590 hp3900 hpljm1005 hp_rts88xx" > > # Note that some backends has specific dependencies which make the compilation > # fail because not supported on your current platform. >@@ -60,6 +60,7 @@ > if [[ "${SANE_BACKENDS}" != "" ]]; then > use gphoto2 && SANE_BACKENDS="${SANE_BACKENDS} gphoto2" > use v4l && SANE_BACKENDS="${SANE_BACKENDS} v4l" >+ use usb && SANE_BACKENDS="${SANE_BACKENDS} hp_rts88xx" > fi > IEEE1284_BACKENDS="canon_pp hpsj5s mustek_pp" > if ! use x86 && ! use amd64; then >@@ -98,10 +99,17 @@ > epatch "${FILESDIR}"/fujitsu_DBG_LEVEL.patch > epatch "${FILESDIR}/epson2fixes-${PV}".patch > epatch "${FILESDIR}/parallel-install-${PV}".patch >+ if use usb; then >+ epatch "${FILESDIR}/sane-1.0.19-hp_rts88xx-driver.patch" >+ fi >+ > cat >> backend/dll.conf.in <<-EOF > # Add support for the HP-specific backend. Needs net-print/hplip installed. > hpaio >+ # Add support for the hp_rts88xx backend. >+ hp_rts88xx > EOF >+ > } > > src_compile() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 247605
: 172395 |
172397