enable dell1600n_net (#314081) and pint backends
This commit is contained in:
parent
bd9cb072fc
commit
a068c6bec9
19
sane-backends-1.0.18-pint.patch
Normal file
19
sane-backends-1.0.18-pint.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
diff -up sane-backends-1.0.18/configure.in.pint sane-backends-1.0.18/configure.in
|
||||||
|
--- sane-backends-1.0.18/configure.in.pint 2007-10-02 10:00:41.000000000 +0200
|
||||||
|
+++ sane-backends-1.0.18/configure.in 2007-10-02 10:08:49.000000000 +0200
|
||||||
|
@@ -406,7 +406,14 @@ else
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test "${ac_cv_header_sys_scanio_h}" = "no"; then
|
||||||
|
- echo "*** disabling PINT backend (sys/scanio.h not found)"
|
||||||
|
+ case "$host_os" in
|
||||||
|
+ *bsd*)
|
||||||
|
+ echo "*** disabling PINT backend (sys/scanio.h not found)"
|
||||||
|
+ ;;
|
||||||
|
+ *)
|
||||||
|
+ BACKENDS="${BACKENDS} pint"
|
||||||
|
+ ;;
|
||||||
|
+ esac
|
||||||
|
else
|
||||||
|
BACKENDS="${BACKENDS} pint"
|
||||||
|
fi
|
@ -24,7 +24,7 @@
|
|||||||
Summary: Scanner access software
|
Summary: Scanner access software
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.18
|
Version: 1.0.18
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
|
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -39,10 +39,16 @@ Patch7: sane-backends-1.0.18-udev-symlink.patch
|
|||||||
Patch8: sane-backends-1.0.18-udev-098.patch
|
Patch8: sane-backends-1.0.18-udev-098.patch
|
||||||
Patch9: sane-backends-1.0.18-glibc-2.7.patch
|
Patch9: sane-backends-1.0.18-glibc-2.7.patch
|
||||||
Patch10: sane-backends-1.0.18-epson-cx5000.patch
|
Patch10: sane-backends-1.0.18-epson-cx5000.patch
|
||||||
|
Patch11: sane-backends-1.0.18-pint.patch
|
||||||
URL: http://www.sane-project.org
|
URL: http://www.sane-project.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n)
|
||||||
BuildRequires: tetex-latex libusb-devel libieee1284-devel libjpeg-devel
|
BuildRequires: tetex-latex
|
||||||
BuildRequires: autoconf libtool
|
BuildRequires: libusb-devel
|
||||||
|
BuildRequires: libieee1284-devel
|
||||||
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: libtiff-devel
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
%if %{gphoto2_support}
|
%if %{gphoto2_support}
|
||||||
BuildRequires: gphoto2-devel
|
BuildRequires: gphoto2-devel
|
||||||
@ -132,6 +138,7 @@ want to access digital cameras.
|
|||||||
|
|
||||||
%patch9 -p1 -b .glibc-2.7
|
%patch9 -p1 -b .glibc-2.7
|
||||||
%patch10 -p1 -b .epson-cx5000
|
%patch10 -p1 -b .epson-cx5000
|
||||||
|
%patch11 -p1 -b .pint
|
||||||
|
|
||||||
for i in agfafocus avision coolscan2 umax_pp; do
|
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_"
|
iconv -f iso-8859-1 -t utf-8 < "doc/sane-$i.man" > "doc/sane-$i.man_"
|
||||||
@ -251,6 +258,9 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pkgconfig/sane-backends.pc
|
%{_libdir}/pkgconfig/sane-backends.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 02 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-16
|
||||||
|
- enable dell1600n_net (#314081) and pint backends
|
||||||
|
|
||||||
* Wed Aug 15 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-15
|
* Wed Aug 15 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-15
|
||||||
- enable support for Epson CX-5000
|
- enable support for Epson CX-5000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user