kopia lustrzana https://gitlab.com/sane-project/backends
Fix it really!
rodzic
00d2e197f7
commit
2fd33447bd
|
@ -10,7 +10,13 @@ ifeq ($(LINUXVERSION),)
|
|||
endif
|
||||
LINUXRELEASE = $(shell uname -r | cut -d'.' -f3)
|
||||
|
||||
VERSIONSTR = $(shell grep "define BACKEND_VERSION" $M/plustek_pp.c | cut -b25-50 )
|
||||
ifeq ($(VERSIONSTR),)
|
||||
ifeq ($(SUBDIRS),)
|
||||
VERSIONSTR = $(shell grep "define BACKEND_VERSION" $(M)/plustek_pp.c | cut -b25-50 )
|
||||
else
|
||||
VERSIONSTR = $(shell grep "define BACKEND_VERSION" $(SUBDIRS)/plustek_pp.c | cut -b25-50 )
|
||||
endif
|
||||
endif
|
||||
|
||||
#
|
||||
# extra flags
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Plustek-USB-TODO.txt (2004-07-26) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
Plustek-USB-TODO.txt (2004-07-26) Gerhard J<EFBFBD>er <gerhard@gjaeger.de>
|
||||
====================================================================
|
||||
|
||||
TODO (in general):
|
||||
|
@ -20,7 +20,7 @@ all add plustek.conf presettings to done
|
|||
interface for frontends
|
||||
|
||||
all Auto-warmup done
|
||||
all Sensor movement speedup ffw/rev done
|
||||
all Sensor movement speedup ffw/rev done
|
||||
|
||||
Canon fine calibration does not work fixed
|
||||
Canon 650 color modes >=600 dpi too dark fixed
|
||||
|
|
|
@ -1,8 +1,14 @@
|
|||
Plustek.changes - Gerhard Jäger <gerhard@gjaeger.de>
|
||||
Plustek.changes - Gerhard Jäger <gerhard@gjaeger.de>
|
||||
====================================================
|
||||
|
||||
Note: All other not mentioned builds have never been released.
|
||||
|
||||
V 0.51-8 (2006-04-09)
|
||||
---------------------
|
||||
Added cache for fine calibration (CIS devices only)
|
||||
Added support for sheet-fed scanner (CIS devices only)
|
||||
Added support for Syscan Travelscan662
|
||||
|
||||
V 0.50-10 (2006-01-31)
|
||||
---------------------
|
||||
Fixed CanoScan N1220U settings.
|
||||
|
|
Ładowanie…
Reference in New Issue