[arch-commits] Commit in geeqie/repos (12 files)

2016-04-19 Thread Eric Bélanger
Date: Wednesday, April 20, 2016 @ 04:03:20
  Author: eric
Revision: 265507

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

Added:
  geeqie/repos/extra-i686/PKGBUILD
(from rev 265506, geeqie/trunk/PKGBUILD)
  geeqie/repos/extra-i686/fix-fullscreen.patch
(from rev 265506, geeqie/trunk/fix-fullscreen.patch)
  geeqie/repos/extra-i686/geeqie.install
(from rev 265506, geeqie/trunk/geeqie.install)
  geeqie/repos/extra-x86_64/PKGBUILD
(from rev 265506, geeqie/trunk/PKGBUILD)
  geeqie/repos/extra-x86_64/fix-fullscreen.patch
(from rev 265506, geeqie/trunk/fix-fullscreen.patch)
  geeqie/repos/extra-x86_64/geeqie.install
(from rev 265506, geeqie/trunk/geeqie.install)
Deleted:
  geeqie/repos/extra-i686/PKGBUILD
  geeqie/repos/extra-i686/fix-fullscreen.patch
  geeqie/repos/extra-i686/geeqie.install
  geeqie/repos/extra-x86_64/PKGBUILD
  geeqie/repos/extra-x86_64/fix-fullscreen.patch
  geeqie/repos/extra-x86_64/geeqie.install

---+
 /PKGBUILD |   76 
 /fix-fullscreen.patch |  214 
 /geeqie.install   |   22 +++
 extra-i686/PKGBUILD   |   37 --
 extra-i686/fix-fullscreen.patch   |  107 --
 extra-i686/geeqie.install |   11 -
 extra-x86_64/PKGBUILD |   37 --
 extra-x86_64/fix-fullscreen.patch |  107 --
 extra-x86_64/geeqie.install   |   11 -
 9 files changed, 312 insertions(+), 310 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-20 02:00:16 UTC (rev 265506)
