File: lm1100.xml

package info (click to toggle)
foomatic-db 20150411-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 323,468 kB
  • ctags: 24
  • sloc: xml: 257,296; sh: 153; makefile: 120; python: 8
file content (65 lines) | stat: -rw-r--r-- 2,206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<driver id="driver/lm1100">
  <name>lm1100</name>
  <url>http://www.openprinting.org/download/printing/lm1100/</url>
  <thirdpartysupplied />
  <packages>
    <package scope="general" fingerprint="https://www.openprinting.org/download/printdriver/keys/openprinting">*lm1100*</package>
  </packages>
  <execution>
    <filter />
    <prototype>gs -q -sDEVICE=ppmraw -r300 %A -dBATCH -dNOPAUSE -dNOINTERPOLATE -dPARANOIDSAFER %Z -sOutputFile=- - | lm1100 %B -</prototype>
  </execution>
  <comments>
    <en>

    Tim Engler's Lexmark 1100 driver, released March 2000. Tim does
    not continue the development any more, someone overtaking the
    project is welcome. The original web site,
    &lt;tt&gt;http://www.burntcouch.com/lexmark/&lt;/tt&gt; is not
    available anymore, but the driver can be downloaded here from
    OpenPrinting&lt;p&gt;

    &lt;i&gt;Important:&lt;/i&gt; If you use gcc 3.1 or later for
    compiling this driver you should apply a little correction by
    running the command&lt;p&gt;

    &lt;tt&gt;perl -p -i -e 
    's/friend Lexmark/friend class Lexmark/'
    *.h&lt;/tt&gt;&lt;p&gt;

    in the source directory of the driver before you compile the
    driver with the &quot;&lt;tt&gt;make&lt;/tt&gt;&quot;
    command.&lt;p&gt;

    To use gcc 3.4 or later, you need to apply &lt;a
    href=&quot;http://www.openprinting.org/download/printing/lm1100/lm1100.1.0.2a-fix-compile-gcc-3.4.patch.gz&quot;&gt;this
    patch&lt;/a&gt;.&lt;p&gt;

    For gcc 4.1 or later, you need to run the command&lt;p&gt;

    &lt;tt&gt;perl -p -i -e 
    's/\b[^\s:]+:://'
    *.h&lt;/tt&gt;&lt;p&gt;

    in the source directory of the driver before compiling. This
    removes the now deprecated extra qualifications
    &quot;&amp;lt;class&amp;gt;::&amp;lt;member&amp;gt;&quot; on class
    members.&lt;p&gt;

  </en>
  </comments>
  <printers>
    <printer>
      <id>printer/Lexmark-1000</id>
    </printer>
    <printer>
      <id>printer/Lexmark-1020</id>
      <comments>
        <en>It might work with this 1000/1100 driver?  Someone try and let me know.</en>
      </comments>
    </printer>
    <printer>
      <id>printer/Lexmark-1100</id>
    </printer>
  </printers>
</driver>