Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 789774 - DS-30 iscan plugin for EPSON scanners (nonfree)
Summary: DS-30 iscan plugin for EPSON scanners (nonfree)
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2021-05-12 23:11 UTC by Derrier Dominique
Modified: 2021-05-13 12:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild iscan-plugin-ds30-1.0.1 (iscan-plugin-ds30-1.0.1.ebuild,2.37 KB, text/plain)
2021-05-12 23:11 UTC, Derrier Dominique
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Derrier Dominique 2021-05-12 23:11:12 UTC
Created attachment 707772 [details]
ebuild iscan-plugin-ds30-1.0.1

Hi Guys,

Here my first ebuild to support EPSON DS-30 usb devices
(This scanner is not supported by SANE, but works with proprietary plugins provided by EPSON)
Plugin need to be registred in "/var/lib/lib/iscan/interpreter".

So my ebuild:
- download files from EPSON website
- unpack rpm and needed lib.
- copy in right path
- register lib in '/var/lib/lib/iscan/interpreter'

There is no x86 support to unpack on the right folder.
Feel free to comment/update/fix.

Whoo
Comment 1 Jonas Stein gentoo-dev 2021-05-13 12:53:00 UTC
~x86 is missing in
KEYWORDS="~amd64"

while you have

SRC_URI="
x86? ( https://download2.ebz.epson.net/iscan/plugin/ds-30/rpm/x86/iscan-ds-30-bundle-${ISCAN_VERSION}.x86.rpm.tar.gz )
amd64? ( https://download2.ebz.epson.net/iscan/plugin/ds-30/rpm/x64/iscan-ds-30-bundle-${ISCAN_VERSION}.x64.rpm.tar.gz )
"


Is there already the right license file in our tree?
I suggest to add it to an overlay like guru first.