Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P)
@ 2020-07-16  8:12 basiccoderboi
  2020-08-04 22:35 ` motorto
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: basiccoderboi @ 2020-07-16  8:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

New issue by basiccoderboi on void-packages repository

https://github.com/void-linux/void-packages/issues/23596

Description:
Package


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Package Request: Epson Inkjet Driver 2 (ESC/R-P)
  2020-07-16  8:12 [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P) basiccoderboi
@ 2020-08-04 22:35 ` motorto
  2020-08-07 13:24 ` basiccoderboi
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: motorto @ 2020-08-04 22:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/issues/23596#issuecomment-668858148

Comment:
Opening that link returns 
> The page you requested is unavailable

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Package Request: Epson Inkjet Driver 2 (ESC/R-P)
  2020-07-16  8:12 [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P) basiccoderboi
  2020-08-04 22:35 ` motorto
@ 2020-08-07 13:24 ` basiccoderboi
  2020-08-21 13:59 ` motorto
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: basiccoderboi @ 2020-08-07 13:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

New comment by basiccoderboi on void-packages repository

https://github.com/void-linux/void-packages/issues/23596#issuecomment-670514786

Comment:
here is the link to the source: 

https://download3.ebz.epson.net/dsc/f/03/00/11/56/43/b1a6f1193e073c4c049da9404806c61052b62419/epson-inkjet-printer-escpr2-1.1.15-1lsb3.2.src.rpm

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Package Request: Epson Inkjet Driver 2 (ESC/R-P)
  2020-07-16  8:12 [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P) basiccoderboi
  2020-08-04 22:35 ` motorto
  2020-08-07 13:24 ` basiccoderboi
@ 2020-08-21 13:59 ` motorto
  2020-08-21 16:45 ` motorto
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: motorto @ 2020-08-21 13:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2612 bytes --]

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/issues/23596#issuecomment-678305035

Comment:
I am trying to create a package for it at the moment it looks like this but it fails because of some library I think.


```
# Template file for 'epson-inkjet-printer-escpr2'
pkgname=epson-inkjet-printer-escpr2
version=1.1.15
revision=1
create_wrksrc=yes
build_style=configure
configure_script=./${pkgname}-${version}/configure
configure_args="--with-cupsfilterdir=/usr/lib/cups/filter --with-cupsppddir=/usr/share/ppd"
#make_build_args=""
#make_install_args=""
#conf_files=""
#make_dirs="/var/log/dir 0755 root root"
hostmakedepends="automake rpmextract tar"
makedepends="automake"
depends="cups ghostscript"
short_desc="Epson Inkjet Printer Driver 2 (ESC/P-R) for Linux"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="GPL-3.0-or-later"
homepage="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
distfiles="https://download3.ebz.epson.net/dsc/f/03/00/11/56/43/b1a6f1193e073c4c049da9404806c61052b62419/epson-inkjet-printer-escpr2-${version}-1lsb3.2.src.rpm"
checksum=2eb8f1655de4f7189ec18d94f581112e2ff00b05e64a44c24bbb0524fafdd728

post_extract() {
	tar xvf ${pkgname}-${version}-1lsb3.2.tar.gz
}
```

This is the error that gives me:

```
=> epson-inkjet-printer-escpr2-1.1.15_1: running pre-build hook: 02-script-wrapper ...
=> epson-inkjet-printer-escpr2-1.1.15_1: running do_build ...
make  all-recursive
make[1]: Entering directory '/builddir/epson-inkjet-printer-escpr2-1.1.15'
Making all in escprlib
make[2]: Entering directory '/builddir/epson-inkjet-printer-escpr2-1.1.15/escprlib'
Making all in lib
make[3]: Entering directory '/builddir/epson-inkjet-printer-escpr2-1.1.15/escprlib/lib'
rm -fr .libs
mkdir .libs
cp libescpr2_64.a .libs/libescpr2.a
cp: cannot stat 'libescpr2_64.a': No such file or directory
make[3]: *** [Makefile:455: all] Error 1
make[3]: Leaving directory '/builddir/epson-inkjet-printer-escpr2-1.1.15/escprlib/lib'
make[2]: *** [Makefile:473: all-recursive] Error 1
make[2]: Leaving directory '/builddir/epson-inkjet-printer-escpr2-1.1.15/escprlib'
make[1]: *** [Makefile:448: all-recursive] Error 1
make[1]: Leaving directory '/builddir/epson-inkjet-printer-escpr2-1.1.15'
make: *** [Makefile:375: all] Error 2
=> ERROR: epson-inkjet-printer-escpr2-1.1.15_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/configure.sh:14
```

