Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 162105 Details for
Bug 233811
sane-backends with HP3900 updates from SVN repository
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to update sane-backends-1.0.19-r2 to include support for the HP ScanJet G2710
sane-backends.patch (text/plain), 2.12 KB, created by
Flavio Cappelli
on 2008-08-03 15:26:11 UTC
(
hide
)
Description:
patch to update sane-backends-1.0.19-r2 to include support for the HP ScanJet G2710
Filename:
MIME Type:
Creator:
Flavio Cappelli
Created:
2008-08-03 15:26:11 UTC
Size:
2.12 KB
patch
obsolete
>--- /usr/portage/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild 2008-08-01 17:18:23.000000000 +0200 >+++ sane-backends-1.0.19-r3.ebuild 2008-08-03 17:03:02.000000000 +0200 >@@ -1,12 +1,14 @@ > # Copyright 1999-2008 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild,v 1.1 2008/08/01 15:18:23 phosphan Exp $ >+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r3.ebuild,v 1.1 2008/08/03 16:47:06 phosphan Exp $ > >-inherit eutils >+inherit eutils subversion > >-IUSE="usb gphoto2 ipv6 v4l doc" >+ESVN_REPO_URI="https://hp3900-series.svn.sourceforge.net/svnroot/hp3900-series" >+ESVN_REVISION="174" > >-DESCRIPTION="Scanner Access Now Easy - Backends" >+IUSE="usb gphoto2 ipv6 v4l doc" >+DESCRIPTION="Scanner Access Now Easy - Backends with HP3900 updates from SVN repository" > HOMEPAGE="http://www.sane-project.org/" > > RDEPEND=">=media-libs/jpeg-6b >@@ -87,6 +89,30 @@ > unpack ${BROTHERMFCDRIVER}.bz2 > fi > >+ # Start patch by F.C. >+ # ---------------------------------------------------------------------- >+ # Save the package latest Changelog as it will be overwritten. >+ cp ${S}/ChangeLog ${S}/ChangeLog-${PV} >+ >+ # Download the latest HP3900 backend support compatible with sane 1.0.x >+ einfo "Downloading hp3900-series sane-backend sources via subversion..." >+ subversion_src_unpack >+ cp -ax ${ESVN_STORE_DIR}/sane-backends/hp3900-series ${WORKDIR} >+ einfo "hp3900-series $(grep :version ${WORKDIR}/hp3900-series/sane/hp3900.desc| sed 's/://')" >+ >+ # Patch the hp3900-series backend. >+ einfo "Compiling hp3900-series patcher ..." >+ cd ${WORKDIR}/hp3900-series/patcher/ >+ ./compile.sh || die "Error compiling hp3900-series patcher" >+ einfo "Patching sane-backend" >+ ./hp3900-patcher --sane ${S} --from ${WORKDIR}/hp3900-series --verbose >+ >+ # Rename the hp3900 Changelog and restore the original one. >+ mv ${S}/ChangeLog ${S}/ChangeLog-hp3900 >+ mv ${S}/ChangeLog-${PV} ${S}/ChangeLog >+ # ---------------------------------------------------------------------- >+ # End patch by F.C. >+ > cd "${S}" > > if ! use doc; then
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 233811
: 162105