kopia lustrzana https://gitlab.com/sane-project/backends
Fix it really!
rodzic
00d2e197f7
commit
2fd33447bd
|
@ -10,7 +10,13 @@ ifeq ($(LINUXVERSION),)
|
||||||
endif
|
endif
|
||||||
LINUXRELEASE = $(shell uname -r | cut -d'.' -f3)
|
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
|
# 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):
|
TODO (in general):
|
||||||
|
|
|
@ -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.
|
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)
|
V 0.50-10 (2006-01-31)
|
||||||
---------------------
|
---------------------
|
||||||
Fixed CanoScan N1220U settings.
|
Fixed CanoScan N1220U settings.
|
||||||
|
|
Ładowanie…
Reference in New Issue