[arch-commits] Commit in epdfview/repos (20 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Feb 2 12:40:10 UTC 2014


    Date: Sunday, February 2, 2014 @ 13:40:09
  Author: bpiotrowski
Revision: 105183

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

Added:
  epdfview/repos/community-i686/PKGBUILD
    (from rev 105182, epdfview/trunk/PKGBUILD)
  epdfview/repos/community-i686/epdfview-0.1.8-glib2-headers.patch
    (from rev 105182, epdfview/trunk/epdfview-0.1.8-glib2-headers.patch)
  epdfview/repos/community-i686/epdfview-0.1.8-modern-cups.patch
    (from rev 105182, epdfview/trunk/epdfview-0.1.8-modern-cups.patch)
  epdfview/repos/community-i686/epdfview-0.1.8-swap-the-blue-and-red-channel.patch
    (from rev 105182, epdfview/trunk/epdfview-0.1.8-swap-the-blue-and-red-channel.patch)
  epdfview/repos/community-i686/epdfview.install
    (from rev 105182, epdfview/trunk/epdfview.install)
  epdfview/repos/community-x86_64/PKGBUILD
    (from rev 105182, epdfview/trunk/PKGBUILD)
  epdfview/repos/community-x86_64/epdfview-0.1.8-glib2-headers.patch
    (from rev 105182, epdfview/trunk/epdfview-0.1.8-glib2-headers.patch)
  epdfview/repos/community-x86_64/epdfview-0.1.8-modern-cups.patch
    (from rev 105182, epdfview/trunk/epdfview-0.1.8-modern-cups.patch)
  epdfview/repos/community-x86_64/epdfview-0.1.8-swap-the-blue-and-red-channel.patch
    (from rev 105182, epdfview/trunk/epdfview-0.1.8-swap-the-blue-and-red-channel.patch)
  epdfview/repos/community-x86_64/epdfview.install
    (from rev 105182, epdfview/trunk/epdfview.install)
Deleted:
  epdfview/repos/community-i686/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch
  epdfview/repos/community-i686/PKGBUILD
  epdfview/repos/community-i686/epdfview.desktop.patch
  epdfview/repos/community-i686/epdfview.install
  epdfview/repos/community-i686/glib2_headers.patch
  epdfview/repos/community-x86_64/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch
  epdfview/repos/community-x86_64/PKGBUILD
  epdfview/repos/community-x86_64/epdfview.desktop.patch
  epdfview/repos/community-x86_64/epdfview.install
  epdfview/repos/community-x86_64/glib2_headers.patch

----------------------------------------------------------------------------------+
 /PKGBUILD                                                                        |  100 ++++++++++
 /epdfview.install                                                                |   24 ++
 community-i686/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch   |   60 ------
 community-i686/PKGBUILD                                                          |   45 ----
 community-i686/epdfview-0.1.8-glib2-headers.patch                                |   13 +
 community-i686/epdfview-0.1.8-modern-cups.patch                                  |   74 +++++++
 community-i686/epdfview-0.1.8-swap-the-blue-and-red-channel.patch                |   60 ++++++
 community-i686/epdfview.desktop.patch                                            |   11 -
 community-i686/epdfview.install                                                  |   12 -
 community-i686/glib2_headers.patch                                               |   13 -
 community-x86_64/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch |   60 ------
 community-x86_64/PKGBUILD                                                        |   45 ----
 community-x86_64/epdfview-0.1.8-glib2-headers.patch                              |   13 +
 community-x86_64/epdfview-0.1.8-modern-cups.patch                                |   74 +++++++
 community-x86_64/epdfview-0.1.8-swap-the-blue-and-red-channel.patch              |   60 ++++++
 community-x86_64/epdfview.desktop.patch                                          |   11 -
 community-x86_64/epdfview.install                                                |   12 -
 community-x86_64/glib2_headers.patch                                             |   13 -
 18 files changed, 418 insertions(+), 282 deletions(-)

Deleted: community-i686/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch
===================================================================
--- community-i686/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch	2014-02-02 12:39:48 UTC (rev 105182)
+++ community-i686/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch	2014-02-02 12:40:09 UTC (rev 105183)
@@ -1,60 +0,0 @@
-From d30496f52b85f82947bd07b9bd60f8482843ece8 Mon Sep 17 00:00:00 2001
-From: jordi <jordi at cb4bfb15-1111-0410-82e2-95233c8f1c7e>
-Date: Tue, 5 Jul 2011 09:23:38 +0000
-Subject: [PATCH 1/2] When using Poppler 0.17.0, I needed to swap the blue and
- red channels, otherwise the colors (other than black
- and white) looked wierd.
-
-git-svn-id: svn://svn.emma-soft.com/epdfview/trunk@367 cb4bfb15-1111-0410-82e2-95233c8f1c7e
----
- src/PDFDocument.cxx |   20 ++++++++++++++++++++
- 1 files changed, 20 insertions(+), 0 deletions(-)
-
-diff --git a/src/PDFDocument.cxx b/src/PDFDocument.cxx
-index df5d75f..63b3513 100644
---- a/src/PDFDocument.cxx
-+++ b/src/PDFDocument.cxx
-@@ -20,6 +20,7 @@
- #include <time.h>
- #include <poppler.h>
- #include <unistd.h>
-+#include <algorithm>
- #include "epdfview.h"
- 
- using namespace ePDFView;
-@@ -33,6 +34,24 @@ static PageLayout convertPageLayout (gint pageLayout);
- static PageMode convertPageMode (gint pageMode);
- static gchar *getAbsoluteFileName (const gchar *fileName);
- 
-+namespace
-+{
-+    void
-+    convert_bgra_to_rgba (guint8 *data, int width, int height)
-+    {
-+        using std::swap;
-+
-+        for (int y = 0; y < height; y++)
-+        {
-+            for (int x = 0; x < width; x++)
-+            {
-+                swap(data[0], data[2]);
-+                data += 4;
-+            }
-+        }
-+    }
-+}
-+
- ///
- /// @brief Constructs a new PDFDocument object.
- ///
-@@ -650,6 +669,7 @@ PDFDocument::renderPage (gint pageNum)
-         poppler_page_render (page, context);
-         cairo_destroy(context);
-         cairo_surface_destroy (surface);
-+        convert_bgra_to_rgba(renderedPage->getData (), width, height);
- #else // !HAVE_POPPLER_0_17_0
-         // Create the pixbuf from the data and render to it.
-         GdkPixbuf *pixbuf = gdk_pixbuf_new_from_data (renderedPage->getData (),
--- 
-1.7.7
-

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-02-02 12:39:48 UTC (rev 105182)
+++ community-i686/PKGBUILD	2014-02-02 12:40:09 UTC (rev 105183)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Contributor: Tom K <tomk at runbox.com>
-# Contributor: Thayer Williams <thayer at archlinux.org>
-
-pkgname=epdfview
-pkgver=0.1.8
-pkgrel=4
-pkgdesc="A free lightweight PDF document viewer."
-url="http://www.emma-soft.com/projects/epdfview/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('poppler-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'gtk2')
-makedepends=('pkgconfig')
-install='epdfview.install'
-source=("http://www.emma-soft.com/projects/${pkgname}/chrome/site/releases/${pkgname}-${pkgver}.tar.bz2"
-        "${pkgname}.desktop.patch"
-        "glib2_headers.patch"
-        "0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch")
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np0 -i "${srcdir}/${pkgname}.desktop.patch"
-  patch -Np1 -i "${srcdir}/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch"
-  patch -Np1 -i "${srcdir}/glib2_headers.patch" # FS#30116
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  for size in 24 32 48; do
-      install -Dm644 data/icon_${pkgname}-${size}.png \
-          "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${pkgname}.png"
-  done
-}
-
-md5sums=('e50285b01612169b2594fea375f53ae4'
-         'fbf22bbabdbb7544db615ac5775d57e2'
-         '2fffa9c7cd4c5f0744803591c2f162a3'
-         '7f9ea101a41f5b4e999fd024f423d41f')

Copied: epdfview/repos/community-i686/PKGBUILD (from rev 105182, epdfview/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-02 12:40:09 UTC (rev 105183)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer:  Kyle Keen <keenerd at gmail.com>
+# Contributor: schuay <jakob.gruber at gmail.com>
+# Contributor: Tom K <tomk at runbox.com>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+
+pkgname=epdfview
+pkgver=0.1.8
+pkgrel=5
+pkgdesc='Lightweight PDF document viewer'
+url='http://freecode.com/projects/epdfview'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('poppler-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'gtk2')
+makedepends=('pkgconfig')
+install=epdfview.install
+source=(ftp://ftp.slackware.com/.1/blfs/conglomeration/epdfview/$pkgname-$pkgver.tar.bz2
+        epdfview-0.1.8-swap-the-blue-and-red-channel.patch
+        epdfview-0.1.8-glib2-headers.patch
+        epdfview-0.1.8-modern-cups.patch)
+md5sums=('e50285b01612169b2594fea375f53ae4'
+         '7f9ea101a41f5b4e999fd024f423d41f'
+         '2fffa9c7cd4c5f0744803591c2f162a3'
+         '5c2cf5612d2a7dfe6cf005b94aeb5ada')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/icon_epdfview-48/epdfview/' data/epdfview.desktop
+
+  patch -p1 -i ../epdfview-0.1.8-swap-the-blue-and-red-channel.patch
+  patch -p1 -i ../epdfview-0.1.8-glib2-headers.patch # FS#30116
+  patch -p1 -i ../epdfview-0.1.8-modern-cups.patch # FS#32511
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  for size in 24 32 48; do
+    install -Dm644 data/icon_$pkgname-$size.png \
+      "$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/$pkgname.png
+  done
+}

Copied: epdfview/repos/community-i686/epdfview-0.1.8-glib2-headers.patch (from rev 105182, epdfview/trunk/epdfview-0.1.8-glib2-headers.patch)
===================================================================
--- community-i686/epdfview-0.1.8-glib2-headers.patch	                        (rev 0)
+++ community-i686/epdfview-0.1.8-glib2-headers.patch	2014-02-02 12:40:09 UTC (rev 105183)
@@ -0,0 +1,13 @@
+diff --git a/src/gtk/StockIcons.h b/src/gtk/StockIcons.h
+index c142a7a..58fcf2e 100644
+--- a/src/gtk/StockIcons.h
++++ b/src/gtk/StockIcons.h
+@@ -18,7 +18,7 @@
+ #if !defined (__STOCK_ICONS_H__)
+ #define __STOCK_ICONS_H__
+ 
+-#include <glib/gmacros.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 

Copied: epdfview/repos/community-i686/epdfview-0.1.8-modern-cups.patch (from rev 105182, epdfview/trunk/epdfview-0.1.8-modern-cups.patch)
===================================================================
--- community-i686/epdfview-0.1.8-modern-cups.patch	                        (rev 0)
+++ community-i686/epdfview-0.1.8-modern-cups.patch	2014-02-02 12:40:09 UTC (rev 105183)
@@ -0,0 +1,74 @@
+diff -Naur epdfview-0.1.8.orig/src/PrintPter.cxx epdfview-0.1.8/src/PrintPter.cxx
+--- epdfview-0.1.8.orig/src/PrintPter.cxx	2011-05-28 11:25:01.000000000 +0100
++++ epdfview-0.1.8/src/PrintPter.cxx	2012-08-22 20:11:46.362436859 +0100
+@@ -22,6 +22,40 @@
+ #include <locale.h>
+ #include "epdfview.h"
+ 
++#if (CUPS_VERSION_MAJOR > 1) || (CUPS_VERSION_MINOR > 5)
++#define HAVE_CUPS_1_6 1
++#endif
++
++#ifndef HAVE_CUPS_1_6
++inline int ippGetInteger (ipp_attribute_t *attr, int element)
++{
++    return (attr->values[element].integer);
++}
++
++inline const char * ippGetString (ipp_attribute_t *attr,
++                                  int             element,
++                                  const char      **language /*UNUSED*/)
++{
++    return (attr->values[element].string.text);
++}
++
++inline int ippSetOperation (ipp_t *ipp, ipp_op_t op)
++{
++  if (!ipp)
++    return (0);
++  ipp->request.op.operation_id = op;
++  return (1);
++}
++
++inline int ippSetRequestId (ipp_t *ipp, int request_id)
++{
++    if (!ipp)
++        return (0);
++    ipp->request.any.request_id = request_id;
++    return (1);
++}
++#endif
++
+ using namespace ePDFView;
+ 
+ // Structures
+@@ -380,8 +414,8 @@
+ 
+     ipp_t *request = ippNew ();
+ 
+-    request->request.op.operation_id = IPP_GET_PRINTER_ATTRIBUTES;
+-    request->request.op.request_id = 1;
++    ippSetOperation(request, IPP_GET_PRINTER_ATTRIBUTES);
++    ippSetRequestId(request, 1);
+ 
+     ippAddString (request, IPP_TAG_OPERATION, IPP_TAG_CHARSET,
+                   "attributes-charset", NULL, "utf-8");
+@@ -403,7 +437,7 @@
+             ippFindAttribute (answer, "printer-state", IPP_TAG_ZERO);
+         if ( NULL != state )
+         {
+-            switch (state->values[0].integer)
++            switch (ippGetInteger (state, 0))
+             {
+                 case IPP_PRINTER_IDLE:
+                     attributes->state = g_strdup (_("Idle"));
+@@ -425,7 +459,7 @@
+             ippFindAttribute (answer, "printer-location", IPP_TAG_ZERO);
+         if ( NULL != location )
+         {
+-            attributes->location = g_strdup (location->values[0].string.text);
++            attributes->location = g_strdup (ippGetString (location, 0, NULL));
+         }
+ 
+         ippDelete (answer);
+

Copied: epdfview/repos/community-i686/epdfview-0.1.8-swap-the-blue-and-red-channel.patch (from rev 105182, epdfview/trunk/epdfview-0.1.8-swap-the-blue-and-red-channel.patch)
===================================================================
--- community-i686/epdfview-0.1.8-swap-the-blue-and-red-channel.patch	                        (rev 0)
+++ community-i686/epdfview-0.1.8-swap-the-blue-and-red-channel.patch	2014-02-02 12:40:09 UTC (rev 105183)
@@ -0,0 +1,60 @@
+From d30496f52b85f82947bd07b9bd60f8482843ece8 Mon Sep 17 00:00:00 2001
+From: jordi <jordi at cb4bfb15-1111-0410-82e2-95233c8f1c7e>
+Date: Tue, 5 Jul 2011 09:23:38 +0000
+Subject: [PATCH 1/2] When using Poppler 0.17.0, I needed to swap the blue and
+ red channels, otherwise the colors (other than black
+ and white) looked wierd.
+
+git-svn-id: svn://svn.emma-soft.com/epdfview/trunk@367 cb4bfb15-1111-0410-82e2-95233c8f1c7e
+---
+ src/PDFDocument.cxx |   20 ++++++++++++++++++++
+ 1 files changed, 20 insertions(+), 0 deletions(-)
+
+diff --git a/src/PDFDocument.cxx b/src/PDFDocument.cxx
+index df5d75f..63b3513 100644
+--- a/src/PDFDocument.cxx
++++ b/src/PDFDocument.cxx
+@@ -20,6 +20,7 @@
+ #include <time.h>
+ #include <poppler.h>
+ #include <unistd.h>
++#include <algorithm>
+ #include "epdfview.h"
+ 
+ using namespace ePDFView;
+@@ -33,6 +34,24 @@ static PageLayout convertPageLayout (gint pageLayout);
+ static PageMode convertPageMode (gint pageMode);
+ static gchar *getAbsoluteFileName (const gchar *fileName);
+ 
++namespace
++{
++    void
++    convert_bgra_to_rgba (guint8 *data, int width, int height)
++    {
++        using std::swap;
++
++        for (int y = 0; y < height; y++)
++        {
++            for (int x = 0; x < width; x++)
++            {
++                swap(data[0], data[2]);
++                data += 4;
++            }
++        }
++    }
++}
++
+ ///
+ /// @brief Constructs a new PDFDocument object.
+ ///
+@@ -650,6 +669,7 @@ PDFDocument::renderPage (gint pageNum)
+         poppler_page_render (page, context);
+         cairo_destroy(context);
+         cairo_surface_destroy (surface);
++        convert_bgra_to_rgba(renderedPage->getData (), width, height);
+ #else // !HAVE_POPPLER_0_17_0
+         // Create the pixbuf from the data and render to it.
+         GdkPixbuf *pixbuf = gdk_pixbuf_new_from_data (renderedPage->getData (),
+-- 
+1.7.7
+

Deleted: community-i686/epdfview.desktop.patch
===================================================================
--- community-i686/epdfview.desktop.patch	2014-02-02 12:39:48 UTC (rev 105182)
+++ community-i686/epdfview.desktop.patch	2014-02-02 12:40:09 UTC (rev 105183)
@@ -1,11 +0,0 @@
---- data/epdfview.desktop.bak	2009-04-05 16:55:56.000000000 -0700
-+++ data/epdfview.desktop	2009-04-05 16:56:33.000000000 -0700
-@@ -7,7 +7,7 @@
- GenericName=PDF Viewer
- GenericName[ca]=Visor PDF
- GenericName[es]=Visor PDF
--Icon=icon_epdfview-48
-+Icon=epdfview
- Name=ePDFViewer
- Name[ca]=ePDFViewer
- Name[es]=ePDFViewer

Deleted: community-i686/epdfview.install
===================================================================
--- community-i686/epdfview.install	2014-02-02 12:39:48 UTC (rev 105182)
+++ community-i686/epdfview.install	2014-02-02 12:40:09 UTC (rev 105183)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: epdfview/repos/community-i686/epdfview.install (from rev 105182, epdfview/trunk/epdfview.install)
===================================================================
--- community-i686/epdfview.install	                        (rev 0)
+++ community-i686/epdfview.install	2014-02-02 12:40:09 UTC (rev 105183)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-i686/glib2_headers.patch
===================================================================
--- community-i686/glib2_headers.patch	2014-02-02 12:39:48 UTC (rev 105182)
+++ community-i686/glib2_headers.patch	2014-02-02 12:40:09 UTC (rev 105183)
@@ -1,13 +0,0 @@
-diff --git a/src/gtk/StockIcons.h b/src/gtk/StockIcons.h
-index c142a7a..58fcf2e 100644
---- a/src/gtk/StockIcons.h
-+++ b/src/gtk/StockIcons.h
-@@ -18,7 +18,7 @@
- #if !defined (__STOCK_ICONS_H__)
- #define __STOCK_ICONS_H__
- 
--#include <glib/gmacros.h>
-+#include <glib.h>
- 
- G_BEGIN_DECLS
- 

Deleted: community-x86_64/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch
===================================================================
--- community-x86_64/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch	2014-02-02 12:39:48 UTC (rev 105182)
+++ community-x86_64/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch	2014-02-02 12:40:09 UTC (rev 105183)
@@ -1,60 +0,0 @@
-From d30496f52b85f82947bd07b9bd60f8482843ece8 Mon Sep 17 00:00:00 2001
-From: jordi <jordi at cb4bfb15-1111-0410-82e2-95233c8f1c7e>
-Date: Tue, 5 Jul 2011 09:23:38 +0000
-Subject: [PATCH 1/2] When using Poppler 0.17.0, I needed to swap the blue and
- red channels, otherwise the colors (other than black
- and white) looked wierd.
-
-git-svn-id: svn://svn.emma-soft.com/epdfview/trunk@367 cb4bfb15-1111-0410-82e2-95233c8f1c7e
----
- src/PDFDocument.cxx |   20 ++++++++++++++++++++
- 1 files changed, 20 insertions(+), 0 deletions(-)
-
-diff --git a/src/PDFDocument.cxx b/src/PDFDocument.cxx
-index df5d75f..63b3513 100644
---- a/src/PDFDocument.cxx
-+++ b/src/PDFDocument.cxx
-@@ -20,6 +20,7 @@
- #include <time.h>
- #include <poppler.h>
- #include <unistd.h>
-+#include <algorithm>
- #include "epdfview.h"
- 
- using namespace ePDFView;
-@@ -33,6 +34,24 @@ static PageLayout convertPageLayout (gint pageLayout);
- static PageMode convertPageMode (gint pageMode);
- static gchar *getAbsoluteFileName (const gchar *fileName);
- 
-+namespace
-+{
-+    void
-+    convert_bgra_to_rgba (guint8 *data, int width, int height)
-+    {
-+        using std::swap;
-+
-+        for (int y = 0; y < height; y++)
-+        {
-+            for (int x = 0; x < width; x++)
-+            {
-+                swap(data[0], data[2]);
-+                data += 4;
-+            }
-+        }
-+    }
-+}
-+
- ///
- /// @brief Constructs a new PDFDocument object.
- ///
-@@ -650,6 +669,7 @@ PDFDocument::renderPage (gint pageNum)
-         poppler_page_render (page, context);
-         cairo_destroy(context);
-         cairo_surface_destroy (surface);
-+        convert_bgra_to_rgba(renderedPage->getData (), width, height);
- #else // !HAVE_POPPLER_0_17_0
-         // Create the pixbuf from the data and render to it.
-         GdkPixbuf *pixbuf = gdk_pixbuf_new_from_data (renderedPage->getData (),
--- 
-1.7.7
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-02-02 12:39:48 UTC (rev 105182)
+++ community-x86_64/PKGBUILD	2014-02-02 12:40:09 UTC (rev 105183)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Contributor: Tom K <tomk at runbox.com>
-# Contributor: Thayer Williams <thayer at archlinux.org>
-
-pkgname=epdfview
-pkgver=0.1.8
-pkgrel=4
-pkgdesc="A free lightweight PDF document viewer."
-url="http://www.emma-soft.com/projects/epdfview/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('poppler-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'gtk2')
-makedepends=('pkgconfig')
-install='epdfview.install'
-source=("http://www.emma-soft.com/projects/${pkgname}/chrome/site/releases/${pkgname}-${pkgver}.tar.bz2"
-        "${pkgname}.desktop.patch"
-        "glib2_headers.patch"
-        "0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch")
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np0 -i "${srcdir}/${pkgname}.desktop.patch"
-  patch -Np1 -i "${srcdir}/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch"
-  patch -Np1 -i "${srcdir}/glib2_headers.patch" # FS#30116
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  for size in 24 32 48; do
-      install -Dm644 data/icon_${pkgname}-${size}.png \
-          "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${pkgname}.png"
-  done
-}
-
-md5sums=('e50285b01612169b2594fea375f53ae4'
-         'fbf22bbabdbb7544db615ac5775d57e2'
-         '2fffa9c7cd4c5f0744803591c2f162a3'
-         '7f9ea101a41f5b4e999fd024f423d41f')

Copied: epdfview/repos/community-x86_64/PKGBUILD (from rev 105182, epdfview/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-02 12:40:09 UTC (rev 105183)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer:  Kyle Keen <keenerd at gmail.com>
+# Contributor: schuay <jakob.gruber at gmail.com>
+# Contributor: Tom K <tomk at runbox.com>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+
+pkgname=epdfview
+pkgver=0.1.8
+pkgrel=5
+pkgdesc='Lightweight PDF document viewer'
+url='http://freecode.com/projects/epdfview'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('poppler-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'gtk2')
+makedepends=('pkgconfig')
+install=epdfview.install
+source=(ftp://ftp.slackware.com/.1/blfs/conglomeration/epdfview/$pkgname-$pkgver.tar.bz2
+        epdfview-0.1.8-swap-the-blue-and-red-channel.patch
+        epdfview-0.1.8-glib2-headers.patch
+        epdfview-0.1.8-modern-cups.patch)
+md5sums=('e50285b01612169b2594fea375f53ae4'
+         '7f9ea101a41f5b4e999fd024f423d41f'
+         '2fffa9c7cd4c5f0744803591c2f162a3'
+         '5c2cf5612d2a7dfe6cf005b94aeb5ada')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/icon_epdfview-48/epdfview/' data/epdfview.desktop
+
+  patch -p1 -i ../epdfview-0.1.8-swap-the-blue-and-red-channel.patch
+  patch -p1 -i ../epdfview-0.1.8-glib2-headers.patch # FS#30116
+  patch -p1 -i ../epdfview-0.1.8-modern-cups.patch # FS#32511
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  for size in 24 32 48; do
+    install -Dm644 data/icon_$pkgname-$size.png \
+      "$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/$pkgname.png
+  done
+}

Copied: epdfview/repos/community-x86_64/epdfview-0.1.8-glib2-headers.patch (from rev 105182, epdfview/trunk/epdfview-0.1.8-glib2-headers.patch)
===================================================================
--- community-x86_64/epdfview-0.1.8-glib2-headers.patch	                        (rev 0)
+++ community-x86_64/epdfview-0.1.8-glib2-headers.patch	2014-02-02 12:40:09 UTC (rev 105183)
@@ -0,0 +1,13 @@
+diff --git a/src/gtk/StockIcons.h b/src/gtk/StockIcons.h
+index c142a7a..58fcf2e 100644
+--- a/src/gtk/StockIcons.h
++++ b/src/gtk/StockIcons.h
+@@ -18,7 +18,7 @@
+ #if !defined (__STOCK_ICONS_H__)
+ #define __STOCK_ICONS_H__
+ 
+-#include <glib/gmacros.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 

Copied: epdfview/repos/community-x86_64/epdfview-0.1.8-modern-cups.patch (from rev 105182, epdfview/trunk/epdfview-0.1.8-modern-cups.patch)
===================================================================
--- community-x86_64/epdfview-0.1.8-modern-cups.patch	                        (rev 0)
+++ community-x86_64/epdfview-0.1.8-modern-cups.patch	2014-02-02 12:40:09 UTC (rev 105183)
@@ -0,0 +1,74 @@
+diff -Naur epdfview-0.1.8.orig/src/PrintPter.cxx epdfview-0.1.8/src/PrintPter.cxx
+--- epdfview-0.1.8.orig/src/PrintPter.cxx	2011-05-28 11:25:01.000000000 +0100
++++ epdfview-0.1.8/src/PrintPter.cxx	2012-08-22 20:11:46.362436859 +0100
+@@ -22,6 +22,40 @@
+ #include <locale.h>
+ #include "epdfview.h"
+ 
++#if (CUPS_VERSION_MAJOR > 1) || (CUPS_VERSION_MINOR > 5)
++#define HAVE_CUPS_1_6 1
++#endif
++
++#ifndef HAVE_CUPS_1_6
++inline int ippGetInteger (ipp_attribute_t *attr, int element)
++{
++    return (attr->values[element].integer);
++}
++
++inline const char * ippGetString (ipp_attribute_t *attr,
++                                  int             element,
++                                  const char      **language /*UNUSED*/)
++{
++    return (attr->values[element].string.text);
++}
++
++inline int ippSetOperation (ipp_t *ipp, ipp_op_t op)
++{
++  if (!ipp)
++    return (0);
++  ipp->request.op.operation_id = op;
++  return (1);
++}
++
++inline int ippSetRequestId (ipp_t *ipp, int request_id)
++{
++    if (!ipp)
++        return (0);
++    ipp->request.any.request_id = request_id;
++    return (1);
++}
++#endif
++
+ using namespace ePDFView;
+ 
+ // Structures
+@@ -380,8 +414,8 @@
+ 
+     ipp_t *request = ippNew ();
+ 
+-    request->request.op.operation_id = IPP_GET_PRINTER_ATTRIBUTES;
+-    request->request.op.request_id = 1;
++    ippSetOperation(request, IPP_GET_PRINTER_ATTRIBUTES);
++    ippSetRequestId(request, 1);
+ 
+     ippAddString (request, IPP_TAG_OPERATION, IPP_TAG_CHARSET,
+                   "attributes-charset", NULL, "utf-8");
+@@ -403,7 +437,7 @@
+             ippFindAttribute (answer, "printer-state", IPP_TAG_ZERO);
+         if ( NULL != state )
+         {
+-            switch (state->values[0].integer)
++            switch (ippGetInteger (state, 0))
+             {
+                 case IPP_PRINTER_IDLE:
+                     attributes->state = g_strdup (_("Idle"));
+@@ -425,7 +459,7 @@
+             ippFindAttribute (answer, "printer-location", IPP_TAG_ZERO);
+         if ( NULL != location )
+         {
+-            attributes->location = g_strdup (location->values[0].string.text);
++            attributes->location = g_strdup (ippGetString (location, 0, NULL));
+         }
+ 
+         ippDelete (answer);
+

Copied: epdfview/repos/community-x86_64/epdfview-0.1.8-swap-the-blue-and-red-channel.patch (from rev 105182, epdfview/trunk/epdfview-0.1.8-swap-the-blue-and-red-channel.patch)
===================================================================
--- community-x86_64/epdfview-0.1.8-swap-the-blue-and-red-channel.patch	                        (rev 0)
+++ community-x86_64/epdfview-0.1.8-swap-the-blue-and-red-channel.patch	2014-02-02 12:40:09 UTC (rev 105183)
@@ -0,0 +1,60 @@
+From d30496f52b85f82947bd07b9bd60f8482843ece8 Mon Sep 17 00:00:00 2001
+From: jordi <jordi at cb4bfb15-1111-0410-82e2-95233c8f1c7e>
+Date: Tue, 5 Jul 2011 09:23:38 +0000
+Subject: [PATCH 1/2] When using Poppler 0.17.0, I needed to swap the blue and
+ red channels, otherwise the colors (other than black
+ and white) looked wierd.
+
+git-svn-id: svn://svn.emma-soft.com/epdfview/trunk@367 cb4bfb15-1111-0410-82e2-95233c8f1c7e
+---
+ src/PDFDocument.cxx |   20 ++++++++++++++++++++
+ 1 files changed, 20 insertions(+), 0 deletions(-)
+
+diff --git a/src/PDFDocument.cxx b/src/PDFDocument.cxx
+index df5d75f..63b3513 100644
+--- a/src/PDFDocument.cxx
++++ b/src/PDFDocument.cxx
+@@ -20,6 +20,7 @@
+ #include <time.h>
+ #include <poppler.h>
+ #include <unistd.h>
++#include <algorithm>
+ #include "epdfview.h"
+ 
+ using namespace ePDFView;
+@@ -33,6 +34,24 @@ static PageLayout convertPageLayout (gint pageLayout);
+ static PageMode convertPageMode (gint pageMode);
+ static gchar *getAbsoluteFileName (const gchar *fileName);
+ 
++namespace
++{
++    void
++    convert_bgra_to_rgba (guint8 *data, int width, int height)
++    {
++        using std::swap;
++
++        for (int y = 0; y < height; y++)
++        {
++            for (int x = 0; x < width; x++)
++            {
++                swap(data[0], data[2]);
++                data += 4;
++            }
++        }
++    }
++}
++
+ ///
+ /// @brief Constructs a new PDFDocument object.
+ ///
+@@ -650,6 +669,7 @@ PDFDocument::renderPage (gint pageNum)
+         poppler_page_render (page, context);
+         cairo_destroy(context);
+         cairo_surface_destroy (surface);
++        convert_bgra_to_rgba(renderedPage->getData (), width, height);
+ #else // !HAVE_POPPLER_0_17_0
+         // Create the pixbuf from the data and render to it.
+         GdkPixbuf *pixbuf = gdk_pixbuf_new_from_data (renderedPage->getData (),
+-- 
+1.7.7
+

Deleted: community-x86_64/epdfview.desktop.patch
===================================================================
--- community-x86_64/epdfview.desktop.patch	2014-02-02 12:39:48 UTC (rev 105182)
+++ community-x86_64/epdfview.desktop.patch	2014-02-02 12:40:09 UTC (rev 105183)
@@ -1,11 +0,0 @@
---- data/epdfview.desktop.bak	2009-04-05 16:55:56.000000000 -0700
-+++ data/epdfview.desktop	2009-04-05 16:56:33.000000000 -0700
-@@ -7,7 +7,7 @@
- GenericName=PDF Viewer
- GenericName[ca]=Visor PDF
- GenericName[es]=Visor PDF
--Icon=icon_epdfview-48
-+Icon=epdfview
- Name=ePDFViewer
- Name[ca]=ePDFViewer
- Name[es]=ePDFViewer

Deleted: community-x86_64/epdfview.install
===================================================================
--- community-x86_64/epdfview.install	2014-02-02 12:39:48 UTC (rev 105182)
+++ community-x86_64/epdfview.install	2014-02-02 12:40:09 UTC (rev 105183)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: epdfview/repos/community-x86_64/epdfview.install (from rev 105182, epdfview/trunk/epdfview.install)
===================================================================
--- community-x86_64/epdfview.install	                        (rev 0)
+++ community-x86_64/epdfview.install	2014-02-02 12:40:09 UTC (rev 105183)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/glib2_headers.patch
===================================================================
--- community-x86_64/glib2_headers.patch	2014-02-02 12:39:48 UTC (rev 105182)
+++ community-x86_64/glib2_headers.patch	2014-02-02 12:40:09 UTC (rev 105183)
@@ -1,13 +0,0 @@
-diff --git a/src/gtk/StockIcons.h b/src/gtk/StockIcons.h
-index c142a7a..58fcf2e 100644
---- a/src/gtk/StockIcons.h
-+++ b/src/gtk/StockIcons.h
-@@ -18,7 +18,7 @@
- #if !defined (__STOCK_ICONS_H__)
- #define __STOCK_ICONS_H__
- 
--#include <glib/gmacros.h>
-+#include <glib.h>
- 
- G_BEGIN_DECLS
- 




More information about the arch-commits mailing list