@L1nx This only installs the generic driver. Perhaps you're looking for epson-printer-utility?
Search Criteria
Package Details: epson-inkjet-printer-escpr 1.8.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/epson-inkjet-printer-escpr.git (read-only, click to copy) |
---|---|
Package Base: | epson-inkjet-printer-escpr |
Description: | Epson Inkjet Printer Driver (ESC/P-R) for Linux |
Upstream URL: | http://support.epson.net/linux/Printer/LSB_distribution_pages/en/escpr.php |
Licenses: | GPL2 |
Submitter: | FFY00 |
Maintainer: | hcartiaux |
Last Packager: | hcartiaux |
Votes: | 90 |
Popularity: | 1.93 |
First Submitted: | 2019-04-26 09:00 (UTC) |
Last Updated: | 2024-10-29 10:21 (UTC) |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
kinten108101 commented on 2022-02-15 16:38 (UTC)
L1nx commented on 2022-02-05 18:11 (UTC) (edited on 2022-02-05 18:15 (UTC) by L1nx)
Sorry to bother, but I am stuck with the installation, I have a XP-352 printer/scanner. What I did so far:
git clone https://aur.archlinux.org/epson-inkjet-printer-escpr.git
cd epson-inkjet-printer-escpr
makepkg
sudo pacman -U epson-inkjet-printer-escpr-1.7.18-1-x86_64.pkg.tar.zst
That however didn't create any new programms, or at least I didn't find anything searching for "epson" under "All Applications"
I also tried running sudo ./configure && make && make install
in the folder ./src/epson-inkjet-printer-escpr-1.7.18 both as a normal user and as root. This doesn't cause any errors, but it also didn't install any new programms.
sfsantyf commented on 2021-12-19 04:19 (UTC) (edited on 2021-12-19 04:30 (UTC) by sfsantyf)
- .SRCINFO with i686 architecture added
pkgbase = epson-inkjet-printer-escpr pkgdesc = Epson Inkjet Printer Driver (ESC/P-R) for Linux pkgver = 1.7.17 pkgrel = 1 url = http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX arch = x86_64 arch = aarch64 arch = i686 license = GPL2 depends = cups depends = ghostscript source = https://download3.ebz.epson.net/dsc/f/03/00/12/99/78/73605b3f8aac63694fdabee6bd43389731696cd9/epson-inkjet-printer-escpr-1.7.17-1lsb3.2.tar.gz source = bug_x86_64.patch sha512sums = b28cd7aec0ab64adc0f483abd9d1c21b582cf4f71df4bdd4f04b4258d497a649b3655158ec08b951abb3958dc8b3c14bf202b810b8a8e7ad8597a5c47ac9a1fc sha512sums = 91354f7087bc9f8a9591336ee49b60bd947030ee2cf5152ba5ca117d73e6cdeca2fbdfe090478ae362aba0d021ed1ae06646a443f7ed859278ceb5cd207e2788 pkgname = epson-inkjet-printer-escpr
sfsantyf commented on 2021-12-19 04:07 (UTC) (edited on 2021-12-19 04:29 (UTC) by sfsantyf)
- Support for 32 bits. (works perfectly)
# Maintainer: Nícolas Bordignon dos Santos <nicolas.bordignon16@gmail.com>
# Co-Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
# Contributor: Bjoern Franke <bjo+aur@schafweide.org>
# Contributor: Filipe Laíns (FFY00) <lains@archlinux.org>
# Contributor: James An <james@jamesan.ca>
# Contributor: Stefano Bergamini <bergs at live dot it>
# Contributor: Heiko Baums <heiko@baums-on-web.de>
# Contributor: Quentin Foussette <quentinf7@gmail.com>
# Contributor: MetaNova
pkgname=epson-inkjet-printer-escpr
pkgver=1.7.17
pkgrel=1
pkgdesc='Epson Inkjet Printer Driver (ESC/P-R) for Linux'
arch=('i686' 'pentium4' 'x86_64' 'aarch64')
url='http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX'
license=('GPL2')
depends=('cups' 'ghostscript')
source=('https://download3.ebz.epson.net/dsc/f/03/00/12/99/78/73605b3f8aac63694fdabee6bd43389731696cd9/epson-inkjet-printer-escpr-1.7.17-1lsb3.2.tar.gz'
'bug_x86_64.patch')
sha512sums=('b28cd7aec0ab64adc0f483abd9d1c21b582cf4f71df4bdd4f04b4258d497a649b3655158ec08b951abb3958dc8b3c14bf202b810b8a8e7ad8597a5c47ac9a1fc'
'91354f7087bc9f8a9591336ee49b60bd947030ee2cf5152ba5ca117d73e6cdeca2fbdfe090478ae362aba0d021ed1ae06646a443f7ed859278ceb5cd207e2788')
prepare() {
cd $pkgname-$pkgver
patch -p1 < ../bug_x86_64.patch
autoreconf -vif
}
build() {
cd $pkgname-$pkgver
./configure \
--prefix=/usr \
--with-cupsfilterdir=/usr/lib/cups/filter \
--with-cupsppddir=/usr/share/ppd
make
}
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
JoseskVolpe commented on 2021-11-29 08:00 (UTC) (edited on 2021-11-29 08:02 (UTC) by JoseskVolpe)
I've installed it alongside imagescan-plugin-networkscan, sane, sane-airscan and imagescan and it now works
JoseskVolpe commented on 2021-11-29 06:58 (UTC)
Yeah, scanner still doesn't works
JoseskVolpe commented on 2021-11-29 06:19 (UTC)
Extract the .tar.gz and use 'makepkg' command to build the .zst package and install
JoseskVolpe commented on 2021-11-29 06:11 (UTC)
It doesn't work anymore, can't recognize scanner Tried to install it again, but pacam can't find this package anymore. Seems that the snapshot doesn't has binaries too
erdarur commented on 2021-11-22 20:35 (UTC)
It seems, that the PKGBUILD depends on autoreconf, but it's not in the dependencies?
When installing, it throws an error (sorry in german): /home/XXXX/.cache/yay/epson-inkjet-printer-escpr/PKGBUILD: Zeile 30: autoreconf: Kommando nicht gefunden. ==> FEHLER: Ein Fehler geschah in prepare(). Breche ab... -> error making: epson-inkjet-printer-escpr
Filhemi commented on 2021-09-03 04:08 (UTC)
It doesn't work on my system, don't recognize the printer.
Pinned Comments
bjo commented on 2023-07-11 12:35 (UTC)
Building packages from AUR requires
base-devel
, see https://wiki.archlinux.org/title/Arch_User_Repositorybase-devel
depends among others onautoconf
,automake
andmake
.