[arch-commits] Commit in gimp/repos (14 files)

2016-12-21 Thread Levente Polyak
Date: Wednesday, December 21, 2016 @ 22:24:22
  Author: anthraxx
Revision: 284397

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

Added:
  gimp/repos/staging-i686/
  gimp/repos/staging-i686/PKGBUILD
(from rev 284396, gimp/trunk/PKGBUILD)
  gimp/repos/staging-i686/freetype_location.patch
(from rev 284396, gimp/trunk/freetype_location.patch)
  gimp/repos/staging-i686/linux.gpl
(from rev 284396, gimp/trunk/linux.gpl)
  gimp/repos/staging-i686/patch_CVE1913.patch
(from rev 284396, gimp/trunk/patch_CVE1913.patch)
  gimp/repos/staging-i686/patch_CVE197.patch
(from rev 284396, gimp/trunk/patch_CVE197.patch)
  gimp/repos/staging-i686/uri-backend-libcurl.patch
(from rev 284396, gimp/trunk/uri-backend-libcurl.patch)
  gimp/repos/staging-x86_64/
  gimp/repos/staging-x86_64/PKGBUILD
(from rev 284396, gimp/trunk/PKGBUILD)
  gimp/repos/staging-x86_64/freetype_location.patch
(from rev 284396, gimp/trunk/freetype_location.patch)
  gimp/repos/staging-x86_64/linux.gpl
(from rev 284396, gimp/trunk/linux.gpl)
  gimp/repos/staging-x86_64/patch_CVE1913.patch
(from rev 284396, gimp/trunk/patch_CVE1913.patch)
  gimp/repos/staging-x86_64/patch_CVE197.patch
(from rev 284396, gimp/trunk/patch_CVE197.patch)
  gimp/repos/staging-x86_64/uri-backend-libcurl.patch
(from rev 284396, gimp/trunk/uri-backend-libcurl.patch)

--+
 staging-i686/PKGBUILD|   49 +
 staging-i686/freetype_location.patch |   25 
 staging-i686/linux.gpl   |   19 +++
 staging-i686/patch_CVE1913.patch |   30 +
 staging-i686/patch_CVE197.patch  |  150 +
 staging-i686/uri-backend-libcurl.patch   |   77 ++
 staging-x86_64/PKGBUILD  |   49 +
 staging-x86_64/freetype_location.patch   |   25 
 staging-x86_64/linux.gpl |   19 +++
 staging-x86_64/patch_CVE1913.patch   |   30 +
 staging-x86_64/patch_CVE197.patch|  150 +
 staging-x86_64/uri-backend-libcurl.patch |   77 ++
 12 files changed, 700 insertions(+)

Copied: gimp/repos/staging-i686/PKGBUILD (from rev 284396, gimp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-21 22:24:22 UTC (rev 284397)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gimp
+pkgver=2.8.18
+pkgrel=4
+pkgdesc="GNU Image Manipulation Program"
+arch=('i686' 'x86_64')
+url="http://www.gimp.org/;
+license=('GPL' 'LGPL')
+depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib'
+ 'libexif' 'gegl02' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl'
+ 'openexr' 'libgudev')
+makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl' 'ghostscript')
+optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
+'webkitgtk2: for the help browser'
+'poppler-glib: for pdf support'
+'alsa-lib: for MIDI event controller module'
+'curl: for URI support'
+'ghostscript: for postscript support')
+options=('!makeflags')
+conflicts=('gimp-devel')
+source=(http://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 linux.gpl 
+uri-backend-libcurl.patch)
+md5sums=('5adaa11a68bc8a42bb2c778fee4d389c'
+ 'bb27bc214261d36484093e857f015f38'
+ 'e894f4b2ffa92c71448fdd350e9b78c6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-mp --enable-gimp-console --enable-gimp-remote \
+--enable-python --with-gif-compression=lzw --with-libcurl \
+--without-aa --without-hal --without-gvfs --without-gnomevfs
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
+  install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
+
+  rm "${pkgdir}/usr/share/man/man1/gimp-console.1"
+  ln -s gimp-console-${pkgver%.*}.1.gz 
"${pkgdir}/usr/share/man/man1/gimp-console.1.gz"
+  ln -s gimptool-2.0 "${pkgdir}/usr/bin/gimptool"
+  ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz"
+}
+

