[arch-commits] Commit in cups-filters/repos (10 files)

Andreas Radke andyrtr at nymeria.archlinux.org
Tue Aug 13 18:20:41 UTC 2013


    Date: Tuesday, August 13, 2013 @ 20:20:41
  Author: andyrtr
Revision: 192540

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  cups-filters/repos/extra-i686/PKGBUILD
    (from rev 192539, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-i686/cups-browsed.service
    (from rev 192539, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/extra-x86_64/PKGBUILD
    (from rev 192539, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/cups-browsed.service
    (from rev 192539, cups-filters/trunk/cups-browsed.service)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-i686/cups-browsed.service
  cups-filters/repos/extra-i686/poppler_buildfix.diff
  cups-filters/repos/extra-x86_64/PKGBUILD
  cups-filters/repos/extra-x86_64/cups-browsed.service
  cups-filters/repos/extra-x86_64/poppler_buildfix.diff

------------------------------------+
 /PKGBUILD                          |  102 ++++++++++++
 /cups-browsed.service              |   20 ++
 extra-i686/PKGBUILD                |   57 -------
 extra-i686/cups-browsed.service    |   10 -
 extra-i686/poppler_buildfix.diff   |  276 -----------------------------------
 extra-x86_64/PKGBUILD              |   57 -------
 extra-x86_64/cups-browsed.service  |   10 -
 extra-x86_64/poppler_buildfix.diff |  276 -----------------------------------
 8 files changed, 122 insertions(+), 686 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-08-13 18:20:20 UTC (rev 192539)
+++ extra-i686/PKGBUILD	2013-08-13 18:20:41 UTC (rev 192540)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=cups-filters
-pkgver=1.0.35
-pkgrel=4
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
-license=('GPL')
-depends=('lcms2' 'poppler>=0.22.5' 'qpdf>=5.0.0')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images'
-	    'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly'
-	    'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly'
-	    'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-        etc/cups/cups-browsed.conf)
-options=(!libtool)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
-        poppler_buildfix.diff
-        cups-browsed.service)
-md5sums=('26f150f1e9ce1f7b0f38ae4ebb01e23d'
-         'e898ddcb65fb08d96595eac24fe0b1ac'
-         '9ef68d7c2a84713fd421f4e87dec0a6e')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  # fix build with poppler 0.24.0
-  patch -Np0 -i ${srcdir}/poppler_buildfix.diff
-  
-  ./configure --prefix=/usr  \
-    --sysconfdir=/etc \
-    --sbindir=/usr/bin \
-    --with-rcdir=no \
-    --enable-avahi \
-    --with-browseremoteprotocols=DNSSD,CUPS \
-    --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  #make -j1 -k check
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  # drop static lib
-  rm -f ${pkgdir}/usr/lib/*.a
-  
-  # add missing systemd support
-  install -Dm644 ${srcdir}/cups-browsed.service ${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 192539, cups-filters/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-08-13 18:20:41 UTC (rev 192540)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=cups-filters
+pkgver=1.0.36
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images'
+	    'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly'
+	    'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly'
+	    'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+        etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+        cups-browsed.service)
+md5sums=('c48a991ac408583d33e1d1e84881c470'
+         '9ef68d7c2a84713fd421f4e87dec0a6e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --with-rcdir=no \
+    --enable-avahi \
+    --with-browseremoteprotocols=DNSSD,CUPS \
+    --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make -j1 -k check
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+  
+  # add missing systemd support
+  install -Dm644 ${srcdir}/cups-browsed.service ${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+}

Deleted: extra-i686/cups-browsed.service
===================================================================
--- extra-i686/cups-browsed.service	2013-08-13 18:20:20 UTC (rev 192539)
+++ extra-i686/cups-browsed.service	2013-08-13 18:20:41 UTC (rev 192540)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Make remote CUPS printers available locally
-After=cups.service avahi-daemon.service
-Wants=cups.service avahi-daemon.service
-
-[Service]
-ExecStart=/usr/bin/cups-browsed
-
-[Install]
-WantedBy=multi-user.target

Copied: cups-filters/repos/extra-i686/cups-browsed.service (from rev 192539, cups-filters/trunk/cups-browsed.service)
===================================================================
--- extra-i686/cups-browsed.service	                        (rev 0)
+++ extra-i686/cups-browsed.service	2013-08-13 18:20:41 UTC (rev 192540)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Make remote CUPS printers available locally
+After=cups.service avahi-daemon.service
+Wants=cups.service avahi-daemon.service
+
+[Service]
+ExecStart=/usr/bin/cups-browsed
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-i686/poppler_buildfix.diff
===================================================================
--- extra-i686/poppler_buildfix.diff	2013-08-13 18:20:20 UTC (rev 192539)
+++ extra-i686/poppler_buildfix.diff	2013-08-13 18:20:41 UTC (rev 192540)
@@ -1,276 +0,0 @@
-=== 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: ");
-   }
-

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-08-13 18:20:20 UTC (rev 192539)
+++ extra-x86_64/PKGBUILD	2013-08-13 18:20:41 UTC (rev 192540)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=cups-filters
-pkgver=1.0.35
-pkgrel=4
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
-license=('GPL')
-depends=('lcms2' 'poppler>=0.22.5' 'qpdf>=5.0.0')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images'
-	    'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly'
-	    'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly'
-	    'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-        etc/cups/cups-browsed.conf)
-options=(!libtool)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
-        poppler_buildfix.diff
-        cups-browsed.service)
-md5sums=('26f150f1e9ce1f7b0f38ae4ebb01e23d'
-         'e898ddcb65fb08d96595eac24fe0b1ac'
-         '9ef68d7c2a84713fd421f4e87dec0a6e')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  # fix build with poppler 0.24.0
-  patch -Np0 -i ${srcdir}/poppler_buildfix.diff
-  
-  ./configure --prefix=/usr  \
-    --sysconfdir=/etc \
-    --sbindir=/usr/bin \
-    --with-rcdir=no \
-    --enable-avahi \
-    --with-browseremoteprotocols=DNSSD,CUPS \
-    --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  #make -j1 -k check
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  # drop static lib
-  rm -f ${pkgdir}/usr/lib/*.a
-  
-  # add missing systemd support
-  install -Dm644 ${srcdir}/cups-browsed.service ${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-}

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 192539, cups-filters/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-08-13 18:20:41 UTC (rev 192540)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=cups-filters
+pkgver=1.0.36
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images'
+	    'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly'
+	    'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly'
+	    'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+        etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+        cups-browsed.service)
+md5sums=('c48a991ac408583d33e1d1e84881c470'
+         '9ef68d7c2a84713fd421f4e87dec0a6e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --with-rcdir=no \
+    --enable-avahi \
+    --with-browseremoteprotocols=DNSSD,CUPS \
+    --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make -j1 -k check
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+  
+  # add missing systemd support
+  install -Dm644 ${srcdir}/cups-browsed.service ${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+}

Deleted: extra-x86_64/cups-browsed.service
===================================================================
--- extra-x86_64/cups-browsed.service	2013-08-13 18:20:20 UTC (rev 192539)
+++ extra-x86_64/cups-browsed.service	2013-08-13 18:20:41 UTC (rev 192540)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Make remote CUPS printers available locally
-After=cups.service avahi-daemon.service
-Wants=cups.service avahi-daemon.service
-
-[Service]
-ExecStart=/usr/bin/cups-browsed
-
-[Install]
-WantedBy=multi-user.target

Copied: cups-filters/repos/extra-x86_64/cups-browsed.service (from rev 192539, cups-filters/trunk/cups-browsed.service)
===================================================================
--- extra-x86_64/cups-browsed.service	                        (rev 0)
+++ extra-x86_64/cups-browsed.service	2013-08-13 18:20:41 UTC (rev 192540)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Make remote CUPS printers available locally
+After=cups.service avahi-daemon.service
+Wants=cups.service avahi-daemon.service
+
+[Service]
+ExecStart=/usr/bin/cups-browsed
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/poppler_buildfix.diff
===================================================================
--- extra-x86_64/poppler_buildfix.diff	2013-08-13 18:20:20 UTC (rev 192539)
+++ extra-x86_64/poppler_buildfix.diff	2013-08-13 18:20:41 UTC (rev 192540)
@@ -1,276 +0,0 @@
-=== 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: ");
-   }
-




More information about the arch-commits mailing list