+++ extra-i686/PKGBUILD 2016-04-20 02:03:20 UTC (rev 265507)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-# Contributor: Lukas Jirkovsky <l.jirkov...@gmail.com>
-
-pkgname=geeqie
-pkgver=1.2.2
-pkgrel=3
-pkgdesc="A lightweight image browser and viewer"
-arch=('i686' 'x86_64')
-url="http://www.geeqie.org/;
-license=('GPL2')
-depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
-makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git')
-optdepends=('librsvg: SVG rendering'
-   'fbida: for jpeg rotation'
-   'exiv2: for tiff and png rotation')
-install=geeqie.install
-source=(http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz
-fix-fullscreen.patch)
-sha1sums=('9dd094707d7bf7389eb62a218ff7bc86339fc995'
-  'dab15bbda9b329f663276b25bf1989b410596644')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 -i ../fix-fullscreen.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: geeqie/repos/extra-i686/PKGBUILD (from rev 265506, 
geeqie/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-20 02:03:20 UTC (rev 265507)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+# Contributor: Lukas Jirkovsky <l.jirkov...@gmail.com>
+
+pkgname=geeqie
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="A lightweight image browser and viewer"
+arch=('i686' 'x86_64')
+url="http://www.geeqie.org/;
+license=('GPL2')
+depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
+makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git')
+optdepends=('librsvg: SVG rendering'
+   'fbida: for jpeg rotation'
+   'exiv2: for tiff and png rotation')
+install=geeqie.install
+source=(http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz
+fix-fullscreen.patch)
+sha1sums=('d01c971ed5906973ff4788d1f7387563dcdbb0e9'
+  'dab15bbda9b329f663276b25bf1989b410596644')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i ../fix-fullscreen.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/fix-fullscreen.patch
===
--- extra-i686/fix-fullscreen.patch 2016-04-20 02:00:16 UTC (rev 265506)
+++ extra-i686/fix-fullscreen.patch 2016-04-20 02:03:20 UTC (rev 265507)
@@ -1,107 +0,0 @@
-diff -Naur old/src/fullscreen.c new/src/fullscreen.c
 old/src/fullscreen.c   2015-08-16 16:37:58.132952447 +0900
-+++ new/src/fullscreen.c   2015-08-16 16:43:30.031882508 +0900
-@@ -210,10 +210,6 @@
-void (*stop_func)(FullScreenData *, gpointer), 
gpointer stop_data)
- {
-   FullScreenData *fs;
--  GdkScreen *screen;
--  gint x, y;
--  gint w, h;
--  GdkGeometry geometry;
-   GdkWindow *

[arch-commits] Commit in geeqie/trunk (PKGBUILD)

2016-04-19 Thread Eric Bélanger
Date: Wednesday, April 20, 2016 @ 04:00:16
  Author: eric
Revision: 265506

upgpkg: geeqie 1.2.3-1

Upstream update

Modified:
  geeqie/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-20 01:05:19 UTC (rev 265505)
+++ PKGBUILD2016-04-20 02:00:16 UTC (rev 265506)
@@ -3,8 +3,8 @@
 # Contributor: Lukas Jirkovsky <l.jirkov...@gmail.com>
 
 pkgname=geeqie
-pkgver=1.2.2
-pkgrel=3
+pkgver=1.2.3
+pkgrel=1
 pkgdesc="A lightweight image browser and viewer"
 arch=('i686' 'x86_64')
 url="http://www.geeqie.org/;
@@ -17,7 +17,7 @@
 install=geeqie.install
 source=(http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz
 fix-fullscreen.patch)
-sha1sums=('9dd094707d7bf7389eb62a218ff7bc86339fc995'
+sha1sums=('d01c971ed5906973ff4788d1f7387563dcdbb0e9'
   'dab15bbda9b329f663276b25bf1989b410596644')
 
 prepare() {
@@ -27,6 +27,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
   ./configure --prefix=/usr
   make
 }


[arch-commits] Commit in freeciv/repos (12 files)

2016-04-19 Thread Eric Bélanger
Date: Wednesday, April 20, 2016 @ 03:05:19
  Author: eric
Revision: 265505

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

Added:
  freeciv/repos/extra-i686/PKGBUILD
(from rev 265504, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-i686/freeciv.install
(from rev 265504, freeciv/trunk/freeciv.install)
  freeciv/repos/extra-i686/lua52_compat.patch
(from rev 265504, freeciv/trunk/lua52_compat.patch)
  freeciv/repos/extra-x86_64/PKGBUILD
(from rev 265504, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-x86_64/freeciv.install
(from rev 265504, freeciv/trunk/freeciv.install)
  freeciv/repos/extra-x86_64/lua52_compat.patch
(from rev 265504, freeciv/trunk/lua52_compat.patch)
Deleted:
  freeciv/repos/extra-i686/PKGBUILD
  freeciv/repos/extra-i686/freeciv.install
  freeciv/repos/extra-i686/lua52_compat.patch
  freeciv/repos/extra-x86_64/PKGBUILD
  freeciv/repos/extra-x86_64/freeciv.install
  freeciv/repos/extra-x86_64/lua52_compat.patch

-+
 /PKGBUILD   |   70 ++
 /freeciv.install|   22 +++
 /lua52_compat.patch |   26 ++
 extra-i686/PKGBUILD |   34 --
 extra-i686/freeciv.install  |   11 -
 extra-i686/lua52_compat.patch   |   13 ---
 extra-x86_64/PKGBUILD   |   34 --
 extra-x86_64/freeciv.install|   11 -
 extra-x86_64/lua52_compat.patch |   13 ---
 9 files changed, 118 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-20 00:59:54 UTC (rev 265504)
+++ extra-i686/PKGBUILD 2016-04-20 01:05:19 UTC (rev 265505)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=freeciv
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
-arch=('i686' 'x86_64')
-url="http://www.freeciv.org/;
-license=('GPL')
-depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
-backup=('etc/freeciv/database.lua')
-install=freeciv.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-lua52_compat.patch)
-sha1sums=('bd4426dcae7511549733441b1b2f5a8bd77cf42b'
-  '248f4c8b62557677bf27a0d06feb15148d811ce7')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "$srcdir"/lua52_compat.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-shared 
--enable-sys-lua \
---enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freeciv/repos/extra-i686/PKGBUILD (from rev 265504, 
freeciv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-20 01:05:19 UTC (rev 265505)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=freeciv
+pkgver=2.5.3
+pkgrel=1
+pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
+arch=('i686' 'x86_64')
+url="http://www.freeciv.org/;
+license=('GPL')
+depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
+makedepends=('python')
+backup=('etc/freeciv/database.lua')
+install=freeciv.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+lua52_compat.patch)
+sha1sums=('070900a13c5861a9ce23e7dad03552277e3b9395'
+  '248f4c8b62557677bf27a0d06feb15148d811ce7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "$srcdir"/lua52_compat.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-shared 
--enable-sys-lua \
+--enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/freeciv.install
===
--- extra-i686/freeciv.install  2016-04-20 00:59:54 UTC (rev 265504)
+++ extra-i686/freeciv.install  2016-04-20 01:05:19 UTC (rev 265505)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: freeciv/repos/extra-i686/freeciv.install (from rev 265504, 
freeciv/trunk/freeciv.install)
===
--- extra-i686/freeciv.install  (rev 0)
+++ extra-i686/freeciv.install  2016-04-20 01:05:19 UTC (rev 265505)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor

[arch-commits] Commit in freeciv/trunk (PKGBUILD)

2016-04-19 Thread Eric Bélanger
Date: Wednesday, April 20, 2016 @ 02:59:54
  Author: eric
Revision: 265504

upgpkg: freeciv 2.5.3-1

Upstream update

Modified:
  freeciv/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-19 21:17:19 UTC (rev 265503)
+++ PKGBUILD2016-04-20 00:59:54 UTC (rev 265504)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=freeciv
-pkgver=2.5.1
+pkgver=2.5.3
 pkgrel=1
 pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
 arch=('i686' 'x86_64')
@@ -9,11 +9,12 @@
 url="http://www.freeciv.org/;
 license=('GPL')
 depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
+makedepends=('python')
 backup=('etc/freeciv/database.lua')
 install=freeciv.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 lua52_compat.patch)
-sha1sums=('bd4426dcae7511549733441b1b2f5a8bd77cf42b'
+sha1sums=('070900a13c5861a9ce23e7dad03552277e3b9395'
   '248f4c8b62557677bf27a0d06feb15148d811ce7')
 
 prepare() {


[arch-commits] Commit in bluefish/repos (8 files)

2016-04-12 Thread Eric Bélanger
Date: Wednesday, April 13, 2016 @ 04:39:26
  Author: eric
Revision: 264811

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

Added:
  bluefish/repos/extra-i686/PKGBUILD
(from rev 264810, bluefish/trunk/PKGBUILD)
  bluefish/repos/extra-i686/bluefish.install
(from rev 264810, bluefish/trunk/bluefish.install)
  bluefish/repos/extra-x86_64/PKGBUILD
(from rev 264810, bluefish/trunk/PKGBUILD)
  bluefish/repos/extra-x86_64/bluefish.install
(from rev 264810, bluefish/trunk/bluefish.install)
Deleted:
  bluefish/repos/extra-i686/PKGBUILD
  bluefish/repos/extra-i686/bluefish.install
  bluefish/repos/extra-x86_64/PKGBUILD
  bluefish/repos/extra-x86_64/bluefish.install

---+
 /PKGBUILD |   74 
 /bluefish.install |   56 ++
 extra-i686/PKGBUILD   |   37 
 extra-i686/bluefish.install   |   28 ---
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/bluefish.install |   28 ---
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-13 02:36:49 UTC (rev 264810)
+++ extra-i686/PKGBUILD 2016-04-13 02:39:26 UTC (rev 264811)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=bluefish
-pkgver=2.2.7
-pkgrel=1
-pkgdesc="A powerful HTML editor for experienced web designers and programmers"
-arch=('i686' 'x86_64')
-url="http://bluefish.openoffice.nl/;
-license=('GPL3')
-depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils')
-makedepends=('gucharmap' 'intltool')
-optdepends=('gucharmap: for using the charmap plugin')
-install=bluefish.install
-source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('132ec9e3b05d34c35c42beda640e726c81b948a9'
-  'SKIP')
-validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
-data/{cssmin.py,jsbeautify,jsmin.py,lorem-ipsum-generator}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: bluefish/repos/extra-i686/PKGBUILD (from rev 264810, 
bluefish/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-13 02:39:26 UTC (rev 264811)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=bluefish
+pkgver=2.2.8
+pkgrel=1
+pkgdesc="A powerful HTML editor for experienced web designers and programmers"
+arch=('i686' 'x86_64')
+url="http://bluefish.openoffice.nl/;
+license=('GPL3')
+depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils')
+makedepends=('gucharmap' 'intltool')
+optdepends=('gucharmap: for using the charmap plugin')
+install=bluefish.install
+source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
+sha1sums=('b27ea534f4b7c9675f80932f799120d3d9c75b3d'
+  'SKIP')
+validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
+data/{jsbeautify,jsmin.py,lorem-ipsum-generator}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/bluefish.install
===
--- extra-i686/bluefish.install 2016-04-13 02:36:49 UTC (rev 264810)
+++ extra-i686/bluefish.install 2016-04-13 02:39:26 UTC (rev 264811)
@@ -1,28 +0,0 @@
-post_install() {
-  if [ ! -d etc/xml ]; then
-mkdir -p etc/xml
-  fi
-  if [ ! -e etc/xml/catalog ]; then
-xmlcatalog --noout --create etc/xml/catalog
-  fi
-  xmlcatalog --noout --add 'delegateURI' \
-'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
-etc/xml/catalog
-
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
-}
-
-pre_upgrade() {
-  post_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  xmlcatalog --noout --del \
-/

[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2016-04-12 Thread Eric Bélanger
Date: Wednesday, April 13, 2016 @ 04:36:49
  Author: eric
Revision: 264810

upgpkg: bluefish 2.2.8-1

Upstream update

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-13 00:33:43 UTC (rev 264809)
+++ PKGBUILD2016-04-13 02:36:49 UTC (rev 264810)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=bluefish
-pkgver=2.2.7
+pkgver=2.2.8
 pkgrel=1
 pkgdesc="A powerful HTML editor for experienced web designers and programmers"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('gucharmap: for using the charmap plugin')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('132ec9e3b05d34c35c42beda640e726c81b948a9'
+sha1sums=('b27ea534f4b7c9675f80932f799120d3d9c75b3d'
   'SKIP')
 validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
 
@@ -21,7 +21,7 @@
   cd ${pkgname}-${pkgver}
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
 src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
-data/{cssmin.py,jsbeautify,jsmin.py,lorem-ipsum-generator}
+data/{jsbeautify,jsmin.py,lorem-ipsum-generator}
 }
 
 build() {


[arch-commits] Commit in msmtp/trunk (PKGBUILD)

2016-01-17 Thread Eric Bélanger
Date: Monday, January 18, 2016 @ 04:59:25
  Author: eric
Revision: 258380

upgpkg: msmtp 1.6.3-1

Upstream update

Modified:
  msmtp/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-18 01:55:06 UTC (rev 258379)
+++ PKGBUILD2016-01-18 03:59:25 UTC (rev 258380)
@@ -3,14 +3,15 @@
 
 pkgbase=msmtp
 pkgname=('msmtp' 'msmtp-mta')
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
+pkgdesc="A mini smtp client"
 arch=('i686' 'x86_64')
+url="http://msmtp.sourceforge.net;
 license=('GPL3')
-url="http://msmtp.sourceforge.net;
 makedepends=('texlive-plainextra' 'gsasl' 'libsecret')
 
source=(http://download.sourceforge.net/sourceforge/msmtp/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('2d2272d04851b9bc806a77f47344e61840185329')
+sha1sums=('a3525b42dc88e8028844ba2b4629432c478be6cf')
 
 build() {
   cd ${pkgbase}-${pkgver}


[arch-commits] Commit in msmtp/repos (8 files)

2016-01-17 Thread Eric Bélanger
Date: Monday, January 18, 2016 @ 05:01:37
  Author: eric
Revision: 258381

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

Added:
  msmtp/repos/extra-i686/PKGBUILD
(from rev 258380, msmtp/trunk/PKGBUILD)
  msmtp/repos/extra-i686/msmtp.install
(from rev 258380, msmtp/trunk/msmtp.install)
  msmtp/repos/extra-x86_64/PKGBUILD
(from rev 258380, msmtp/trunk/PKGBUILD)
  msmtp/repos/extra-x86_64/msmtp.install
(from rev 258380, msmtp/trunk/msmtp.install)
Deleted:
  msmtp/repos/extra-i686/PKGBUILD
  msmtp/repos/extra-i686/msmtp.install
  msmtp/repos/extra-x86_64/PKGBUILD
  msmtp/repos/extra-x86_64/msmtp.install

+
 /PKGBUILD  |   98 +++
 /msmtp.install |   36 +++
 extra-i686/PKGBUILD|   48 -
 extra-i686/msmtp.install   |   18 ---
 extra-x86_64/PKGBUILD  |   48 -
 extra-x86_64/msmtp.install |   18 ---
 6 files changed, 134 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-18 03:59:25 UTC (rev 258380)
+++ extra-i686/PKGBUILD 2016-01-18 04:01:37 UTC (rev 258381)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgbase=msmtp
-pkgname=('msmtp' 'msmtp-mta')
-pkgver=1.6.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://msmtp.sourceforge.net;
-makedepends=('texlive-plainextra' 'gsasl' 'libsecret')
-source=(http://download.sourceforge.net/sourceforge/msmtp/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('2d2272d04851b9bc806a77f47344e61840185329')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --with-ssl=gnutls
-  make
-  make -C doc html pdf
-}
-
-package_msmtp() {
-  pkgdesc="A mini smtp client"
-  depends=('gsasl' 'libsecret')
-  install=msmtp.install
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install 
-  make DESTDIR="${pkgdir}" -C doc install-html install-pdf
-
-# Installing example configs and scripts to /usr/share/doc/msmtp
-# as they are not installed by default (Debian and Gentoo do it this way)
-  install -d "${pkgdir}/usr/share/doc/msmtp"
-  cp -r scripts/{find_alias,msmtpqueue,msmtpq,set_sendmail} 
"${pkgdir}/usr/share/doc/msmtp/"
-  install -D -m644 doc/*.example "${pkgdir}/usr/share/doc/msmtp/"
-
-  install -D -m644 scripts/vim/msmtp.vim 
"${pkgdir}/usr/share/vim/vimfiles/syntax/msmtp.vim"
-}
-
-package_msmtp-mta() {
-  pkgdesc="A mini smtp client - the regular MTA"
-  depends=('msmtp')
-  provides=('smtp-forwarder')
-  conflicts=('smtp-forwarder')
-
-  install -d "${pkgdir}"/usr/bin
-  ln -s msmtp "${pkgdir}/usr/bin/sendmail"
-}

Copied: msmtp/repos/extra-i686/PKGBUILD (from rev 258380, msmtp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD     (rev 0)
+++ extra-i686/PKGBUILD 2016-01-18 04:01:37 UTC (rev 258381)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgbase=msmtp
+pkgname=('msmtp' 'msmtp-mta')
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="A mini smtp client"
+arch=('i686' 'x86_64')
+url="http://msmtp.sourceforge.net;
+license=('GPL3')
+makedepends=('texlive-plainextra' 'gsasl' 'libsecret')
+source=(http://download.sourceforge.net/sourceforge/msmtp/${pkgbase}-${pkgver}.tar.xz)
+sha1sums=('a3525b42dc88e8028844ba2b4629432c478be6cf')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --with-ssl=gnutls
+  make
+  make -C doc html pdf
+}
+
+package_msmtp() {
+  pkgdesc="A mini smtp client"
+  depends=('gsasl' 'libsecret')
+  install=msmtp.install
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install 
+  make DESTDIR="${pkgdir}" -C doc install-html install-pdf
+
+# Installing example configs and scripts to /usr/share/doc/msmtp
+# as they are not installed by default (Debian and Gentoo do it this way)
+  install -d "${pkgdir}/usr/share/doc/msmtp"
+  cp -r scripts/{find_alias,msmtpqueue,msmtpq,set_sendmail} 
"${pkgdir}/usr/share/doc/msmtp/"
+  install -D -m644 doc/*.example "${pkgdir}/usr/share/doc/msmtp/"
+
+  install -D -m644 scripts/vim/msmtp.vim 
"${pkgdir}/usr/share/vim/vimfiles/syntax/msmtp.vim"
+}
+
+package_msmtp-mta() {
+  pkgdesc="A mini smtp client - the regular MTA"
+  depends=('msmtp')
+  provides=('smtp-forwarder')
+  conflicts=('smtp-forwarder')
+
+  install -d "${pkgdir}"/usr/bin
+  ln -s msmtp "${pkgdir}/usr/bin/sendmail"
+}

Deleted: extra-i686/msmtp.install
===
--- extra-i686/msmtp.install2016-01-18 03:59:25 UTC (rev 258380)
+++ extra-i686/msmtp.ins

[arch-commits] Commit in imagemagick/trunk (PKGBUILD)

2016-01-15 Thread Eric Bélanger
Date: Saturday, January 16, 2016 @ 05:07:21
  Author: eric
Revision: 258348

upgpkg: imagemagick 6.9.3.0-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-16 01:52:45 UTC (rev 258347)
+++ PKGBUILD2016-01-16 04:07:21 UTC (rev 258348)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.2.10
+pkgver=6.9.3.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -11,10 +11,9 @@
 makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
  'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
  'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
+source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('d0b3fdf8f25856bf0058716703f7bf989560d2ce'
+sha1sums=('452b65406edca58c0dd12e563997b90b257e65b1'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


[arch-commits] Commit in imagemagick/repos (8 files)

2016-01-15 Thread Eric Bélanger
Date: Saturday, January 16, 2016 @ 05:09:48
  Author: eric
Revision: 258349

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 258348, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 258348, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 258348, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 258348, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  196 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   99 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   99 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-16 04:07:21 UTC (rev 258348)
+++ extra-i686/PKGBUILD 2016-01-16 04:09:48 UTC (rev 258349)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.2.10
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('d0b3fdf8f25856bf0058716703f7bf989560d2ce'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE

[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2016-01-13 Thread Eric Bélanger
Date: Thursday, January 14, 2016 @ 06:10:40
  Author: eric
Revision: 258198

upgpkg: rrdtool 1.5.5-1

Upstream update

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 05:10:13 UTC (rev 258197)
+++ PKGBUILD2016-01-14 05:10:40 UTC (rev 258198)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=rrdtool
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.5.5
+pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org;
@@ -17,7 +17,7 @@
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('5020ffb6c4d309207df946ab13fafff973465b2a')
+sha1sums=('8275cd4dd3fb2086686ee5acfc7cc5e756483e0e')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in rrdtool/repos (4 files)

2016-01-13 Thread Eric Bélanger
Date: Thursday, January 14, 2016 @ 06:13:15
  Author: eric
Revision: 258199

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

Added:
  rrdtool/repos/extra-i686/PKGBUILD
(from rev 258198, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/extra-x86_64/PKGBUILD
(from rev 258198, rrdtool/trunk/PKGBUILD)
Deleted:
  rrdtool/repos/extra-i686/PKGBUILD
  rrdtool/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   92 
 extra-i686/PKGBUILD   |   46 
 extra-x86_64/PKGBUILD |   46 
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-14 05:10:40 UTC (rev 258198)
+++ extra-i686/PKGBUILD 2016-01-14 05:13:15 UTC (rev 258199)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=rrdtool
-pkgver=1.5.4
-pkgrel=2
-pkgdesc="Data logging and graphing application"
-arch=('i686' 'x86_64')
-url="http://www.rrdtool.org;
-license=('GPL' 'custom')
-depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
-optdepends=('perl: to use corresponding binding'
-   'tcl: to use corresponding binding'
-'python2: to use corresponding binding'
-'ruby: to use corresponding binding'
-'lua51: to use corresponding binding')
-options=('!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('5020ffb6c4d309207df946ab13fafff973465b2a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py
-  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
-  sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i 
bindings/Makefile.am
-  aclocal
-  automake
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=python2 LUA=/usr/bin/lua5.1 \
-LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
-./configure --prefix=/usr --localstatedir=/var --disable-rpath \
---enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
---enable-ruby --enable-ruby-site-install --enable-python \
---enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
-  make LIBS+="-lglib-2.0"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" includedir=/usr/include install
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: rrdtool/repos/extra-i686/PKGBUILD (from rev 258198, 
rrdtool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-14 05:13:15 UTC (rev 258199)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=rrdtool
+pkgver=1.5.5
+pkgrel=1
+pkgdesc="Data logging and graphing application"
+arch=('i686' 'x86_64')
+url="http://www.rrdtool.org;
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('perl: to use corresponding binding'
+   'tcl: to use corresponding binding'
+'python2: to use corresponding binding'
+'ruby: to use corresponding binding'
+'lua51: to use corresponding binding')
+options=('!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('8275cd4dd3fb2086686ee5acfc7cc5e756483e0e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i 
bindings/Makefile.am
+  aclocal
+  automake
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make LIBS+="-lglib-2.0"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" includedir=/usr/include install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-14 05:10:40 UTC (rev 258198)
+++ extra-x86_64/PKGBUILD   2016-01-14 05

[arch-commits] Commit in youtube-dl/trunk (PKGBUILD)

2016-01-08 Thread Eric Bélanger
Date: Saturday, January 9, 2016 @ 06:04:58
  Author: eric
Revision: 155754

upgpkg: youtube-dl 2016.01.09-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 04:57:26 UTC (rev 155753)
+++ PKGBUILD2016-01-09 05:04:58 UTC (rev 155754)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=youtube-dl
-pkgver=2015.11.24
+pkgver=2016.01.09
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('515e5e9a00eb4f4b09f35237ca9b5ce4e4e40143'
+sha1sums=('0ad16efb3fe050c6e7c45d5315cea0a4f514bc5d'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2016-01-08 Thread Eric Bélanger
Date: Saturday, January 9, 2016 @ 06:06:24
  Author: eric
Revision: 155755

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 155754, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 05:04:58 UTC (rev 155754)
+++ PKGBUILD2016-01-09 05:06:24 UTC (rev 155755)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=youtube-dl
-pkgver=2015.11.24
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('515e5e9a00eb4f4b09f35237ca9b5ce4e4e40143'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 155754, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 05:06:24 UTC (rev 155755)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=youtube-dl
+pkgver=2016.01.09
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('0ad16efb3fe050c6e7c45d5315cea0a4f514bc5d'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in gajim/repos/extra-any (6 files)

2016-01-08 Thread Eric Bélanger
Date: Saturday, January 9, 2016 @ 04:28:21
  Author: eric
Revision: 257674

archrelease: copy trunk to extra-any

Added:
  gajim/repos/extra-any/PKGBUILD
(from rev 257673, gajim/trunk/PKGBUILD)
  gajim/repos/extra-any/gajim-drill.patch
(from rev 257673, gajim/trunk/gajim-drill.patch)
  gajim/repos/extra-any/gajim.install
(from rev 257673, gajim/trunk/gajim.install)
Deleted:
  gajim/repos/extra-any/PKGBUILD
  gajim/repos/extra-any/gajim-drill.patch
  gajim/repos/extra-any/gajim.install

---+
 PKGBUILD  |   88 +-
 gajim-drill.patch | 1714 ++--
 gajim.install |   23 
 3 files changed, 913 insertions(+), 912 deletions(-)

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


[arch-commits] Commit in keychain/repos/extra-any (PKGBUILD PKGBUILD)

2016-01-08 Thread Eric Bélanger
Date: Saturday, January 9, 2016 @ 05:07:56
  Author: eric
Revision: 257676

archrelease: copy trunk to extra-any

Added:
  keychain/repos/extra-any/PKGBUILD
(from rev 257675, keychain/trunk/PKGBUILD)
Deleted:
  keychain/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   38 +++---
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 04:06:30 UTC (rev 257675)
+++ PKGBUILD2016-01-09 04:07:56 UTC (rev 257676)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=keychain
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="A front-end to ssh-agent, allowing one long-running ssh-agent process 
per system, rather than per login"
-arch=('any')
-url="http://www.funtoo.org/Keychain;
-license=('GPL2')
-depends=('sh')
-source=(http://www.funtoo.org/archive/keychain/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1568c0946db3638fe081d5a7ba3df022b533dbeb8aa67cd07dc8276e87598809')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 keychain "${pkgdir}/usr/bin/keychain"
-  install -Dm644 keychain.1 "${pkgdir}/usr/share/man/man1/keychain.1"
-}

Copied: keychain/repos/extra-any/PKGBUILD (from rev 257675, 
keychain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 04:07:56 UTC (rev 257676)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=keychain
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="A front-end to ssh-agent, allowing one long-running ssh-agent process 
per system, rather than per login"
+arch=('any')
+url="http://www.funtoo.org/Keychain;
+license=('GPL2')
+depends=('sh')
+source=(http://www.funtoo.org/archive/keychain/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('74895832297616a1a951e81a56603f2fc6e5449576411f8b122a5cc933ae3301')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 keychain "${pkgdir}/usr/bin/keychain"
+  install -Dm644 keychain.1 "${pkgdir}/usr/share/man/man1/keychain.1"
+}


[arch-commits] Commit in gajim/trunk (PKGBUILD gajim-drill.patch gajim.install)

2016-01-08 Thread Eric Bélanger
Date: Saturday, January 9, 2016 @ 04:26:36
  Author: eric
Revision: 257673

upgpkg: gajim 0.16.5-1

Upstream update, Add desktop-file-utils depends, Update patch

Modified:
  gajim/trunk/PKGBUILD
  gajim/trunk/gajim-drill.patch
  gajim/trunk/gajim.install

---+
 PKGBUILD  |8 
 gajim-drill.patch |   32 
 gajim.install |1 +
 3 files changed, 21 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 03:16:43 UTC (rev 257672)
+++ PKGBUILD2016-01-09 03:26:36 UTC (rev 257673)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=gajim
-pkgver=0.16.4
+pkgver=0.16.5
 pkgrel=1
 pkgdesc="A full featured and easy to use Jabber client"
 arch=('any')
@@ -9,7 +9,7 @@
 url="http://www.gajim.org/;
 license=('GPL3')
 depends=('pygtk' 'python2-pyopenssl' 'python2-pyasn1' 'python2-nbxmpp' 
- 'ca-certificates' 'ldns')
+ 'ca-certificates' 'ldns' 'desktop-file-utils')
 makedepends=('intltool')
 optdepends=('python2-dbus: dbus support'
 'farstream-0.1: for video/voice support'
@@ -24,8 +24,8 @@
 'gupnp-igd: for UPnP-IGD support')
 install=gajim.install
 source=(http://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2 
gajim-drill.patch)
-sha1sums=('a99bd5d75cf37c59f80651a77eec9566872d537b'
-  'a8b6586613a4b9a2f7f44471567b7d427cfb19b2')
+sha1sums=('c310174be5becb85f46d4e2d6b90de3931846588'
+  '4cb0e88acc310e010a892b2826a54528ec82b474')
 
 prepare() {
   cd ${pkgname}-${pkgver}

Modified: gajim-drill.patch
===
--- gajim-drill.patch   2016-01-09 03:16:43 UTC (rev 257672)
+++ gajim-drill.patch   2016-01-09 03:26:36 UTC (rev 257673)
@@ -456,22 +456,22 @@
 --- gajim-0.16-orig/po/pl.po   2014-10-05 16:07:08.913629972 -0400
 +++ gajim-0.16/po/pl.po2014-10-05 16:07:30.236928698 -0400
 @@ -8280,12 +8280,12 @@
- msgstr "Możliwość połączenia z serwerami, które używają rekordów SRV."
- 
- #: ../src/features_window.py:80
--msgid "Requires dnsutils."
--msgstr "Wymaga dnsutils."
-+msgid "Requires ldns."
-+msgstr "Wymaga ldns."
- 
- #: ../src/features_window.py:81
--msgid "Requires nslookup to use SRV records."
--msgstr "Wymaga nslookup."
-+msgid "Requires drill to use SRV records."
-+msgstr "Wymaga drill."
- 
- #: ../src/features_window.py:82
- msgid "Spell Checker"
+ msgstr "Możliwość połączenia z serwerami, które używają rekordów SRV."
+ 
+ #: ../src/features_window.py:80
+-msgid "Requires dnsutils."
+-msgstr "Wymaga dnsutils."
++msgid "Requires ldns."
++msgstr "Wymaga ldns."
+ 
+ #: ../src/features_window.py:81
+-msgid "Requires nslookup to use SRV records."
+-msgstr "Wymaga nslookup."
++msgid "Requires drill to use SRV records."
++msgstr "Wymaga drill."
+ 
+ #: ../src/features_window.py:82
+ msgid "Spell Checker"
 diff -Naur gajim-0.16-orig/po/pt_BR.po gajim-0.16/po/pt_BR.po
 --- gajim-0.16-orig/po/pt_BR.po2014-10-05 16:07:08.916963299 -0400
 +++ gajim-0.16/po/pt_BR.po 2014-10-05 16:07:30.240262025 -0400

Modified: gajim.install
===
--- gajim.install   2016-01-09 03:16:43 UTC (rev 257672)
+++ gajim.install   2016-01-09 03:26:36 UTC (rev 257673)
@@ -1,5 +1,6 @@
 post_install() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 
 post_upgrade() {


[arch-commits] Commit in keychain/trunk (PKGBUILD)

2016-01-08 Thread Eric Bélanger
Date: Saturday, January 9, 2016 @ 05:06:30
  Author: eric
Revision: 257675

upgpkg: keychain 2.8.2-1

Upstream update

Modified:
  keychain/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 03:28:21 UTC (rev 257674)
+++ PKGBUILD2016-01-09 04:06:30 UTC (rev 257675)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=keychain
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="A front-end to ssh-agent, allowing one long-running ssh-agent process 
per system, rather than per login"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('sh')
 source=(http://www.funtoo.org/archive/keychain/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1568c0946db3638fe081d5a7ba3df022b533dbeb8aa67cd07dc8276e87598809')
+sha256sums=('74895832297616a1a951e81a56603f2fc6e5449576411f8b122a5cc933ae3301')
 
 package() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in youtube-dl/trunk (PKGBUILD)

2015-11-24 Thread Eric Bélanger
Date: Wednesday, November 25, 2015 @ 03:35:31
  Author: eric
Revision: 147739

upgpkg: youtube-dl 2015.11.24-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 02:35:22 UTC (rev 147738)
+++ PKGBUILD2015-11-25 02:35:31 UTC (rev 147739)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=youtube-dl
-pkgver=2015.11.10
+pkgver=2015.11.24
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('f172ac714d5dc85012462840eec70c246ac0e58e'
+sha1sums=('515e5e9a00eb4f4b09f35237ca9b5ce4e4e40143'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2015-11-24 Thread Eric Bélanger
Date: Wednesday, November 25, 2015 @ 03:36:57
  Author: eric
Revision: 147743

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 147741, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 02:36:35 UTC (rev 147742)
+++ PKGBUILD2015-11-25 02:36:57 UTC (rev 147743)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=youtube-dl
-pkgver=2015.11.10
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('f172ac714d5dc85012462840eec70c246ac0e58e'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 147741, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 02:36:57 UTC (rev 147743)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=youtube-dl
+pkgver=2015.11.24
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('515e5e9a00eb4f4b09f35237ca9b5ce4e4e40143'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in imagemagick/repos (8 files)

2015-11-23 Thread Eric Bélanger
Date: Tuesday, November 24, 2015 @ 05:23:16
  Author: eric
Revision: 251930

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 251929, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 251929, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 251929, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 251929, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  198 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   99 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   99 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 220 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-24 04:20:47 UTC (rev 251929)
+++ extra-i686/PKGBUILD 2015-11-24 04:23:16 UTC (rev 251930)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.2.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('3914e51541e2242467dbf848018a417662ce784b'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE

[arch-commits] Commit in imagemagick/trunk (PKGBUILD)

2015-11-23 Thread Eric Bélanger
Date: Tuesday, November 24, 2015 @ 05:20:47
  Author: eric
Revision: 251929

upgpkg: imagemagick 6.9.2.6-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 02:10:05 UTC (rev 251928)
+++ PKGBUILD2015-11-24 04:20:47 UTC (rev 251929)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.2.4
+pkgver=6.9.2.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('3914e51541e2242467dbf848018a417662ce784b'
+sha1sums=('3fbca3a326b4756bf491329cb45dc67136e59a11'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


[arch-commits] Commit in auctex/trunk (PKGBUILD)

2015-11-23 Thread Eric Bélanger
Date: Tuesday, November 24, 2015 @ 06:37:57
  Author: eric
Revision: 147590

upgpkg: auctex 11.89-1

Upstream update, Add signature check

Modified:
  auctex/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 05:26:14 UTC (rev 147589)
+++ PKGBUILD2015-11-24 05:37:57 UTC (rev 147590)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=auctex
-pkgver=11.88
+pkgver=11.89
 pkgrel=1
 pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
 arch=('any') 
@@ -11,15 +11,16 @@
 depends=('emacs' 'ghostscript' 'texlive-core')
 options=('!makeflags')
 install=auctex.install
-source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('098a9751c4e00812e61d62a0184a07d9753904df')
+source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('339244eee9ac932b6a6e342313ea7ea8653d86f7'
+  'SKIP')
+validpgpkeys=('70CDE487C45540307F86972BE2FD58BF20485F50')
 
 prepare() {
-  cd ${pkgname}-${pkgver}/preview
+  cd ${pkgname}-${pkgver}
   sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? 
"--with-texmf-dir=/' configure
 }
 
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --localstatedir=/var 
--with-texmf-dir=/usr/share/texmf
@@ -28,5 +29,5 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}"  install
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in auctex/repos/community-any (4 files)

2015-11-23 Thread Eric Bélanger
Date: Tuesday, November 24, 2015 @ 06:39:16
  Author: eric
Revision: 147591

archrelease: copy trunk to community-any

Added:
  auctex/repos/community-any/PKGBUILD
(from rev 147590, auctex/trunk/PKGBUILD)
  auctex/repos/community-any/auctex.install
(from rev 147590, auctex/trunk/auctex.install)
Deleted:
  auctex/repos/community-any/PKGBUILD
  auctex/repos/community-any/auctex.install

+
 PKGBUILD   |   65 +++
 auctex.install |   62 ++--
 2 files changed, 64 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-24 05:37:57 UTC (rev 147590)
+++ PKGBUILD2015-11-24 05:39:16 UTC (rev 147591)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=auctex
-pkgver=11.88
-pkgrel=1
-pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
-arch=('any') 
-url="http://www.gnu.org/software/auctex/;
-license=('GPL3')
-depends=('emacs' 'ghostscript' 'texlive-core')
-options=('!makeflags')
-install=auctex.install
-source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('098a9751c4e00812e61d62a0184a07d9753904df')
-
-prepare() {
-  cd ${pkgname}-${pkgver}/preview
-  sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? 
"--with-texmf-dir=/' configure
-}
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --localstatedir=/var 
--with-texmf-dir=/usr/share/texmf
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}"  install
-}

Copied: auctex/repos/community-any/PKGBUILD (from rev 147590, 
auctex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-24 05:39:16 UTC (rev 147591)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=auctex
+pkgver=11.89
+pkgrel=1
+pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
+arch=('any') 
+url="http://www.gnu.org/software/auctex/;
+license=('GPL3')
+depends=('emacs' 'ghostscript' 'texlive-core')
+options=('!makeflags')
+install=auctex.install
+source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('339244eee9ac932b6a6e342313ea7ea8653d86f7'
+  'SKIP')
+validpgpkeys=('70CDE487C45540307F86972BE2FD58BF20485F50')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? 
"--with-texmf-dir=/' configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --localstatedir=/var 
--with-texmf-dir=/usr/share/texmf
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: auctex.install
===
--- auctex.install  2015-11-24 05:37:57 UTC (rev 147590)
+++ auctex.install  2015-11-24 05:39:16 UTC (rev 147591)
@@ -1,31 +0,0 @@
-infodir=/usr/share/info
-filelist=(auctex.info.gz preview-latex.info.gz)
-
-post_install() {
-  post_upgrade $1
-
-cat << EOF
-==> For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is 
to add the
-==> following lines to your ~/.emacs file:
-(load "auctex.el" nil t t)
-(load "preview-latex.el" nil t t)
-EOF
-}
-
-post_upgrade() {
-  texconfig-sys rehash 2> /dev/null
-
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-pre_remove() {
- texconfig-sys rehash 2> /dev/null
-
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-   done
-}

Copied: auctex/repos/community-any/auctex.install (from rev 147590, 
auctex/trunk/auctex.install)
===
--- auctex.install  (rev 0)
+++ auctex.install  2015-11-24 05:39:16 UTC (rev 147591)
@@ -0,0 +1,31 @@
+infodir=/usr/share/info
+filelist=(auctex.info.gz preview-latex.info.gz)
+
+post_install() {
+  post_upgrade $1
+
+cat << EOF
+==> For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is 
to add the
+==> following lines to your ~/.emacs file:
+(load "auctex.el" nil t t)
+(load "preview-latex.el" nil t t)
+EOF
+}
+
+post_upgrade() {
+  texconfig-sys rehash 2> /dev/null
+
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+ texconfig-sys rehash 2> /dev/null
+
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+   done
+}


[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 02:53:09
  Author: eric
Revision: 250787

upgpkg: perl-io-socket-ssl 2.020-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 01:45:16 UTC (rev 250786)
+++ PKGBUILD2015-11-12 01:53:09 UTC (rev 250787)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=perl-io-socket-ssl
-pkgver=2.010
+pkgver=2.020
 pkgrel=1
 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('1171f196448206a0710a816e1ee44736f992233d')
+sha1sums=('e2db94b19d123b580b17012504b5f196da715070')
 
 build() {
   cd IO-Socket-SSL-${pkgver}


[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 02:54:44
  Author: eric
Revision: 250788

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 250787, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-12 01:53:09 UTC (rev 250787)
+++ PKGBUILD2015-11-12 01:54:44 UTC (rev 250788)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=perl-io-socket-ssl
-pkgver=2.010
-pkgrel=1
-pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/IO-Socket-SSL/;
-depends=('perl-net-ssleay' 'perl' 'perl-uri')
-checkdepends=('perl-io-socket-inet6')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('1171f196448206a0710a816e1ee44736f992233d')
-
-build() {
-  cd IO-Socket-SSL-${pkgver}
-  yes | perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd IO-Socket-SSL-${pkgver}
-  make test
-}
-
-package() {
-  cd IO-Socket-SSL-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 250787, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-12 01:54:44 UTC (rev 250788)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=perl-io-socket-ssl
+pkgver=2.020
+pkgrel=1
+pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/IO-Socket-SSL/;
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha1sums=('e2db94b19d123b580b17012504b5f196da715070')
+
+build() {
+  cd IO-Socket-SSL-${pkgver}
+  yes | perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Socket-SSL-${pkgver}
+  make test
+}
+
+package() {
+  cd IO-Socket-SSL-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in putty/trunk (PKGBUILD)

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 04:11:11
  Author: eric
Revision: 250791

upgpkg: putty 0.66-1

Upstream update

Modified:
  putty/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 02:44:46 UTC (rev 250790)
+++ PKGBUILD2015-11-12 03:11:11 UTC (rev 250791)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=putty
-pkgver=0.65
+pkgver=0.66
 pkgrel=1
 pkgdesc="A terminal integrated SSH/Telnet client"
 arch=('i686' 'x86_64')
@@ -10,10 +10,10 @@
 license=('MIT')
 depends=('gtk2')
 
source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
-sha1sums=('3449d2aad4c1f444d61f77bd3edef737a91f5be0'
-  '3124e4b6e4c2f2bf0716c110bd8d28835344fd25')
-validpgpkeys=('00B1100938E698006518F0ABFECD6F3F08B0A90B')
+
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg)
+sha1sums=('49a6eb85c2b6893b5de8485f7c59049bf4fa32f4'
+  '91e5672c6735f4d2d9dc9e23d67e04adef434039')
+validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4')
 
 build() {
   cd ${pkgname}-${pkgver}/unix


[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 04:29:06
  Author: eric
Revision: 146633

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 146632, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-12 03:27:30 UTC (rev 146632)
+++ PKGBUILD2015-11-12 03:29:06 UTC (rev 146633)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=youtube-dl
-pkgver=2015.10.24
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('d6fffc32aac98e73312e5bad8da02f33860c542f'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 146632, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-12 03:29:06 UTC (rev 146633)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=youtube-dl
+pkgver=2015.11.10
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('f172ac714d5dc85012462840eec70c246ac0e58e'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in youtube-dl/trunk (PKGBUILD)

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 04:27:30
  Author: eric
Revision: 146632

upgpkg: youtube-dl 2015.11.10-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 02:25:39 UTC (rev 146631)
+++ PKGBUILD2015-11-12 03:27:30 UTC (rev 146632)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=youtube-dl
-pkgver=2015.10.24
+pkgver=2015.11.10
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('d6fffc32aac98e73312e5bad8da02f33860c542f'
+sha1sums=('f172ac714d5dc85012462840eec70c246ac0e58e'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


[arch-commits] Commit in liferea/repos (8 files)

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 02:31:08
  Author: eric
Revision: 250782

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

Added:
  liferea/repos/extra-i686/PKGBUILD
(from rev 250781, liferea/trunk/PKGBUILD)
  liferea/repos/extra-i686/liferea.install
(from rev 250781, liferea/trunk/liferea.install)
  liferea/repos/extra-x86_64/PKGBUILD
(from rev 250781, liferea/trunk/PKGBUILD)
  liferea/repos/extra-x86_64/liferea.install
(from rev 250781, liferea/trunk/liferea.install)
Deleted:
  liferea/repos/extra-i686/PKGBUILD
  liferea/repos/extra-i686/liferea.install
  liferea/repos/extra-x86_64/PKGBUILD
  liferea/repos/extra-x86_64/liferea.install

--+
 /PKGBUILD|   66 +
 /liferea.install |   42 ++
 extra-i686/PKGBUILD  |   33 
 extra-i686/liferea.install   |   21 -
 extra-x86_64/PKGBUILD|   33 
 extra-x86_64/liferea.install |   21 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-12 01:28:42 UTC (rev 250781)
+++ extra-i686/PKGBUILD 2015-11-12 01:31:08 UTC (rev 250782)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=liferea
-pkgver=1.10.16
-pkgrel=1
-pkgdesc="A desktop news aggregator for online news feeds and weblogs"
-arch=('i686' 'x86_64')
-url="http://liferea.sourceforge.net/;
-license=('GPL')
-depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
- 'desktop-file-utils')
-makedepends=('intltool' 'gobject-introspection')
-optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support'
-   'gst-plugins-base: for media player plugin support'
-   'gst-plugins-good: for media player plugin support'
-   'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-install=liferea.install
-source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('ef31d5de815de35083d07c0bd5499f74e32f95b7')
-
-build() {
-  cd liferea-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd liferea-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 250781, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-12 01:31:08 UTC (rev 250782)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=liferea
+pkgver=1.10.17
+pkgrel=1
+pkgdesc="A desktop news aggregator for online news feeds and weblogs"
+arch=('i686' 'x86_64')
+url="http://liferea.sourceforge.net/;
+license=('GPL')
+depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
+ 'desktop-file-utils')
+makedepends=('intltool' 'gobject-introspection')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support'
+   'gst-plugins-base: for media player plugin support'
+   'gst-plugins-good: for media player plugin support'
+   'gst-plugins-bad: for media player plugin support')
+options=('!emptydirs')
+install=liferea.install
+source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
+sha1sums=('7f19a64984424a7c24408dc62721a8fb5b0ef80d')
+
+build() {
+  cd liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd liferea-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/liferea.install
===
--- extra-i686/liferea.install  2015-11-12 01:28:42 UTC (rev 250781)
+++ extra-i686/liferea.install  2015-11-12 01:31:08 UTC (rev 250782)
@@ -1,21 +0,0 @@
-pkgname=liferea
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-gconfpkg --uninstall $pkgname
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: liferea/repos/extra-i686/liferea.install (from rev 250781, 
liferea/trunk/liferea.install)
===
--- extra-i686/liferea.install  (rev 0)
+++ extra-i686/liferea.install  2015-11-12 01:31:08 UTC (rev 250782)
@@ -0,0 +1,21 @@
+pkgname=liferea
+
+post_install

[arch-commits] Commit in putty/repos (4 files)

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 04:14:04
  Author: eric
Revision: 250792

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

Added:
  putty/repos/extra-i686/PKGBUILD
(from rev 250791, putty/trunk/PKGBUILD)
  putty/repos/extra-x86_64/PKGBUILD
(from rev 250791, putty/trunk/PKGBUILD)
Deleted:
  putty/repos/extra-i686/PKGBUILD
  putty/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   28 
 extra-x86_64/PKGBUILD |   28 
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-12 03:11:11 UTC (rev 250791)
+++ extra-i686/PKGBUILD 2015-11-12 03:14:04 UTC (rev 250792)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=putty
-pkgver=0.65
-pkgrel=1
-pkgdesc="A terminal integrated SSH/Telnet client"
-arch=('i686' 'x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/putty/;
-license=('MIT')
-depends=('gtk2')
-source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
-sha1sums=('3449d2aad4c1f444d61f77bd3edef737a91f5be0'
-  '3124e4b6e4c2f2bf0716c110bd8d28835344fd25')
-validpgpkeys=('00B1100938E698006518F0ABFECD6F3F08B0A90B')
-
-build() {
-  cd ${pkgname}-${pkgver}/unix
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/unix
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: putty/repos/extra-i686/PKGBUILD (from rev 250791, putty/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-12 03:14:04 UTC (rev 250792)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=putty
+pkgver=0.66
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/putty/;
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg)
+sha1sums=('49a6eb85c2b6893b5de8485f7c59049bf4fa32f4'
+  '91e5672c6735f4d2d9dc9e23d67e04adef434039')
+validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-12 03:11:11 UTC (rev 250791)
+++ extra-x86_64/PKGBUILD   2015-11-12 03:14:04 UTC (rev 250792)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=putty
-pkgver=0.65
-pkgrel=1
-pkgdesc="A terminal integrated SSH/Telnet client"
-arch=('i686' 'x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/putty/;
-license=('MIT')
-depends=('gtk2')
-source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
-sha1sums=('3449d2aad4c1f444d61f77bd3edef737a91f5be0'
-  '3124e4b6e4c2f2bf0716c110bd8d28835344fd25')
-validpgpkeys=('00B1100938E698006518F0ABFECD6F3F08B0A90B')
-
-build() {
-  cd ${pkgname}-${pkgver}/unix
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/unix
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: putty/repos/extra-x86_64/PKGBUILD (from rev 250791, 
putty/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-12 03:14:04 UTC (rev 250792)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=putty
+pkgver=0.66
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/putty/;
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg)
+sha1sums=('49a6eb85c2b6893b5de8

[arch-commits] Commit in liferea/trunk (PKGBUILD)

2015-11-11 Thread Eric Bélanger
Date: Thursday, November 12, 2015 @ 02:28:40
  Author: eric
Revision: 250780

upgpkg: liferea 1.10.17-1

Upstream update

Modified:
  liferea/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 01:28:19 UTC (rev 250779)
+++ PKGBUILD2015-11-12 01:28:40 UTC (rev 250780)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=liferea
-pkgver=1.10.16
+pkgver=1.10.17
 pkgrel=1
 pkgdesc="A desktop news aggregator for online news feeds and weblogs"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=('!emptydirs')
 install=liferea.install
 
source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('ef31d5de815de35083d07c0bd5499f74e32f95b7')
+sha1sums=('7f19a64984424a7c24408dc62721a8fb5b0ef80d')
 
 build() {
   cd liferea-${pkgver}


[arch-commits] Commit in gpm/trunk (PKGBUILD gpm.sh)

2015-10-26 Thread Eric Bélanger
Date: Tuesday, October 27, 2015 @ 01:47:25
  Author: eric
Revision: 249779

upgpkg: gpm 1.20.7-6

Fix profile script (close FS#46384)

Modified:
  gpm/trunk/PKGBUILD
  gpm/trunk/gpm.sh

--+
 PKGBUILD |6 +++---
 gpm.sh   |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 00:18:58 UTC (rev 249778)
+++ PKGBUILD2015-10-27 00:47:25 UTC (rev 249779)
@@ -3,7 +3,7 @@
 
 pkgname=gpm
 pkgver=1.20.7
-pkgrel=5
+pkgrel=6
 pkgdesc="A mouse server for the console and xterm"
 arch=('i686' 'x86_64')
 url="http://www.nico.schottelius.org/software/gpm/;
@@ -11,10 +11,10 @@
 depends=('bash')
 options=('!makeflags')
 install=gpm.install
-source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
 \
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
 gpm.sh gpm.service)
 sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
-  '88fe5ff10916c68a87abc8418a56eb0073f69fa9'
+  '94447c6f8bfadd062efa1a747a597426f339d13e'
   'f9bde96eb9c78da9f225bcf40822647f6592cf23')
 
 build() {

Modified: gpm.sh
===
--- gpm.sh  2015-10-27 00:18:58 UTC (rev 249778)
+++ gpm.sh  2015-10-27 00:47:25 UTC (rev 249779)
@@ -1,3 +1,3 @@
 case $( /usr/bin/tty ) in
-/dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
+/dev/tty[0-9]*) [ -n "$(pidof -s gpm)" ] && /usr/bin/disable-paste ;;
 esac


[arch-commits] Commit in vorbis-tools/trunk (2 files)

2015-10-26 Thread Eric Bélanger
Date: Tuesday, October 27, 2015 @ 00:42:35
  Author: eric
Revision: 249775

upgpkg: vorbis-tools 1.4.0-6

Add security patch CVE-2015-6749 (close FS#46269)

Added:
  vorbis-tools/trunk/vorbis-tools-CVE-2015-6749.patch
Modified:
  vorbis-tools/trunk/PKGBUILD

--+
 PKGBUILD |9 +---
 vorbis-tools-CVE-2015-6749.patch |   41 +
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 21:27:44 UTC (rev 249774)
+++ PKGBUILD2015-10-26 23:42:35 UTC (rev 249775)
@@ -3,7 +3,7 @@
 
 pkgname=vorbis-tools
 pkgver=1.4.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Extra tools for Ogg-Vorbis"
 arch=('i686' 'x86_64')
 url='http://www.xiph.org/vorbis/'
@@ -10,15 +10,18 @@
 license=('GPL2')
 depends=('libao' 'libvorbis' 'curl' 'flac')
 source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz
-   vorbis-tools-cve9638-cve9639.patch vorbis-tools-cve9640.patch)
+   vorbis-tools-cve9638-cve9639.patch vorbis-tools-cve9640.patch
+   vorbis-tools-CVE-2015-6749.patch)
 sha1sums=('fc6a820bdb5ad6fcac074721fab5c3f96eaf6562'
   '307f4f5f20596e47fbed733bd2918c31549736a7'
-  'ef99371b600740f5984b19ccb515f0cb1acb1af4')
+  'ef99371b600740f5984b19ccb515f0cb1acb1af4'
+  '1c9b794394f0dd2bec289c2d11f58cf100d5c572')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p1 -i "${srcdir}/vorbis-tools-cve9638-cve9639.patch"
   patch -p3 -i "${srcdir}/vorbis-tools-cve9640.patch"
+  patch -p1 -i "${srcdir}/vorbis-tools-CVE-2015-6749.patch"
 }
 
 build() {

Added: vorbis-tools-CVE-2015-6749.patch
===
--- vorbis-tools-CVE-2015-6749.patch(rev 0)
+++ vorbis-tools-CVE-2015-6749.patch2015-10-26 23:42:35 UTC (rev 249775)
@@ -0,0 +1,41 @@
+From 04815d3e1bfae3a6cdfb2c25358a5a72b61299f7 Mon Sep 17 00:00:00 2001
+From: Mark Harris <mark@gmail.com>
+Date: Sun, 30 Aug 2015 05:54:46 -0700
+Subject: [PATCH] oggenc: Fix large alloca on bad AIFF input
+
+Fixes #2212
+---
+ oggenc/audio.c | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/oggenc/audio.c b/oggenc/audio.c
+index 477da8c..4921fb9 100644
+--- a/oggenc/audio.c
 b/oggenc/audio.c
+@@ -245,8 +245,8 @@ static int aiff_permute_matrix[6][6] =
+ int aiff_open(FILE *in, oe_enc_opt *opt, unsigned char *buf, int buflen)
+ {
+ int aifc; /* AIFC or AIFF? */
+-unsigned int len;
+-unsigned char *buffer;
++unsigned int len, readlen;
++unsigned char buffer[22];
+ unsigned char buf2[8];
+ aiff_fmt format;
+ aifffile *aiff = malloc(sizeof(aifffile));
+@@ -269,9 +269,9 @@ int aiff_open(FILE *in, oe_enc_opt *opt, unsigned char 
*buf, int buflen)
+ return 0; /* Weird common chunk */
+ }
+ 
+-buffer = alloca(len);
+-
+-if(fread(buffer,1,len,in) < len)
++readlen = len < sizeof(buffer) ? len : sizeof(buffer);
++if(fread(buffer,1,readlen,in) < readlen ||
++   (len > readlen && !seek_forward(in, len-readlen)))
+ {
+ fprintf(stderr, _("Warning: Unexpected EOF in reading AIFF 
header\n"));
+ return 0;
+-- 
+2.5.0
+


[arch-commits] Commit in python-pygame/trunk (PKGBUILD)

2015-10-26 Thread Eric Bélanger
Date: Tuesday, October 27, 2015 @ 01:15:37
  Author: eric
Revision: 249777

upgpkg: python-pygame 1.9.1-10

Remove conflicts array (close FS#46559)

Modified:
  python-pygame/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 23:48:08 UTC (rev 249776)
+++ PKGBUILD2015-10-27 00:15:37 UTC (rev 249777)
@@ -4,13 +4,12 @@
 pkgbase=python-pygame
 pkgname=python2-pygame
 pkgver=1.9.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Python game library"
 arch=('i686' 'x86_64')
 url="http://www.pygame.org/;
 license=('LGPL')
 depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
-conflicts=('python-pygame')
 source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz
 pygame-config.patch pygame-v4l.patch pygame-joystick.patch)
 sha1sums=('a45aeb0623e36ae7a1707b5f41ee6274f72ca4fa'


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

2015-10-26 Thread Eric Bélanger
Date: Tuesday, October 27, 2015 @ 01:50:18
  Author: eric
Revision: 249780

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

Added:
  gpm/repos/testing-i686/
  gpm/repos/testing-i686/PKGBUILD
(from rev 249779, gpm/trunk/PKGBUILD)
  gpm/repos/testing-i686/gpm.install
(from rev 249779, gpm/trunk/gpm.install)
  gpm/repos/testing-i686/gpm.service
(from rev 249779, gpm/trunk/gpm.service)
  gpm/repos/testing-i686/gpm.sh
(from rev 249779, gpm/trunk/gpm.sh)
  gpm/repos/testing-x86_64/
  gpm/repos/testing-x86_64/PKGBUILD
(from rev 249779, gpm/trunk/PKGBUILD)
  gpm/repos/testing-x86_64/gpm.install
(from rev 249779, gpm/trunk/gpm.install)
  gpm/repos/testing-x86_64/gpm.service
(from rev 249779, gpm/trunk/gpm.service)
  gpm/repos/testing-x86_64/gpm.sh
(from rev 249779, gpm/trunk/gpm.sh)

+
 testing-i686/PKGBUILD  |   37 +
 testing-i686/gpm.install   |   16 
 testing-i686/gpm.service   |9 +
 testing-i686/gpm.sh|3 +++
 testing-x86_64/PKGBUILD|   37 +
 testing-x86_64/gpm.install |   16 
 testing-x86_64/gpm.service |9 +
 testing-x86_64/gpm.sh  |3 +++
 8 files changed, 130 insertions(+)

Copied: gpm/repos/testing-i686/PKGBUILD (from rev 249779, gpm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-27 00:50:18 UTC (rev 249780)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=gpm
+pkgver=1.20.7
+pkgrel=6
+pkgdesc="A mouse server for the console and xterm"
+arch=('i686' 'x86_64')
+url="http://www.nico.schottelius.org/software/gpm/;
+license=('GPL')
+depends=('bash')
+options=('!makeflags')
+install=gpm.install
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
+gpm.sh gpm.service)
+sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
+  '94447c6f8bfadd062efa1a747a597426f339d13e'
+  'f9bde96eb9c78da9f225bcf40822647f6592cf23')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m755 ../gpm.sh "${pkgdir}/etc/profile.d/gpm.sh"
+  install -D -m644 ../gpm.service 
"${pkgdir}/usr/lib/systemd/system/gpm.service"
+
+# library fixes
+  cd "${pkgdir}/usr/lib/"
+  ln -s libgpm.so.2.* libgpm.so
+  chmod 755 "${pkgdir}"/usr/lib/libgpm.so.*
+}

Copied: gpm/repos/testing-i686/gpm.install (from rev 249779, 
gpm/trunk/gpm.install)
===
--- testing-i686/gpm.install(rev 0)
+++ testing-i686/gpm.install2015-10-27 00:50:18 UTC (rev 249780)
@@ -0,0 +1,16 @@
+infodir=/usr/share/info
+file=gpm.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}

Copied: gpm/repos/testing-i686/gpm.service (from rev 249779, 
gpm/trunk/gpm.service)
===
--- testing-i686/gpm.service(rev 0)
+++ testing-i686/gpm.service2015-10-27 00:50:18 UTC (rev 249780)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Virtual console mouse server
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/gpm -m /dev/input/mice -t imps2
+
+[Install]
+WantedBy=multi-user.target

Copied: gpm/repos/testing-i686/gpm.sh (from rev 249779, gpm/trunk/gpm.sh)
===
--- testing-i686/gpm.sh (rev 0)
+++ testing-i686/gpm.sh 2015-10-27 00:50:18 UTC (rev 249780)
@@ -0,0 +1,3 @@
+case $( /usr/bin/tty ) in
+/dev/tty[0-9]*) [ -n "$(pidof -s gpm)" ] && /usr/bin/disable-paste ;;
+esac

Copied: gpm/repos/testing-x86_64/PKGBUILD (from rev 249779, gpm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-27 00:50:18 UTC (rev 249780)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=gpm
+pkgver=1.20.7
+pkgrel=6
+pkgdesc="A mouse server for the console and xterm"
+arch=('i686' 'x86_64')
+url="http://www.nico.schottelius.org/software/gpm/;
+license=('GPL')
+depends=('bash')
+options=('!makeflags')
+install=gpm.install
+source=(http://www.nico.schottelius.o

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

2015-10-26 Thread Eric Bélanger
Date: Tuesday, October 27, 2015 @ 00:48:08
  Author: eric
Revision: 249776

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

Added:
  vorbis-tools/repos/extra-i686/PKGBUILD
(from rev 249775, vorbis-tools/trunk/PKGBUILD)
  vorbis-tools/repos/extra-i686/vorbis-tools-CVE-2015-6749.patch
(from rev 249775, vorbis-tools/trunk/vorbis-tools-CVE-2015-6749.patch)
  vorbis-tools/repos/extra-i686/vorbis-tools-cve9638-cve9639.patch
(from rev 249775, vorbis-tools/trunk/vorbis-tools-cve9638-cve9639.patch)
  vorbis-tools/repos/extra-i686/vorbis-tools-cve9640.patch
(from rev 249775, vorbis-tools/trunk/vorbis-tools-cve9640.patch)
  vorbis-tools/repos/extra-x86_64/PKGBUILD
(from rev 249775, vorbis-tools/trunk/PKGBUILD)
  vorbis-tools/repos/extra-x86_64/vorbis-tools-CVE-2015-6749.patch
(from rev 249775, vorbis-tools/trunk/vorbis-tools-CVE-2015-6749.patch)
  vorbis-tools/repos/extra-x86_64/vorbis-tools-cve9638-cve9639.patch
(from rev 249775, vorbis-tools/trunk/vorbis-tools-cve9638-cve9639.patch)
  vorbis-tools/repos/extra-x86_64/vorbis-tools-cve9640.patch
(from rev 249775, vorbis-tools/trunk/vorbis-tools-cve9640.patch)
Deleted:
  vorbis-tools/repos/extra-i686/PKGBUILD
  vorbis-tools/repos/extra-i686/vorbis-tools-cve9638-cve9639.patch
  vorbis-tools/repos/extra-i686/vorbis-tools-cve9640.patch
  vorbis-tools/repos/extra-x86_64/PKGBUILD
  vorbis-tools/repos/extra-x86_64/vorbis-tools-cve9638-cve9639.patch
  vorbis-tools/repos/extra-x86_64/vorbis-tools-cve9640.patch

-+
 /PKGBUILD   |   72 ++
 /vorbis-tools-cve9638-cve9639.patch |  154 ++
 /vorbis-tools-cve9640.patch |   58 
 extra-i686/PKGBUILD |   33 
 extra-i686/vorbis-tools-CVE-2015-6749.patch |   41 +
 extra-i686/vorbis-tools-cve9638-cve9639.patch   |   77 ---
 extra-i686/vorbis-tools-cve9640.patch   |   29 
 extra-x86_64/PKGBUILD   |   33 
 extra-x86_64/vorbis-tools-CVE-2015-6749.patch   |   41 +
 extra-x86_64/vorbis-tools-cve9638-cve9639.patch |   77 ---
 extra-x86_64/vorbis-tools-cve9640.patch |   29 
 11 files changed, 366 insertions(+), 278 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-26 23:42:35 UTC (rev 249775)
+++ extra-i686/PKGBUILD 2015-10-26 23:48:08 UTC (rev 249776)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=vorbis-tools
-pkgver=1.4.0
-pkgrel=5
-pkgdesc="Extra tools for Ogg-Vorbis"
-arch=('i686' 'x86_64')
-url='http://www.xiph.org/vorbis/'
-license=('GPL2')
-depends=('libao' 'libvorbis' 'curl' 'flac')
-source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz
-   vorbis-tools-cve9638-cve9639.patch vorbis-tools-cve9640.patch)
-sha1sums=('fc6a820bdb5ad6fcac074721fab5c3f96eaf6562'
-  '307f4f5f20596e47fbed733bd2918c31549736a7'
-  'ef99371b600740f5984b19ccb515f0cb1acb1af4')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/vorbis-tools-cve9638-cve9639.patch"
-  patch -p3 -i "${srcdir}/vorbis-tools-cve9640.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-speex --enable-vcut
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: vorbis-tools/repos/extra-i686/PKGBUILD (from rev 249775, 
vorbis-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-26 23:48:08 UTC (rev 249776)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=vorbis-tools
+pkgver=1.4.0
+pkgrel=6
+pkgdesc="Extra tools for Ogg-Vorbis"
+arch=('i686' 'x86_64')
+url='http://www.xiph.org/vorbis/'
+license=('GPL2')
+depends=('libao' 'libvorbis' 'curl' 'flac')
+source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz
+   vorbis-tools-cve9638-cve9639.patch vorbis-tools-cve9640.patch
+   vorbis-tools-CVE-2015-6749.patch)
+sha1sums=('fc6a820bdb5ad6fcac074721fab5c3f96eaf6562'
+  '307f4f5f20596e47fbed733bd2918c31549736a7'
+  'ef99371b600740f5984b19ccb515f0cb1acb1af4'
+  '1c9b794394f0dd2bec289c2d11f58cf100d5c572')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/vorbis-tools-cve9638-cve9639.patch"
+  patch -p3 -i "${srcdir}/vorbis-tools-cve9640.patch"
+  patch -p1 -i "${srcdir}/vorbis-tools-CVE-2015-6749.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-speex --enable-vcut
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied

[arch-commits] Commit in python-pygame/repos (16 files)

2015-10-26 Thread Eric Bélanger
Date: Tuesday, October 27, 2015 @ 01:18:58
  Author: eric
Revision: 249778

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

Added:
  python-pygame/repos/extra-i686/PKGBUILD
(from rev 249777, python-pygame/trunk/PKGBUILD)
  python-pygame/repos/extra-i686/pygame-config.patch
(from rev 249777, python-pygame/trunk/pygame-config.patch)
  python-pygame/repos/extra-i686/pygame-joystick.patch
(from rev 249777, python-pygame/trunk/pygame-joystick.patch)
  python-pygame/repos/extra-i686/pygame-v4l.patch
(from rev 249777, python-pygame/trunk/pygame-v4l.patch)
  python-pygame/repos/extra-x86_64/PKGBUILD
(from rev 249777, python-pygame/trunk/PKGBUILD)
  python-pygame/repos/extra-x86_64/pygame-config.patch
(from rev 249777, python-pygame/trunk/pygame-config.patch)
  python-pygame/repos/extra-x86_64/pygame-joystick.patch
(from rev 249777, python-pygame/trunk/pygame-joystick.patch)
  python-pygame/repos/extra-x86_64/pygame-v4l.patch
(from rev 249777, python-pygame/trunk/pygame-v4l.patch)
Deleted:
  python-pygame/repos/extra-i686/PKGBUILD
  python-pygame/repos/extra-i686/pygame-config.patch
  python-pygame/repos/extra-i686/pygame-joystick.patch
  python-pygame/repos/extra-i686/pygame-v4l.patch
  python-pygame/repos/extra-x86_64/PKGBUILD
  python-pygame/repos/extra-x86_64/pygame-config.patch
  python-pygame/repos/extra-x86_64/pygame-joystick.patch
  python-pygame/repos/extra-x86_64/pygame-v4l.patch

+
 /PKGBUILD  |   78 +++
 /pygame-config.patch   |   52 ++
 /pygame-joystick.patch |   86 +
 /pygame-v4l.patch  |  176 +++
 extra-i686/PKGBUILD|   40 ---
 extra-i686/pygame-config.patch |   26 -
 extra-i686/pygame-joystick.patch   |   43 
 extra-i686/pygame-v4l.patch|   88 -
 extra-x86_64/PKGBUILD  |   40 ---
 extra-x86_64/pygame-config.patch   |   26 -
 extra-x86_64/pygame-joystick.patch |   43 
 extra-x86_64/pygame-v4l.patch  |   88 -
 12 files changed, 392 insertions(+), 394 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 00:15:37 UTC (rev 249777)
+++ extra-i686/PKGBUILD 2015-10-27 00:18:58 UTC (rev 249778)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgbase=python-pygame
-pkgname=python2-pygame
-pkgver=1.9.1
-pkgrel=9
-pkgdesc="Python game library"
-arch=('i686' 'x86_64')
-url="http://www.pygame.org/;
-license=('LGPL')
-depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
-conflicts=('python-pygame')
-source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz
-pygame-config.patch pygame-v4l.patch pygame-joystick.patch)
-sha1sums=('a45aeb0623e36ae7a1707b5f41ee6274f72ca4fa'
-  '285815e28705d5a2aea53c9d952d35fddf10dd13'
-  '7e693fb2ef5ef636f9965ba1a4eb854f8b0b5070'
-  '399ef25b9bdcda7eb35f0147dffcfc4886405c36')
-
-prepare() {
-  cd pygame-${pkgver}release
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#' {} 
+
-  patch -p0 -i "${srcdir}/pygame-config.patch"
-  patch -p1 -i "${srcdir}/pygame-v4l.patch"
-  patch -p1 -i "${srcdir}/pygame-joystick.patch"
-}
-
-package_python2-pygame() {
-  cd pygame-${pkgver}release
-  python2 config.py -auto
-  python2 setup.py install --root="${pkgdir}" --prefix=/usr
-
-# Copying the examples and tests
-  cp -R examples lib/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame"
-  cp -R test/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame/tests"
-
-# Fixing permissions
-  chmod 644 "${pkgdir}"/usr/include/python2.7/pygame/*
-}

Copied: python-pygame/repos/extra-i686/PKGBUILD (from rev 249777, 
python-pygame/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-27 00:18:58 UTC (rev 249778)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgbase=python-pygame
+pkgname=python2-pygame
+pkgver=1.9.1
+pkgrel=10
+pkgdesc="Python game library"
+arch=('i686' 'x86_64')
+url="http://www.pygame.org/;
+license=('LGPL')
+depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
+source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz
+pygame-config.patch pygame-v4l.patch pygame-joystick.patch)
+sha1sums=('a45aeb0623e36ae7a1707b5f41ee6274f72ca4fa'
+  '285815e28705d5a2aea53c9d952d35fddf10dd13'
+  '7e693fb2ef5ef636f9965ba1a4eb854f8b0b5070'
+  '399ef25b9bdcda7eb35f0147dffcfc4886405c36')
+
+prepare() {
+  cd pygame-${pkgver}release
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin

[arch-commits] Commit in xscreensaver/trunk (2 files)

2015-10-26 Thread Eric Bélanger
Date: Tuesday, October 27, 2015 @ 03:51:07
  Author: eric
Revision: 249781

upgpkg: xscreensaver 5.34-1

Upstream update

Modified:
  xscreensaver/trunk/PKGBUILD
Deleted:
  xscreensaver/trunk/xscreensaver-missingescape.patch

--+
 PKGBUILD |9 +++--
 xscreensaver-missingescape.patch |   12 
 2 files changed, 3 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 00:50:18 UTC (rev 249780)
+++ PKGBUILD2015-10-27 02:51:07 UTC (rev 249781)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=xscreensaver
-pkgver=5.33
-pkgrel=2
+pkgver=5.34
+pkgrel=1
 pkgdesc="Screen saver and locker for the X Window System"
 arch=('i686' 'x86_64')
 url="http://www.jwz.org/xscreensaver/;
@@ -14,17 +14,14 @@
 backup=('etc/pam.d/xscreensaver')
 source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
 xscreensaver-add-electricsheep.diff
-   xscreensaver-missingescape.patch
LICENSE)
-sha1sums=('99f69ff0bef5e13ab0c84dcb1312605db485bafd'
+sha1sums=('a6d9a391981730cedcd51e75c35ffb4101928cc2'
   'e8dc57b6471fb3867ee099304ac6bf628351cb98'
-  'ab2962f497e0b50a2ffe135baefdc155b0be1413'
   '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p0 -i "${srcdir}/xscreensaver-add-electricsheep.diff"
-  patch -p1 -i "${srcdir}/xscreensaver-missingescape.patch"
 }
 
 build() {

Deleted: xscreensaver-missingescape.patch
===
--- xscreensaver-missingescape.patch2015-10-27 00:50:18 UTC (rev 249780)
+++ xscreensaver-missingescape.patch2015-10-27 02:51:07 UTC (rev 249781)
@@ -1,12 +0,0 @@
-diff -Naur xscreensaver-5.33-orig/driver/xscreensaver-text 
xscreensaver-5.33/driver/xscreensaver-text
 xscreensaver-5.33-orig/driver/xscreensaver-text2015-07-21 
21:12:53.283286533 -0400
-+++ xscreensaver-5.33/driver/xscreensaver-text 2015-07-21 21:16:48.589580345 
-0400
-@@ -473,7 +473,7 @@
- 
- # Try to omit all tables, since they're impossible to read as text.
- #
--1 while (s/{{[^{}]*}}/ /gs); # {{ ... }}
-+1 while (s/{\{[^{}]*}}/ /gs);# {{ ... }}
- 1 while (s/{\|.*?\|}/\n\n/gs);   # {| ... |}
- 1 while (s/\|-.*?\|/ /gs);   # |- ... |  (table 
cell)
- 


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

2015-10-26 Thread Eric Bélanger
Date: Tuesday, October 27, 2015 @ 03:54:34
  Author: eric
Revision: 249782

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

Added:
  xscreensaver/repos/extra-i686/LICENSE
(from rev 249781, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-i686/PKGBUILD
(from rev 249781, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-i686/xscreensaver-add-electricsheep.diff
(from rev 249781, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
  xscreensaver/repos/extra-x86_64/LICENSE
(from rev 249781, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-x86_64/PKGBUILD
(from rev 249781, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff
(from rev 249781, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
Deleted:
  xscreensaver/repos/extra-i686/LICENSE
  xscreensaver/repos/extra-i686/PKGBUILD
  xscreensaver/repos/extra-i686/xscreensaver-add-electricsheep.diff
  xscreensaver/repos/extra-i686/xscreensaver-missingescape.patch
  xscreensaver/repos/extra-x86_64/LICENSE
  xscreensaver/repos/extra-x86_64/PKGBUILD
  xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff
  xscreensaver/repos/extra-x86_64/xscreensaver-missingescape.patch

--+
 /LICENSE |   20 
 /PKGBUILD|   86 +
 /xscreensaver-add-electricsheep.diff |   20 
 extra-i686/LICENSE   |   10 --
 extra-i686/PKGBUILD  |   46 ---
 extra-i686/xscreensaver-add-electricsheep.diff   |   10 --
 extra-i686/xscreensaver-missingescape.patch  |   12 --
 extra-x86_64/LICENSE |   10 --
 extra-x86_64/PKGBUILD|   46 ---
 extra-x86_64/xscreensaver-add-electricsheep.diff |   10 --
 extra-x86_64/xscreensaver-missingescape.patch|   12 --
 11 files changed, 126 insertions(+), 156 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2015-10-27 02:51:07 UTC (rev 249781)
+++ extra-i686/LICENSE  2015-10-27 02:54:34 UTC (rev 249782)
@@ -1,10 +0,0 @@
-/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski <j...@jwz.org>
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided "as is" without express or 
- * implied warranty.
- */

Copied: xscreensaver/repos/extra-i686/LICENSE (from rev 249781, 
xscreensaver/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2015-10-27 02:54:34 UTC (rev 249782)
@@ -0,0 +1,10 @@
+/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski <j...@jwz.org>
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided "as is" without express or 
+ * implied warranty.
+ */

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 02:51:07 UTC (rev 249781)
+++ extra-i686/PKGBUILD 2015-10-27 02:54:34 UTC (rev 249782)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=xscreensaver
-pkgver=5.33
-pkgrel=2
-pkgdesc="Screen saver and locker for the X Window System"
-arch=('i686' 'x86_64')
-url="http://www.jwz.org/xscreensaver/;
-license=('BSD')
-depends=('libglade' 'libxmu' 'glu' 'xorg-appres' 'perl-libwww')
-makedepends=('bc' 'intltool' 'libxpm' 'gdm')
-optdepends=('gdm: for login manager support')
-backup=('etc/pam.d/xscreensaver')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
-xscreensaver-add-electricsheep.diff
-   xscreensaver-missingescape.patch
-   LICENSE)
-sha1sums=('99f69ff0bef5e13ab0c84dcb1312605db485bafd'
-  'e8dc57b6471fb3867ee099304ac6bf628351cb98'
-  'ab2962f497e0b50a2ffe135baefdc155b0be1413'
-  '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i "${srcdir}/xscreensaver-add-electricsheep.diff"
-  patch -p1 -i "${srcdir}/xscreensaver-missingescape.patch"

[arch-commits] Commit in youtube-dl/trunk (PKGBUILD)

2015-10-23 Thread Eric Bélanger
Date: Saturday, October 24, 2015 @ 05:19:42
  Author: eric
Revision: 144850

upgpkg: youtube-dl 2015.10.24-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-24 02:50:06 UTC (rev 144849)
+++ PKGBUILD2015-10-24 03:19:42 UTC (rev 144850)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=youtube-dl
-pkgver=2015.09.28
+pkgver=2015.10.24
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('c11638eb5c965c58bf6e7274e6dfab61db819980'
+sha1sums=('d6fffc32aac98e73312e5bad8da02f33860c542f'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


[arch-commits] Commit in links/repos (6 files)

2015-10-23 Thread Eric Bélanger
Date: Saturday, October 24, 2015 @ 04:26:21
  Author: eric
Revision: 249724

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

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 249723, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 249723, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 249723, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 249723, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   52 +
 testing-i686/links.desktop   |7 +
 testing-x86_64/PKGBUILD  |   52 +
 testing-x86_64/links.desktop |7 +
 4 files changed, 118 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 249723, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-24 02:26:21 UTC (rev 249724)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=links
+pkgver=2.12
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('952dfecded9496ff1a73184ce538d08dbbb5152b'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 "${srcdir}/links.desktop" 
"${pkgdir}/usr/share/applications/links.desktop"
+  install -d "${pkgdir}/usr/share/pixmaps"
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
"${pkgdir}/usr/share/pixmaps/"
+
+  install -d "${pkgdir}/usr/share/doc/links/calibration"
+  install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
+}

Copied: links/repos/testing-i686/links.desktop (from rev 249723, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2015-10-24 02:26:21 UTC (rev 249724)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 249723, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-24 02:26:21 UTC (rev 249724)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=links
+pkgver=2.12
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('952dfecded9496ff1a73184ce538d08dbbb5152b'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}

[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2015-10-23 Thread Eric Bélanger
Date: Saturday, October 24, 2015 @ 05:21:09
  Author: eric
Revision: 144851

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 144850, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-24 03:19:42 UTC (rev 144850)
+++ PKGBUILD2015-10-24 03:21:09 UTC (rev 144851)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=youtube-dl
-pkgver=2015.09.28
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('c11638eb5c965c58bf6e7274e6dfab61db819980'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 144850, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-24 03:21:09 UTC (rev 144851)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=youtube-dl
+pkgver=2015.10.24
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('d6fffc32aac98e73312e5bad8da02f33860c542f'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in links/trunk (PKGBUILD)

2015-10-23 Thread Eric Bélanger
Date: Saturday, October 24, 2015 @ 04:23:54
  Author: eric
Revision: 249723

upgpkg: links 2.12-1

Upstream update

Modified:
  links/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-24 01:43:53 UTC (rev 249722)
+++ PKGBUILD2015-10-24 02:23:54 UTC (rev 249723)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=links
-pkgver=2.10
+pkgver=2.12
 pkgrel=1
 pkgdesc="A text WWW browser, similar to Lynx"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
'libpng: for using xlinks'
'librsvg: for using xlinks')
 source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
-sha1sums=('bffd48917a9d038f4277443bf6ea2cf8c9372c3c'
+sha1sums=('952dfecded9496ff1a73184ce538d08dbbb5152b'
   'f600e27c2a7118f7dd07a10230aa44463a02')
 
 prepare() {


[arch-commits] Commit in emacs-pkgbuild-mode/repos/community-any (4 files)

2015-10-23 Thread Eric Bélanger
Date: Saturday, October 24, 2015 @ 04:50:06
  Author: eric
Revision: 144849

archrelease: copy trunk to community-any

Added:
  emacs-pkgbuild-mode/repos/community-any/PKGBUILD
(from rev 144848, emacs-pkgbuild-mode/trunk/PKGBUILD)
  emacs-pkgbuild-mode/repos/community-any/emacs-pkgbuild-mode.install
(from rev 144848, emacs-pkgbuild-mode/trunk/emacs-pkgbuild-mode.install)
Deleted:
  emacs-pkgbuild-mode/repos/community-any/PKGBUILD
  emacs-pkgbuild-mode/repos/community-any/emacs-pkgbuild-mode.install

-+
 PKGBUILD|   42 +-
 emacs-pkgbuild-mode.install |   18 +-
 2 files changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-24 02:48:47 UTC (rev 144848)
+++ PKGBUILD2015-10-24 02:50:06 UTC (rev 144849)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=emacs-pkgbuild-mode
-pkgver=0.13
-pkgrel=1
-pkgdesc="A major mode for creating packages with emacs"
-arch=('any')
-url="http://github.com/juergenhoetzel/pkgbuild-mode;
-license=('GPL')
-depends=('emacs')
-install=emacs-pkgbuild-mode.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/juergenhoetzel/pkgbuild-mode/tarball/${pkgver})
-sha1sums=('3e11580ddba23b63ff4e7faaeaf8c08d2a2950b1')
-
-package() {
-  cd juergenhoetzel-pkgbuild-mode-*
-  emacs -batch -f batch-byte-compile pkgbuild-mode.el
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -D -m644 pkgbuild-mode.el pkgbuild-mode.elc 
"${pkgdir}/usr/share/emacs/site-lisp"
-}

Copied: emacs-pkgbuild-mode/repos/community-any/PKGBUILD (from rev 144848, 
emacs-pkgbuild-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-24 02:50:06 UTC (rev 144849)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=emacs-pkgbuild-mode
+pkgver=0.14
+pkgrel=1
+pkgdesc="A major mode for creating packages with emacs"
+arch=('any')
+url="http://github.com/juergenhoetzel/pkgbuild-mode;
+license=('GPL')
+depends=('emacs')
+install=emacs-pkgbuild-mode.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/juergenhoetzel/pkgbuild-mode/tarball/${pkgver})
+sha1sums=('61a8e6449f6af52a7fab07d764d2aa975414fe27')
+
+package() {
+  cd juergenhoetzel-pkgbuild-mode-*
+  emacs -batch -f batch-byte-compile pkgbuild-mode.el
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -D -m644 pkgbuild-mode.el pkgbuild-mode.elc 
"${pkgdir}/usr/share/emacs/site-lisp"
+}

Deleted: emacs-pkgbuild-mode.install
===
--- emacs-pkgbuild-mode.install 2015-10-24 02:48:47 UTC (rev 144848)
+++ emacs-pkgbuild-mode.install 2015-10-24 02:50:06 UTC (rev 144849)
@@ -1,9 +0,0 @@
-post_install() {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable autoloading of pkgbuild-mode
-==> and auto-recognition of "PKGBUILD" files:
-
-(autoload 'pkgbuild-mode "pkgbuild-mode.el" "PKGBUILD mode." t)
-(setq auto-mode-alist (append '(("/PKGBUILD$" . pkgbuild-mode)) 
auto-mode-alist))
-EOF
-}

Copied: emacs-pkgbuild-mode/repos/community-any/emacs-pkgbuild-mode.install 
(from rev 144848, emacs-pkgbuild-mode/trunk/emacs-pkgbuild-mode.install)
===
--- emacs-pkgbuild-mode.install (rev 0)
+++ emacs-pkgbuild-mode.install 2015-10-24 02:50:06 UTC (rev 144849)
@@ -0,0 +1,9 @@
+post_install() {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable autoloading of pkgbuild-mode
+==> and auto-recognition of "PKGBUILD" files:
+
+(autoload 'pkgbuild-mode "pkgbuild-mode.el" "PKGBUILD mode." t)
+(setq auto-mode-alist (append '(("/PKGBUILD$" . pkgbuild-mode)) 
auto-mode-alist))
+EOF
+}


[arch-commits] Commit in emacs-pkgbuild-mode/trunk (PKGBUILD)

2015-10-23 Thread Eric Bélanger
Date: Saturday, October 24, 2015 @ 04:48:47
  Author: eric
Revision: 144848

upgpkg: emacs-pkgbuild-mode 0.14-1

Upstream update

Modified:
  emacs-pkgbuild-mode/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-24 00:35:57 UTC (rev 144847)
+++ PKGBUILD2015-10-24 02:48:47 UTC (rev 144848)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=emacs-pkgbuild-mode
-pkgver=0.13
+pkgver=0.14
 pkgrel=1
 pkgdesc="A major mode for creating packages with emacs"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('emacs')
 install=emacs-pkgbuild-mode.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/juergenhoetzel/pkgbuild-mode/tarball/${pkgver})
-sha1sums=('3e11580ddba23b63ff4e7faaeaf8c08d2a2950b1')
+sha1sums=('61a8e6449f6af52a7fab07d764d2aa975414fe27')
 
 package() {
   cd juergenhoetzel-pkgbuild-mode-*


[arch-commits] Commit in mpg123/trunk (PKGBUILD)

2015-10-23 Thread Eric Bélanger
Date: Saturday, October 24, 2015 @ 03:41:29
  Author: eric
Revision: 249721

upgpkg: mpg123 1.22.4-1

Upstream update

Modified:
  mpg123/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-23 22:57:21 UTC (rev 249720)
+++ PKGBUILD2015-10-24 01:41:29 UTC (rev 249721)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=mpg123
-pkgver=1.22.3
+pkgver=1.22.4
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'jack: for jack audio support'
 'libpulse: for pulse audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('1410ab076f17636e0927021c8d5764bc3919e7bd'
+sha1sums=('6ca59baceeebe361cc508214ba725a56d4fea743'
   'SKIP')
 validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
 


[arch-commits] Commit in mpg123/repos (4 files)

2015-10-23 Thread Eric Bélanger
Date: Saturday, October 24, 2015 @ 03:43:53
  Author: eric
Revision: 249722

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

Added:
  mpg123/repos/extra-i686/PKGBUILD
(from rev 249721, mpg123/trunk/PKGBUILD)
  mpg123/repos/extra-x86_64/PKGBUILD
(from rev 249721, mpg123/trunk/PKGBUILD)
Deleted:
  mpg123/repos/extra-i686/PKGBUILD
  mpg123/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-24 01:41:29 UTC (rev 249721)
+++ extra-i686/PKGBUILD 2015-10-24 01:43:53 UTC (rev 249722)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=mpg123
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('1410ab076f17636e0927021c8d5764bc3919e7bd'
-  'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-i686/PKGBUILD (from rev 249721, 
mpg123/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-24 01:43:53 UTC (rev 249722)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=mpg123
+pkgver=1.22.4
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/mpg123;
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
+'jack: for jack audio support'
+'libpulse: for pulse audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('6ca59baceeebe361cc508214ba725a56d4fea743'
+  'SKIP')
+validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
+--with-audio="alsa oss sdl jack pulse"
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-24 01:41:29 UTC (rev 249721)
+++ extra-x86_64/PKGBUILD   2015-10-24 01:43:53 UTC (rev 249722)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=mpg123
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('1410ab076f17636e0927021c8d5764bc3919e7bd'
-  'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-x86_64/PKGBUILD (from rev 249721, 
mpg123/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-24 01:43:53 UTC (rev 249722)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger

[arch-commits] Commit in python-pyasn1/trunk (PKGBUILD)

2015-10-22 Thread Eric Bélanger
Date: Friday, October 23, 2015 @ 04:28:43
  Author: eric
Revision: 249663

upgpkg: python-pyasn1 0.1.9-1

Upstream update

Modified:
  python-pyasn1/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-23 01:59:26 UTC (rev 249662)
+++ PKGBUILD2015-10-23 02:28:43 UTC (rev 249663)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pyasn1
 pkgname=('python-pyasn1' 'python2-pyasn1')
-pkgver=0.1.8
-pkgrel=2
+pkgver=0.1.9
+pkgrel=1
 arch=('any')
 url="http://sourceforge.net/projects/pyasn1/;
 license=('BSD')
@@ -12,7 +12,7 @@
 replaces=('pyasn1')
 provides=('pyasn1')
 
source=(http://downloads.sourceforge.net/sourceforge/pyasn1/pyasn1-${pkgver}.tar.gz)
-sha1sums=('1fac3b68e5ae4b34ef35abf36c946d0b03a26812')
+sha1sums=('d19599c5d9d039ead21ffcd1a2392c29a838ae03')
 
 check() {
   cd pyasn1-${pkgver}
@@ -26,7 +26,7 @@
 
   cd pyasn1-${pkgver}
   python setup.py install --root="${pkgdir}"
-  install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m 644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
 package_python2-pyasn1() {
@@ -35,5 +35,5 @@
 
   cd pyasn1-${pkgver}
   python2 setup.py install --root="${pkgdir}"
-  install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m 644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


[arch-commits] Commit in imagemagick/trunk (PKGBUILD)

2015-10-22 Thread Eric Bélanger
Date: Friday, October 23, 2015 @ 06:29:41
  Author: eric
Revision: 249671

upgpkg: imagemagick 6.9.2.4-1

Upstream update, Add glu makedepends (close FS#46164)

Modified:
  imagemagick/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-23 03:36:43 UTC (rev 249670)
+++ PKGBUILD2015-10-23 04:29:41 UTC (rev 249671)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.2.0
+pkgver=6.9.2.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -10,11 +10,11 @@
 license=('custom')
 makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
  'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
+ 'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('1db8234c996b5dd1f230f8e043fad27851709b8d'
+sha1sums=('3914e51541e2242467dbf848018a417662ce784b'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
@@ -32,7 +32,7 @@
   [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
 
   ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
+--enable-hdri --with-wmf --with-openexr --with-xml \
 --with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
 --with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
 --enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \


[arch-commits] Commit in imagemagick/repos (8 files)

2015-10-22 Thread Eric Bélanger
Date: Friday, October 23, 2015 @ 06:32:18
  Author: eric
Revision: 249672

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 249671, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 249671, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 249671, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 249671, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  198 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   99 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   99 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 220 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-23 04:29:41 UTC (rev 249671)
+++ extra-i686/PKGBUILD 2015-10-23 04:32:18 UTC (rev 249672)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.2.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('1db8234c996b5dd1f230f8e043fad27851709b8d'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE

[arch-commits] Commit in python-pyasn1/repos/extra-any (PKGBUILD PKGBUILD)

2015-10-22 Thread Eric Bélanger
Date: Friday, October 23, 2015 @ 04:30:10
  Author: eric
Revision: 249664

archrelease: copy trunk to extra-any

Added:
  python-pyasn1/repos/extra-any/PKGBUILD
(from rev 249663, python-pyasn1/trunk/PKGBUILD)
Deleted:
  python-pyasn1/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-23 02:28:43 UTC (rev 249663)
+++ PKGBUILD2015-10-23 02:30:10 UTC (rev 249664)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgbase=python-pyasn1
-pkgname=('python-pyasn1' 'python2-pyasn1')
-pkgver=0.1.8
-pkgrel=2
-arch=('any')
-url="http://sourceforge.net/projects/pyasn1/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-replaces=('pyasn1')
-provides=('pyasn1')
-source=(http://downloads.sourceforge.net/sourceforge/pyasn1/pyasn1-${pkgver}.tar.gz)
-sha1sums=('1fac3b68e5ae4b34ef35abf36c946d0b03a26812')
-
-check() {
-  cd pyasn1-${pkgver}
-  python2 setup.py test
-  python setup.py test
-}
-
-package_python-pyasn1() {
-  pkgdesc="ASN.1 library for Python 3"
-  depends=('python')
-
-  cd pyasn1-${pkgver}
-  python setup.py install --root="${pkgdir}"
-  install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pyasn1() {
-  pkgdesc="ASN.1 library for Python 2"
-  depends=('python2')
-
-  cd pyasn1-${pkgver}
-  python2 setup.py install --root="${pkgdir}"
-  install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pyasn1/repos/extra-any/PKGBUILD (from rev 249663, 
python-pyasn1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-23 02:30:10 UTC (rev 249664)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgbase=python-pyasn1
+pkgname=('python-pyasn1' 'python2-pyasn1')
+pkgver=0.1.9
+pkgrel=1
+arch=('any')
+url="http://sourceforge.net/projects/pyasn1/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+replaces=('pyasn1')
+provides=('pyasn1')
+source=(http://downloads.sourceforge.net/sourceforge/pyasn1/pyasn1-${pkgver}.tar.gz)
+sha1sums=('d19599c5d9d039ead21ffcd1a2392c29a838ae03')
+
+check() {
+  cd pyasn1-${pkgver}
+  python2 setup.py test
+  python setup.py test
+}
+
+package_python-pyasn1() {
+  pkgdesc="ASN.1 library for Python 3"
+  depends=('python')
+
+  cd pyasn1-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  install -D -m 644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pyasn1() {
+  pkgdesc="ASN.1 library for Python 2"
+  depends=('python2')
+
+  cd pyasn1-${pkgver}
+  python2 setup.py install --root="${pkgdir}"
+  install -D -m 644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in gajim/trunk (PKGBUILD)

2015-10-21 Thread Eric Bélanger
Date: Wednesday, October 21, 2015 @ 23:23:30
  Author: eric
Revision: 249604

upgpkg: gajim 0.16.4-1

Upstream update

Modified:
  gajim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-21 20:53:34 UTC (rev 249603)
+++ PKGBUILD2015-10-21 21:23:30 UTC (rev 249604)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=gajim
-pkgver=0.16.3
+pkgver=0.16.4
 pkgrel=1
 pkgdesc="A full featured and easy to use Jabber client"
 arch=('any')
@@ -24,7 +24,7 @@
 'gupnp-igd: for UPnP-IGD support')
 install=gajim.install
 source=(http://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2 
gajim-drill.patch)
-sha1sums=('7c4d5ca3926bb53f9ff70b153bdb6b24ad55cf46'
+sha1sums=('a99bd5d75cf37c59f80651a77eec9566872d537b'
   'a8b6586613a4b9a2f7f44471567b7d427cfb19b2')
 
 prepare() {


[arch-commits] Commit in fbida/trunk (PKGBUILD ida-PrintGifError.patch)

2015-10-21 Thread Eric Bélanger
Date: Wednesday, October 21, 2015 @ 22:50:55
  Author: eric
Revision: 249602

upgpkg: fbida 2.10-1

Upstream update, Remove old patch

Modified:
  fbida/trunk/PKGBUILD
Deleted:
  fbida/trunk/ida-PrintGifError.patch

-+
 PKGBUILD|   13 +++
 ida-PrintGifError.patch |   83 --
 2 files changed, 6 insertions(+), 90 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-21 19:32:34 UTC (rev 249601)
+++ PKGBUILD2015-10-21 20:50:55 UTC (rev 249602)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=fbida
-pkgver=2.09
-pkgrel=4
+pkgver=2.10
+pkgrel=1
 pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
 arch=('i686' 'x86_64')
 url="http://www.kraxel.org/blog/linux/fbida/;
@@ -13,11 +13,10 @@
 optdepends=('ghostscript: to use fbgs')
 install=fbida.install
 
source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-ida-desktop.patch ida-PrintGifError.patch)
-sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+ida-desktop.patch)
+sha1sums=('127d80f258d429ff8f2474949b1cf0ab78682ff7'
   'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
 validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
 
 prepare() {
@@ -24,7 +23,7 @@
   cd ${pkgname}-${pkgver}
   sed -i 's/ungif/gif/' GNUmakefile
   patch -p0 -i "${srcdir}/ida-desktop.patch"
-  patch -p1 -i "${srcdir}/ida-PrintGifError.patch"
+  echo 2.10 > VERSION
 }
 
 build() {

Deleted: ida-PrintGifError.patch
===
--- ida-PrintGifError.patch 2015-10-21 19:32:34 UTC (rev 249601)
+++ ida-PrintGifError.patch 2015-10-21 20:50:55 UTC (rev 249602)
@@ -1,83 +0,0 @@
-diff -Naur fbida-2.09-orig/rd/read-gif.c fbida-2.09/rd/read-gif.c
 fbida-2.09-orig/rd/read-gif.c  2013-07-29 16:43:26.949362012 -0400
-+++ fbida-2.09/rd/read-gif.c   2013-07-29 16:43:43.669166969 -0400
-@@ -13,6 +13,14 @@
- int w,h;
- };
- 
-+static void
-+localPrintGifError(void)
-+{
-+int ErrorCode=0;
-+GifErrorString(ErrorCode);
-+fprintf(stderr, "\nGIF-LIB error: %i.\n", ErrorCode);
-+}
-+
- static GifRecordType
- gif_fileread(struct gif_state *h)
- {
-@@ -25,7 +33,7 @@
-   if (GIF_ERROR == DGifGetRecordType(h->gif,)) {
-   if (debug)
-   fprintf(stderr,"gif: DGifGetRecordType failed\n");
--  PrintGifError();
-+  localPrintGifError();
-   return -1;
-   }
-   switch (RecordType) {
-@@ -42,7 +50,7 @@
-   if (rc == GIF_ERROR) {
-   if (debug)
-   fprintf(stderr,"gif: DGifGetExtension failed\n");
--  PrintGifError();
-+  localPrintGifError();
-   return -1;
-   }
-   if (debug) {
-@@ -93,12 +101,13 @@
- struct gif_state *h;
- GifRecordType RecordType;
- int i, image = 0;
--
-+int Error;
-+
- h = malloc(sizeof(*h));
- memset(h,0,sizeof(*h));
- 
- h->infile = fp;
--h->gif = DGifOpenFileHandle(fileno(fp));
-+h->gif = DGifOpenFileHandle(fileno(fp), );
- h->row = malloc(h->gif->SWidth * sizeof(GifPixelType));
- 
- while (0 == image) {
-@@ -108,7 +117,7 @@
-   if (GIF_ERROR == DGifGetImageDesc(h->gif)) {
-   if (debug)
-   fprintf(stderr,"gif: DGifGetImageDesc failed\n");
--  PrintGifError();
-+  localPrintGifError();
-   }
-   if (NULL == h->gif->SColorMap &&
-   NULL == h->gif->Image.ColorMap) {
-@@ -165,7 +165,7 @@
-  oops:
- if (debug)
-   fprintf(stderr,"gif: fatal error, aborting\n");
--DGifCloseFile(h->gif);
-+DGifCloseFile(h->gif, );
- fclose(h->infile);
- free(h->row);
- free(h);
-@@ -202,10 +202,11 @@
- gif_done(void *data)
- {
- struct gif_state *h = data;
-+int Error;
- 
- if (debug)
-   fprintf(stderr,"gif: done, cleaning up\n");
--DGifCloseFile(h->gif);
-+DGifCloseFile(h->gif, );
- fclose(h->infile);
- if (h->il)
-   free(h->il);


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

2015-10-21 Thread Eric Bélanger
Date: Wednesday, October 21, 2015 @ 22:53:34
  Author: eric
Revision: 249603

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

Added:
  fbida/repos/extra-i686/PKGBUILD
(from rev 249602, fbida/trunk/PKGBUILD)
  fbida/repos/extra-i686/fbida.install
(from rev 249602, fbida/trunk/fbida.install)
  fbida/repos/extra-i686/ida-desktop.patch
(from rev 249602, fbida/trunk/ida-desktop.patch)
  fbida/repos/extra-x86_64/PKGBUILD
(from rev 249602, fbida/trunk/PKGBUILD)
  fbida/repos/extra-x86_64/fbida.install
(from rev 249602, fbida/trunk/fbida.install)
  fbida/repos/extra-x86_64/ida-desktop.patch
(from rev 249602, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/extra-i686/PKGBUILD
  fbida/repos/extra-i686/fbida.install
  fbida/repos/extra-i686/ida-PrintGifError.patch
  fbida/repos/extra-i686/ida-desktop.patch
  fbida/repos/extra-x86_64/PKGBUILD
  fbida/repos/extra-x86_64/fbida.install
  fbida/repos/extra-x86_64/ida-PrintGifError.patch
  fbida/repos/extra-x86_64/ida-desktop.patch

--+
 /PKGBUILD|   80 +++
 /fbida.install   |   22 
 /ida-desktop.patch   |   34 +
 extra-i686/PKGBUILD  |   41 
 extra-i686/fbida.install |   11 
 extra-i686/ida-PrintGifError.patch   |   83 -
 extra-i686/ida-desktop.patch |   17 --
 extra-x86_64/PKGBUILD|   41 
 extra-x86_64/fbida.install   |   11 
 extra-x86_64/ida-PrintGifError.patch |   83 -
 extra-x86_64/ida-desktop.patch   |   17 --
 11 files changed, 136 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-21 20:50:55 UTC (rev 249602)
+++ extra-i686/PKGBUILD 2015-10-21 20:53:34 UTC (rev 249603)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=fbida
-pkgver=2.09
-pkgrel=4
-pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
-arch=('i686' 'x86_64')
-url="http://www.kraxel.org/blog/linux/fbida/;
-license=('GPL2')
-depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'desktop-file-utils')
-makedepends=('libxpm' 'imagemagick')
-optdepends=('ghostscript: to use fbgs')
-install=fbida.install
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-ida-desktop.patch ida-PrintGifError.patch)
-sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
-  'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
-validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  patch -p0 -i "${srcdir}/ida-desktop.patch"
-  patch -p1 -i "${srcdir}/ida-PrintGifError.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make verbose=yes
-  convert -resize 25% logo.jpg ida.png
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
-  install -D -m644 desktop/ida.desktop 
"${pkgdir}/usr/share/applications/ida.desktop"
-  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
-}

Copied: fbida/repos/extra-i686/PKGBUILD (from rev 249602, fbida/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-21 20:53:34 UTC (rev 249603)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=fbida
+pkgver=2.10
+pkgrel=1
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('i686' 'x86_64')
+url="http://www.kraxel.org/blog/linux/fbida/;
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+install=fbida.install
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch)
+sha1sums=('127d80f258d429ff8f2474949b1cf0ab78682ff7'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  echo 2.10 > VERSION
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make verbose=yes
+  convert -resize 25% logo.jpg ida.png
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
+  instal

[arch-commits] Commit in gajim/repos/extra-any (6 files)

2015-10-21 Thread Eric Bélanger
Date: Wednesday, October 21, 2015 @ 23:25:02
  Author: eric
Revision: 249605

archrelease: copy trunk to extra-any

Added:
  gajim/repos/extra-any/PKGBUILD
(from rev 249604, gajim/trunk/PKGBUILD)
  gajim/repos/extra-any/gajim-drill.patch
(from rev 249604, gajim/trunk/gajim-drill.patch)
  gajim/repos/extra-any/gajim.install
(from rev 249604, gajim/trunk/gajim.install)
Deleted:
  gajim/repos/extra-any/PKGBUILD
  gajim/repos/extra-any/gajim-drill.patch
  gajim/repos/extra-any/gajim.install

---+
 PKGBUILD  |   88 +-
 gajim-drill.patch | 1714 ++--
 gajim.install |   22 
 3 files changed, 912 insertions(+), 912 deletions(-)

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


[arch-commits] Commit in geeqie/trunk (PKGBUILD fix-fullscreen.patch)

2015-10-21 Thread Eric Bélanger
Date: Thursday, October 22, 2015 @ 01:25:10
  Author: eric
Revision: 249630

upgpkg: geeqie 1.2.2-1

Upstream update, Add fbida and exiv2 optdepends (close FS#46095), Remove old 
patch

Modified:
  geeqie/trunk/PKGBUILD
Deleted:
  geeqie/trunk/fix-fullscreen.patch

--+
 PKGBUILD |   23 --
 fix-fullscreen.patch |  107 -
 2 files changed, 9 insertions(+), 121 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-21 22:56:55 UTC (rev 249629)
+++ PKGBUILD2015-10-21 23:25:10 UTC (rev 249630)
@@ -3,7 +3,7 @@
 # Contributor: Lukas Jirkovsky <l.jirkov...@gmail.com>
 
 pkgname=geeqie
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="A lightweight image browser and viewer"
 arch=('i686' 'x86_64')
@@ -11,25 +11,20 @@
 license=('GPL2')
 depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
 makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git')
-optdepends=('librsvg: SVG rendering')
+optdepends=('librsvg: SVG rendering'
+   'fbida: for jpeg rotation'
+   'exiv2: for tiff and png rotation')
 install=geeqie.install
-source=('git://www.geeqie.org/geeqie.git#commit=2b87884fe370ec63dc38e924ceb89a124cca10b8'
-'fix-fullscreen.patch')
-sha1sums=('SKIP'
-  'dab15bbda9b329f663276b25bf1989b410596644')
+source=(http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('9dd094707d7bf7389eb62a218ff7bc86339fc995')
 
-prepare() {
-  cd "${srcdir}/${pkgname}"
-  patch -p1 -i ../fix-fullscreen.patch
-}
-
 build() {
-  cd "${srcdir}/${pkgname}"
-  ./autogen.sh --prefix=/usr
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
   make
 }
 
 package(){
-  cd "${srcdir}/${pkgname}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }

Deleted: fix-fullscreen.patch
===
--- fix-fullscreen.patch2015-10-21 22:56:55 UTC (rev 249629)
+++ fix-fullscreen.patch2015-10-21 23:25:10 UTC (rev 249630)
@@ -1,107 +0,0 @@
-diff -Naur old/src/fullscreen.c new/src/fullscreen.c
 old/src/fullscreen.c   2015-08-16 16:37:58.132952447 +0900
-+++ new/src/fullscreen.c   2015-08-16 16:43:30.031882508 +0900
-@@ -210,10 +210,6 @@
-void (*stop_func)(FullScreenData *, gpointer), 
gpointer stop_data)
- {
-   FullScreenData *fs;
--  GdkScreen *screen;
--  gint x, y;
--  gint w, h;
--  GdkGeometry geometry;
-   GdkWindow *gdkwin;
- 
-   if (!window || !imd) return NULL;
-@@ -229,14 +225,9 @@
-   fs->stop_data = stop_data;
- 
-   DEBUG_1("full screen requests screen %d", options->fullscreen.screen);
--  fullscreen_prefs_get_geometry(options->fullscreen.screen, window, , 
, , ,
--, >same_region);
- 
-   fs->window = window_new(GTK_WINDOW_TOPLEVEL, "fullscreen", NULL, NULL, 
_("Full screen"));
- 
--  /* this requests no decorations, if you still have them complain to the 
window manager author(s) */
--  gtk_window_set_decorated(GTK_WINDOW(fs->window), FALSE);
--
-   if (options->fullscreen.screen < 0)
-   {
-   /* If we want control of the window size and position this is 
not what we want.
-@@ -246,9 +237,42 @@
-   }
-   else
-   {
--  gtk_window_set_screen(GTK_WINDOW(fs->window), screen);
-+  GdkScreen *screen;
-+  gint x, y;
-+  gint w, h;
-+  GdkGeometry geometry;
-+
-+  fullscreen_prefs_get_geometry(options->fullscreen.screen, 
window, , , , ,
-+, >same_region);
-+
-   if (options->fullscreen.above)
-   gtk_window_set_keep_above(GTK_WINDOW(fs->window), TRUE);
-+
-+  gtk_window_set_screen(GTK_WINDOW(fs->window), screen);
-+  gtk_window_set_decorated(GTK_WINDOW(fs->window), FALSE);
-+  gtk_window_set_resizable(GTK_WINDOW(fs->window), FALSE);
-+  gtk_container_set_border_width(GTK_CONTAINER(fs->window), 0);
-+
-+  geometry.min_width = w;
-+  geometry.min_height = h;
-+  geometry.max_width = w;
-+  geometry.max_height = h;
-+  geometry.base_width = w;
-+  geometry.base_height = h;
-+  geometry.win_gravity = GDK_GRAVITY_STATIC;
-+
-+  gtk_window_set_geometry_hints(GTK_WINDOW(fs->window), 
fs->window, ,
-+GDK_HINT_MIN_SIZE | 
GDK_HINT_MAX_SIZE | GDK_HINT_BASE_SIZE |
-+GDK_HINT_WIN_GRAVITY |
-+   

[arch-commits] Commit in quodlibet/repos/extra-any (4 files)

2015-10-21 Thread Eric Bélanger
Date: Thursday, October 22, 2015 @ 03:41:35
  Author: eric
Revision: 249637

archrelease: copy trunk to extra-any

Added:
  quodlibet/repos/extra-any/PKGBUILD
(from rev 249636, quodlibet/trunk/PKGBUILD)
  quodlibet/repos/extra-any/quodlibet.install
(from rev 249636, quodlibet/trunk/quodlibet.install)
Deleted:
  quodlibet/repos/extra-any/PKGBUILD
  quodlibet/repos/extra-any/quodlibet.install

---+
 PKGBUILD  |   86 ++--
 quodlibet.install |   24 +++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 01:40:07 UTC (rev 249636)
+++ PKGBUILD2015-10-22 01:41:35 UTC (rev 249637)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=quodlibet
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="An audio library tagger, manager and player"
-arch=('any')
-license=('GPL2')
-url="https://github.com/quodlibet/quodlibet;
-depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
- 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
-'gst-plugins-bad: for Musepack support'
-'libgpod: for ipod support'
-'python2-feedparser: for audio feeds (podcast) support'
-'libkeybinder3: for the multimedia keys support'
-'media-player-info: for media devices support'
-'cddb-py: for "CDDB Lookup" plugin'
-'python2-musicbrainz2: for "MusicBrainz Lookup" plugin'
-'python2-pyinotify: for "Automatic library update" plugin'
-   'kakasi: for "Kana/Kanji Simple Inverter" plugin'
-   'zeitgeist: for "Event Logging" plugin'
-'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
-provides=('quodlibet-plugins')
-conflicts=('quodlibet-plugins')
-replaces=('quodlibet-plugins')
-options=('!makeflags')
-install=quodlibet.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
-sha1sums=('263c4dc4ba80d2464c8b37788ae2b70eb768abc7')
-
-build() {
-  cd ${pkgname}-release-${pkgver}/quodlibet
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-release-${pkgver}/quodlibet
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 249636, 
quodlibet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-22 01:41:35 UTC (rev 249637)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=quodlibet
+pkgver=3.5.1
+pkgrel=1
+pkgdesc="An audio library tagger, manager and player"
+arch=('any')
+license=('GPL2')
+url="https://github.com/quodlibet/quodlibet;
+depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
+ 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
+'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+'gst-plugins-bad: for Musepack support'
+'libgpod: for ipod support'
+'python2-feedparser: for audio feeds (podcast) support'
+'libkeybinder3: for the multimedia keys support'
+'media-player-info: for media devices support'
+'cddb-py: for "CDDB Lookup" plugin'
+'python2-musicbrainz2: for "MusicBrainz Lookup" plugin'
+'python2-pyinotify: for "Automatic library update" plugin'
+   'kakasi: for "Kana/Kanji Simple Inverter" plugin'
+   'zeitgeist: for "Event Logging" plugin'
+'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
+provides=('quodlibet-plugins')
+conflicts=('quodlibet-plugins')
+replaces=('quodlibet-plugins')
+options=('!makeflags')
+install=quodlibet.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
+sha1sums=('d67c5af74a53fe43610c67acf4885fb6a51eb579')
+
+build() {
+  cd ${pkgname}-release-${pkgver}/quodlibet
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-release-${pkgver}/quodlibet
+  python2 setup.py install --root="${pkgdir}"
+}

Deleted: quodlibet.install
===
--- quodlibet.install   2015-10-22 01:40:07 UTC (rev 249636)
+++ quodlibet.install   2015-10-22 01:41:35 UTC (rev 249637)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}

[arch-commits] Commit in quodlibet/trunk (PKGBUILD)

2015-10-21 Thread Eric Bélanger
Date: Thursday, October 22, 2015 @ 03:40:07
  Author: eric
Revision: 249636

upgpkg: quodlibet 3.5.1-1

Upstream update

Modified:
  quodlibet/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 01:25:59 UTC (rev 249635)
+++ PKGBUILD2015-10-22 01:40:07 UTC (rev 249636)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=quodlibet
-pkgver=3.4.1
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="An audio library tagger, manager and player"
 arch=('any')
@@ -30,7 +30,7 @@
 options=('!makeflags')
 install=quodlibet.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
-sha1sums=('263c4dc4ba80d2464c8b37788ae2b70eb768abc7')
+sha1sums=('d67c5af74a53fe43610c67acf4885fb6a51eb579')
 
 build() {
   cd ${pkgname}-release-${pkgver}/quodlibet


[arch-commits] Commit in wavpack/trunk (PKGBUILD)

2015-10-21 Thread Eric Bélanger
Date: Thursday, October 22, 2015 @ 04:04:26
  Author: eric
Revision: 249638

upgpkg: wavpack 4.75.2-1

Upstream update

Modified:
  wavpack/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 01:41:35 UTC (rev 249637)
+++ PKGBUILD2015-10-22 02:04:26 UTC (rev 249638)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=wavpack
-pkgver=4.75.0
+pkgver=4.75.2
 pkgrel=1
 pkgdesc="Audio compression format with lossless, lossy and hybrid compression 
modes"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('glibc')
 source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ef99ec8d2e91bcb486ad640cfec0d970f43eb750')
+sha1sums=('9025eab39f9db05f39f88db70891a2421d124435')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in wavpack/repos (4 files)

2015-10-21 Thread Eric Bélanger
Date: Thursday, October 22, 2015 @ 04:06:48
  Author: eric
Revision: 249639

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

Added:
  wavpack/repos/extra-i686/PKGBUILD
(from rev 249638, wavpack/trunk/PKGBUILD)
  wavpack/repos/extra-x86_64/PKGBUILD
(from rev 249638, wavpack/trunk/PKGBUILD)
Deleted:
  wavpack/repos/extra-i686/PKGBUILD
  wavpack/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 extra-i686/PKGBUILD   |   25 
 extra-x86_64/PKGBUILD |   25 
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-22 02:04:26 UTC (rev 249638)
+++ extra-i686/PKGBUILD 2015-10-22 02:06:48 UTC (rev 249639)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=wavpack
-pkgver=4.75.0
-pkgrel=1
-pkgdesc="Audio compression format with lossless, lossy and hybrid compression 
modes"
-arch=('i686' 'x86_64')
-url="http://www.wavpack.com/;
-license=('BSD')
-depends=('glibc')
-source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ef99ec8d2e91bcb486ad640cfec0d970f43eb750')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-asm
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: wavpack/repos/extra-i686/PKGBUILD (from rev 249638, 
wavpack/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-22 02:06:48 UTC (rev 249639)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=wavpack
+pkgver=4.75.2
+pkgrel=1
+pkgdesc="Audio compression format with lossless, lossy and hybrid compression 
modes"
+arch=('i686' 'x86_64')
+url="http://www.wavpack.com/;
+license=('BSD')
+depends=('glibc')
+source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('9025eab39f9db05f39f88db70891a2421d124435')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-asm
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-22 02:04:26 UTC (rev 249638)
+++ extra-x86_64/PKGBUILD   2015-10-22 02:06:48 UTC (rev 249639)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=wavpack
-pkgver=4.75.0
-pkgrel=1
-pkgdesc="Audio compression format with lossless, lossy and hybrid compression 
modes"
-arch=('i686' 'x86_64')
-url="http://www.wavpack.com/;
-license=('BSD')
-depends=('glibc')
-source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ef99ec8d2e91bcb486ad640cfec0d970f43eb750')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-asm
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: wavpack/repos/extra-x86_64/PKGBUILD (from rev 249638, 
wavpack/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-22 02:06:48 UTC (rev 249639)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=wavpack
+pkgver=4.75.2
+pkgrel=1
+pkgdesc="Audio compression format with lossless, lossy and hybrid compression 
modes"
+arch=('i686' 'x86_64')
+url="http://www.wavpack.com/;
+license=('BSD')
+depends=('glibc')
+source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('9025eab39f9db05f39f88db70891a2421d124435')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-asm
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in mutagen/repos/extra-any (PKGBUILD PKGBUILD)

2015-10-21 Thread Eric Bélanger
Date: Thursday, October 22, 2015 @ 03:25:59
  Author: eric
Revision: 249635

archrelease: copy trunk to extra-any

Added:
  mutagen/repos/extra-any/PKGBUILD
(from rev 249634, mutagen/trunk/PKGBUILD)
Deleted:
  mutagen/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 01:24:35 UTC (rev 249634)
+++ PKGBUILD2015-10-22 01:25:59 UTC (rev 249635)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgbase=mutagen
-pkgname=('mutagen' 'python-mutagen')
-pkgver=1.29
-pkgrel=2
-arch=('any')
-url="https://bitbucket.org/lazka/mutagen;
-license=('GPL2')
-makedepends=('python' 'python2')
-source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
-sha1sums=('cd2fb0a4375e4fd572905ba93e5467dfafcf74be'
-  'SKIP')
-validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 python2 setup.py test
-  cd ../python-${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 python setup.py test
-}
-
-package_mutagen() {
-  pkgdesc="An audio metadata tag reader and writer"
-  depends=('python2')
- 
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py install --root="${pkgdir}"
-}
-
-package_python-mutagen() {
-  pkgdesc="An audio metadata tag reader and writer library for Python 3"
-  depends=('python')
-
-  cd python-${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}"
-  rm -r "${pkgdir}"/usr/{bin,share}
-}

Copied: mutagen/repos/extra-any/PKGBUILD (from rev 249634, 
mutagen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-22 01:25:59 UTC (rev 249635)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgbase=mutagen
+pkgname=('mutagen' 'python-mutagen')
+pkgver=1.31
+pkgrel=1
+arch=('any')
+url="https://bitbucket.org/lazka/mutagen;
+license=('GPL2')
+makedepends=('python' 'python2')
+source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
+sha1sums=('09721ea47b9ebdf0c76a7b2e07cdd50c23993e10'
+  'SKIP')
+validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python2 setup.py test
+  cd ../python-${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python setup.py test
+}
+
+package_mutagen() {
+  pkgdesc="An audio metadata tag reader and writer"
+  depends=('python2')
+ 
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --root="${pkgdir}"
+}
+
+package_python-mutagen() {
+  pkgdesc="An audio metadata tag reader and writer library for Python 3"
+  depends=('python')
+
+  cd python-${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  rm -r "${pkgdir}"/usr/{bin,share}
+}


[arch-commits] Commit in mutagen/trunk (PKGBUILD)

2015-10-21 Thread Eric Bélanger
Date: Thursday, October 22, 2015 @ 03:24:35
  Author: eric
Revision: 249634

upgpkg: mutagen 1.31-1

Upstream update

Modified:
  mutagen/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 00:32:50 UTC (rev 249633)
+++ PKGBUILD2015-10-22 01:24:35 UTC (rev 249634)
@@ -3,14 +3,14 @@
 
 pkgbase=mutagen
 pkgname=('mutagen' 'python-mutagen')
-pkgver=1.29
-pkgrel=2
+pkgver=1.31
+pkgrel=1
 arch=('any')
 url="https://bitbucket.org/lazka/mutagen;
 license=('GPL2')
 makedepends=('python' 'python2')
 
source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
-sha1sums=('cd2fb0a4375e4fd572905ba93e5467dfafcf74be'
+sha1sums=('09721ea47b9ebdf0c76a7b2e07cdd50c23993e10'
   'SKIP')
 validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
 


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

2015-10-21 Thread Eric Bélanger
Date: Thursday, October 22, 2015 @ 01:27:44
  Author: eric
Revision: 249631

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

Added:
  geeqie/repos/extra-i686/PKGBUILD
(from rev 249630, geeqie/trunk/PKGBUILD)
  geeqie/repos/extra-i686/geeqie.install
(from rev 249630, geeqie/trunk/geeqie.install)
  geeqie/repos/extra-x86_64/PKGBUILD
(from rev 249630, geeqie/trunk/PKGBUILD)
  geeqie/repos/extra-x86_64/geeqie.install
(from rev 249630, geeqie/trunk/geeqie.install)
Deleted:
  geeqie/repos/extra-i686/PKGBUILD
  geeqie/repos/extra-i686/fix-fullscreen.patch
  geeqie/repos/extra-i686/geeqie.install
  geeqie/repos/extra-x86_64/PKGBUILD
  geeqie/repos/extra-x86_64/fix-fullscreen.patch
  geeqie/repos/extra-x86_64/geeqie.install

---+
 /PKGBUILD |   60 
 /geeqie.install   |   22 +++
 extra-i686/PKGBUILD   |   35 ---
 extra-i686/fix-fullscreen.patch   |  107 
 extra-i686/geeqie.install |   11 ---
 extra-x86_64/PKGBUILD |   35 ---
 extra-x86_64/fix-fullscreen.patch |  107 
 extra-x86_64/geeqie.install   |   11 ---
 8 files changed, 82 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-21 23:25:10 UTC (rev 249630)
+++ extra-i686/PKGBUILD 2015-10-21 23:27:44 UTC (rev 249631)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-# Contributor: Lukas Jirkovsky <l.jirkov...@gmail.com>
-
-pkgname=geeqie
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A lightweight image browser and viewer"
-arch=('i686' 'x86_64')
-url="http://www.geeqie.org/;
-license=('GPL2')
-depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
-makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git')
-optdepends=('librsvg: SVG rendering')
-install=geeqie.install
-source=('git://www.geeqie.org/geeqie.git#commit=2b87884fe370ec63dc38e924ceb89a124cca10b8'
-'fix-fullscreen.patch')
-sha1sums=('SKIP'
-  'dab15bbda9b329f663276b25bf1989b410596644')
-
-prepare() {
-  cd "${srcdir}/${pkgname}"
-  patch -p1 -i ../fix-fullscreen.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: geeqie/repos/extra-i686/PKGBUILD (from rev 249630, 
geeqie/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-21 23:27:44 UTC (rev 249631)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+# Contributor: Lukas Jirkovsky <l.jirkov...@gmail.com>
+
+pkgname=geeqie
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A lightweight image browser and viewer"
+arch=('i686' 'x86_64')
+url="http://www.geeqie.org/;
+license=('GPL2')
+depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
+makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git')
+optdepends=('librsvg: SVG rendering'
+   'fbida: for jpeg rotation'
+   'exiv2: for tiff and png rotation')
+install=geeqie.install
+source=(http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('9dd094707d7bf7389eb62a218ff7bc86339fc995')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/fix-fullscreen.patch
===
--- extra-i686/fix-fullscreen.patch 2015-10-21 23:25:10 UTC (rev 249630)
+++ extra-i686/fix-fullscreen.patch 2015-10-21 23:27:44 UTC (rev 249631)
@@ -1,107 +0,0 @@
-diff -Naur old/src/fullscreen.c new/src/fullscreen.c
 old/src/fullscreen.c   2015-08-16 16:37:58.132952447 +0900
-+++ new/src/fullscreen.c   2015-08-16 16:43:30.031882508 +0900
-@@ -210,10 +210,6 @@
-void (*stop_func)(FullScreenData *, gpointer), 
gpointer stop_data)
- {
-   FullScreenData *fs;
--  GdkScreen *screen;
--  gint x, y;
--  gint w, h;
--  GdkGeometry geometry;
-   GdkWindow *gdkwin;
- 
-   if (!window || !imd) return NULL;
-@@ -229,14 +225,9 @@
-   fs->stop_data = stop_data;
- 
-   DEBUG_1("full screen requests screen %d", options->fullscreen.screen);
--  fullscreen_prefs_get_geometry(options->fullscreen.screen, window, , 
, , ,
--, >same_region);
- 
-   fs->window = window_new(GTK_WINDOW_TOPLEVEL, "fullscreen", NULL, NULL, 
_("Full screen"));
- 
--  /* this requests no decorations, if you st

[arch-commits] Commit in libtiff/trunk (PKGBUILD)

2015-10-21 Thread Eric Bélanger
Date: Thursday, October 22, 2015 @ 02:30:29
  Author: eric
Revision: 249632

upgpkg: libtiff 4.0.6-1

Upstream update

Modified:
  libtiff/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-21 23:27:44 UTC (rev 249631)
+++ PKGBUILD2015-10-22 00:30:29 UTC (rev 249632)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=libtiff
-pkgver=4.0.4
+pkgver=4.0.6
 pkgrel=1
 pkgdesc="Library for manipulation of TIFF images"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
 optdepends=('freeglut: for using tiffgt')
 source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
-sha1sums=('185f844babe4ee902b5e4775d9f65915fcbabd11')
+sha1sums=('280e27704eaca5f592b82e71ac0c78b87395e2de')
 
 build() {
   cd tiff-${pkgver}


[arch-commits] Commit in libtiff/repos (4 files)

2015-10-21 Thread Eric Bélanger
Date: Thursday, October 22, 2015 @ 02:32:50
  Author: eric
Revision: 249633

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

Added:
  libtiff/repos/extra-i686/PKGBUILD
(from rev 249632, libtiff/trunk/PKGBUILD)
  libtiff/repos/extra-x86_64/PKGBUILD
(from rev 249632, libtiff/trunk/PKGBUILD)
Deleted:
  libtiff/repos/extra-i686/PKGBUILD
  libtiff/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-22 00:30:29 UTC (rev 249632)
+++ extra-i686/PKGBUILD 2015-10-22 00:32:50 UTC (rev 249633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=libtiff
-pkgver=4.0.4
-pkgrel=1
-pkgdesc="Library for manipulation of TIFF images"
-arch=('i686' 'x86_64')
-url="http://www.remotesensing.org/libtiff/;
-license=('custom')
-depends=('gcc-libs' 'libjpeg' 'zlib' 'xz')
-makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
-optdepends=('freeglut: for using tiffgt')
-source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
-sha1sums=('185f844babe4ee902b5e4775d9f65915fcbabd11')
-
-build() {
-  cd tiff-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd tiff-${pkgver}
-  make check
-}
-
-package() {
-  cd tiff-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libtiff/repos/extra-i686/PKGBUILD (from rev 249632, 
libtiff/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-22 00:32:50 UTC (rev 249633)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=libtiff
+pkgver=4.0.6
+pkgrel=1
+pkgdesc="Library for manipulation of TIFF images"
+arch=('i686' 'x86_64')
+url="http://www.remotesensing.org/libtiff/;
+license=('custom')
+depends=('gcc-libs' 'libjpeg' 'zlib' 'xz')
+makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
+optdepends=('freeglut: for using tiffgt')
+source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
+sha1sums=('280e27704eaca5f592b82e71ac0c78b87395e2de')
+
+build() {
+  cd tiff-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd tiff-${pkgver}
+  make check
+}
+
+package() {
+  cd tiff-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-22 00:30:29 UTC (rev 249632)
+++ extra-x86_64/PKGBUILD   2015-10-22 00:32:50 UTC (rev 249633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgname=libtiff
-pkgver=4.0.4
-pkgrel=1
-pkgdesc="Library for manipulation of TIFF images"
-arch=('i686' 'x86_64')
-url="http://www.remotesensing.org/libtiff/;
-license=('custom')
-depends=('gcc-libs' 'libjpeg' 'zlib' 'xz')
-makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
-optdepends=('freeglut: for using tiffgt')
-source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
-sha1sums=('185f844babe4ee902b5e4775d9f65915fcbabd11')
-
-build() {
-  cd tiff-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd tiff-${pkgver}
-  make check
-}
-
-package() {
-  cd tiff-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libtiff/repos/extra-x86_64/PKGBUILD (from rev 249632, 
libtiff/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-22 00:32:50 UTC (rev 249633)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgname=libtiff
+pkgver=4.0.6
+pkgrel=1
+pkgdesc="Library for manipulation of TIFF images"
+arch=('i686' 'x86_64')
+url="http://www.remotesensing.org/libtiff/;
+license=('custom')
+depends=('gcc-libs' 'libjpeg' 'zlib' 'xz')
+makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
+optdepends=('freeglut: for using tiffgt')
+source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
+sha1sums=('280e27704eaca5f592b82e71ac0c78b87395e2de')
+
+build() {
+  cd tiff-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd tiff-${pkgver}
+  make check
+}
+
+package() {
+  cd tiff-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in python-feedparser/trunk (PKGBUILD)

2015-10-21 Thread Eric Bélanger
Date: Thursday, October 22, 2015 @ 04:36:22
  Author: eric
Revision: 249640

upgpkg: python-feedparser 5.2.1-1

Upstream update

Modified:
  python-feedparser/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 02:06:48 UTC (rev 249639)
+++ PKGBUILD2015-10-22 02:36:22 UTC (rev 249640)
@@ -3,8 +3,8 @@
 
 pkgbase=python-feedparser
 pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
-pkgver=5.2.0
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
 pkgdesc="Parse RSS and Atom feeds in Python"
 arch=('any')
 url="https://github.com/kurtmckee/feedparser/;
@@ -11,7 +11,7 @@
 license=('custom')
 makedepends=('python' 'python2' 'libxml2' 'python2-setuptools' 
'python-setuptools')
 
source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
-sha1sums=('9c58e1d2b8ee0dfc1e0bf9c82f0c2a7eba758eec')
+sha1sums=('13c9a17f821e46ba9a34d8777e0ae47a6eb86de4')
 
 prepare() {
   cp -r feedparser-${pkgver} feedparser-${pkgver}-python2


[arch-commits] Commit in python-feedparser/repos/extra-any (PKGBUILD PKGBUILD)

2015-10-21 Thread Eric Bélanger
Date: Thursday, October 22, 2015 @ 04:37:48
  Author: eric
Revision: 249641

archrelease: copy trunk to extra-any

Added:
  python-feedparser/repos/extra-any/PKGBUILD
(from rev 249640, python-feedparser/trunk/PKGBUILD)
Deleted:
  python-feedparser/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 02:36:22 UTC (rev 249640)
+++ PKGBUILD2015-10-22 02:37:48 UTC (rev 249641)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <e...@archlinux.org>
-
-pkgbase=python-feedparser
-pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
-pkgver=5.2.0
-pkgrel=2
-pkgdesc="Parse RSS and Atom feeds in Python"
-arch=('any')
-url="https://github.com/kurtmckee/feedparser/;
-license=('custom')
-makedepends=('python' 'python2' 'libxml2' 'python2-setuptools' 
'python-setuptools')
-source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
-sha1sums=('9c58e1d2b8ee0dfc1e0bf9c82f0c2a7eba758eec')
-
-prepare() {
-  cp -r feedparser-${pkgver} feedparser-${pkgver}-python2
-  cp -r feedparser-${pkgver} feedparser-${pkgver}-python
-  cp -r feedparser-${pkgver} feedparser-${pkgver}-sgmllib
-
-  (cd feedparser-${pkgver}-python2; sed -i 's#env python$#env python2#' 
feedparser/feedparsertest.py)
-  (cd feedparser-${pkgver}-python; 2to3 -w feedparser/feedparser.py 
feedparser/feedparsertest.py)
-}
-
-build() {
-  cd feedparser-${pkgver}-sgmllib
-  python /usr/lib/python3.5/compileall.py feedparser/sgmllib3.py
-}
-
-package_python2-feedparser() {
-  depends=('python2' 'libxml2' )
-  pkgdesc="Parse RSS and Atom feeds in Python2"
-
-  cd "${srcdir}/feedparser-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
-}
-
-package_python-feedparser() {
-  depends=('libxml2' 'python-sgmllib')
-  
-  cd "${srcdir}/feedparser-${pkgver}-python"
-  python setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
-}
-
-package_python-sgmllib() {
-  depends=('python')
-  pkgdesc="Port of sgmllib to Python3"
-  license=('PSF')
-  
-  cd "${srcdir}/feedparser-${pkgver}-sgmllib"
-  install -Dm644 feedparser/sgmllib3.py \
-"${pkgdir}/usr/lib/python3.5/site-packages/sgmllib.py"
-  install -Dm644 feedparser/__pycache__/sgmllib3.cpython-35.pyc \
-
"${pkgdir}/usr/lib/python3.5/site-packages/__pycache__/sgmllib.cpython-35.pyc"
-}

Copied: python-feedparser/repos/extra-any/PKGBUILD (from rev 249640, 
python-feedparser/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2015-10-22 02:37:48 UTC (rev 249641)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+
+pkgbase=python-feedparser
+pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="Parse RSS and Atom feeds in Python"
+arch=('any')
+url="https://github.com/kurtmckee/feedparser/;
+license=('custom')
+makedepends=('python' 'python2' 'libxml2' 'python2-setuptools' 
'python-setuptools')
+source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
+sha1sums=('13c9a17f821e46ba9a34d8777e0ae47a6eb86de4')
+
+prepare() {
+  cp -r feedparser-${pkgver} feedparser-${pkgver}-python2
+  cp -r feedparser-${pkgver} feedparser-${pkgver}-python
+  cp -r feedparser-${pkgver} feedparser-${pkgver}-sgmllib
+
+  (cd feedparser-${pkgver}-python2; sed -i 's#env python$#env python2#' 
feedparser/feedparsertest.py)
+  (cd feedparser-${pkgver}-python; 2to3 -w feedparser/feedparser.py 
feedparser/feedparsertest.py)
+}
+
+build() {
+  cd feedparser-${pkgver}-sgmllib
+  python /usr/lib/python3.5/compileall.py feedparser/sgmllib3.py
+}
+
+package_python2-feedparser() {
+  depends=('python2' 'libxml2' )
+  pkgdesc="Parse RSS and Atom feeds in Python2"
+
+  cd "${srcdir}/feedparser-${pkgver}-python2"
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
+}
+
+package_python-feedparser() {
+  depends=('libxml2' 'python-sgmllib')
+  
+  cd "${srcdir}/feedparser-${pkgver}-python"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
+}
+
+package_python-sgmllib() {
+  depends=('python')
+  pkgdesc="Port of sgmllib to Python3"
+  license=('PSF')
+  
+  cd "${srcdir}/feedparser-${pkgver}-sgmllib"
+  install -Dm644 feedparser/sgmllib3.py \
+"${pkgdir}/usr/lib/python3.5/site-packages/sgmllib.py"
+  install -Dm644 feedparser/__pycache__/sgmllib3.cpython-35.pyc \
+
"${pkgdir}/usr/lib/python3.5/site-packages/__pycache__/sgmllib.cpython-35.pyc"
+}



[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2015-08-29 Thread Eric Bélanger
Date: Sunday, August 30, 2015 @ 06:36:40
  Author: eric
Revision: 138961

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 138960, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-30 04:35:01 UTC (rev 138960)
+++ PKGBUILD2015-08-30 04:36:40 UTC (rev 138961)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2015.08.16.1
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('219a2ac7de02c9d7960008ceedc2cb13890099dd'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
- ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 138960, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-30 04:36:40 UTC (rev 138961)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2015.08.28
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('40239ed25172035b765b8c797b3e2239e1f5cf8d'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+ ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in youtube-dl/trunk (PKGBUILD)

2015-08-29 Thread Eric Bélanger
Date: Sunday, August 30, 2015 @ 06:35:01
  Author: eric
Revision: 138960

upgpkg: youtube-dl 2015.08.28-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 02:25:25 UTC (rev 138959)
+++ PKGBUILD2015-08-30 04:35:01 UTC (rev 138960)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2015.08.16.1
+pkgver=2015.08.28
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('219a2ac7de02c9d7960008ceedc2cb13890099dd'
+sha1sums=('40239ed25172035b765b8c797b3e2239e1f5cf8d'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


[arch-commits] Commit in gitg/trunk (PKGBUILD)

2015-08-28 Thread Eric Bélanger
Date: Saturday, August 29, 2015 @ 05:08:12
  Author: eric
Revision: 244990

upgpkg: gitg 3.17.1-1

Upstream update, Built against libgit2 and libgit2-glib 0.23

Modified:
  gitg/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 00:55:45 UTC (rev 244989)
+++ PKGBUILD2015-08-29 03:08:12 UTC (rev 244990)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=gitg
-pkgver=3.16.1
+pkgver=3.17.1
 pkgrel=1
 pkgdesc='A GIT repository viewer based on GTK+'
 arch=('i686' 'x86_64')
@@ -13,12 +13,11 @@
 groups=('gnome-extra')
 install=gitg.install
 
source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('914e964402dadda152c7e034906d84e266c474603f58bc1a300f2a1659615569')
+sha256sums=('2bdacc1db4bfcb0fb95d42700fa40130458a1d7f3ded6cacc8f1f5a469efd83f')
 
 build() {
   cd ${pkgname}-${pkgver}
   rm -f *.gir
-  NOCONFIGURE=1  ./autogen.sh
   ./configure --prefix=/usr
 
   # Don't overlink


[arch-commits] Commit in gitg/repos (6 files)

2015-08-28 Thread Eric Bélanger
Date: Saturday, August 29, 2015 @ 05:10:27
  Author: eric
Revision: 244991

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

Added:
  gitg/repos/staging-i686/
  gitg/repos/staging-i686/PKGBUILD
(from rev 244990, gitg/trunk/PKGBUILD)
  gitg/repos/staging-i686/gitg.install
(from rev 244990, gitg/trunk/gitg.install)
  gitg/repos/staging-x86_64/
  gitg/repos/staging-x86_64/PKGBUILD
(from rev 244990, gitg/trunk/PKGBUILD)
  gitg/repos/staging-x86_64/gitg.install
(from rev 244990, gitg/trunk/gitg.install)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-i686/gitg.install   |   13 +
 staging-x86_64/PKGBUILD |   33 +
 staging-x86_64/gitg.install |   13 +
 4 files changed, 92 insertions(+)

Copied: gitg/repos/staging-i686/PKGBUILD (from rev 244990, gitg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-29 03:10:27 UTC (rev 244991)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=3.17.1
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2bdacc1db4bfcb0fb95d42700fa40130458a1d7f3ded6cacc8f1f5a469efd83f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -f *.gir
+  ./configure --prefix=/usr
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make Gitg-1.0.gir
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gitg/repos/staging-i686/gitg.install (from rev 244990, 
gitg/trunk/gitg.install)
===
--- staging-i686/gitg.install   (rev 0)
+++ staging-i686/gitg.install   2015-08-29 03:10:27 UTC (rev 244991)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gitg/repos/staging-x86_64/PKGBUILD (from rev 244990, 
gitg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-08-29 03:10:27 UTC (rev 244991)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=3.17.1
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2bdacc1db4bfcb0fb95d42700fa40130458a1d7f3ded6cacc8f1f5a469efd83f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -f *.gir
+  ./configure --prefix=/usr
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make Gitg-1.0.gir
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gitg/repos/staging-x86_64/gitg.install (from rev 244990, 
gitg/trunk/gitg.install)
===
--- staging-x86_64/gitg.install (rev 0)
+++ staging-x86_64/gitg.install 2015-08-29 03:10:27 UTC (rev 244991)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in qsynergy/repos (community-i686 community-x86_64)

2015-08-28 Thread Eric Bélanger
Date: Saturday, August 29, 2015 @ 05:34:53
  Author: eric
Revision: 138912

Clean up svn

Deleted:
  qsynergy/repos/community-i686/
  qsynergy/repos/community-x86_64/


[arch-commits] Commit in salt-api (repo repos/community-any)

2015-08-28 Thread Eric Bélanger
Date: Saturday, August 29, 2015 @ 05:35:42
  Author: eric
Revision: 138913

Clean up svn

Deleted:
  salt-api/repo/
  salt-api/repos/community-any/


[arch-commits] Commit in gtk-engine-unico/repos (community-i686 community-x86_64)

2015-08-28 Thread Eric Bélanger
Date: Saturday, August 29, 2015 @ 05:34:04
  Author: eric
Revision: 138911

Clean up svn

Deleted:
  gtk-engine-unico/repos/community-i686/
  gtk-engine-unico/repos/community-x86_64/


[arch-commits] Commit in perl-net-dns/repos (extra-i686 extra-x86_64)

2015-08-28 Thread Eric Bélanger
Date: Saturday, August 29, 2015 @ 05:41:40
  Author: eric
Revision: 244992

Clean up svn

Deleted:
  perl-net-dns/repos/extra-i686/
  perl-net-dns/repos/extra-x86_64/


[arch-commits] Commit in mkinitcpio/repos (core-i686 core-x86_64)

2015-08-28 Thread Eric Bélanger
Date: Saturday, August 29, 2015 @ 05:48:30
  Author: eric
Revision: 244994

Clean up svn

Deleted:
  mkinitcpio/repos/core-i686/
  mkinitcpio/repos/core-x86_64/


[arch-commits] Commit in mkinitcpio/repos/core-any (6 files)

2015-08-28 Thread Eric Bélanger
Date: Saturday, August 29, 2015 @ 05:47:07
  Author: eric
Revision: 244993

archrelease: copy trunk to core-any

Added:
  
mkinitcpio/repos/core-any/0001-avoid-compound-conditional-leading-to-spurious-error.patch
(from rev 244992, 
mkinitcpio/trunk/0001-avoid-compound-conditional-leading-to-spurious-error.patch)
  mkinitcpio/repos/core-any/PKGBUILD
(from rev 244992, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/core-any/mkinitcpio.install
(from rev 244992, mkinitcpio/trunk/mkinitcpio.install)
Deleted:
  
mkinitcpio/repos/core-any/0001-avoid-compound-conditional-leading-to-spurious-error.patch
  mkinitcpio/repos/core-any/PKGBUILD
  mkinitcpio/repos/core-any/mkinitcpio.install

-+
 0001-avoid-compound-conditional-leading-to-spurious-error.patch |   78 
+-
 PKGBUILD|   67 
 mkinitcpio.install  |   30 +--
 3 files changed, 88 insertions(+), 87 deletions(-)

Deleted: 0001-avoid-compound-conditional-leading-to-spurious-error.patch
===
--- 0001-avoid-compound-conditional-leading-to-spurious-error.patch 
2015-08-29 03:41:40 UTC (rev 244992)
+++ 0001-avoid-compound-conditional-leading-to-spurious-error.patch 
2015-08-29 03:47:07 UTC (rev 244993)
@@ -1,39 +0,0 @@
-From ea4c4154205372154457c794513ae46b61ea4e4c Mon Sep 17 00:00:00 2001
-From: Dave Reisner dreis...@archlinux.org
-Date: Mon, 4 Aug 2014 08:31:37 -0400
-Subject: [mkinitcpio] [PATCH] avoid compound conditional leading to spurious
- errors
-
-As seen:
-
-https://bbs.archlinux.org/viewtopic.php?id=185204
-https://bbs.archlinux.org/viewtopic.php?id=185265

- functions | 8 ++--
- 1 file changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/functions b/functions
-index 20bbffe..362d07b 100644
 a/functions
-+++ b/functions
-@@ -423,11 +423,15 @@ add_full_dir() {
- 
- for f in $1/*; do
- if [[ -L $f ]]; then
--[[ $f = $filter ]]  add_symlink $f $(readlink $f)
-+if [[ $f = $filter ]]; then
-+add_symlink $f $(readlink $f)
-+fi
- elif [[ -d $f ]]; then
- add_full_dir $f
- elif [[ -f $f ]]; then
--[[ $f = $filter ]]  add_file $f
-+if [[ $f = $filter ]]; then
-+add_file $f
-+fi
- fi
- done
- fi
--- 
-2.1.0
-

Copied: 
mkinitcpio/repos/core-any/0001-avoid-compound-conditional-leading-to-spurious-error.patch
 (from rev 244992, 
mkinitcpio/trunk/0001-avoid-compound-conditional-leading-to-spurious-error.patch)
===
--- 0001-avoid-compound-conditional-leading-to-spurious-error.patch 
(rev 0)
+++ 0001-avoid-compound-conditional-leading-to-spurious-error.patch 
2015-08-29 03:47:07 UTC (rev 244993)
@@ -0,0 +1,39 @@
+From ea4c4154205372154457c794513ae46b61ea4e4c Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Mon, 4 Aug 2014 08:31:37 -0400
+Subject: [mkinitcpio] [PATCH] avoid compound conditional leading to spurious
+ errors
+
+As seen:
+
+https://bbs.archlinux.org/viewtopic.php?id=185204
+https://bbs.archlinux.org/viewtopic.php?id=185265
+---
+ functions | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/functions b/functions
+index 20bbffe..362d07b 100644
+--- a/functions
 b/functions
+@@ -423,11 +423,15 @@ add_full_dir() {
+ 
+ for f in $1/*; do
+ if [[ -L $f ]]; then
+-[[ $f = $filter ]]  add_symlink $f $(readlink $f)
++if [[ $f = $filter ]]; then
++add_symlink $f $(readlink $f)
++fi
+ elif [[ -d $f ]]; then
+ add_full_dir $f
+ elif [[ -f $f ]]; then
+-[[ $f = $filter ]]  add_file $f
++if [[ $f = $filter ]]; then
++add_file $f
++fi
+ fi
+ done
+ fi
+-- 
+2.1.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-29 03:41:40 UTC (rev 244992)
+++ PKGBUILD2015-08-29 03:47:07 UTC (rev 244993)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=mkinitcpio
-pkgver=18
-pkgrel=2
-pkgdesc=Modular initramfs image creation utility
-arch=('any')
-url=https://projects.archlinux.org/mkinitcpio.git/;
-license=('GPL')
-depends=('awk' 'mkinitcpio-busybox=1.19.4-2' 'kmod' 'util-linux=2.23' 
'libarchive'
- 'coreutils' 'bash' 'findutils' 'grep' 'filesystem=2011.10-1' 'gzip' 
'systemd')
-optdepends=('xz: Use lzma or xz compression for the initramfs image'
-'bzip2

[arch-commits] Commit in webkit2gtk/repos (4 files)

2015-08-21 Thread Eric Bélanger
Date: Friday, August 21, 2015 @ 22:09:37
  Author: eric
Revision: 244479

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

Added:
  webkit2gtk/repos/extra-i686/PKGBUILD
(from rev 244478, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 244478, webkit2gtk/trunk/PKGBUILD)
Deleted:
  webkit2gtk/repos/extra-i686/PKGBUILD
  webkit2gtk/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 extra-i686/PKGBUILD   |   51 
 extra-x86_64/PKGBUILD |   51 
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-21 20:06:59 UTC (rev 244478)
+++ extra-i686/PKGBUILD 2015-08-21 20:09:37 UTC (rev 244479)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=webkit2gtk
-pkgver=2.8.4
-pkgrel=1
-pkgdesc=GTK+ Web content engine library
-arch=('i686' 'x86_64')
-url=http://webkitgtk.org/;
-license=('custom')
-depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
-'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3')
-makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
-optdepends=('gtk2: Netscape plugin support'
-'gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-options=('!emptydirs')
-source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha256sums=('30bd366bd970d4bac2f9ef5bff0fb935376bf91ea2aaa2a5183fe5fdbec20fbd')
-
-prepare() {
-  mkdir build
-
-  cd webkitgtk-$pkgver
-  sed -i '1s/python$/2/' Tools/gtk/generate-gtkdoc
-  rm -r Source/ThirdParty/gtest/
-  rm -r Source/ThirdParty/qunit/
-}
-
-build() {
-  cd build
-  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
--DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/licenses/webkit2gtk
-  cd $srcdir/webkitgtk-$pkgver/Source
-  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
-echo $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
-cat $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
-echo   $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
-  done
-}

Copied: webkit2gtk/repos/extra-i686/PKGBUILD (from rev 244478, 
webkit2gtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-21 20:09:37 UTC (rev 244479)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=webkit2gtk
+pkgver=2.8.5
+pkgrel=1
+pkgdesc=GTK+ Web content engine library
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
+sha256sums=('3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/licenses/webkit2gtk
+  cd $srcdir/webkitgtk-$pkgver/Source
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+cat $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+echo   $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-21 20:06:59 UTC (rev 244478)
+++ extra-x86_64/PKGBUILD   2015-08-21 20:09:37 UTC (rev 244479)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=webkit2gtk
-pkgver=2.8.4
-pkgrel=1
-pkgdesc=GTK+ Web content engine library
-arch=('i686' 'x86_64')
-url=http://webkitgtk.org

[arch-commits] Commit in webkit2gtk/trunk (PKGBUILD)

2015-08-21 Thread Eric Bélanger
Date: Friday, August 21, 2015 @ 22:06:59
  Author: eric
Revision: 244478

upgpkg: webkit2gtk 2.8.5-1

Upstream update, Add libnotify support (close FS#45116)

Modified:
  webkit2gtk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 15:52:46 UTC (rev 244477)
+++ PKGBUILD2015-08-21 20:06:59 UTC (rev 244478)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=webkit2gtk
-pkgver=2.8.4
+pkgver=2.8.5
 pkgrel=1
 pkgdesc=GTK+ Web content engine library
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 url=http://webkitgtk.org/;
 license=('custom')
 depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
-'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3')
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify')
 makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
 optdepends=('gtk2: Netscape plugin support'
 'gst-plugins-base: free media decoding'
@@ -17,7 +17,7 @@
 'gst-libav: nonfree media decoding')
 options=('!emptydirs')
 source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha256sums=('30bd366bd970d4bac2f9ef5bff0fb935376bf91ea2aaa2a5183fe5fdbec20fbd')
+sha256sums=('3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20')
 
 prepare() {
   mkdir build


[arch-commits] Commit in jasper/repos (54 files)

2015-08-21 Thread Eric Bélanger
Date: Saturday, August 22, 2015 @ 02:24:34
  Author: eric
Revision: 244484

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

Added:
  jasper/repos/extra-i686/PKGBUILD
(from rev 244482, jasper/trunk/PKGBUILD)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2008-3520.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2008-3520.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2008-3522.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2008-3522.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch
(from rev 244482, 
jasper/trunk/jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8137.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2014-8137.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8138.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2014-8138.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8157.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2014-8157.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8158.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2014-8158.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-9029.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2014-9029.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2015-5203.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2015-5203.patch)
  jasper/repos/extra-i686/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 244482, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
  jasper/repos/extra-i686/jasper-avoid-assert-abort.diff
(from rev 244482, jasper/trunk/jasper-avoid-assert-abort.diff)
  jasper/repos/extra-i686/jpc_dec.c.patch
(from rev 244482, jasper/trunk/jpc_dec.c.patch)
  jasper/repos/extra-i686/patch-libjasper-stepsizes-overflow.diff
(from rev 244482, jasper/trunk/patch-libjasper-stepsizes-overflow.diff)
  jasper/repos/extra-x86_64/PKGBUILD
(from rev 244482, jasper/trunk/PKGBUILD)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2008-3520.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2008-3520.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2008-3522.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2008-3522.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch
(from rev 244482, 
jasper/trunk/jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-8137.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2014-8137.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-8138.patch
(from rev 244483, jasper/trunk/jasper-1.900.1-CVE-2014-8138.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-8157.patch
(from rev 244483, jasper/trunk/jasper-1.900.1-CVE-2014-8157.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-8158.patch
(from rev 244483, jasper/trunk/jasper-1.900.1-CVE-2014-8158.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-9029.patch
(from rev 244483, jasper/trunk/jasper-1.900.1-CVE-2014-9029.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2015-5203.patch
(from rev 244483, jasper/trunk/jasper-1.900.1-CVE-2015-5203.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 244483, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
  jasper/repos/extra-x86_64/jasper-avoid-assert-abort.diff
(from rev 244483, jasper/trunk/jasper-avoid-assert-abort.diff)
  jasper/repos/extra-x86_64/jpc_dec.c.patch
(from rev 244483, jasper/trunk/jpc_dec.c.patch)
  jasper/repos/extra-x86_64/patch-libjasper-stepsizes-overflow.diff
(from rev 244483, jasper/trunk/patch-libjasper-stepsizes-overflow.diff)
Deleted:
  jasper/repos/extra-i686/PKGBUILD
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2008-3520.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2008-3522.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8137.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8138.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8157.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8158.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-9029.patch
  jasper/repos/extra-i686/jasper-1.900.1-fix-filename-buffer-overflow.patch
  jasper/repos/extra-i686/jasper-avoid-assert-abort.diff
  jasper/repos/extra-i686/jpc_dec.c.patch
  jasper/repos/extra-i686/patch-libjasper-stepsizes-overflow.diff
  jasper/repos/extra-x86_64/PKGBUILD
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2008-3520.patch
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2008-3522.patch
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-8137.patch
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-8138.patch
  jasper

[arch-commits] Commit in jasper/trunk (PKGBUILD jasper-1.900.1-CVE-2015-5203.patch)

2015-08-21 Thread Eric Bélanger
Date: Saturday, August 22, 2015 @ 02:15:49
  Author: eric
Revision: 244482

upgpkg: jasper 1.900.1-14

Add security fix for CVE-2015-5203

Added:
  jasper/trunk/jasper-1.900.1-CVE-2015-5203.patch
Modified:
  jasper/trunk/PKGBUILD

+
 PKGBUILD   |9 +
 jasper-1.900.1-CVE-2015-5203.patch |  197 +++
 2 files changed, 203 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 23:21:58 UTC (rev 244481)
+++ PKGBUILD2015-08-22 00:15:49 UTC (rev 244482)
@@ -3,7 +3,7 @@
 
 pkgname=jasper
 pkgver=1.900.1
-pkgrel=13
+pkgrel=14
 pkgdesc=A software-based implementation of the codec specified in the 
emerging JPEG-2000 Part-1 standard
 arch=('i686' 'x86_64')
 url=http://www.ece.uvic.ca/~mdadams/jasper/;
@@ -19,7 +19,8 @@
jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch
 jasper-1.900.1-fix-filename-buffer-overflow.patch
jasper-1.900.1-CVE-2014-8157.patch
-   jasper-1.900.1-CVE-2014-8158.patch)
+   jasper-1.900.1-CVE-2014-8158.patch
+jasper-1.900.1-CVE-2015-5203.patch)
 sha1sums=('9c5735f773922e580bf98c7c7dfda9bbed4c5191'
   'f298566fef08c8a589d072582112cd51c72c3983'
   '2483dba925670bf29f531d85d73c4e5ada513b01'
@@ -32,7 +33,8 @@
   '3bfb37a4c732caa824563bad2603fcf5f2acf7f7'
   '577dfce40da75818c4d32eb1c4532b1370950bee'
   'aaf96946073d2ece35f3695e8cc7956b5cad9a1d'
-  'e69b339de43d1dc2fbb98368cee3d20f76d35941')
+  'e69b339de43d1dc2fbb98368cee3d20f76d35941'
+  'b28a15079e6c5dd4cde8d63c21763c8abb9d187c')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -48,6 +50,7 @@
   patch -p1 -i ${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch
   patch -p1 -i ${srcdir}/jasper-1.900.1-CVE-2014-8157.patch
   patch -p1 -i ${srcdir}/jasper-1.900.1-CVE-2014-8158.patch
+  patch -p1 -i ${srcdir}/jasper-1.900.1-CVE-2015-5203.patch
 }
 
 build() {

Added: jasper-1.900.1-CVE-2015-5203.patch
===
--- jasper-1.900.1-CVE-2015-5203.patch  (rev 0)
+++ jasper-1.900.1-CVE-2015-5203.patch  2015-08-22 00:15:49 UTC (rev 244482)
@@ -0,0 +1,197 @@
+From a0ad33bedb339e4f9f35f9637a976320ec81f508 Mon Sep 17 00:00:00 2001
+From: mancha mancha1 AT zoho DOT com
+Date: Mon, 17 Aug 2015
+Subject: CVE-2015-5203
+
+Prevent integer conversion errors.
+
+jasper is vulnerable to integer conversion errors that can be leveraged,
+via crafted input, to trigger faults such as double free's. This patch
+addresses that by using size_t for buffer sizes.
+
+---
+ src/libjasper/base/jas_stream.c   |   10 +-
+ src/libjasper/include/jasper/jas_stream.h |8 
+ src/libjasper/jpc/jpc_qmfb.c  |   16 
+ src/libjasper/mif/mif_cod.c   |4 ++--
+ 4 files changed, 19 insertions(+), 19 deletions(-)
+
+--- a/src/libjasper/include/jasper/jas_stream.h
 b/src/libjasper/include/jasper/jas_stream.h
+@@ -215,7 +215,7 @@ typedef struct {
+   uchar *bufstart_;
+ 
+   /* The buffer size. */
+-  int bufsize_;
++  size_t bufsize_;
+ 
+   /* The current position in the buffer. */
+   uchar *ptr_;
+@@ -267,7 +267,7 @@ typedef struct {
+   uchar *buf_;
+ 
+   /* The allocated size of the buffer for holding file data. */
+-  int bufsize_;
++  size_t bufsize_;
+ 
+   /* The length of the file. */
+   int_fast32_t len_;
+@@ -291,7 +291,7 @@ typedef struct {
+ jas_stream_t *jas_stream_fopen(const char *filename, const char *mode);
+ 
+ /* Open a memory buffer as a stream. */
+-jas_stream_t *jas_stream_memopen(char *buf, int bufsize);
++jas_stream_t *jas_stream_memopen(char *buf, size_t bufsize);
+ 
+ /* Open a file descriptor as a stream. */
+ jas_stream_t *jas_stream_fdopen(int fd, const char *mode);
+@@ -366,7 +366,7 @@ int jas_stream_printf(jas_stream_t *stre
+ int jas_stream_puts(jas_stream_t *stream, const char *s);
+ 
+ /* Read a line of input from a stream. */
+-char *jas_stream_gets(jas_stream_t *stream, char *buf, int bufsize);
++char *jas_stream_gets(jas_stream_t *stream, char *buf, size_t bufsize);
+ 
+ /* Look at the next character to be read from a stream without actually
+   removing it from the stream. */
+--- a/src/libjasper/base/jas_stream.c
 b/src/libjasper/base/jas_stream.c
+@@ -99,7 +99,7 @@ static int jas_strtoopenmode(const char
+ static void jas_stream_destroy(jas_stream_t *stream);
+ static jas_stream_t *jas_stream_create(void);
+ static void jas_stream_initbuf(jas_stream_t *stream, int bufmode, char *buf,
+-  int bufsize);
++  size_t bufsize);
+ 
+ static int mem_read(jas_stream_obj_t *obj, char *buf, int cnt);
+ static int mem_write(jas_stream_obj_t *obj, char *buf, int cnt);
+@@ -168,7 +168,7 @@ static jas_stream_t *jas_stream_create()
+   return stream

[arch-commits] Commit in rrdtool/repos (4 files)

2015-08-18 Thread Eric Bélanger
Date: Tuesday, August 18, 2015 @ 22:13:56
  Author: eric
Revision: 243954

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

Added:
  rrdtool/repos/extra-i686/PKGBUILD
(from rev 243953, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/extra-x86_64/PKGBUILD
(from rev 243953, rrdtool/trunk/PKGBUILD)
Deleted:
  rrdtool/repos/extra-i686/PKGBUILD
  rrdtool/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   92 
 extra-i686/PKGBUILD   |   45 ---
 extra-x86_64/PKGBUILD |   45 ---
 3 files changed, 92 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-18 20:09:47 UTC (rev 243953)
+++ extra-i686/PKGBUILD 2015-08-18 20:13:56 UTC (rev 243954)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=rrdtool
-pkgver=1.5.3
-pkgrel=2
-pkgdesc=Data logging and graphing application
-arch=('i686' 'x86_64')
-url=http://www.rrdtool.org;
-license=('GPL' 'custom')
-depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
-optdepends=('perl: to use corresponding binding'
-   'tcl: to use corresponding binding'
-'python2: to use corresponding binding'
-'ruby: to use corresponding binding'
-'lua51: to use corresponding binding')
-options=('!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('38e7e8a382f7937c4344fce33dc15a88e9b2e48a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
-  sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/ --vendor/' -i 
bindings/Makefile.am
-  aclocal
-  automake
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=python2 LUA=/usr/bin/lua5.1 \
-LUA_CFLAGS=-I/usr/include/lua5.1 -llua5.1 
LUA_INSTALL_CMOD=/usr/lib/lua/5.1 \
-./configure --prefix=/usr --localstatedir=/var --disable-rpath \
---enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
---enable-ruby --enable-ruby-site-install --enable-python \
---enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
-  make LIBS+=-lglib-2.0
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} includedir=/usr/include install
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: rrdtool/repos/extra-i686/PKGBUILD (from rev 243953, 
rrdtool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-18 20:13:56 UTC (rev 243954)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=rrdtool
+pkgver=1.5.4
+pkgrel=1
+pkgdesc=Data logging and graphing application
+arch=('i686' 'x86_64')
+url=http://www.rrdtool.org;
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('perl: to use corresponding binding'
+   'tcl: to use corresponding binding'
+'python2: to use corresponding binding'
+'ruby: to use corresponding binding'
+'lua51: to use corresponding binding')
+options=('!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('5020ffb6c4d309207df946ab13fafff973465b2a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/ --vendor/' -i 
bindings/Makefile.am
+  aclocal
+  automake
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS=-I/usr/include/lua5.1 -llua5.1 
LUA_INSTALL_CMOD=/usr/lib/lua/5.1 \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make LIBS+=-lglib-2.0
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} includedir=/usr/include install
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-18 20:09:47 UTC (rev 243953)
+++ extra-x86_64/PKGBUILD   2015-08-18 20:13:56 UTC (rev 243954)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=rrdtool
-pkgver=1.5.3
-pkgrel=2
-pkgdesc=Data logging and graphing application
-arch=('i686' 'x86_64')
-url=http://www.rrdtool.org;
-license=('GPL

[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2015-08-18 Thread Eric Bélanger
Date: Tuesday, August 18, 2015 @ 22:09:47
  Author: eric
Revision: 243953

upgpkg: rrdtool 1.5.4-1

Upstream update

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-18 19:49:45 UTC (rev 243952)
+++ PKGBUILD2015-08-18 20:09:47 UTC (rev 243953)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=rrdtool
-pkgver=1.5.3
-pkgrel=2
+pkgver=1.5.4
+pkgrel=1
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -17,10 +17,11 @@
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('38e7e8a382f7937c4344fce33dc15a88e9b2e48a')
+sha1sums=('5020ffb6c4d309207df946ab13fafff973465b2a')
 
 prepare() {
   cd ${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
   sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/ --vendor/' -i 
bindings/Makefile.am
   aclocal


[arch-commits] Commit in imagemagick/repos (8 files)

2015-08-18 Thread Eric Bélanger
Date: Tuesday, August 18, 2015 @ 23:17:42
  Author: eric
Revision: 243958

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 243957, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 243957, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 243957, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 243957, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  198 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   99 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   99 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 220 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-18 21:15:16 UTC (rev 243957)
+++ extra-i686/PKGBUILD 2015-08-18 21:17:42 UTC (rev 243958)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.1.10
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('e9445621c046ac3dd9d7583d269e8072bf6455fd'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
-  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
-   _perlver_min=$(perl -e '$v = $^V-{version}; print

[arch-commits] Commit in enlightenment16/repos (4 files)

2015-08-18 Thread Eric Bélanger
Date: Wednesday, August 19, 2015 @ 02:20:06
  Author: eric
Revision: 243965

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

Added:
  enlightenment16/repos/extra-i686/PKGBUILD
(from rev 243964, enlightenment16/trunk/PKGBUILD)
  enlightenment16/repos/extra-x86_64/PKGBUILD
(from rev 243964, enlightenment16/trunk/PKGBUILD)
Deleted:
  enlightenment16/repos/extra-i686/PKGBUILD
  enlightenment16/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-19 00:17:41 UTC (rev 243964)
+++ extra-i686/PKGBUILD 2015-08-19 00:20:06 UTC (rev 243965)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=enlightenment16
-pkgver=1.0.16
-_themever=1.0.1
-pkgrel=1
-pkgdesc=A fast, flexible, and very extensible Window Manager
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD' 'custom')
-depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite'
- 'libxrandr' 'libpulse')
-source=(http://downloads.sourceforge.net/sourceforge/enlightenment/e16-${pkgver}.tar.gz
-
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-sha1sums=('9ec562882ed4d1da7e5906bd78d0d9f93d5a6211'
-  'ae34e2df1294198795736bf953bf695aba93b710')
-
-build() {
-  pushd e16-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
-  make
-  popd
-  
-  cd e16-themes-${_themever}
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd e16-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh 
${pkgdir}/usr/bin/e16-gnome
-  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh 
${pkgdir}/usr/bin/e16-kde
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-  install -D -m644 fonts/COPYRIGHT.Vera 
${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera
-
-  cd ${srcdir}/e16-themes-${_themever}
-  make DESTDIR=${pkgdir} install
-  chown -R root:root ${pkgdir}/usr/share/*
-}

Copied: enlightenment16/repos/extra-i686/PKGBUILD (from rev 243964, 
enlightenment16/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-19 00:20:06 UTC (rev 243965)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=enlightenment16
+pkgver=1.0.17
+_themever=1.0.1
+pkgrel=1
+pkgdesc=A fast, flexible, and very extensible Window Manager
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'custom')
+depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite'
+ 'libxrandr' 'libpulse')
+source=(http://downloads.sourceforge.net/sourceforge/enlightenment/e16-${pkgver}.tar.gz
+
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
+sha1sums=('db4ed131197495e1cd45e4cd6fff427e86b2eb92'
+  'ae34e2df1294198795736bf953bf695aba93b710')
+
+build() {
+  pushd e16-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
+  make
+  popd
+  
+  cd e16-themes-${_themever}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd e16-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh 
${pkgdir}/usr/bin/e16-gnome
+  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh 
${pkgdir}/usr/bin/e16-kde
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  install -D -m644 fonts/COPYRIGHT.Vera 
${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera
+
+  cd ${srcdir}/e16-themes-${_themever}
+  make DESTDIR=${pkgdir} install
+  chown -R root:root ${pkgdir}/usr/share/*
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-19 00:17:41 UTC (rev 243964)
+++ extra-x86_64/PKGBUILD   2015-08-19 00:20:06 UTC (rev 243965)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=enlightenment16
-pkgver=1.0.16
-_themever=1.0.1
-pkgrel=1
-pkgdesc=A fast, flexible, and very extensible Window Manager
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD' 'custom')
-depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite'
- 'libxrandr' 'libpulse')
-source=(http://downloads.sourceforge.net/sourceforge/enlightenment/e16-${pkgver}.tar.gz
-
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-sha1sums=('9ec562882ed4d1da7e5906bd78d0d9f93d5a6211'
-  'ae34e2df1294198795736bf953bf695aba93b710')
-
-build() {
-  pushd e16

[arch-commits] Commit in enlightenment16/trunk (PKGBUILD)

2015-08-18 Thread Eric Bélanger
Date: Wednesday, August 19, 2015 @ 02:17:41
  Author: eric
Revision: 243964

upgpkg: enlightenment16 1.0.17-1

Upstream update

Modified:
  enlightenment16/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-18 23:06:48 UTC (rev 243963)
+++ PKGBUILD2015-08-19 00:17:41 UTC (rev 243964)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=enlightenment16
-pkgver=1.0.16
+pkgver=1.0.17
 _themever=1.0.1
 pkgrel=1
 pkgdesc=A fast, flexible, and very extensible Window Manager
@@ -13,7 +13,7 @@
  'libxrandr' 'libpulse')
 
source=(http://downloads.sourceforge.net/sourceforge/enlightenment/e16-${pkgver}.tar.gz
 
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-sha1sums=('9ec562882ed4d1da7e5906bd78d0d9f93d5a6211'
+sha1sums=('db4ed131197495e1cd45e4cd6fff427e86b2eb92'
   'ae34e2df1294198795736bf953bf695aba93b710')
 
 build() {


[arch-commits] Commit in imagemagick/trunk (PKGBUILD)

2015-08-18 Thread Eric Bélanger
Date: Tuesday, August 18, 2015 @ 23:15:16
  Author: eric
Revision: 243957

upgpkg: imagemagick 6.9.2.0-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-18 21:14:25 UTC (rev 243956)
+++ PKGBUILD2015-08-18 21:15:16 UTC (rev 243957)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.1.10
+pkgver=6.9.2.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('e9445621c046ac3dd9d7583d269e8072bf6455fd'
+sha1sums=('1db8234c996b5dd1f230f8e043fad27851709b8d'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


[arch-commits] Commit in geeqie/repos (12 files)

2015-08-17 Thread Eric Bélanger
Date: Tuesday, August 18, 2015 @ 01:50:19
  Author: eric
Revision: 243839

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

Added:
  geeqie/repos/extra-i686/PKGBUILD
(from rev 243838, geeqie/trunk/PKGBUILD)
  geeqie/repos/extra-i686/fix-fullscreen.patch
(from rev 243838, geeqie/trunk/fix-fullscreen.patch)
  geeqie/repos/extra-i686/geeqie.install
(from rev 243838, geeqie/trunk/geeqie.install)
  geeqie/repos/extra-x86_64/PKGBUILD
(from rev 243838, geeqie/trunk/PKGBUILD)
  geeqie/repos/extra-x86_64/fix-fullscreen.patch
(from rev 243838, geeqie/trunk/fix-fullscreen.patch)
  geeqie/repos/extra-x86_64/geeqie.install
(from rev 243838, geeqie/trunk/geeqie.install)
Deleted:
  geeqie/repos/extra-i686/PKGBUILD
  geeqie/repos/extra-i686/fix-fullscreen.patch
  geeqie/repos/extra-i686/geeqie.install
  geeqie/repos/extra-x86_64/PKGBUILD
  geeqie/repos/extra-x86_64/fix-fullscreen.patch
  geeqie/repos/extra-x86_64/geeqie.install

---+
 /PKGBUILD |   70 +++
 /fix-fullscreen.patch |  214 
 /geeqie.install   |   22 +++
 extra-i686/PKGBUILD   |   35 -
 extra-i686/fix-fullscreen.patch   |  107 --
 extra-i686/geeqie.install |   11 -
 extra-x86_64/PKGBUILD |   35 -
 extra-x86_64/fix-fullscreen.patch |  107 --
 extra-x86_64/geeqie.install   |   11 -
 9 files changed, 306 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-17 23:47:18 UTC (rev 243838)
+++ extra-i686/PKGBUILD 2015-08-17 23:50:19 UTC (rev 243839)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-
-pkgname=geeqie
-pkgver=1.2
-pkgrel=2
-pkgdesc=A lightweight image browser and viewer
-arch=('i686' 'x86_64')
-url=http://www.geeqie.org/;
-license=('GPL2')
-depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
-makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git')
-optdepends=('librsvg: SVG rendering')
-install=geeqie.install
-source=('git://www.geeqie.org/geeqie.git#commit=ca42d65be013f9bcded858b656c594d45c7f8e1d'
-'fix-fullscreen.patch')
-sha1sums=('SKIP'
-  'dab15bbda9b329f663276b25bf1989b410596644')
-
-prepare() {
-  cd ${srcdir}/${pkgname}
-  patch -p1 -i ../fix-fullscreen.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}
-  make DESTDIR=${pkgdir} install
-}

Copied: geeqie/repos/extra-i686/PKGBUILD (from rev 243838, 
geeqie/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-17 23:50:19 UTC (rev 243839)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgname=geeqie
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A lightweight image browser and viewer
+arch=('i686' 'x86_64')
+url=http://www.geeqie.org/;
+license=('GPL2')
+depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
+makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git')
+optdepends=('librsvg: SVG rendering')
+install=geeqie.install
+source=('git://www.geeqie.org/geeqie.git#commit=2b87884fe370ec63dc38e924ceb89a124cca10b8'
+'fix-fullscreen.patch')
+sha1sums=('SKIP'
+  'dab15bbda9b329f663276b25bf1989b410596644')
+
+prepare() {
+  cd ${srcdir}/${pkgname}
+  patch -p1 -i ../fix-fullscreen.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/fix-fullscreen.patch
===
--- extra-i686/fix-fullscreen.patch 2015-08-17 23:47:18 UTC (rev 243838)
+++ extra-i686/fix-fullscreen.patch 2015-08-17 23:50:19 UTC (rev 243839)
@@ -1,107 +0,0 @@
-diff -Naur old/src/fullscreen.c new/src/fullscreen.c
 old/src/fullscreen.c   2015-08-16 16:37:58.132952447 +0900
-+++ new/src/fullscreen.c   2015-08-16 16:43:30.031882508 +0900
-@@ -210,10 +210,6 @@
-void (*stop_func)(FullScreenData *, gpointer), 
gpointer stop_data)
- {
-   FullScreenData *fs;
--  GdkScreen *screen;
--  gint x, y;
--  gint w, h;
--  GdkGeometry geometry;
-   GdkWindow *gdkwin;
- 
-   if (!window || !imd) return NULL;
-@@ -229,14 +225,9 @@
-   fs-stop_data = stop_data;
- 
-   DEBUG_1(full screen requests screen %d, options-fullscreen.screen);
--  fullscreen_prefs_get_geometry(options-fullscreen.screen, window, x, 
y, w, h,
--screen, fs-same_region);
- 
-   fs-window = window_new(GTK_WINDOW_TOPLEVEL, fullscreen, NULL, NULL, 
_(Full

[arch-commits] Commit in geeqie/trunk (PKGBUILD)

2015-08-17 Thread Eric Bélanger
Date: Tuesday, August 18, 2015 @ 01:47:18
  Author: eric
Revision: 243838

upgpkg: geeqie 1.2.1-1

Upstream update

Modified:
  geeqie/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-17 18:41:03 UTC (rev 243837)
+++ PKGBUILD2015-08-17 23:47:18 UTC (rev 243838)
@@ -3,8 +3,8 @@
 # Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
 
 pkgname=geeqie
-pkgver=1.2
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc=A lightweight image browser and viewer
 arch=('i686' 'x86_64')
 url=http://www.geeqie.org/;
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git')
 optdepends=('librsvg: SVG rendering')
 install=geeqie.install
-source=('git://www.geeqie.org/geeqie.git#commit=ca42d65be013f9bcded858b656c594d45c7f8e1d'
+source=('git://www.geeqie.org/geeqie.git#commit=2b87884fe370ec63dc38e924ceb89a124cca10b8'
 'fix-fullscreen.patch')
 sha1sums=('SKIP'
   'dab15bbda9b329f663276b25bf1989b410596644')


[arch-commits] Commit in freeciv/repos (12 files)

2015-08-17 Thread Eric Bélanger
Date: Tuesday, August 18, 2015 @ 05:16:28
  Author: eric
Revision: 243847

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

Added:
  freeciv/repos/extra-i686/PKGBUILD
(from rev 243846, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-i686/freeciv.install
(from rev 243846, freeciv/trunk/freeciv.install)
  freeciv/repos/extra-i686/lua52_compat.patch
(from rev 243846, freeciv/trunk/lua52_compat.patch)
  freeciv/repos/extra-x86_64/PKGBUILD
(from rev 243846, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-x86_64/freeciv.install
(from rev 243846, freeciv/trunk/freeciv.install)
  freeciv/repos/extra-x86_64/lua52_compat.patch
(from rev 243846, freeciv/trunk/lua52_compat.patch)
Deleted:
  freeciv/repos/extra-i686/PKGBUILD
  freeciv/repos/extra-i686/freeciv.install
  freeciv/repos/extra-i686/lua52_compat.patch
  freeciv/repos/extra-x86_64/PKGBUILD
  freeciv/repos/extra-x86_64/freeciv.install
  freeciv/repos/extra-x86_64/lua52_compat.patch

-+
 /PKGBUILD   |   68 ++
 /freeciv.install|   22 
 /lua52_compat.patch |   26 ++
 extra-i686/PKGBUILD |   35 ---
 extra-i686/freeciv.install  |   11 --
 extra-i686/lua52_compat.patch   |   13 ---
 extra-x86_64/PKGBUILD   |   35 ---
 extra-x86_64/freeciv.install|   11 --
 extra-x86_64/lua52_compat.patch |   13 ---
 9 files changed, 116 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-18 03:13:24 UTC (rev 243846)
+++ extra-i686/PKGBUILD 2015-08-18 03:16:28 UTC (rev 243847)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=freeciv
-pkgver=2.5.0
-pkgrel=2
-pkgdesc=A multiuser clone of the famous Microprose game of Civilization
-arch=('i686' 'x86_64')
-url=http://www.freeciv.org/;
-license=('GPL')
-depends=('gtk2' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libltdl')
-backup=('etc/freeciv/database.lua')
-install=freeciv.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-lua52_compat.patch)
-sha1sums=('477b60e02606e47b31a019b065353c1a6da6c305'
-  '248f4c8b62557677bf27a0d06feb15148d811ce7')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1  $srcdir/lua52_compat.patch
-  ./autogen.sh
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
---enable-client=gtk2 --enable-fcdb=sqlite3 --enable-aimodules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: freeciv/repos/extra-i686/PKGBUILD (from rev 243846, 
freeciv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-18 03:16:28 UTC (rev 243847)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=freeciv
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=A multiuser clone of the famous Microprose game of Civilization
+arch=('i686' 'x86_64')
+url=http://www.freeciv.org/;
+license=('GPL')
+depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
+backup=('etc/freeciv/database.lua')
+install=freeciv.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+lua52_compat.patch)
+sha1sums=('bd4426dcae7511549733441b1b2f5a8bd77cf42b'
+  '248f4c8b62557677bf27a0d06feb15148d811ce7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i $srcdir/lua52_compat.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-shared 
--enable-sys-lua \
+--enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/freeciv.install
===
--- extra-i686/freeciv.install  2015-08-18 03:13:24 UTC (rev 243846)
+++ extra-i686/freeciv.install  2015-08-18 03:16:28 UTC (rev 243847)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: freeciv/repos/extra-i686/freeciv.install (from rev 243846, 
freeciv/trunk/freeciv.install)
===
--- extra-i686/freeciv.install  (rev 0)
+++ extra-i686/freeciv.install  2015-08-18 03:16:28 UTC (rev 243847)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-i686/lua52_compat.patch

[arch-commits] Commit in gifsicle/trunk (PKGBUILD)

2015-08-17 Thread Eric Bélanger
Date: Tuesday, August 18, 2015 @ 03:22:11
  Author: eric
Revision: 243842

upgpkg: gifsicle 1.88-1

Upstream update

Modified:
  gifsicle/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-18 00:24:17 UTC (rev 243841)
+++ PKGBUILD2015-08-18 01:22:11 UTC (rev 243842)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=gifsicle
-pkgver=1.87
+pkgver=1.88
 pkgrel=1
 pkgdesc=A powerful command-line program for creating, editing, manipulating 
and getting information about GIF images and animations
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('libx11')
 source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('0c22ba0fb0f5d005bd3bb579c2e07620fdd3ca5f')
+sha1sums=('04c3103368cbe3d7bc8e00ec7ffe9c56b487f9de')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in gifsicle/repos (4 files)

2015-08-17 Thread Eric Bélanger
Date: Tuesday, August 18, 2015 @ 03:24:41
  Author: eric
Revision: 243843

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

Added:
  gifsicle/repos/extra-i686/PKGBUILD
(from rev 243842, gifsicle/trunk/PKGBUILD)
  gifsicle/repos/extra-x86_64/PKGBUILD
(from rev 243842, gifsicle/trunk/PKGBUILD)
Deleted:
  gifsicle/repos/extra-i686/PKGBUILD
  gifsicle/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   48 
 extra-i686/PKGBUILD   |   24 
 extra-x86_64/PKGBUILD |   24 
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-18 01:22:11 UTC (rev 243842)
+++ extra-i686/PKGBUILD 2015-08-18 01:24:41 UTC (rev 243843)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gifsicle
-pkgver=1.87
-pkgrel=1
-pkgdesc=A powerful command-line program for creating, editing, manipulating 
and getting information about GIF images and animations
-arch=('i686' 'x86_64')
-url=http://www.lcdf.org/gifsicle/;
-license=('GPL')
-depends=('libx11')
-source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('0c22ba0fb0f5d005bd3bb579c2e07620fdd3ca5f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gifsicle/repos/extra-i686/PKGBUILD (from rev 243842, 
gifsicle/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-18 01:24:41 UTC (rev 243843)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gifsicle
+pkgver=1.88
+pkgrel=1
+pkgdesc=A powerful command-line program for creating, editing, manipulating 
and getting information about GIF images and animations
+arch=('i686' 'x86_64')
+url=http://www.lcdf.org/gifsicle/;
+license=('GPL')
+depends=('libx11')
+source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('04c3103368cbe3d7bc8e00ec7ffe9c56b487f9de')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-18 01:22:11 UTC (rev 243842)
+++ extra-x86_64/PKGBUILD   2015-08-18 01:24:41 UTC (rev 243843)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gifsicle
-pkgver=1.87
-pkgrel=1
-pkgdesc=A powerful command-line program for creating, editing, manipulating 
and getting information about GIF images and animations
-arch=('i686' 'x86_64')
-url=http://www.lcdf.org/gifsicle/;
-license=('GPL')
-depends=('libx11')
-source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('0c22ba0fb0f5d005bd3bb579c2e07620fdd3ca5f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gifsicle/repos/extra-x86_64/PKGBUILD (from rev 243842, 
gifsicle/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-18 01:24:41 UTC (rev 243843)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gifsicle
+pkgver=1.88
+pkgrel=1
+pkgdesc=A powerful command-line program for creating, editing, manipulating 
and getting information about GIF images and animations
+arch=('i686' 'x86_64')
+url=http://www.lcdf.org/gifsicle/;
+license=('GPL')
+depends=('libx11')
+source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('04c3103368cbe3d7bc8e00ec7ffe9c56b487f9de')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in freeciv/trunk (PKGBUILD)

2015-08-17 Thread Eric Bélanger
Date: Tuesday, August 18, 2015 @ 05:13:24
  Author: eric
Revision: 243846

upgpkg: freeciv 2.5.1-1

Upstream update, Switch to gtk3 client (close FS#45520)

Modified:
  freeciv/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-18 03:12:44 UTC (rev 243845)
+++ PKGBUILD2015-08-18 03:13:24 UTC (rev 243846)
@@ -2,30 +2,29 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=freeciv
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
 pkgdesc=A multiuser clone of the famous Microprose game of Civilization
 arch=('i686' 'x86_64')
 url=http://www.freeciv.org/;
 license=('GPL')
-depends=('gtk2' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libltdl')
+depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
 backup=('etc/freeciv/database.lua')
 install=freeciv.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 lua52_compat.patch)
-sha1sums=('477b60e02606e47b31a019b065353c1a6da6c305'
+sha1sums=('bd4426dcae7511549733441b1b2f5a8bd77cf42b'
   '248f4c8b62557677bf27a0d06feb15148d811ce7')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -p1  $srcdir/lua52_compat.patch
-  ./autogen.sh
+  patch -p1 -i $srcdir/lua52_compat.patch
 }
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
---enable-client=gtk2 --enable-fcdb=sqlite3 --enable-aimodules
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-shared 
--enable-sys-lua \
+--enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
   make
 }
 


[arch-commits] Commit in youtube-dl/trunk (PKGBUILD)

2015-08-17 Thread Eric Bélanger
Date: Monday, August 17, 2015 @ 23:27:07
  Author: eric
Revision: 138459

upgpkg: youtube-dl 2015.08.16.1-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-17 21:16:45 UTC (rev 138458)
+++ PKGBUILD2015-08-17 21:27:07 UTC (rev 138459)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2015.07.28
+pkgver=2015.08.16.1
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('249ae0a2fbe3299c20d4784b1b7b97f87f0f9da6'
+sha1sums=('219a2ac7de02c9d7960008ceedc2cb13890099dd'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2015-08-17 Thread Eric Bélanger
Date: Monday, August 17, 2015 @ 23:28:34
  Author: eric
Revision: 138462

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 138461, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-17 21:27:35 UTC (rev 138461)
+++ PKGBUILD2015-08-17 21:28:34 UTC (rev 138462)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2015.07.28
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('249ae0a2fbe3299c20d4784b1b7b97f87f0f9da6'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
- ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 138461, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-17 21:28:34 UTC (rev 138462)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2015.08.16.1
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('219a2ac7de02c9d7960008ceedc2cb13890099dd'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+ ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in mpg123/trunk (PKGBUILD)

2015-08-05 Thread Eric Bélanger
Date: Thursday, August 6, 2015 @ 04:06:28
  Author: eric
Revision: 243057

upgpkg: mpg123 1.22.3-1

Upstream update

Modified:
  mpg123/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-06 01:36:44 UTC (rev 243056)
+++ PKGBUILD2015-08-06 02:06:28 UTC (rev 243057)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=mpg123
-pkgver=1.22.1
+pkgver=1.22.3
 pkgrel=1
 pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'jack: for jack audio support'
 'libpulse: for pulse audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('c3193902b1cf923a625ed94360c91e28d84753d3'
+sha1sums=('1410ab076f17636e0927021c8d5764bc3919e7bd'
   'SKIP')
 validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
 


[arch-commits] Commit in imagemagick/trunk (PKGBUILD)

2015-08-05 Thread Eric Bélanger
Date: Thursday, August 6, 2015 @ 05:12:19
  Author: eric
Revision: 243059

upgpkg: imagemagick 6.9.1.10-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-06 02:09:10 UTC (rev 243058)
+++ PKGBUILD2015-08-06 03:12:19 UTC (rev 243059)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.1.8
+pkgver=6.9.1.10
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('457b15f18904a5fd00c26628d0d3331d230ca42c'
+sha1sums=('e9445621c046ac3dd9d7583d269e8072bf6455fd'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


[arch-commits] Commit in mpg123/repos (4 files)

2015-08-05 Thread Eric Bélanger
Date: Thursday, August 6, 2015 @ 04:09:10
  Author: eric
Revision: 243058

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

Added:
  mpg123/repos/extra-i686/PKGBUILD
(from rev 243057, mpg123/trunk/PKGBUILD)
  mpg123/repos/extra-x86_64/PKGBUILD
(from rev 243057, mpg123/trunk/PKGBUILD)
Deleted:
  mpg123/repos/extra-i686/PKGBUILD
  mpg123/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-06 02:06:28 UTC (rev 243057)
+++ extra-i686/PKGBUILD 2015-08-06 02:09:10 UTC (rev 243058)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=mpg123
-pkgver=1.22.1
-pkgrel=1
-pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('c3193902b1cf923a625ed94360c91e28d84753d3'
-  'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio=alsa oss sdl jack pulse
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 scripts/conplay ${pkgdir}/usr/bin/conplay
-}

Copied: mpg123/repos/extra-i686/PKGBUILD (from rev 243057, 
mpg123/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-06 02:09:10 UTC (rev 243058)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=mpg123
+pkgver=1.22.3
+pkgrel=1
+pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/mpg123;
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
+'jack: for jack audio support'
+'libpulse: for pulse audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('1410ab076f17636e0927021c8d5764bc3919e7bd'
+  'SKIP')
+validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
+--with-audio=alsa oss sdl jack pulse
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 scripts/conplay ${pkgdir}/usr/bin/conplay
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-06 02:06:28 UTC (rev 243057)
+++ extra-x86_64/PKGBUILD   2015-08-06 02:09:10 UTC (rev 243058)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=mpg123
-pkgver=1.22.1
-pkgrel=1
-pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('c3193902b1cf923a625ed94360c91e28d84753d3'
-  'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio=alsa oss sdl jack pulse
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 scripts/conplay ${pkgdir}/usr/bin/conplay
-}

Copied: mpg123/repos/extra-x86_64/PKGBUILD (from rev 243057, 
mpg123/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-06 02:09:10 UTC (rev 243058)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=mpg123
+pkgver=1.22.3
+pkgrel=1
+pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3
+arch=('i686' 'x86_64')
+url=http://sourceforge.net

[arch-commits] Commit in imagemagick/repos (8 files)

2015-08-05 Thread Eric Bélanger
Date: Thursday, August 6, 2015 @ 05:14:47
  Author: eric
Revision: 243060

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 243059, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 243059, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 243059, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 243059, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  198 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   99 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   99 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 220 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-06 03:12:19 UTC (rev 243059)
+++ extra-i686/PKGBUILD 2015-08-06 03:14:47 UTC (rev 243060)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.1.8
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('457b15f18904a5fd00c26628d0d3331d230ca42c'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
-  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
-   _perlver_min=$(perl -e '$v = $^V-{version}; print

  1   2   3   4   5   6   7   8   9   10   >