Package Details: epson-inkjet-printer-escpr 1.8.5-1

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://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
Licenses: GPL2
Submitter: FFY00
Maintainer: hcartiaux
Last Packager: bjo
Votes: 87
Popularity: 1.29
First Submitted: 2019-04-26 09:00 (UTC)
Last Updated: 2024-03-16 20:13 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

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_Repository

base-devel depends among others on autoconf, automake and make.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

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.

hcartiaux commented on 2021-05-05 09:57 (UTC)

@jorgicio, the link is not stable, the first part change for each new release. We cannot guess the URL, we need to go through the epson website and find the new link.

jorgicio commented on 2021-04-27 20:13 (UTC) (edited on 2021-04-27 20:17 (UTC) by jorgicio)

Just an observation:

In the source URL, to avoid to rechange the version every time the package updates, first replace the simple quotes for double quotes and replace the package name and version for its appropiate variables. Example:

"https://download3.ebz.epson.net/dsc/f/03/00/12/50/95/322b8d6b915ab85add33d41f04ba5130866aadbe/${pkgname}-${pkgver}-1lsb3.2.tar.gz"

Also you can add some other variables and replace them when needed.

hcartiaux commented on 2021-03-15 14:52 (UTC)

Updated, thanks philzin and thinus.