Help and criticism is welcome. 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Package Request: Epson Inkjet Driver 2 (ESC/R-P)
  2020-07-16  8:12 [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P) basiccoderboi
                   ` (2 preceding siblings ...)
  2020-08-21 13:59 ` motorto
@ 2020-08-21 16:45 ` motorto
  2020-08-21 17:22 ` motorto
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: motorto @ 2020-08-21 16:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2517 bytes --]

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/issues/23596#issuecomment-678305035

Comment:
I am trying to create a package for it at the moment it looks like this but it fails because of some library I think.


```
# Template file for 'epson-inkjet-printer-escpr2'
pkgname=epson-inkjet-printer-escpr2
version=1.1.15
revision=1
create_wrksrc=yes
build_style=configure
configure_script=./${pkgname}-${version}/configure
configure_args="--prefix=/usr --with-cupsfilterdir=/usr/lib/cups/filter --with-cupsppddir=/usr/share/ppd"
hostmakedepends="automake rpmextract tar"
#makedepends=""
depends="cups ghostscript"
short_desc="Epson Inkjet Printer Driver 2 (ESC/P-R) for Linux"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="GPL-3.0-or-later"
homepage="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
distfiles="https://download3.ebz.epson.net/dsc/f/03/00/11/56/43/b1a6f1193e073c4c049da9404806c61052b62419/epson-inkjet-printer-escpr2-${version}-1lsb3.2.src.rpm"
checksum=2eb8f1655de4f7189ec18d94f581112e2ff00b05e64a44c24bbb0524fafdd728

post_extract() {
	tar xvf ${pkgname}-${version}-1lsb3.2.tar.gz
}
```

This is the error that gives me:

```
=> epson-inkjet-printer-escpr2-1.1.15_1: running pre-build hook: 02-script-wrapper ...
=> epson-inkjet-printer-escpr2-1.1.15_1: running do_build ...
make  all-recursive
make[1]: Entering directory '/builddir/epson-inkjet-printer-escpr2-1.1.15'
Making all in escprlib
make[2]: Entering directory '/builddir/epson-inkjet-printer-escpr2-1.1.15/escprlib'
Making all in lib
make[3]: Entering directory '/builddir/epson-inkjet-printer-escpr2-1.1.15/escprlib/lib'
rm -fr .libs
mkdir .libs
cp libescpr2_64.a .libs/libescpr2.a
cp: cannot stat 'libescpr2_64.a': No such file or directory
make[3]: *** [Makefile:455: all] Error 1
make[3]: Leaving directory '/builddir/epson-inkjet-printer-escpr2-1.1.15/escprlib/lib'
make[2]: *** [Makefile:473: all-recursive] Error 1
make[2]: Leaving directory '/builddir/epson-inkjet-printer-escpr2-1.1.15/escprlib'
make[1]: *** [Makefile:448: all-recursive] Error 1
make[1]: Leaving directory '/builddir/epson-inkjet-printer-escpr2-1.1.15'
make: *** [Makefile:375: all] Error 2
=> ERROR: epson-inkjet-printer-escpr2-1.1.15_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/configure.sh:14
```

Help and criticism is welcome. 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Package Request: Epson Inkjet Driver 2 (ESC/R-P)
  2020-07-16  8:12 [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P) basiccoderboi
                   ` (3 preceding siblings ...)
  2020-08-21 16:45 ` motorto
@ 2020-08-21 17:22 ` motorto
  2020-08-21 17:22 ` motorto
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: motorto @ 2020-08-21 17:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2517 bytes --]

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/issues/23596#issuecomment-678305035

Comment:
I am trying to create a package for it at the moment it looks like this but it fails because of some library I think.


```
# Template file for 'epson-inkjet-printer-escpr2'
pkgname=epson-inkjet-printer-escpr2
version=1.1.15
revision=1
create_wrksrc=yes
build_style=configure
configure_script=./${pkgname}-${version}/configure
configure_args="--prefix=/usr --with-cupsfilterdir=/usr/lib/cups/filter --with-cupsppddir=/usr/share/ppd"
hostmakedepends="automake rpmextract tar"
#makedepends=""
depends="cups ghostscript"
short_desc="Epson Inkjet Printer Driver 2 (ESC/P-R) for Linux"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="GPL-3.0-or-later"
homepage="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
distfiles="https://download3.ebz.epson.net/dsc/f/03/00/11/56/43/b1a6f1193e073c4c049da9404806c61052b62419/epson-inkjet-printer-escpr2-${version}-1lsb3.2.src.rpm"
checksum=2eb8f1655de4f7189ec18d94f581112e2ff00b05e64a44c24bbb0524fafdd728

post_extract() {
	tar xvf ${pkgname}-${version}-1lsb3.2.tar.gz
}
```

