- Use stcolor driver for Epson Stylus Color 200 (bug #513676).

This commit is contained in:
Tim Waugh 2009-08-04 15:27:54 +00:00
parent 9617b4484c
commit ffa30143e5
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,25 @@
diff -up foomatic-db-20090702/db/source/driver/stcolor.xml.epson-stylus-color-200 foomatic-db-20090702/db/source/driver/stcolor.xml
--- foomatic-db-20090702/db/source/driver/stcolor.xml.epson-stylus-color-200 2009-07-02 08:49:20.000000000 +0100
+++ foomatic-db-20090702/db/source/driver/stcolor.xml 2009-08-04 16:08:19.378201381 +0100
@@ -22,6 +22,9 @@ better dithering. Try it.</en>
<id>printer/Epson-Stylus_Color</id><!-- Epson Stylus Color -->
</printer>
<printer>
+ <id>printer/Epson-Stylus_Color_200</id><!-- Epson Stylus Color 200 -->
+ </printer>
+ <printer>
<id>printer/Epson-Stylus_Color_300</id><!-- Epson Stylus Color 300 -->
<comments>
<en>Works with the "-dMicroweave" option.</en>
diff -up foomatic-db-20090702/db/source/printer/Epson-Stylus_Color_200.xml.epson-stylus-color-200 foomatic-db-20090702/db/source/printer/Epson-Stylus_Color_200.xml
--- foomatic-db-20090702/db/source/printer/Epson-Stylus_Color_200.xml.epson-stylus-color-200 2009-07-02 08:49:23.000000000 +0100
+++ foomatic-db-20090702/db/source/printer/Epson-Stylus_Color_200.xml 2009-08-04 16:08:19.382201394 +0100
@@ -19,7 +19,7 @@
<autodetect></autodetect>
<functionality>B</functionality>
<!--not "unverified"-->
- <driver>mj500c</driver>
+ <driver>stcolor</driver>
<comments>
<en>Imported from old Red Hat japanese printer database</en>
</comments>

View File

@ -40,6 +40,7 @@ Patch102: foomatic-bad-utf8.patch
## PATCHES FOR FOOMATIC-DB-HPIJS (PATCHES 201 TO 300)
## PATCHES FOR FOOMATIC-DB (PATCHES 301 TO 400)
Patch301: foomatic-epson-stylus-color-200.patch
Url: http://www.linuxprinting.org
BuildRequires: perl >= 3:5.8.1
@ -101,6 +102,7 @@ pushd foomatic-db-hpijs-%{hpijsver}
popd
pushd foomatic-db-%{dbver_snap}
%patch301 -p1 -b .epson-stylus-color-200
cd db/source
@ -245,7 +247,8 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_var}/cache/foomatic
%changelog
* Wed Jul 29 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-5
* Tue Aug 4 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-5
- Use stcolor driver for Epson Stylus Color 200 (bug #513676).
- Don't ship 3-distribution symlink as CUPS already searches
/usr/share/ppd (bug #514244).
- Remove non-PPD files from PPD directory (bug #514242).