Bug 688707

Summary: Please add hl1250 driver to ghostscript
Product: Ghostscript Reporter: Stefan Schweizer <genstef>
Component: Other DriverAssignee: Default assignee <ghostpdl-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P4    
Version: 0.00   
Hardware: PC   
OS: Linux   
Customer: Word Size: ---
Attachments: gdevhl12-hl1250.mak
gdevhl12.c

Description Stefan Schweizer 2006-05-17 12:10:45 UTC
http://www.linuxprinting.org/download/printing/ghostscript-8.x/drivers/hl1250
I will also attach the files since the upstream site seems 403 - forbidden currently

the .mak file needs to be appended, default rules and small fix:

where $S is the builddir:
    cp gdevhl12.c ${S}/src/gdevhl12.c
    cat gdevhl12-hl1250.mak >> ${S}/src/contrib.mak
-- add the device to the default builds
    sed 's#^\(DEVICE_DEVS6=.*\)$#\1 $(DD)hl1240.dev $(DD)hl1250.dev#' \
        -i "${S}"/Makefile.in "${S}"/src/Makefile.in
--
#if 1
        /* XXX - please report if you ever see this, then change to #if 0 */
That is in the afpl source and I had a report, so:
    sed -i "s:#if 1:#if 0:" "${S}"/src/gdevhl12.c
Comment 1 Stefan Schweizer 2006-05-17 12:11:16 UTC
Created attachment 2208 [details]
gdevhl12-hl1250.mak
Comment 2 Stefan Schweizer 2006-05-17 12:12:27 UTC
Created attachment 2209 [details]
gdevhl12.c
Comment 3 Ralph Giles 2006-05-19 07:47:12 UTC
Basically the issue here is that we don't like adding unmaintained drivers to
the mainstream release. If someone could definitively report why the pxlmono
device isn't an appropriate replacement that would help.

*** This bug has been marked as a duplicate of 687484 ***