Copied: gimp/repos/staging-i686/freetype_location.patch (from rev 284396, 
gimp/trunk/freetype_location.patch)
===
--- staging-i686/freetype_location.patch(rev 0)
+++ staging-i686/freetype_location.patch2016-12-21 22:24:22 UTC (rev 
284397)
@@ -0,0 +1,25 @@
+From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001
+From: 

[arch-commits] Commit in gimp/repos (14 files)

2016-11-22 Thread Levente Polyak
Date: Tuesday, November 22, 2016 @ 11:31:57
  Author: anthraxx
Revision: 281825

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

Added:
  gimp/repos/staging-i686/
  gimp/repos/staging-i686/PKGBUILD
(from rev 281824, gimp/trunk/PKGBUILD)
  gimp/repos/staging-i686/freetype_location.patch
(from rev 281824, gimp/trunk/freetype_location.patch)
  gimp/repos/staging-i686/linux.gpl
(from rev 281824, gimp/trunk/linux.gpl)
  gimp/repos/staging-i686/patch_CVE1913.patch
(from rev 281824, gimp/trunk/patch_CVE1913.patch)
  gimp/repos/staging-i686/patch_CVE197.patch
(from rev 281824, gimp/trunk/patch_CVE197.patch)
  gimp/repos/staging-i686/uri-backend-libcurl.patch
(from rev 281824, gimp/trunk/uri-backend-libcurl.patch)
  gimp/repos/staging-x86_64/
  gimp/repos/staging-x86_64/PKGBUILD
(from rev 281824, gimp/trunk/PKGBUILD)
  gimp/repos/staging-x86_64/freetype_location.patch
(from rev 281824, gimp/trunk/freetype_location.patch)
  gimp/repos/staging-x86_64/linux.gpl
(from rev 281824, gimp/trunk/linux.gpl)
  gimp/repos/staging-x86_64/patch_CVE1913.patch
(from rev 281824, gimp/trunk/patch_CVE1913.patch)
  gimp/repos/staging-x86_64/patch_CVE197.patch
(from rev 281824, gimp/trunk/patch_CVE197.patch)
  gimp/repos/staging-x86_64/uri-backend-libcurl.patch
(from rev 281824, gimp/trunk/uri-backend-libcurl.patch)

--+
 staging-i686/PKGBUILD|   49 +
 staging-i686/freetype_location.patch |   25 
 staging-i686/linux.gpl   |   19 +++
 staging-i686/patch_CVE1913.patch |   30 +
 staging-i686/patch_CVE197.patch  |  150 +
 staging-i686/uri-backend-libcurl.patch   |   77 ++
 staging-x86_64/PKGBUILD  |   49 +
 staging-x86_64/freetype_location.patch   |   25 
 staging-x86_64/linux.gpl |   19 +++
 staging-x86_64/patch_CVE1913.patch   |   30 +
 staging-x86_64/patch_CVE197.patch|  150 +
 staging-x86_64/uri-backend-libcurl.patch |   77 ++
 12 files changed, 700 insertions(+)

Copied: gimp/repos/staging-i686/PKGBUILD (from rev 281824, gimp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-22 11:31:57 UTC (rev 281825)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gimp
+pkgver=2.8.18
+pkgrel=3
+pkgdesc="GNU Image Manipulation Program"
+arch=('i686' 'x86_64')
+url="http://www.gimp.org/;
+license=('GPL' 'LGPL')
+depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib'
+ 'libexif' 'gegl02' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl'
+ 'openexr' 'libgudev')
+makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl' 'ghostscript')
+optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
+'webkitgtk2: for the help browser'
+'poppler-glib: for pdf support'
+'alsa-lib: for MIDI event controller module'
+'curl: for URI support'
+'ghostscript: for postscript support')
+options=('!makeflags')
+conflicts=('gimp-devel')
+source=(http://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 linux.gpl 
+uri-backend-libcurl.patch)
+md5sums=('5adaa11a68bc8a42bb2c778fee4d389c'
+ 'bb27bc214261d36484093e857f015f38'
+ 'e894f4b2ffa92c71448fdd350e9b78c6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-mp --enable-gimp-console --enable-gimp-remote \
+--enable-python --with-gif-compression=lzw --with-libcurl \
+--without-aa --without-hal --without-gvfs --without-gnomevfs
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
+  install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
+
+  rm "${pkgdir}/usr/share/man/man1/gimp-console.1"
+  ln -s gimp-console-${pkgver%.*}.1.gz 
"${pkgdir}/usr/share/man/man1/gimp-console.1.gz"
+  ln -s gimptool-2.0 "${pkgdir}/usr/bin/gimptool"
+  ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz"
+}
+

