ports/opt (3.0): cups-filters: update to 1.0.36
commit d5237c39a507db779a517ab0e86eecc8c704acba Author: Juergen Daubert <jue@jue.li> Date: Fri Aug 23 09:01:19 2013 +0200 cups-filters: update to 1.0.36 diff --git a/cups-filters/.footprint b/cups-filters/.footprint index b6a31f0..870d924 100644 --- a/cups-filters/.footprint +++ b/cups-filters/.footprint @@ -13,6 +13,7 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/cupsfilters/ -rw-r--r-- root/root usr/include/cupsfilters/driver.h -rw-r--r-- root/root usr/include/cupsfilters/image.h +-rw-r--r-- root/root usr/include/cupsfilters/raster.h drwxr-xr-x root/root usr/include/fontembed/ -rw-r--r-- root/root usr/include/fontembed/bitset.h -rw-r--r-- root/root usr/include/fontembed/embed.h @@ -28,6 +29,8 @@ drwxr-xr-x root/root usr/lib/cups/filter/ -rwxr-xr-x root/root usr/lib/cups/filter/bannertopdf -rwxr-xr-x root/root usr/lib/cups/filter/commandtoescpx -rwxr-xr-x root/root usr/lib/cups/filter/commandtopclx +-rwxr-xr-x root/root usr/lib/cups/filter/gstopxl +-rwxr-xr-x root/root usr/lib/cups/filter/gstoraster -rwxr-xr-x root/root usr/lib/cups/filter/imagetopdf -rwxr-xr-x root/root usr/lib/cups/filter/imagetops -rwxr-xr-x root/root usr/lib/cups/filter/imagetoraster @@ -56,6 +59,11 @@ lrwxrwxrwx root/root usr/lib/libfontembed.so.1 -> libfontembed.so.1.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libcupsfilters.pc -rw-r--r-- root/root usr/lib/pkgconfig/libfontembed.pc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man5/ +-rw-r--r-- root/root usr/man/man5/cups-browsed.conf.5.gz +drwxr-xr-x root/root usr/man/man8/ +-rw-r--r-- root/root usr/man/man8/cups-browsed.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/cups-browsed drwxr-xr-x root/root usr/share/ @@ -81,10 +89,13 @@ drwxr-xr-x root/root usr/share/cups/mime/ -rw-r--r-- root/root usr/share/cups/mime/cupsfilters.convs -rw-r--r-- root/root usr/share/cups/mime/cupsfilters.types drwxr-xr-x root/root usr/share/cups/ppdc/ +-rw-r--r-- root/root usr/share/cups/ppdc/escp.h -rw-r--r-- root/root usr/share/cups/ppdc/pcl.h drwxr-xr-x root/root usr/share/ppd/ drwxr-xr-x root/root usr/share/ppd/cupsfilters/ -rw-r--r-- root/root usr/share/ppd/cupsfilters/Generic-PDF_Printer-PDF.ppd -rw-r--r-- root/root usr/share/ppd/cupsfilters/HP-Color_LaserJet_CM3530_MFP-PDF.ppd -rw-r--r-- root/root usr/share/ppd/cupsfilters/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd +-rw-r--r-- root/root usr/share/ppd/cupsfilters/pxlcolor.ppd +-rw-r--r-- root/root usr/share/ppd/cupsfilters/pxlmono.ppd -rw-r--r-- root/root usr/share/ppd/cupsfilters/textonly.ppd diff --git a/cups-filters/.md5sum b/cups-filters/.md5sum index b70a85b..bf8dd88 100644 --- a/cups-filters/.md5sum +++ b/cups-filters/.md5sum @@ -1,3 +1,2 @@ f182d7717ed0a939a4f50e572939afdd cups-browsed -f722074dfa8efd3fcb8502cede13a608 cups-filters-1.0.35.tar.xz -9e7dc5b52d8aabe1d35dc980a1b688ae cups-filters-poppler-0.24.patch +595c41a7e16136fc8c0fed1d35f583f6 cups-filters-1.0.36.tar.xz diff --git a/cups-filters/Pkgfile b/cups-filters/Pkgfile index c8cf96b..df39dca 100644 --- a/cups-filters/Pkgfile +++ b/cups-filters/Pkgfile @@ -4,16 +4,14 @@ # Depends on: cups poppler qpdf name=cups-filters -version=1.0.35 -release=2 +version=1.0.36 +release=1 source=(http://www.openprinting.org/download/$name/$name-$version.tar.xz - cups-browsed $name-poppler-0.24.patch) + cups-browsed) build () { cd $name-$version - patch -p0 -i $SRC/$name-poppler-0.24.patch - ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/man \ diff --git a/cups-filters/cups-filters-poppler-0.24.patch b/cups-filters/cups-filters-poppler-0.24.patch deleted file mode 100644 index 2087010..0000000 --- a/cups-filters/cups-filters-poppler-0.24.patch +++ /dev/null @@ -1,280 +0,0 @@ -# http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision... -# http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision... -# http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision... - -=== modified file 'filter/pdf.cxx' ---- filter/pdf.cxx 2012-08-19 22:31:27 +0000 -+++ filter/pdf.cxx 2013-08-01 15:48:06 +0000 -@@ -17,6 +17,10 @@ - #include "pdf.h" - - #include <PDFDoc.h> -+#include <config.h> -+#ifdef HAVE_CPP_POPPLER_VERSION_H -+#include "cpp/poppler-version.h" -+#endif - - - extern "C" pdf_t * pdf_load_template(const char *filename) -@@ -343,7 +347,11 @@ - { - } - -+#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 23 -+ Goffset getPos() -+#else - int getPos() -+#endif - { - return this->pos; - } - -=== modified file 'filter/pdftoijs.cxx' ---- filter/pdftoijs.cxx 2012-09-20 22:53:10 +0000 -+++ filter/pdftoijs.cxx 2013-08-01 15:48:06 +0000 -@@ -70,8 +70,13 @@ - } - - #if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19 -+#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 23 -+void CDECL myErrorFun(void *data, ErrorCategory category, -+ Goffset pos, char *msg) -+#else - void CDECL myErrorFun(void *data, ErrorCategory category, - int pos, char *msg) -+#endif - { - if (pos >= 0) { - fprintf(stderr, "ERROR (%d): ", pos); -@@ -297,19 +302,15 @@ - if (argc == 6) { - /* stdin */ - int fd; -- Object obj; -- BaseStream *str; -- FILE *fp; -+ char name[BUFSIZ]; - char buf[BUFSIZ]; - int n; - -- fd = cupsTempFd(buf,sizeof(buf)); -+ fd = cupsTempFd(name,sizeof(name)); - if (fd < 0) { - pdfError(-1,"Can't create temporary file"); - exit(1); - } -- /* remove name */ -- unlink(buf); - - /* copy stdin to the tmp file */ - while ((n = read(0,buf,BUFSIZ)) > 0) { -@@ -319,23 +320,10 @@ - exit(1); - } - } -- if (lseek(fd,0,SEEK_SET) < 0) { -- pdfError(-1,"Can't rewind temporary file"); -- close(fd); -- exit(1); -- } -- -- if ((fp = fdopen(fd,"rb")) == 0) { -- pdfError(-1,"Can't fdopen temporary file"); -- close(fd); -- exit(1); -- } -- -- obj.initNull(); --// parsePDFTOPDFComment(fp); // TODO? -- rewind(fp); -- str = new FileStream(fp,0,gFalse,0,&obj); -- doc = new PDFDoc(str); -+ close(fd); -+ doc = new PDFDoc(new GooString(name)); -+ /* remove name */ -+ unlink(name); - } else { - GooString *fileName = new GooString(argv[6]); - /* argc == 7 filenmae is specified */ - -=== modified file 'filter/pdftoopvp/pdftoopvp.cxx' ---- filter/pdftoopvp/pdftoopvp.cxx 2012-07-20 08:32:55 +0000 -+++ filter/pdftoopvp/pdftoopvp.cxx 2013-08-01 15:48:06 +0000 -@@ -112,8 +112,13 @@ - #define MAX_OPVP_OPTIONS 20 - - #if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19 -+#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 23 -+void CDECL myErrorFun(void *data, ErrorCategory category, -+ Goffset pos, char *msg) -+#else - void CDECL myErrorFun(void *data, ErrorCategory category, - int pos, char *msg) -+#endif - { - if (pos >= 0) { - fprintf(stderr, "ERROR (%d): ", pos); -@@ -619,9 +624,6 @@ - char *s; - GooString name; - int fd; -- Object obj; -- BaseStream *str; -- FILE *fp; - char buf[4096]; - int n; - -@@ -633,8 +635,6 @@ - } - name.append("/XXXXXX"); - fd = mkstemp(name.getCString()); -- /* remove name */ -- unlink(name.getCString()); - if (fd < 0) { - opvpError(-1,"Can't create temporary file"); - exitCode = 2; -@@ -675,23 +675,10 @@ - goto err0; - } - } -- if (lseek(fd,0,SEEK_SET) < 0) { -- opvpError(-1,"Can't rewind temporary file"); -- close(fd); -- exitCode = 2; -- goto err0; -- } -- -- if ((fp = fdopen(fd,"rb")) == 0) { -- opvpError(-1,"Can't fdopen temporary file"); -- close(fd); -- exitCode = 2; -- goto err0; -- } -- -- obj.initNull(); -- str = new FileStream(fp,0,gFalse,0,&obj); -- doc = new PDFDoc(str); -+ close(fd); -+ doc = new PDFDoc(&name); -+ /* remove name */ -+ unlink(name.getCString()); - } else { - /* no jcl check */ - doc = new PDFDoc(fileName.copy()); - -=== modified file 'filter/pdftoraster.cxx' ---- filter/pdftoraster.cxx 2013-07-30 17:00:43 +0000 -+++ filter/pdftoraster.cxx 2013-08-01 15:48:06 +0000 -@@ -186,8 +186,13 @@ - } - - #if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19 -+#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 23 -+void CDECL myErrorFun(void *data, ErrorCategory category, -+ Goffset pos, char *msg) -+#else - void CDECL myErrorFun(void *data, ErrorCategory category, - int pos, char *msg) -+#endif - { - if (pos >= 0) { - fprintf(stderr, "ERROR (%d): ", pos); -@@ -1776,19 +1781,15 @@ - if (argc == 6) { - /* stdin */ - int fd; -- Object obj; -- BaseStream *str; -- FILE *fp; -+ char name[BUFSIZ]; - char buf[BUFSIZ]; - int n; - -- fd = cupsTempFd(buf,sizeof(buf)); -+ fd = cupsTempFd(name,sizeof(name)); - if (fd < 0) { - pdfError(-1,const_cast<char *>("Can't create temporary file")); - exit(1); - } -- /* remove name */ -- unlink(buf); - - /* copy stdin to the tmp file */ - while ((n = read(0,buf,BUFSIZ)) > 0) { -@@ -1798,23 +1799,10 @@ - exit(1); - } - } -- if (lseek(fd,0,SEEK_SET) < 0) { -- pdfError(-1,const_cast<char *>("Can't rewind temporary file")); -- close(fd); -- exit(1); -- } -- -- if ((fp = fdopen(fd,"rb")) == 0) { -- pdfError(-1,const_cast<char *>("Can't fdopen temporary file")); -- close(fd); -- exit(1); -- } -- -- obj.initNull(); -- parsePDFTOPDFComment(fp); -- rewind(fp); -- str = new FileStream(fp,0,gFalse,0,&obj); -- doc = new PDFDoc(str); -+ close(fd); -+ doc = new PDFDoc(new GooString(name)); -+ /* remove name */ -+ unlink(name); - } else { - GooString *fileName = new GooString(argv[6]); - /* argc == 7 filenmae is specified */ - -=== modified file 'filter/pdftoijs.cxx' ---- filter/pdftoijs.cxx 2013-08-01 15:48:06 +0000 -+++ filter/pdftoijs.cxx 2013-08-02 13:52:04 +0000 -@@ -79,7 +79,11 @@ - #endif - { - if (pos >= 0) { -+#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 23 -+ fprintf(stderr, "ERROR (%lld): ", pos); -+#else - fprintf(stderr, "ERROR (%d): ", pos); -+#endif - } else { - fprintf(stderr, "ERROR: "); - } - -=== modified file 'filter/pdftoraster.cxx' ---- filter/pdftoraster.cxx 2013-08-02 11:13:38 +0000 -+++ filter/pdftoraster.cxx 2013-08-02 13:52:04 +0000 -@@ -199,7 +199,11 @@ - #endif - { - if (pos >= 0) { -+#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 23 -+ fprintf(stderr, "ERROR (%lld): ", pos); -+#else - fprintf(stderr, "ERROR (%d): ", pos); -+#endif - } else { - fprintf(stderr, "ERROR: "); - } - -=== modified file 'filter/pdftoopvp/pdftoopvp.cxx' ---- filter/pdftoopvp/pdftoopvp.cxx 2013-08-01 15:48:06 +0000 -+++ filter/pdftoopvp/pdftoopvp.cxx 2013-08-02 14:46:20 +0000 -@@ -121,7 +121,11 @@ - #endif - { - if (pos >= 0) { -+#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 23 -+ fprintf(stderr, "ERROR (%lld): ", pos); -+#else - fprintf(stderr, "ERROR (%d): ", pos); -+#endif - } else { - fprintf(stderr, "ERROR: "); - } -
participants (1)
-
crux@crux.nu