version 1.7.7 seems to be released pkgver=1.7.7 source=('https://download3.ebz.epson.net/dsc/f/03/00/10/49/18/f3016be6120a7271a6d9cb64872f817bce1920b8/epson-inkjet-printer-escpr-1.7.7-1lsb3.2.tar.gz' 'bug_x86_64.patch') sha512sums=('9663b9ed425fbe5d3f2b6f85f036cdbd230665919e2cc9d62a33ebae85a0068513417209dae97ce55e406124b92c96c455cdc204d3d2335f4215f57b79f9d2a9' 'ff4f736ec884c4d2354a83c89ee535732cb414ef0c6443bdc8ec869f889f486b242d76e143ad59d61b182231697dfe3bdf68122cb8aae873a9776ce109a07dab')
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: | 0.85 |
First Submitted: | 2019-04-26 09:00 (UTC) |
Last Updated: | 2024-10-29 10:21 (UTC) |
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »
gpioblink commented on 2019-12-31 07:21 (UTC)
<deleted-account> commented on 2019-11-15 21:38 (UTC)
Thank you very much for the update. :-)
hcartiaux commented on 2019-11-14 11:56 (UTC)
Gracias, updated
dante-evil commented on 2019-11-14 11:49 (UTC) (edited on 2019-11-14 11:49 (UTC) by dante-evil)
aqui les dejo mi actualizacion https://gist.github.com/LEONARDO-DANIEL/230eb441bc5bd9a45c39f07358623c56
apastuszak commented on 2019-11-13 03:35 (UTC)
=> ERROR: Failure while downloading https://download3.ebz.epson.net/dsc/f/03/00/10/29/40/898523640509d296a9988eee753a7299f518ceb0/epson-inkjet-printer-escpr-1.7.5-1lsb3.2.tar.gz
marcosfrm commented on 2019-10-17 10:06 (UTC)
New version 1.7.4 available.
d_fajardo commented on 2019-09-02 07:34 (UTC)
Thanks for updating!
scippio commented on 2019-09-01 19:11 (UTC)
My working version:
# Contributor: Nícolas Bordignon dos Santos <nicolas.bordignon16@gmail.com>
# Co-Mainteiner: 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.3
pkgrel=1
pkgdesc='Epson Inkjet Printer Driver (ESC/P-R) for Linux'
arch=('x86_64')
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/09/83/26/f90d0f70b33a9d7d77a2408364c47fba1ccbf943/epson-inkjet-printer-escpr-1.7.3-1lsb3.2.tar.gz'
'bug_x86_64.patch')
sha512sums=('f39637f4ff1d2f277fe34b3a2c189aa2b1e20f5f1f6401b7682fa411ef282d1dffd870534644f769bc5396aef18a4ec59da93ea0d3fc18209f672695c877b646'
'ff4f736ec884c4d2354a83c89ee535732cb414ef0c6443bdc8ec869f889f486b242d76e143ad59d61b182231697dfe3bdf68122cb8aae873a9776ce109a07dab')
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
}
d_fajardo commented on 2019-09-01 06:35 (UTC)
The source needs to be updated. It's currently not found.
algrim commented on 2019-08-22 13:01 (UTC)
@nicolas-bs: Thanks for updating PKGBUILD.
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
.