Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 32052
Collapse All | Expand All

(-)/usr/portage/media-gfx/sane-backends/sane-backends-1.0.12-r2.ebuild (-1 / +8 lines)
Lines 15-23 Link Here
15
15
16
PLUSTEK_VER="0.46-TEST1"
16
PLUSTEK_VER="0.46-TEST1"
17
17
18
NIASH_VER="20030401_1"
19
18
SRC_URI="ftp://ftp.mostang.com/pub/sane/${P}/${P}.tar.gz
20
SRC_URI="ftp://ftp.mostang.com/pub/sane/${P}/${P}.tar.gz
19
	ftp://ftp.mostang.com/pub/sane/old-versions/${P}/${P}.tar.gz
21
	ftp://ftp.mostang.com/pub/sane/old-versions/${P}/${P}.tar.gz
20
	http://www.gjaeger.de/scanner/test/plustek-${PLUSTEK_VER}.tar.gz"
22
	http://www.gjaeger.de/scanner/test/plustek-${PLUSTEK_VER}.tar.gz
23
	http://aleron.dl.sourceforge.net/sourceforge/hp3300backend/testtool-${NIASH_VER}.tar.gz"
21
S=${WORKDIR}/${P}
24
S=${WORKDIR}/${P}
22
SLOT="0"
25
SLOT="0"
23
LICENSE="GPL-2 public-domain"
26
LICENSE="GPL-2 public-domain"
Lines 43-48 Link Here
43
	# focus problems. See bug 29506
46
	# focus problems. See bug 29506
44
	epatch ${FILESDIR}/canoscan-focus.patch || die "patch failed"
47
	epatch ${FILESDIR}/canoscan-focus.patch || die "patch failed"
45
48
49
	ebegin "Adding Niash driver"
50
	cd ${WORKDIR}/testtool
51
	./patch-sane.sh ${S}
52
46
	cd ${WORKDIR}
53
	cd ${WORKDIR}
47
54
48
	#only generate the .ps and not the fonts
55
	#only generate the .ps and not the fonts

Return to bug 32052