Search Criteria
Package Details: iscan-plugin-network 1.1.2-15
Package Actions
| Git Clone URL: | https://aur.archlinux.org/iscan-plugin-network.git (read-only, click to copy) |
|---|---|
| Package Base: | iscan-plugin-network |
| Description: | Plugin for using Epson scanners with ISCAN over network |
| Upstream URL: | http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX |
| Keywords: | Epson network scanner |
| Licenses: | custom:COPYING.EPSON |
| Submitter: | None |
| Maintainer: | alexdw |
| Last Packager: | alexdw |
| Votes: | 68 |
| Popularity: | 0.000000 |
| First Submitted: | 2010-01-22 08:56 (UTC) |
| Last Updated: | 2020-08-23 23:19 (UTC) |
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
missingSleepDeps commented on 2020-07-28 01:45 (UTC)
Is this package still safe? The keys all fail validity checks...
Muncrief commented on 2019-11-04 18:49 (UTC)
@alexdw: Thank you sir. My kludge seemed to work, but I know at least the license file stuff didn't appear to be correct.
alexdw commented on 2019-11-04 18:27 (UTC)
@muncrief: Updated with new download links and license file - thanks!
Muncrief commented on 2019-09-13 17:57 (UTC) (edited on 2019-09-13 20:40 (UTC) by Muncrief)
This package no longer works and I flagged it out of date.
However I was able to create a new PKGBUILD file that works and have pasted it below. I have a functioning scanner for my WF-2650 again.
# Maintainer: Alex Wiggins <alex . d . wiggins at gmail . com> # Maintainer: bslackr <brendan at vastactive dot com> # Contributor: Gianni Vialetto <g dot vialetto at gmail dot com> # Contributor: Brian Miller : # Contributor: Tom Kuther <gimpel@sonnenkinder.org> pkgname=iscan-plugin-network _pkgintname=iscan-network-nt _pkgdlname=iscan-bundle pkgver=2.30.4 _pkgver=1.1.2-1 # workaround for hyphen in version _pkgdlver=2.30.4 # download bundle version pkgrel=13 pkgdesc="Plugin for using Epson scanners with ISCAN over network" arch=('i686' 'x86_64') url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX" license=('custom:AVASYSPL') depends=(iscan) install=iscan-plugin-network.install if [[ ${CARCH} = 'x86_64' ]]; then _pkgdlarch='x64' _pkgarch='amd64' sha512sums=('SKIP') source=("iscan-bundle.deb.tar.gz::https://download2.ebz.epson.net/iscan/general/deb/${_pkgdlarch}/${_pkgdlname}-${_pkgdlver}.${_pkgdlarch}.deb.tar.gz") else _pkgdlarch='x86' _pkgarch='i386' sha512sums=('SKIP') source=("iscan-bundle.deb.tar.gz::https://download2.ebz.epson.net/iscan/general/deb/${_pkgdlarch}/${_pkgdlname}-${_pkgdlver}.${_pkgdlarch}.deb.tar.gz") fi build() { cd $srcdir cd ${_pkgdlname}-${_pkgdlver}.${_pkgdlarch}.deb/plugins bsdtar -xf ${_pkgintname}_${_pkgver}_${_pkgarch}.deb bsdtar -xf data.tar.gz cp -R usr $srcdir } package() { cd $srcdir cp -R usr $pkgdir install -Dm644 usr/share/doc/${_pkgintname}/COPYING.EPSON.en.txt.gz $pkgdir/usr/share/licenses/${pkgname}/COPYING.EPSON }leosanvieira commented on 2017-03-23 22:48 (UTC)
alexdw commented on 2017-03-23 20:32 (UTC)
leosanvieira commented on 2017-03-22 22:33 (UTC)
alexdw commented on 2017-03-22 22:18 (UTC)
leosanvieira commented on 2017-03-22 17:24 (UTC)
sampurna commented on 2015-11-09 15:27 (UTC)
« First ‹ Previous 1 2 3 4 5 Next › Last »