This is the error that gives me:

```
=> epson-inkjet-printer-escpr2-1.1.15_1: running pre-build hook: 02-script-wrapper ...
=> epson-inkjet-printer-escpr2-1.1.15_1: running do_build ...
make  all-recursive
make[1]: Entering directory '/builddir/epson-inkjet-printer-escpr2-1.1.15'
Making all in escprlib
make[2]: Entering directory '/builddir/epson-inkjet-printer-escpr2-1.1.15/escprlib'
Making all in lib
make[3]: Entering directory '/builddir/epson-inkjet-printer-escpr2-1.1.15/escprlib/lib'
rm -fr .libs
mkdir .libs
cp libescpr2_64.a .libs/libescpr2.a
cp: cannot stat 'libescpr2_64.a': No such file or directory
make[3]: *** [Makefile:455: all] Error 1
make[3]: Leaving directory '/builddir/epson-inkjet-printer-escpr2-1.1.15/escprlib/lib'
make[2]: *** [Makefile:473: all-recursive] Error 1
make[2]: Leaving directory '/builddir/epson-inkjet-printer-escpr2-1.1.15/escprlib'
make[1]: *** [Makefile:448: all-recursive] Error 1
make[1]: Leaving directory '/builddir/epson-inkjet-printer-escpr2-1.1.15'
make: *** [Makefile:375: all] Error 2
=> ERROR: epson-inkjet-printer-escpr2-1.1.15_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/configure.sh:14
```

Help and criticism is welcome. 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Package Request: Epson Inkjet Driver 2 (ESC/R-P)
  2020-07-16  8:12 [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P) basiccoderboi
                   ` (4 preceding siblings ...)
  2020-08-21 17:22 ` motorto
@ 2020-08-21 17:22 ` motorto
  2020-08-23  9:41 ` basiccoderboi
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: motorto @ 2020-08-21 17:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/issues/23596#issuecomment-678401198

Comment:
@basiccoderboi 
Could you test this and see if it works ?
https://github.com/motorto/void-packages/pull/4

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Package Request: Epson Inkjet Driver 2 (ESC/R-P)
  2020-07-16  8:12 [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P) basiccoderboi
                   ` (5 preceding siblings ...)
  2020-08-21 17:22 ` motorto
@ 2020-08-23  9:41 ` basiccoderboi
  2020-08-23 17:12 ` q66
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: basiccoderboi @ 2020-08-23  9:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

New comment by basiccoderboi on void-packages repository

https://github.com/void-linux/void-packages/issues/23596#issuecomment-678752489

Comment:
I have tested the driver and it looks like it works perfectly

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Package Request: Epson Inkjet Driver 2 (ESC/R-P)
  2020-07-16  8:12 [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P) basiccoderboi
                   ` (6 preceding siblings ...)
  2020-08-23  9:41 ` basiccoderboi
@ 2020-08-23 17:12 ` q66
  2020-08-23 17:51 ` motorto
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: q66 @ 2020-08-23 17:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/issues/23596#issuecomment-678799769

Comment:
the driver is not open source, it won't be accepted in binary form

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Package Request: Epson Inkjet Driver 2 (ESC/R-P)
  2020-07-16  8:12 [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P) basiccoderboi
                   ` (7 preceding siblings ...)
  2020-08-23 17:12 ` q66
@ 2020-08-23 17:51 ` motorto
  2022-06-25  6:54 ` [ISSUE] [CLOSED] " classabbyamp
  2022-06-25  6:54 ` classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: motorto @ 2020-08-23 17:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/issues/23596#issuecomment-678804186

Comment:
Okay guys updated the package conform discussed on IRC , when you guys have time please review it and tell me what should I change: 
https://github.com/motorto/void-packages/pull/4/files

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Package Request: Epson Inkjet Driver 2 (ESC/R-P)
  2020-07-16  8:12 [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P) basiccoderboi
                   ` (9 preceding siblings ...)
  2022-06-25  6:54 ` [ISSUE] [CLOSED] " classabbyamp
@ 2022-06-25  6:54 ` classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-06-25  6:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/23596#issuecomment-1166207805