Copied: gimp/repos/staging-i686/freetype_location.patch (from rev 281824, 
gimp/trunk/freetype_location.patch)
===
--- staging-i686/freetype_location.patch(rev 0)
+++ staging-i686/freetype_location.patch2016-11-22 11:31:57 UTC (rev 
281825)
@@ -0,0 +1,25 @@
+From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001
+From: 

[arch-commits] Commit in gimp/repos (14 files)

2016-11-10 Thread Levente Polyak
Date: Thursday, November 10, 2016 @ 23:07:22
  Author: anthraxx
Revision: 280511

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

Added:
  gimp/repos/staging-i686/
  gimp/repos/staging-i686/PKGBUILD
(from rev 280510, gimp/trunk/PKGBUILD)
  gimp/repos/staging-i686/freetype_location.patch
(from rev 280510, gimp/trunk/freetype_location.patch)
  gimp/repos/staging-i686/linux.gpl
(from rev 280510, gimp/trunk/linux.gpl)
  gimp/repos/staging-i686/patch_CVE1913.patch
(from rev 280510, gimp/trunk/patch_CVE1913.patch)
  gimp/repos/staging-i686/patch_CVE197.patch
(from rev 280510, gimp/trunk/patch_CVE197.patch)
  gimp/repos/staging-i686/uri-backend-libcurl.patch
(from rev 280510, gimp/trunk/uri-backend-libcurl.patch)
  gimp/repos/staging-x86_64/
  gimp/repos/staging-x86_64/PKGBUILD
(from rev 280510, gimp/trunk/PKGBUILD)
  gimp/repos/staging-x86_64/freetype_location.patch
(from rev 280510, gimp/trunk/freetype_location.patch)
  gimp/repos/staging-x86_64/linux.gpl
(from rev 280510, gimp/trunk/linux.gpl)
  gimp/repos/staging-x86_64/patch_CVE1913.patch
(from rev 280510, gimp/trunk/patch_CVE1913.patch)
  gimp/repos/staging-x86_64/patch_CVE197.patch
(from rev 280510, gimp/trunk/patch_CVE197.patch)
  gimp/repos/staging-x86_64/uri-backend-libcurl.patch
(from rev 280510, gimp/trunk/uri-backend-libcurl.patch)

--+
 staging-i686/PKGBUILD|   49 +
 staging-i686/freetype_location.patch |   25 
 staging-i686/linux.gpl   |   19 +++
 staging-i686/patch_CVE1913.patch |   30 +
 staging-i686/patch_CVE197.patch  |  150 +
 staging-i686/uri-backend-libcurl.patch   |   77 ++
 staging-x86_64/PKGBUILD  |   49 +
 staging-x86_64/freetype_location.patch   |   25 
 staging-x86_64/linux.gpl |   19 +++
 staging-x86_64/patch_CVE1913.patch   |   30 +
 staging-x86_64/patch_CVE197.patch|  150 +
 staging-x86_64/uri-backend-libcurl.patch |   77 ++
 12 files changed, 700 insertions(+)

