Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 544592 Details for
Bug 662364
net-print/epson-inkjet-printer-escpr2 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
escpr2 (1.0.18) ebuild
epson-inkjet-printer-escpr2-1.0.18.ebuild (text/plain), 2.10 KB, created by
segmentation fault
on 2018-08-22 22:50:00 UTC
(
hide
)
Description:
escpr2 (1.0.18) ebuild
Filename:
MIME Type:
Creator:
segmentation fault
Created:
2018-08-22 22:50:00 UTC
Size:
2.10 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >DESCRIPTION="Epson Inkjet Printer Driver 2 (ESC/P-R 2)" >HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX" ># There is no direct URL for ESCPR2! You have to download the source RPM from: ># ># https://download3.ebz.epson.net/dsc/f/03/00/07/62/33/7149acf243c9236327958d96298708f25eaccdaa/epson-inkjet-printer-escpr2-1.0.18-1lsb3.2.src.rpm ># ># then extract the sources with: ># ># rpm2cpio epson-inkjet-printer-escpr2-1.0.18-1lsb3.2.src.rpm | cpio --extract ># ># which will create the two files: ># ># epson-inkjet-printer-escpr2-1.0.18-1lsb3.2.tar.gz ># lsb-rpm.spec ># ># Take the tar.gz file and put it in the distfiles dir of portage. ># The SRC_URI is just a ficticious URL, made up from the .src.rpm URL! ># ># SRC_URI="https://download3.ebz.epson.net/dsc/f/03/00/05/20/91/05b7c89713fa620593175010796eecfbfe73cb9a/epson-inkjet-printer-escpr-1.6.10-1lsb3.2.tar.gz" >SRC_URI="https://download3.ebz.epson.net/dsc/f/03/00/07/62/33/7149acf243c9236327958d96298708f25eaccdaa/epson-inkjet-printer-escpr2-1.0.18-1lsb3.2.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86 ~arm ~arm64" >IUSE="" > >DEPEND="net-print/cups" >RDEPEND="${DEPEND}" > >PATCHES=( > # Shamelessly copied from: > # https://aur.archlinux.org/packages/epson-inkjet-printer-escpr2/ > # Patch URL: https://aur.archlinux.org/cgit/aur.git/tree/bug_x86_64.patch?h=epson-inkjet-printer-escpr2 > "${FILESDIR}/bug_x86_64.patch" > > # Remove blank from CUPS filter line in PPD. > "${FILESDIR}/Epson-WF-C5790BA-epson-escpr2-en-PPD.patch" >) > >src_configure() { > # NOTE: I don't know why --disable-shared was chosen in escpr. > # I am just following that choice here, in escpr2... > econf --disable-shared > > # NOTE: I don't know if this is still true in escpr2... > # > # Makefile calls ls to generate a file list which is included in Makefile.am > # Set the collation to C to avoid automake being called automatically > unset LC_ALL > export LC_COLLATE=C >} > >src_install() { > emake -C ppd DESTDIR="${D}" install > emake -C src DESTDIR="${D}" install > einstalldocs >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 662364
:
541558
|
541560
|
541562
|
541672
| 544592 |
544594
|
544596
|
550948
|
550950
|
550952
|
557610
|
557612
|
566378
|
566380
|
586094
|
586098
|
586100
|
596054
|
596058
|
603090
|
603092
|
611716
|
625396
|
625398
|
645334
|
645336
|
645338
|
652146
|
652148
|
662767
|
662770
|
832227