Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 298473 Details for
Bug 437308
sane-backends missing epkowa (Epson) support
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add epkowa driver
sane-backends-epkowa.patch (text/plain), 3.33 KB, created by
David Walluck
on 2008-03-19 04:57:38 UTC
(
hide
)
Description:
Add epkowa driver
Filename:
MIME Type:
Creator:
David Walluck
Created:
2008-03-19 04:57:38 UTC
Size:
3.33 KB
patch
obsolete
>--- sane-backends.spec~ 2008-03-10 06:10:56.000000000 -0400 >+++ sane-backends.spec 2008-03-19 00:48:31.000000000 -0400 >@@ -1,18 +1,25 @@ >+%define iscan_version 2.10.0 >+%define epkowa 1 >+ > Summary: Scanner access software > Name: sane-backends > Version: 1.0.19 >-Release: 7%{?dist} >+Release: 8%{?dist} > License: GPL (programs), relaxed LGPL (libraries), and public domain (docs) > Group: System Environment/Libraries > Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz > Source1: sane.png > Source2: hal-usb-scanner-add >+# Download iscan-2.10.0-1.tar.gz, found at http://www.avasys.jp/english/linux_e/index.html >+# mkdir iscan; cd iscan; tar xzf ../iscan-2.10.0-1.tar.gz; rm -f */non-free/EAPL*.txt */non-free/lib*.so; tar cjf ../iscan-2.10.0-1-free.tar.bz2 *; cd ..; rm -rf iscan >+Source3: iscan-%{iscan_version}-1-free.tar.bz2 > Patch0: sane-backends-1.0.19-acinclude.patch.bz2 > Patch1: sane-backends-1.0.18-rpath.patch > Patch2: sane-backends-1.0.19-pkgconfig.patch > Patch3: sane-backends-1.0.18-glibc-2.7.patch > Patch4: sane-backends-1.0.19-policykit.patch > Patch5: sane-backends-1.0.19-uninitialized.patch >+Patch6: sane-backends-1.0.19-iscan-2.10.0-cstdlib.patch > URL: http://www.sane-project.org > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%__id_u -n) > BuildRequires: tetex-latex >@@ -24,8 +31,13 @@ > BuildRequires: libtool > BuildRequires: gettext > BuildRequires: gphoto2-devel >+BuildRequires: chrpath > Requires: pam >= 0.78-2 > Requires: hal >= 0.4.0 >+%if %{epkowa} >+BuildRequires: gtk2-devel >+BuildRequires: libtool-ltdl-devel >+%endif > ExcludeArch: s390 s390x > > %description >@@ -71,6 +83,7 @@ > > %prep > %setup -q >+%setup -q -T -D -a 3 > > %patch0 -p1 -b .acinclude > %patch1 -p1 -b .rpath >@@ -78,6 +91,7 @@ > %patch3 -p1 -b .glibc-2.7 > %patch4 -p1 -b .policykit > %patch5 -p1 -b .uninitialized >+%patch6 -p0 -b .iscan-cstdlib > > for i in agfafocus avision coolscan2 umax_pp; do > iconv -f iso-8859-1 -t utf-8 < "doc/sane-$i.man" > "doc/sane-$i.man_" >@@ -93,11 +107,32 @@ > --with-docdir=%{_docdir}/%{name}-%{version} > make %{?_smp_mflags} > >+%if %{epkowa} >+%{__chmod} 0755 tools/sane-config >+PATH=`pwd`/tools:${PATH} >+cd iscan-%{iscan_version} >+export CFLAGS="%{optflags} -I`pwd`/../include -L`pwd`/../backend/ -fPIC" >+export CXXFLAGS="%{optflags} -I`pwd`/../include -L`pwd`/../backend/ -fPIC" >+%configure --disable-frontend >+make >+cd .. >+%endif > > %install > rm -rf %{buildroot} > %{makeinstall} docdir=%{buildroot}/%{_docdir}/%{name}-%{version} > >+%if %{epkowa} >+cd iscan-%{iscan_version} >+make DESTDIR=%{buildroot} install >+rm %{buildroot}%{_libdir}/sane/libsane-epkowa.a >+rm %{buildroot}%{_mandir}/man1/iscan.1* >+rm -r %{buildroot}%{_libdir}/iscan >+cp -a backend/epkowa.conf %{buildroot}%{_sysconfdir}/sane.d/epkowa.conf >+echo 'epkowa' >> %{buildroot}%{_sysconfdir}/sane.d/dll.conf >+cd .. >+%endif >+ > mkdir -p %{buildroot}%{_datadir}/pixmaps > install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps > rm -f %{buildroot}%{_bindir}/gamma4scanimage >@@ -111,7 +146,13 @@ > install -m 0755 %{SOURCE2} %{buildroot}/%{_libexecdir}/hal-usb-scanner-add > > %find_lang %name >+%find_lang iscan >+%{__cat} iscan.lang >> %name.lang > >+chrpath -d %{buildroot}%{_sbindir}/saned >+chrpath -d %{buildroot}%{_libdir}/*.so.*.*.* >+chrpath -d %{buildroot}%{_libdir}/sane/*.so.*.*.* >+chrpath -d %{buildroot}%{_bindir}/{sane-find-scanner,scanimage} > > %clean > rm -rf %{buildroot}
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 437308
: 298473 |
298474