Copied: gimp/repos/staging-i686/PKGBUILD (from rev 280510, gimp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-10 23:07:22 UTC (rev 280511)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gimp
+pkgver=2.8.18
+pkgrel=2
+pkgdesc="GNU Image Manipulation Program"
+arch=('i686' 'x86_64')
+url="http://www.gimp.org/;
+license=('GPL' 'LGPL')
+depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib'
+ 'libexif' 'gegl02' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl'
+ 'openexr' 'libgudev')
+makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl' 'ghostscript')
+optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
+'webkitgtk2: for the help browser'
+'poppler-glib: for pdf support'
+'alsa-lib: for MIDI event controller module'
+'curl: for URI support'
+'ghostscript: for postscript support')
+options=('!makeflags')
+conflicts=('gimp-devel')
+source=(http://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 linux.gpl 
+uri-backend-libcurl.patch)
+md5sums=('5adaa11a68bc8a42bb2c778fee4d389c'
+ 'bb27bc214261d36484093e857f015f38'
+ 'e894f4b2ffa92c71448fdd350e9b78c6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-mp --enable-gimp-console --enable-gimp-remote \
+--enable-python --with-gif-compression=lzw --with-libcurl \
+--without-aa --without-hal --without-gvfs --without-gnomevfs
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
+  install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
+
+  rm "${pkgdir}/usr/share/man/man1/gimp-console.1"
+  ln -s gimp-console-${pkgver%.*}.1.gz 
"${pkgdir}/usr/share/man/man1/gimp-console.1.gz"
+  ln -s gimptool-2.0 "${pkgdir}/usr/bin/gimptool"
+  ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz"
+}
+

Copied: gimp/repos/staging-i686/freetype_location.patch (from rev 280510, 
gimp/trunk/freetype_location.patch)
===
--- staging-i686/freetype_location.patch(rev 0)
+++ staging-i686/freetype_location.patch2016-11-10 23:07:22 UTC (rev 
280511)
@@ -0,0 +1,25 @@
+From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001
+From: 

[arch-commits] Commit in gimp/repos (14 files)

2012-01-21 Thread Eric BĂ©langer
Date: Saturday, January 21, 2012 @ 03:27:32
  Author: eric
Revision: 147055

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

Added:
  gimp/repos/staging-i686/
  gimp/repos/staging-i686/PKGBUILD
(from rev 147054, gimp/trunk/PKGBUILD)
  gimp/repos/staging-i686/gimp-poppler-0.18.patch
(from rev 147054, gimp/trunk/gimp-poppler-0.18.patch)
  gimp/repos/staging-i686/gimp.install
(from rev 147054, gimp/trunk/gimp.install)
  gimp/repos/staging-i686/libpng_compile.patch
(from rev 147054, gimp/trunk/libpng_compile.patch)
  gimp/repos/staging-i686/linux.gpl
(from rev 147054, gimp/trunk/linux.gpl)
  gimp/repos/staging-i686/uri-backend-libcurl.patch
(from rev 147054, gimp/trunk/uri-backend-libcurl.patch)
  gimp/repos/staging-x86_64/
  gimp/repos/staging-x86_64/PKGBUILD
(from rev 147054, gimp/trunk/PKGBUILD)
  gimp/repos/staging-x86_64/gimp-poppler-0.18.patch
(from rev 147054, gimp/trunk/gimp-poppler-0.18.patch)
  gimp/repos/staging-x86_64/gimp.install
(from rev 147054, gimp/trunk/gimp.install)
  gimp/repos/staging-x86_64/libpng_compile.patch
(from rev 147054, gimp/trunk/libpng_compile.patch)
  gimp/repos/staging-x86_64/linux.gpl
(from rev 147054, gimp/trunk/linux.gpl)
  gimp/repos/staging-x86_64/uri-backend-libcurl.patch
(from rev 147054, gimp/trunk/uri-backend-libcurl.patch)

--+
 staging-i686/PKGBUILD|   53 +
 staging-i686/gimp-poppler-0.18.patch |  476 ++
 staging-i686/gimp.install|   12 
 staging-i686/libpng_compile.patch|  984 +
 staging-i686/linux.gpl   |   19 
 staging-i686/uri-backend-libcurl.patch   |   77 ++
 staging-x86_64/PKGBUILD  |   53 +
 staging-x86_64/gimp-poppler-0.18.patch   |  476 ++
 staging-x86_64/gimp.install  |   12 
 staging-x86_64/libpng_compile.patch  |  984 +
 staging-x86_64/linux.gpl |   19 
 staging-x86_64/uri-backend-libcurl.patch |   77 ++
 12 files changed, 3242 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 147054:147055 to see the changes.