[arch-commits] Commit in cinepaint/trunk (PKGBUILD cinepaint-missing-include.patch)

Eric Bélanger eric at archlinux.org
Sat Apr 21 01:56:04 UTC 2012


    Date: Friday, April 20, 2012 @ 21:56:04
  Author: eric
Revision: 156561

upgpkg: cinepaint 1.3-1

Upstream update

Added:
  cinepaint/trunk/cinepaint-missing-include.patch
Modified:
  cinepaint/trunk/PKGBUILD

---------------------------------+
 PKGBUILD                        |   16 +++++++++-------
 cinepaint-missing-include.patch |   11 +++++++++++
 2 files changed, 20 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-21 00:21:12 UTC (rev 156560)
+++ PKGBUILD	2012-04-21 01:56:04 UTC (rev 156561)
@@ -3,8 +3,8 @@
 # Contributor: tobias [tobias.justdreams.de]
 
 pkgname=cinepaint
-pkgver=1.0
-pkgrel=2
+pkgver=1.3
+pkgrel=1
 pkgdesc="Sophisticated graphics manipulation programm supporting > 8bit pictures"
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL' 'MIT')
@@ -16,15 +16,17 @@
             'ghostscript: for pdf plug-ins')
 options=('!libtool')
 install=cinepaint.install
-source=(http://sourceforge.net/projects/cinepaint/files/CinePaint/${pkgname}-${pkgver}.tgz
-        LICENSE cinepaint-libpng15.patch)
-md5sums=('7dfdb005d246578392ac9bd500534804'
-         '169085743f667c250ea2e4022efecf5f'
-         '682de65ad358512d00a8b76730453664')
+source=(http://downloads.sourceforge.net/project/cinepaint/CinePaint/CinePaint-${pkgver}/${pkgname}-${pkgver}.tgz
+        LICENSE cinepaint-libpng15.patch cinepaint-missing-include.patch)
+sha1sums=('1982e32b0f461f4fd0ff0fe17a2e81ccd8dbd52b'
+          'ca8411db87f3fc51bbdfade22f4e1f555b2ee19e'
+          '3dfc9f06f02791aee59b60d33ddf9d305b0f1de5'
+          'a4f43aabdbb33d059f1a38442cd6625e4f00c5b9')
 
 build() {
   cd "${srcdir}/${pkgname}"
   patch -p1 -i ../cinepaint-libpng15.patch
+  patch -p1 -i ../cinepaint-missing-include.patch
   find plug-ins/pygimp -type f -exec sed -i 's#env python#env python2#' {} +
   sed -i 's|$(LDFLAGS) -o|$(LDFLAGS) $(GTK_LIBS) -o|' lib/Makefile.in
 

Added: cinepaint-missing-include.patch
===================================================================
--- cinepaint-missing-include.patch	                        (rev 0)
+++ cinepaint-missing-include.patch	2012-04-21 01:56:04 UTC (rev 156561)
@@ -0,0 +1,11 @@
+diff -Naur cinepaint-orig/plug-ins/icc_examin/icc_examin/icc_modell_beobachter.cpp cinepaint/plug-ins/icc_examin/icc_examin/icc_modell_beobachter.cpp
+--- cinepaint-orig/plug-ins/icc_examin/icc_examin/icc_modell_beobachter.cpp	2012-04-20 18:51:10.625503826 -0400
++++ cinepaint/plug-ins/icc_examin/icc_examin/icc_modell_beobachter.cpp	2012-04-20 18:52:04.478835055 -0400
+@@ -32,6 +32,7 @@
+ 
+ #include <list>
+ #include <string>
++#include <unistd.h>
+ 
+ #include "icc_modell_beobachter.h"
+ 




More information about the arch-commits mailing list