1
0
forked from pool/sane-backends

Accepting request 351283 from home:StefanBruens:branches:graphics

the gphoto backend needs manual configuration to be usable at all, it is quite shoehorned into the sane API.

On the other hand, gphoto2 has quite some dependencies, mostly via libgd3, which can be avoided.

OBS-URL: https://build.opensuse.org/request/show/351283
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=80
This commit is contained in:
Ismail Dönmez 2016-01-11 16:46:42 +00:00 committed by Git OBS Bridge
parent 0c96b0d283
commit 09f4a989f8
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 29 22:32:37 UTC 2015 - stefan.bruens@rwth-aachen.de
- remove gphoto2 backend, as is usefulness is highly questionable,
but adds many (indirect) build and runtime dependencies
-------------------------------------------------------------------
Tue Oct 6 10:55:10 CEST 2015 - jsmeix@suse.de

View File

@ -17,7 +17,6 @@
Name: sane-backends
BuildRequires: libgphoto2-devel
%if 0%{?suse_version} > 1130
BuildRequires: libieee1284-devel
%else
@ -223,7 +222,6 @@ export LDFLAGS="-L/%_lib $LDFLAGS"
--sbindir=%{_sbindir} \
--mandir=%{_mandir} \
--datadir=%{_datadir} \
--with-gphoto2 \
--with-docdir=%{_defaultdocdir}/sane-backends \
--enable-pthread \
--enable-libusb_1_0 \