Codebase list fxlinuxprint / a562c20
Initialize git-dpm Didier Raboud 6 years ago
7 changed file(s) with 16 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 cupsfilterdir = /usr/lib/cups/filter
11 cupsppddir = /usr/share/cups/model/FujiXerox/en
2 cupsmimedir = /etc/cups
2 cupsmimedir = /usr/share/cups/mime
33
44 cupsfilter_PROGRAMS = pstopdffx pdftopjlfx pdftopdffx
55 EXTRA_DIST = fxlinuxprint.ppd mimefx.types mimefx.convs
0 # see git-dpm(1) from git-dpm package
1 349a49e4d197315957be39eab83193eda1cce9bd
2 349a49e4d197315957be39eab83193eda1cce9bd
3 df93650d5102c7ddf9e034beb13c00b04acd7272
4 df93650d5102c7ddf9e034beb13c00b04acd7272
5 fxlinuxprint_1.1.0+ds.orig.tar.xz
6 8ddc620099a1bed05b22096936662bd6ae94abbb
7 18004
0 From 751bb7f7bbafdf4df2bc45e8e591267af332d91b Mon Sep 17 00:00:00 2001
01 From: Roger Shimizu <rogershimizu@gmail.com>
12 Date: Sun, 16 Oct 2016 16:27:43 +0900
23 Subject: fix typo in fxlinuxprint.c
0 From 4306dbb686a3418e08541b216fb14bf9a30146be Mon Sep 17 00:00:00 2001
01 From: Roger Shimizu <rogershimizu@gmail.com>
12 Date: Tue, 18 Oct 2016 23:54:34 +0900
23 Subject: correct install path for *.types and *.convs files
0 From 349a49e4d197315957be39eab83193eda1cce9bd Mon Sep 17 00:00:00 2001
01 From: Roger Shimizu <rogershimizu@gmail.com>
12 Date: Wed, 19 Oct 2016 00:02:35 +0900
23 Subject: make use of the pdftopdf filter
586586
587587 switch (pid=fork()) {
588588 case -1: // error
589 fputs ("ERROR: ps2pdf proccess is not exist.", stderr);
589 fputs ("ERROR: ps2pdf process is not exist.", stderr);
590590 rtn = -2;
591 case 0: // child proccess
591 case 0: // child process
592592 sleep (5);
593593 execvp (arg[0], arg);
594 fputs ("ERROR: ps2pdf proccess is abnormal end.", stderr);
594 fputs ("ERROR: ps2pdf process is abnormal end.", stderr);
595595 rtn = -1;
596596 exit (-1);
597597 break;
4040 ########################################################################
4141 # Fuji Xerox Printer Driver for Linux
4242
43 application/pdf application/vnd.cups-pdfprintfx 0 pdftopdffx
43 application/vnd.cups-pdf application/vnd.cups-pdfprintfx 0 pdftopdffx
4444
4545 #
4646 # End of "$Id: mime.convs,v 1.20 2004/02/25 20:14:51 mike Exp $".