Comment:
done in #25421

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ISSUE] [CLOSED] Package Request: Epson Inkjet Driver 2 (ESC/R-P)
  2020-07-16  8:12 [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P) basiccoderboi
                   ` (8 preceding siblings ...)
  2020-08-23 17:51 ` motorto
@ 2022-06-25  6:54 ` classabbyamp
  2022-06-25  6:54 ` classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-06-25  6:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2582 bytes --]

Closed issue by basiccoderboi on void-packages repository

https://github.com/void-linux/void-packages/issues/23596

Description:
Download Page: 
https://download.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=EN&CN2=&DSCMI=115177&DSCCHK=d8d3c64cea10641d35811d933a1c0f6d09423ae7

This package, when compared to epson-inkjet-driver-escpr, has more printers available. According to the website, it supports the following Epson Printers:


EC-4020 Series, EC-4030 Series, EC-4040  Series, EP-50V Series, EP-879A Series, EP-880A Series, EP-881A Series,  EP-882A Series, EP-982A3 Series, ET-15000 Series, ET-16600 Series,  ET-16650 Series, ET-3700 Series, ET-3710 Series, ET-3750 Series, ET-3760  Series, ET-4750 Series, ET-4760 Series, ET-5800 Series, ET-5850 Series,  ET-5880 Series, ET-8700 Series, ET-M1140 Series, ET-M1170 Series,  ET-M1180 Series, ET-M2140 Series, ET-M2170 Series, ET-M3140 Series,  ET-M3170 Series, ET-M3180 Series, EW-M5610FT Series, EW-M630T Series,  EW-M670FT Series, EW-M752T Series, L14150 Series, L15150 Series, L15160  Series, L6160 Series, L6170 Series, L6190 Series, L6550 Series, L6570  Series, L6580 Series, M1140 Series, M1170 Series, M1180 Series, M2140  Series, M2170 Series, M3140 Series, M3170 Series, M3180 Series, PM-520  Series, PX-M270FT Series, PX-M270T Series, PX-M380F, PX-M381FL,  PX-M5080F Series, PX-M5081F Series, PX-M6711FT Series, PX-M6712FT  Series, PX-M680F Series, PX-M7070FX, PX-M7080FX, PX-M7090FX, PX-M7110F,  PX-M7110FP, PX-M780F Series, PX-M781F Series, PX-M791FT Series,  PX-M880FX, PX-M884F, PX-M885F, PX-M886FL, PX-S270T Series, PX-S380,  PX-S381L, PX-S5010 Series, PX-S5080 Series, PX-S7070X, PX-S7090X,  PX-S7110, PX-S7110P, PX-S880X, PX-S884, PX-S885, ST-3000 Series, ST-4000  Series, ST-C8000 Series, ST-M1000 Series, ST-M3000 Series, WF-2860  Series, WF-3720 Series, WF-3730 Series, WF-4720 Series, WF-4730 Series,  WF-4740 Series, WF-7210 Series, WF-7710 Series, WF-7720 Series, WF-7820  Series, WF-7840 Series, WF-C5210 Series, WF-C5290 Series, WF-C5290BA,  WF-C529R Series, WF-C529RB, WF-C5710 Series, WF-C5790 Series,  WF-C5790BA, WF-C579R Series, WF-C579RB, WF-C8190 Series, WF-C8190B,  WF-C8610 Series, WF-C8690 Series, WF-C8690B, WF-C869R Series, WF-C878R  Series, WF-C878RB, WF-C879R Series, WF-C879RB, WF-M5298 Series, WF-M5299  Series, WF-M5799 Series, XP-15000 Series, XP-5100 Series, XP-6000  Series, XP-6100 Series, XP-8500 Series, XP-8600 Series, XP-970 Series

By adding this driver as one of the packages, it will support a lot more printers that what is currently possible with Void Linux.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-06-25  6:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16  8:12 [ISSUE] Package Request: Epson Inkjet Driver 2 (ESC/R-P) basiccoderboi
2020-08-04 22:35 ` motorto
2020-08-07 13:24 ` basiccoderboi
2020-08-21 13:59 ` motorto
2020-08-21 16:45 ` motorto
2020-08-21 17:22 ` motorto
2020-08-21 17:22 ` motorto
2020-08-23  9:41 ` basiccoderboi
2020-08-23 17:12 ` q66
2020-08-23 17:51 ` motorto
2022-06-25  6:54 ` [ISSUE] [CLOSED] " classabbyamp
2022-06-25  6:54 ` classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).