[arch-commits] Commit in a2ps/trunk (PKGBUILD a2ps-texinfo5.patch)

2013-07-30 Thread Eric Bélanger
Date: Tuesday, July 30, 2013 @ 08:58:54
  Author: eric
Revision: 191743

upgpkg: a2ps 4.14-4

Fix info pages (close FS#36236)

Added:
  a2ps/trunk/a2ps-texinfo5.patch
Modified:
  a2ps/trunk/PKGBUILD

-+
 PKGBUILD|   11 +++
 a2ps-texinfo5.patch |   46 ++
 2 files changed, 53 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 02:31:53 UTC (rev 191742)
+++ PKGBUILD2013-07-30 06:58:54 UTC (rev 191743)
@@ -3,7 +3,7 @@
 
 pkgname=a2ps
 pkgver=4.14
-pkgrel=3
+pkgrel=4
 pkgdesc=An Any to PostScript filter
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/a2ps/;
@@ -14,15 +14,17 @@
 options=('!libtool')
 install=a2ps.install
 source=(ftp://ftp.gnu.org/gnu/a2ps/${pkgname}-${pkgver}.tar.gz{,.sig}
-a2ps-4.13c-fnmatch-replacement.patch a2ps-4.13c-emacs.patch 
a2ps-4.13-manpage-chmod.patch
-a2ps-4.14-check-mempcpy.patch a2ps-4.14-fix-stpcpy-proto.patch)
+a2ps-4.13c-fnmatch-replacement.patch a2ps-4.13c-emacs.patch 
+   a2ps-4.13-manpage-chmod.patch a2ps-4.14-check-mempcpy.patch 
+   a2ps-4.14-fix-stpcpy-proto.patch a2ps-texinfo5.patch)
 sha1sums=('365abbbe4b7128bf70dad16d06e23c5701874852'
   'SKIP'
   '8783952d3410d8d59ed953e1db45e2ef1a0b8f65'
   '94e35a6ad9268161bec22a56d4cfb696d635994a'
   '2bb3d0a2ef2f3ff9262723e35c742a80ab0235ce'
   '6aed29c1399e79f3914b408059610f9e7c0fc38e'
-  '58fa90134f1027e3f05aeb08212cbcc10f420738')
+  '58fa90134f1027e3f05aeb08212cbcc10f420738'
+  '81269db9dd29685b0ece2539070ced3f7a8472df')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -35,6 +37,7 @@
   patch -p1 -i ${srcdir}/a2ps-4.13-manpage-chmod.patch
   patch -p1 -i ${srcdir}/a2ps-4.14-check-mempcpy.patch
   patch -p0 -i ${srcdir}/a2ps-4.14-fix-stpcpy-proto.patch
+  patch -p1 -i ${srcdir}/a2ps-texinfo5.patch
 }
 
 build() {

Added: a2ps-texinfo5.patch
===
--- a2ps-texinfo5.patch (rev 0)
+++ a2ps-texinfo5.patch 2013-07-30 06:58:54 UTC (rev 191743)
@@ -0,0 +1,46 @@
+diff -Naur a2ps-4.14-orig/doc/a2ps.texi a2ps-4.14/doc/a2ps.texi
+--- a2ps-4.14-orig/doc/a2ps.texi   2013-07-30 02:27:21.950434805 -0400
 a2ps-4.14/doc/a2ps.texi2013-07-30 02:29:07.286445041 -0400
+@@ -22,12 +22,12 @@
+ @c `a2ps'.  Avoid those quotes.
+ @iftex
+ @macro pack
+-@code{@value{PACKAGE}}@c
++@code{@value{PACKAGE}}
+ @end macro
+ @end iftex
+ @ifnottex
+ @macro pack
+-@value{PACKAGE}@c
++@value{PACKAGE}
+ @end macro
+ @end ifnottex
+ 
+@@ -43,11 +43,6 @@
+ @end macro
+ @end ifnottex
+ 
+-@c TeX variants
+-@macro LaTeX
+-La@TeX{}
+-@end macro
+-
+ @macro PreTeX
+ Pre@TeX{}
+ @end macro
+@@ -3965,13 +3960,13 @@
+ @itemx \end@{enumerate@}
+ @itemx \begin@{description@}
+ @itemx \end@{description@}
+-These commands are legal in @LaTeX but have no sense in @PreTeX{}.
++These commands are legal in @LaTeX{} but have no sense in @PreTeX{}.
+ Hence there are simply ignored and not printed (if immediately followed
+ by an end-of-line).
+ @end table
+ 
+ @node Differences with LaTeX
+-@subsubsection Differences with @LaTeX
++@subsubsection Differences with @LaTeX{}
+ The following symbols, inherited from the style sheet @code{Symbol}, are
+ not supported by @LaTeX{}:
+ 



[arch-commits] Commit in a2ps/repos (30 files)

2013-07-30 Thread Eric Bélanger
Date: Tuesday, July 30, 2013 @ 09:00:10
  Author: eric
Revision: 191744

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

Added:
  a2ps/repos/extra-i686/PKGBUILD
(from rev 191743, a2ps/trunk/PKGBUILD)
  a2ps/repos/extra-i686/a2ps-4.13-manpage-chmod.patch
(from rev 191743, a2ps/trunk/a2ps-4.13-manpage-chmod.patch)
  a2ps/repos/extra-i686/a2ps-4.13c-emacs.patch
(from rev 191743, a2ps/trunk/a2ps-4.13c-emacs.patch)
  a2ps/repos/extra-i686/a2ps-4.13c-fnmatch-replacement.patch
(from rev 191743, a2ps/trunk/a2ps-4.13c-fnmatch-replacement.patch)
  a2ps/repos/extra-i686/a2ps-4.14-check-mempcpy.patch
(from rev 191743, a2ps/trunk/a2ps-4.14-check-mempcpy.patch)
  a2ps/repos/extra-i686/a2ps-4.14-fix-stpcpy-proto.patch
(from rev 191743, a2ps/trunk/a2ps-4.14-fix-stpcpy-proto.patch)
  a2ps/repos/extra-i686/a2ps-texinfo5.patch
(from rev 191743, a2ps/trunk/a2ps-texinfo5.patch)
  a2ps/repos/extra-i686/a2ps.install
(from rev 191743, a2ps/trunk/a2ps.install)
  a2ps/repos/extra-x86_64/PKGBUILD
(from rev 191743, a2ps/trunk/PKGBUILD)
  a2ps/repos/extra-x86_64/a2ps-4.13-manpage-chmod.patch
(from rev 191743, a2ps/trunk/a2ps-4.13-manpage-chmod.patch)
  a2ps/repos/extra-x86_64/a2ps-4.13c-emacs.patch
(from rev 191743, a2ps/trunk/a2ps-4.13c-emacs.patch)
  a2ps/repos/extra-x86_64/a2ps-4.13c-fnmatch-replacement.patch
(from rev 191743, a2ps/trunk/a2ps-4.13c-fnmatch-replacement.patch)
  a2ps/repos/extra-x86_64/a2ps-4.14-check-mempcpy.patch
(from rev 191743, a2ps/trunk/a2ps-4.14-check-mempcpy.patch)
  a2ps/repos/extra-x86_64/a2ps-4.14-fix-stpcpy-proto.patch
(from rev 191743, a2ps/trunk/a2ps-4.14-fix-stpcpy-proto.patch)
  a2ps/repos/extra-x86_64/a2ps-texinfo5.patch
(from rev 191743, a2ps/trunk/a2ps-texinfo5.patch)
  a2ps/repos/extra-x86_64/a2ps.install
(from rev 191743, a2ps/trunk/a2ps.install)
Deleted:
  a2ps/repos/extra-i686/PKGBUILD
  a2ps/repos/extra-i686/a2ps-4.13-manpage-chmod.patch
  a2ps/repos/extra-i686/a2ps-4.13c-emacs.patch
  a2ps/repos/extra-i686/a2ps-4.13c-fnmatch-replacement.patch
  a2ps/repos/extra-i686/a2ps-4.14-check-mempcpy.patch
  a2ps/repos/extra-i686/a2ps-4.14-fix-stpcpy-proto.patch
  a2ps/repos/extra-i686/a2ps.install
  a2ps/repos/extra-x86_64/PKGBUILD
  a2ps/repos/extra-x86_64/a2ps-4.13-manpage-chmod.patch
  a2ps/repos/extra-x86_64/a2ps-4.13c-emacs.patch
  a2ps/repos/extra-x86_64/a2ps-4.13c-fnmatch-replacement.patch
  a2ps/repos/extra-x86_64/a2ps-4.14-check-mempcpy.patch
  a2ps/repos/extra-x86_64/a2ps-4.14-fix-stpcpy-proto.patch
  a2ps/repos/extra-x86_64/a2ps.install

---+
 /PKGBUILD |  110 
 /a2ps-4.13-manpage-chmod.patch|   24 
 /a2ps-4.13c-emacs.patch   |   20 +++
 /a2ps-4.13c-fnmatch-replacement.patch |   86 +++
 /a2ps-4.14-check-mempcpy.patch|   24 
 /a2ps-4.14-fix-stpcpy-proto.patch |   34 ++
 /a2ps.install |   40 +++
 extra-i686/PKGBUILD   |   52 -
 extra-i686/a2ps-4.13-manpage-chmod.patch  |   12 --
 extra-i686/a2ps-4.13c-emacs.patch |   10 -
 extra-i686/a2ps-4.13c-fnmatch-replacement.patch   |   43 ---
 extra-i686/a2ps-4.14-check-mempcpy.patch  |   12 --
 extra-i686/a2ps-4.14-fix-stpcpy-proto.patch   |   17 ---
 extra-i686/a2ps-texinfo5.patch|   46 
 extra-i686/a2ps.install   |   20 ---
 extra-x86_64/PKGBUILD |   52 -
 extra-x86_64/a2ps-4.13-manpage-chmod.patch|   12 --
 extra-x86_64/a2ps-4.13c-emacs.patch   |   10 -
 extra-x86_64/a2ps-4.13c-fnmatch-replacement.patch |   43 ---
 extra-x86_64/a2ps-4.14-check-mempcpy.patch|   12 --
 extra-x86_64/a2ps-4.14-fix-stpcpy-proto.patch |   17 ---
 extra-x86_64/a2ps-texinfo5.patch  |   46 
 extra-x86_64/a2ps.install |   20 ---
 23 files changed, 430 insertions(+), 332 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 06:58:54 UTC (rev 191743)
+++ extra-i686/PKGBUILD 2013-07-30 07:00:10 UTC (rev 191744)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=a2ps
-pkgver=4.14
-pkgrel=3
-pkgdesc=An Any to PostScript filter
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/a2ps/;
-license=('GPL3')
-depends=('ghostscript' 'psutils' 'imagemagick')
-makedepends=('gperf')
-backup=('etc/a2ps/a2ps.cfg' 'etc/a2ps/a2ps-site.cfg')
-options=('!libtool')
-install=a2ps.install
-source=(ftp://ftp.gnu.org/gnu/a2ps/${pkgname}-${pkgver}.tar.gz{,.sig}
-a2ps-4.13c-fnmatch-replacement.patch a2ps-4.13c-emacs.patch 
a2ps-4.13-manpage-chmod.patch
-a2ps-4.14-check-mempcpy.patch 

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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 09:19:26
  Author: jgc
Revision: 191745

upgpkg: libx11 1.6.1-1

Modified:
  libx11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 07:00:10 UTC (rev 191744)
+++ PKGBUILD2013-07-30 07:19:26 UTC (rev 191745)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libx11
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=X11 client-side library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa')
+sha256sums=('10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892')
 
 build() {
   cd ${srcdir}/libX11-${pkgver}



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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 09:19:33
  Author: jgc
Revision: 191746

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 07:19:26 UTC (rev 191745)
+++ extra-i686/PKGBUILD 2013-07-30 07:19:33 UTC (rev 191746)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libx11
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=X11 client-side library
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
-options=('!libtool')
-license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa')
-
-build() {
-  cd ${srcdir}/libX11-${pkgver}
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
-  make
-}
-
-check() {
-  cd ${srcdir}/libX11-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/libX11-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libx11/repos/extra-i686/PKGBUILD (from rev 191745, 
libx11/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-30 07:19:33 UTC (rev 191746)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libx11
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+options=('!libtool')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
+sha256sums=('10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892')
+
+build() {
+  cd ${srcdir}/libX11-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+check() {
+  cd ${srcdir}/libX11-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/libX11-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-30 07:19:26 UTC (rev 191745)
+++ extra-x86_64/PKGBUILD   2013-07-30 07:19:33 UTC (rev 191746)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libx11
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=X11 client-side library
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
-options=('!libtool')
-license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa')
-
-build() {
-  cd ${srcdir}/libX11-${pkgver}
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
-  make
-}
-
-check() {
-  cd ${srcdir}/libX11-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/libX11-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libx11/repos/extra-x86_64/PKGBUILD (from rev 191745, 
libx11/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-30 07:19:33 UTC (rev 191746)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libx11
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+options=('!libtool')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
+sha256sums=('10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892')
+
+build() {
+  cd ${srcdir}/libX11-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+check() {
+  cd 

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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 09:37:11
  Author: jgc
Revision: 191748

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

Added:
  libwebp/repos/staging-i686/
  libwebp/repos/staging-i686/PKGBUILD
(from rev 191747, libwebp/trunk/PKGBUILD)
  libwebp/repos/staging-x86_64/
  libwebp/repos/staging-x86_64/PKGBUILD
(from rev 191747, libwebp/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   40 
 staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: libwebp/repos/staging-i686/PKGBUILD (from rev 191747, 
libwebp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-30 07:37:11 UTC (rev 191748)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=libwebp
+pkgver=0.3.1
+pkgrel=3
+pkgdesc=WebP library and conversion tools
+arch=(x86_64 i686)
+url=https://developers.google.com/speed/webp/;
+license=(BSD)
+depends=(libpng libjpeg libtiff giflib)
+makedepends=(freeglut mesa glu)
+optdepends=('freeglut: vwebp viewer')
+options=('!libtool')
+source=(http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('b37932c625322a69fe4e9b4b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+ --enable-swap-16bit-csp \
+ --enable-experimental \
+ --enable-libwebpmux \
+ --enable-libwebpdemux \
+ --enable-libwebpdecoder \
+ --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libwebp/repos/staging-x86_64/PKGBUILD (from rev 191747, 
libwebp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-30 07:37:11 UTC (rev 191748)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=libwebp
+pkgver=0.3.1
+pkgrel=3
+pkgdesc=WebP library and conversion tools
+arch=(x86_64 i686)
+url=https://developers.google.com/speed/webp/;
+license=(BSD)
+depends=(libpng libjpeg libtiff giflib)
+makedepends=(freeglut mesa glu)
+optdepends=('freeglut: vwebp viewer')
+options=('!libtool')
+source=(http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('b37932c625322a69fe4e9b4b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+ --enable-swap-16bit-csp \
+ --enable-experimental \
+ --enable-libwebpmux \
+ --enable-libwebpdemux \
+ --enable-libwebpdecoder \
+ --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 09:37:05
  Author: jgc
Revision: 191747

giflib rebuild
upgpkg: libwebp 0.3.1-3

Modified:
  libwebp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 07:19:33 UTC (rev 191746)
+++ PKGBUILD2013-07-30 07:37:05 UTC (rev 191747)
@@ -5,7 +5,7 @@
 
 pkgname=libwebp
 pkgver=0.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc=WebP library and conversion tools
 arch=(x86_64 i686)
 url=https://developers.google.com/speed/webp/;



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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 09:46:15
  Author: jgc
Revision: 191749

giflib rebuild
upgpkg: tracker 0.16.1-2

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 07:37:11 UTC (rev 191748)
+++ PKGBUILD2013-07-30 07:46:15 UTC (rev 191749)
@@ -7,7 +7,7 @@
 pkgname=(tracker libtracker-sparql)
 pkgver=0.16.1
 _tver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc=All-in-one indexer, search tool and metadata database
 arch=(i686 x86_64)
 license=(GPL)



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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 09:46:21
  Author: jgc
Revision: 191750

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

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

+
 staging-i686/PKGBUILD  |   84 +++
 staging-i686/tracker.install   |   13 ++
 staging-x86_64/PKGBUILD|   84 +++
 staging-x86_64/tracker.install |   13 ++
 4 files changed, 194 insertions(+)

Copied: tracker/repos/staging-i686/PKGBUILD (from rev 191749, 
tracker/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-30 07:46:21 UTC (rev 191750)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=0.16.1
+_tver=${pkgver%.*}
+pkgrel=2
+pkgdesc=All-in-one indexer, search tool and metadata database
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgee libsecret upower libexif exempi
+ poppler-glib libgsf icu enca networkmanager gtk3
+ desktop-file-utils hicolor-icon-theme gobject-introspection
+ intltool giflib gst-plugins-base-libs totem-plparser
+ taglib libvorbis flac vala libgxps libnautilus-extension)
+url=http://www.gnome.org;
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
+sha256sums=('fbb94144826b00da0b427dc6f37d2679bd8dfec1dc992e857a47a0b453f0b771')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis
+
+  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
+}
+
+package_tracker() {
+  depends=(libtracker-sparql=$pkgver-$pkgrel libgee libsecret
+   upower libexif exempi poppler-glib libgsf enca
+   networkmanager gtk3 desktop-file-utils hicolor-icon-theme)
+  optdepends=('giflib: extractor for GIF data'
+  'gst-plugins-base-libs: video extractor'
+  'totem-plparser: playlist support'
+  'libvorbis: Vorbis metadata extractor'
+  'flac: FLAC metadata extractor'
+  'taglib: writeback for audio files'
+  nautilus: edit files' tracker tags
+  'libgxps: XPS extractor')
+  groups=('gnome')
+  install=tracker.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+### Split libtracker-sparql
+
+  mkdir -p $srcdir/sparql/usr/{include,lib}/tracker-$_tver
+  mkdir -p $srcdir/sparql/usr/lib/{girepository-1.0,pkgconfig}
+  mkdir -p $srcdir/sparql/usr/share/{gir-1.0,vala/vapi}
+
+  mv $pkgdir/usr/lib/libtracker-sparql-* $srcdir/sparql/usr/lib
+
+  mv $pkgdir/usr/lib/tracker-$_tver/*.so* \
+$srcdir/sparql/usr/lib/tracker-$_tver
+
+  mv $pkgdir/usr/share/vala/vapi/tracker-sparql-* \
+$srcdir/sparql/usr/share/vala/vapi
+
+  mv {$pkgdir,$srcdir/sparql}/usr/include/tracker-$_tver/libtracker-sparql
+  mv 
{$pkgdir,$srcdir/sparql}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
+  mv {$pkgdir,$srcdir/sparql}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
+  mv {$pkgdir,$srcdir/sparql}/usr/share/gir-1.0/Tracker-$_tver.gir
+}
+
+package_libtracker-sparql() {
+  pkgdesc=$pkgdesc (SPARQL library)
+  depends=(sqlite icu glib2 libffi pcre util-linux)
+
+  mv $srcdir/sparql/* $pkgdir
+}

Copied: tracker/repos/staging-i686/tracker.install (from rev 191749, 
tracker/trunk/tracker.install)
===
--- staging-i686/tracker.install(rev 0)
+++ staging-i686/tracker.install2013-07-30 07:46:21 UTC (rev 191750)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/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
+}
+
+post_remove() {
+  post_install
+}

Copied: tracker/repos/staging-x86_64/PKGBUILD (from rev 191749, 
tracker/trunk/PKGBUILD)

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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 10:18:26
  Author: jgc
Revision: 191751

Prepare poppler 0.24:
Add qt5 bindings
Rename qt4 bindings to poppler-qt4

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 07:46:21 UTC (rev 191750)
+++ PKGBUILD2013-07-30 08:18:26 UTC (rev 191751)
@@ -2,36 +2,37 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgbase=poppler
-pkgname=('poppler' 'poppler-glib' 'poppler-qt')
-pkgver=0.22.5
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.24.0
 pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
-makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base')
 options=('!libtool' '!emptydirs')
 url=http://poppler.freedesktop.org/;
 _testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
-source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
 
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
-md5sums=('1cd27460f7e3379d1eb109cfd7bcdb39'
+md5sums=('891000481f639e996d000d767d953a7f'
  '9dc64c254a31e570507bdd4ad4ba629a')
 
-build() {
-
-  cd ${srcdir}
+prepare() {
   ln -sf test-${_testtag} test
   cd ${pkgbase}-${pkgver}
 
   sed -i -e '/AC_PATH_XTRA/d' configure.ac
   sed -i s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS: configure.ac
+}
+build() {
+  cd ${pkgbase}-${pkgver}
   autoreconf -fi
-
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --enable-cairo-output \
   --enable-xpdf-headers \
   --enable-libjpeg --enable-zlib \
   --enable-poppler-qt4 \
+  --enable-poppler-qt5 \
   --enable-poppler-glib
   make
 }
@@ -49,10 +50,11 @@
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   sed -e 's/^glib_subdir =.*/glib_subdir =/' \
-  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' \
+  -e 's/^qt5_subdir =.*/qt5_subdir =/' -i Makefile
   make DESTDIR=${pkgdir} install
 
-  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
+  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4,qt5}.pc
 }
 
 package_poppler-glib() {
@@ -69,8 +71,11 @@
   rm -f ${pkgdir}/usr/bin/poppler-glib-demo
 }
 
-package_poppler-qt() {
-  pkgdesc=Poppler Qt bindings
+package_poppler-qt4() {
+  pkgdesc=Poppler Qt4 bindings
+  provides=(poppler-qt=${pkgver})
+  replaces=('poppler-qt')
+  conflicts=('poppler-qt')
   depends=(poppler=${pkgver} 'qt4')
 
   cd ${srcdir}/${pkgbase}-${pkgver}/poppler
@@ -81,3 +86,16 @@
   install -m644 ../poppler-qt4.pc ${pkgdir}/usr/lib/pkgconfig/
   rm -f ${pkgdir}/usr/lib/libpoppler.*
 }
+
+package_poppler-qt5() {
+  pkgdesc=Poppler Qt5 bindings
+  depends=(poppler=${pkgver} 'qt5-base')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/qt5
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-qt5.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}



[arch-commits] Commit in fbv/trunk (PKGBUILD giflib-5.0.patch)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 10:31:38
  Author: bpiotrowski
Revision: 94759

upgpkg: fbv 1.0b-7

- giflib 5.0 rebuild

Added:
  fbv/trunk/giflib-5.0.patch
Modified:
  fbv/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 giflib-5.0.patch |   21 +
 2 files changed, 27 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 05:37:40 UTC (rev 94758)
+++ PKGBUILD2013-07-30 08:31:38 UTC (rev 94759)
@@ -4,20 +4,23 @@
 
 pkgname=fbv
 pkgver=1.0b
-pkgrel=6
+pkgrel=7
 pkgdesc=FrameBuffer image viewer
 arch=('i686' 'x86_64')
 url=http://s-tech.elsat.net.pl/fbv/;
 license=('GPL')
 depends=('libpng' 'libungif' 'libjpeg')
-source=(http://s-tech.elsat.net.pl/fbv/$pkgname-$pkgver.tar.gz)
-md5sums=('3e466375b930ec22be44f1041e77b55d')
+source=(http://s-tech.elsat.net.pl/fbv/$pkgname-$pkgver.tar.gz
+giflib-5.0.patch)
+md5sums=('3e466375b930ec22be44f1041e77b55d'
+ '6310899c97c4226352ad409c1c7fefb3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --mandir=/usr/share/man
   sed -i 's|LIBS.*|LIBS=-lpng -ljpeg -lungif -lgif|' Make.conf
   sed -i 's|setjmp(png_ptr-jmpbuf)|setjmp(png_jmpbuf(png_ptr))|' png.c
+  patch -Np1 -i ../giflib-5.0.patch
   make
 }
 

Added: giflib-5.0.patch
===
--- giflib-5.0.patch(rev 0)
+++ giflib-5.0.patch2013-07-30 08:31:38 UTC (rev 94759)
@@ -0,0 +1,21 @@
+diff -rupN a/gif.c b/gif.c
+--- a/gif.c2003-08-24 22:23:02.0 +0200
 b/gif.c2013-07-30 10:27:55.851099159 +0200
+@@ -81,7 +81,7 @@ int fh_gif_load(char *name,unsigned char
+ ColorMapObject *cmap;
+ int cmaps;
+ 
+-gft=DGifOpenFileName(name);
++gft=DGifOpenFileName(name, NULL);
+ if(gft==NULL){printf(err5\n); gflush;} //
+ do
+ {
+@@ -184,7 +184,7 @@ int fh_gif_getsize(char *name,int *x,int
+ int extcode;
+ GifRecordType rt;
+ 
+-gft=DGifOpenFileName(name);
++gft=DGifOpenFileName(name, NULL);
+ if(gft==NULL) gflush;
+ do
+ {



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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 10:31:52
  Author: bpiotrowski
Revision: 94760

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

Added:
  fbv/repos/community-staging-i686/
  fbv/repos/community-staging-i686/ChangeLog
(from rev 94759, fbv/trunk/ChangeLog)
  fbv/repos/community-staging-i686/PKGBUILD
(from rev 94759, fbv/trunk/PKGBUILD)
  fbv/repos/community-staging-i686/giflib-5.0.patch
(from rev 94759, fbv/trunk/giflib-5.0.patch)
  fbv/repos/community-staging-x86_64/
  fbv/repos/community-staging-x86_64/ChangeLog
(from rev 94759, fbv/trunk/ChangeLog)
  fbv/repos/community-staging-x86_64/PKGBUILD
(from rev 94759, fbv/trunk/PKGBUILD)
  fbv/repos/community-staging-x86_64/giflib-5.0.patch
(from rev 94759, fbv/trunk/giflib-5.0.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   32 
 community-staging-i686/giflib-5.0.patch   |   21 ++
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   32 
 community-staging-x86_64/giflib-5.0.patch |   21 ++
 6 files changed, 110 insertions(+)

Copied: fbv/repos/community-staging-i686/ChangeLog (from rev 94759, 
fbv/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-07-30 08:31:52 UTC (rev 94760)
@@ -0,0 +1,2 @@
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: fbv/repos/community-staging-i686/PKGBUILD (from rev 94759, 
fbv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 08:31:52 UTC (rev 94760)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Aectann aect...@infoline.su
+
+pkgname=fbv
+pkgver=1.0b
+pkgrel=7
+pkgdesc=FrameBuffer image viewer
+arch=('i686' 'x86_64')
+url=http://s-tech.elsat.net.pl/fbv/;
+license=('GPL')
+depends=('libpng' 'libungif' 'libjpeg')
+source=(http://s-tech.elsat.net.pl/fbv/$pkgname-$pkgver.tar.gz
+giflib-5.0.patch)
+md5sums=('3e466375b930ec22be44f1041e77b55d'
+ '6310899c97c4226352ad409c1c7fefb3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  sed -i 's|LIBS.*|LIBS=-lpng -ljpeg -lungif -lgif|' Make.conf
+  sed -i 's|setjmp(png_ptr-jmpbuf)|setjmp(png_jmpbuf(png_ptr))|' png.c
+  patch -Np1 -i ../giflib-5.0.patch
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin
+  mkdir -p $pkgdir/usr/share/man/man1
+  make DESTDIR=$pkgdir install
+}

Copied: fbv/repos/community-staging-i686/giflib-5.0.patch (from rev 94759, 
fbv/trunk/giflib-5.0.patch)
===
--- community-staging-i686/giflib-5.0.patch (rev 0)
+++ community-staging-i686/giflib-5.0.patch 2013-07-30 08:31:52 UTC (rev 
94760)
@@ -0,0 +1,21 @@
+diff -rupN a/gif.c b/gif.c
+--- a/gif.c2003-08-24 22:23:02.0 +0200
 b/gif.c2013-07-30 10:27:55.851099159 +0200
+@@ -81,7 +81,7 @@ int fh_gif_load(char *name,unsigned char
+ ColorMapObject *cmap;
+ int cmaps;
+ 
+-gft=DGifOpenFileName(name);
++gft=DGifOpenFileName(name, NULL);
+ if(gft==NULL){printf(err5\n); gflush;} //
+ do
+ {
+@@ -184,7 +184,7 @@ int fh_gif_getsize(char *name,int *x,int
+ int extcode;
+ GifRecordType rt;
+ 
+-gft=DGifOpenFileName(name);
++gft=DGifOpenFileName(name, NULL);
+ if(gft==NULL) gflush;
+ do
+ {

Copied: fbv/repos/community-staging-x86_64/ChangeLog (from rev 94759, 
fbv/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2013-07-30 08:31:52 UTC (rev 94760)
@@ -0,0 +1,2 @@
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: fbv/repos/community-staging-x86_64/PKGBUILD (from rev 94759, 
fbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-30 08:31:52 UTC (rev 94760)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Aectann aect...@infoline.su
+
+pkgname=fbv
+pkgver=1.0b
+pkgrel=7
+pkgdesc=FrameBuffer image viewer
+arch=('i686' 'x86_64')
+url=http://s-tech.elsat.net.pl/fbv/;
+license=('GPL')
+depends=('libpng' 'libungif' 'libjpeg')
+source=(http://s-tech.elsat.net.pl/fbv/$pkgname-$pkgver.tar.gz
+giflib-5.0.patch)

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

2013-07-30 Thread Alexander Rødseth
Date: Tuesday, July 30, 2013 @ 10:39:18
  Author: arodseth
Revision: 94761

upgpkg: jenkins-ci 1.525-1

Modified:
  jenkins-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 08:31:52 UTC (rev 94760)
+++ PKGBUILD2013-07-30 08:39:18 UTC (rev 94761)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins-ci
-pkgver=1.524
+pkgver=1.525
 pkgrel=1
 pkgdesc='Extendable continuous integration server'
 arch=('any')



[arch-commits] Commit in jenkins-ci/repos/community-any (12 files)

2013-07-30 Thread Alexander Rødseth
Date: Tuesday, July 30, 2013 @ 10:39:29
  Author: arodseth
Revision: 94762

archrelease: copy trunk to community-any

Added:
  jenkins-ci/repos/community-any/LICENSE
(from rev 94761, jenkins-ci/trunk/LICENSE)
  jenkins-ci/repos/community-any/PKGBUILD
(from rev 94761, jenkins-ci/trunk/PKGBUILD)
  jenkins-ci/repos/community-any/jenkins-ci.install
(from rev 94761, jenkins-ci/trunk/jenkins-ci.install)
  jenkins-ci/repos/community-any/jenkins.conf
(from rev 94761, jenkins-ci/trunk/jenkins.conf)
  jenkins-ci/repos/community-any/jenkins.service
(from rev 94761, jenkins-ci/trunk/jenkins.service)
  jenkins-ci/repos/community-any/jenkins.tmpfiles.d
(from rev 94761, jenkins-ci/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins-ci/repos/community-any/LICENSE
  jenkins-ci/repos/community-any/PKGBUILD
  jenkins-ci/repos/community-any/jenkins-ci.install
  jenkins-ci/repos/community-any/jenkins.conf
  jenkins-ci/repos/community-any/jenkins.service
  jenkins-ci/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 +++
 PKGBUILD   |   84 +-
 jenkins-ci.install |  102 +--
 jenkins.conf   |   26 ++---
 jenkins.service|   48 
 jenkins.tmpfiles.d |4 +-
 6 files changed, 155 insertions(+), 155 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-07-30 08:39:18 UTC (rev 94761)
+++ LICENSE 2013-07-30 08:39:29 UTC (rev 94762)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins-ci/repos/community-any/LICENSE (from rev 94761, 
jenkins-ci/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-07-30 08:39:29 UTC (rev 94762)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-30 08:39:18 UTC (rev 94761)
+++ PKGBUILD2013-07-30 08:39:29 UTC (rev 94762)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins-ci
-pkgver=1.524
-pkgrel=1
-pkgdesc='Extendable continuous integration server'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins')
-conflicts=('jenkins')
-replaces=('jenkins')
-backup=('etc/conf.d/jenkins')

[arch-commits] Commit in lib32-libgcrypt/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-07-30 Thread Florian Pritz
Date: Tuesday, July 30, 2013 @ 10:46:17
  Author: bluewind
Revision: 94764

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libgcrypt/repos/multilib-x86_64/PKGBUILD
(from rev 94763, lib32-libgcrypt/trunk/PKGBUILD)
Deleted:
  lib32-libgcrypt/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-30 08:46:10 UTC (rev 94763)
+++ PKGBUILD2013-07-30 08:46:17 UTC (rev 94764)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-_pkgbasename=libgcrypt
-pkgname=lib32-$_pkgbasename
-pkgver=1.5.2
-pkgrel=1
-pkgdesc=a general purpose crypto library based on the code used (32-bit)
-arch=(x86_64)
-url=http://www.gnupg.org;
-license=('LGPL')
-depends=('lib32-libgpg-error=1.10-2' $_pkgbasename)
-makedepends=(gcc-multilib libtool-multilib)
-options=(!libtool)
-source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
-  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${_pkgbasename}-${pkgver}.tar.bz2
-)
-sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # Use 32-bit assembler
-  sed 's:path=amd64:path=i586 i386:' -i mpi/config.links
-
-  ./configure --prefix=/usr --disable-static --disable-padlock-support \
-  --libdir=/usr/lib32 --enable-shared
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
-}

Copied: lib32-libgcrypt/repos/multilib-x86_64/PKGBUILD (from rev 94763, 
lib32-libgcrypt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-30 08:46:17 UTC (rev 94764)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+_pkgbasename=libgcrypt
+pkgname=lib32-$_pkgbasename
+pkgver=1.5.3
+pkgrel=1
+pkgdesc=General purpose cryptographic library based on the code from GnuPG 
(32-bit)
+arch=(x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('lib32-libgpg-error=1.10-2' $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib)
+options=(!libtool)
+source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
+  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${_pkgbasename}-${pkgver}.tar.bz2
+)
+sha1sums=('2c6553cc17f2a1616d512d6870fe95edf6b0e26e')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # Use 32-bit assembler
+  sed 's:path=amd64:path=i586 i386:' -i mpi/config.links
+
+  ./configure --prefix=/usr --disable-static --disable-padlock-support \
+  --libdir=/usr/lib32 --enable-shared
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+}



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

2013-07-30 Thread Florian Pritz
Date: Tuesday, July 30, 2013 @ 10:46:10
  Author: bluewind
Revision: 94763

upgpkg: lib32-libgcrypt 1.5.3-1

upstream update

Modified:
  lib32-libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 08:39:29 UTC (rev 94762)
+++ PKGBUILD2013-07-30 08:46:10 UTC (rev 94763)
@@ -3,9 +3,9 @@
 
 _pkgbasename=libgcrypt
 pkgname=lib32-$_pkgbasename
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
-pkgdesc=a general purpose crypto library based on the code used (32-bit)
+pkgdesc=General purpose cryptographic library based on the code from GnuPG 
(32-bit)
 arch=(x86_64)
 url=http://www.gnupg.org;
 license=('LGPL')
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${_pkgbasename}-${pkgver}.tar.bz2
 )
-sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
+sha1sums=('2c6553cc17f2a1616d512d6870fe95edf6b0e26e')
 
 build() {
   export CC=gcc -m32



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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 10:46:39
  Author: bpiotrowski
Revision: 94765

upgpkg: gdal 1.10.0-2

- giflib 5.0 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 08:46:17 UTC (rev 94764)
+++ PKGBUILD2013-07-30 08:46:39 UTC (rev 94765)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A translator library for raster geospatial data formats
 arch=('i686' 'x86_64')
 url=http://www.gdal.org/;



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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 10:46:54
  Author: bpiotrowski
Revision: 94766

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

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 94765, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch
(from rev 94765, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 94765, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 94765, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch
(from rev 94765, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 94765, gdal/trunk/gdal.changelog)

--+
 community-staging-i686/PKGBUILD  |   68 +
 community-staging-i686/gdal-1.5.1-python-install.patch   |   10 +
 community-staging-i686/gdal.changelog|   14 ++
 community-staging-x86_64/PKGBUILD|   68 +
 community-staging-x86_64/gdal-1.5.1-python-install.patch |   10 +
 community-staging-x86_64/gdal.changelog  |   14 ++
 6 files changed, 184 insertions(+)

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 94765, 
gdal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 08:46:54 UTC (rev 94766)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.10.0
+pkgrel=2
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libtiff' 'netcdf'  'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support'
+'swig:  perl binding support')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-1.5.1-python-install.patch)
+sha256sums=('1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6')
+
+build() {
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+# bug 23654
+  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
+
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
+  --with-geotiff --with-mysql --with-python --without-libtool 
--with-curl \
+  --with-hdf5 --with-perl --with-geos --with-png
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+  install -d ${pkgdir}/usr/lib/python2.7/site-packages/
+  make DESTDIR=${pkgdir} install
+
+# install license
+  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+#FS15477 clean up junks
+  rm -f ${pkgdir}/usr/bin/*.dox
+
+# Remove RPATH
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+}

Copied: gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch (from 
rev 94765, gdal/trunk/gdal-1.5.1-python-install.patch)
===
--- community-staging-i686/gdal-1.5.1-python-install.patch  
(rev 0)
+++ community-staging-i686/gdal-1.5.1-python-install.patch  2013-07-30 
08:46:54 UTC (rev 94766)
@@ -0,0 +1,10 @@
+--- swig/python/GNUmakefile.orig   2010-04-24 01:22:07.0 +0200
 swig/python/GNUmakefile2010-05-05 19:14:58.0 +0200
+@@ -72,5 +72,5 @@
+ ifeq 

[arch-commits] Commit in kdenetwork/trunk (PKGBUILD giflib5.patch)

2013-07-30 Thread Andrea Scarpino
Date: Tuesday, July 30, 2013 @ 10:53:59
  Author: andrea
Revision: 191752

upgpkg: kdenetwork 4.10.5-2

giflib rebuild

Added:
  kdenetwork/trunk/giflib5.patch
Modified:
  kdenetwork/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +---
 giflib5.patch |   67 
 2 files changed, 74 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 08:18:26 UTC (rev 191751)
+++ PKGBUILD2013-07-30 08:53:59 UTC (rev 191752)
@@ -11,7 +11,7 @@
  'kdenetwork-krdc'
  'kdenetwork-krfb')
 pkgver=4.10.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -21,13 +21,17 @@
 'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
 'libktorrent' 'libmms' 'telepathy-qt')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
-'use-libotr3.patch')
+'use-libotr3.patch'
+'giflib5.patch')
 sha1sums=('3ee86a1a227593e9f37881da3c1db1a3c384b2e4'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384')
+  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384'
+  '388319373e96e6f6ea1132c35ae9f660e01c')
 
 prepare() {
 cd ${pkgbase}-${pkgver}
 patch -p1 -i ${srcdir}/use-libotr3.patch
+cd kopete
+patch -p1 -i ${srcdir}/giflib5.patch
 }
 
 build() {

Added: giflib5.patch
===
--- giflib5.patch   (rev 0)
+++ giflib5.patch   2013-07-30 08:53:59 UTC (rev 191752)
@@ -0,0 +1,67 @@
+From: Raymond Wooninck tittiatc...@gmail.com
+Date: Sun, 17 Mar 2013 12:24:09 +
+Subject: Enable building with giflib v5
+X-Git-Tag: v4.10.80
+X-Git-Url: 
http://quickgit.kde.org/?p=kopete.gita=commitdiffh=47ceec53aa5ee6b84a753fdbf735e44558513fe2
+---
+Enable building with giflib v5
+
+REVIEW: 7066
+
+svn path=/trunk/KDE/kdenetwork/kopete/; revision=1344846
+---
+
+
+--- a/protocols/wlm/wlmchatsession.cpp
 b/protocols/wlm/wlmchatsession.cpp
+@@ -65,6 +65,10 @@
+ #include wlmchatsessioninkaction.h
+ #ifdef HAVE_GIFLIB
+ #include gif_lib.h
++/* old giflib has no GIFLIB_MAJOR, define to avoid cpp warnings */
++#ifndef GIFLIB_MAJOR
++#define GIFLIB_MAJOR 4
++#endif
+ #endif
+ 
+ WlmChatSession::WlmChatSession (Kopete::Protocol * protocol,
+@@ -467,11 +471,15 @@
+ {
+ #ifdef HAVE_GIFLIB
+ #ifdef HAVE_GIF_ERROR_STRING // giflib 4.2.0+
++#if GIFLIB_MAJOR = 5
++fprintf(stderr, GIF-LIB error (exact reporting not implemented)\n);
++#else
+ const char * errorString = GifErrorString();
+ if (errorString)
+ fprintf(stderr, GIF-LIB error: %s\n, errorString);
+ else
+ fprintf(stderr, GIF-LIB undefined error: %d\n, GifError());
++#endif
+ #else // older giflib versions, libungif
+ PrintGifError();
+ #endif // HAVE_GIF_ERROR_STRING
+@@ -483,6 +491,10 @@
+ WlmChatSession::convertToGif( const QPixmap  ink, QString filename)
+ {
+ #ifdef HAVE_GIFLIB
++#if GIFLIB_MAJOR = 5
++#define FreeMapObject  GifFreeMapObject
++#define MakeMapObject  GifMakeMapObject
++#endif
+ int i, status;
+ GifFileType *GifFile;
+ ColorMapObject *screenColourmap;
+@@ -525,7 +537,11 @@
+ }
+ }
+ 
++#if GIFLIB_MAJOR = 5
++GifFile= EGifOpenFileName(QFile::encodeName(filename).constData(), 0, 
NULL);
++#else
+ GifFile= EGifOpenFileName(QFile::encodeName(filename).constData(), 0);
++#endif
+ if (!GifFile) {
+ FreeMapObject(imageColourmap);
+ FreeMapObject(screenColourmap);
+



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

2013-07-30 Thread Andrea Scarpino
Date: Tuesday, July 30, 2013 @ 10:54:15
  Author: andrea
Revision: 191753

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

Added:
  kdenetwork/repos/staging-i686/
  kdenetwork/repos/staging-i686/PKGBUILD
(from rev 191752, kdenetwork/trunk/PKGBUILD)
  kdenetwork/repos/staging-i686/giflib5.patch
(from rev 191752, kdenetwork/trunk/giflib5.patch)
  kdenetwork/repos/staging-i686/kdenetwork-kget.install
(from rev 191752, kdenetwork/trunk/kdenetwork-kget.install)
  kdenetwork/repos/staging-i686/kdenetwork-kopete.install
(from rev 191752, kdenetwork/trunk/kdenetwork-kopete.install)
  kdenetwork/repos/staging-i686/kdenetwork-kppp.install
(from rev 191752, kdenetwork/trunk/kdenetwork-kppp.install)
  kdenetwork/repos/staging-i686/kdenetwork.install
(from rev 191752, kdenetwork/trunk/kdenetwork.install)
  kdenetwork/repos/staging-i686/use-libotr3.patch
(from rev 191752, kdenetwork/trunk/use-libotr3.patch)
  kdenetwork/repos/staging-x86_64/
  kdenetwork/repos/staging-x86_64/PKGBUILD
(from rev 191752, kdenetwork/trunk/PKGBUILD)
  kdenetwork/repos/staging-x86_64/giflib5.patch
(from rev 191752, kdenetwork/trunk/giflib5.patch)
  kdenetwork/repos/staging-x86_64/kdenetwork-kget.install
(from rev 191752, kdenetwork/trunk/kdenetwork-kget.install)
  kdenetwork/repos/staging-x86_64/kdenetwork-kopete.install
(from rev 191752, kdenetwork/trunk/kdenetwork-kopete.install)
  kdenetwork/repos/staging-x86_64/kdenetwork-kppp.install
(from rev 191752, kdenetwork/trunk/kdenetwork-kppp.install)
  kdenetwork/repos/staging-x86_64/kdenetwork.install
(from rev 191752, kdenetwork/trunk/kdenetwork.install)
  kdenetwork/repos/staging-x86_64/use-libotr3.patch
(from rev 191752, kdenetwork/trunk/use-libotr3.patch)

--+
 staging-i686/PKGBUILD|  122 +
 staging-i686/giflib5.patch   |   67 +++
 staging-i686/kdenetwork-kget.install |   12 ++
 staging-i686/kdenetwork-kopete.install   |   12 ++
 staging-i686/kdenetwork-kppp.install |   12 ++
 staging-i686/kdenetwork.install  |   11 ++
 staging-i686/use-libotr3.patch   |   71 
 staging-x86_64/PKGBUILD  |  122 +
 staging-x86_64/giflib5.patch |   67 +++
 staging-x86_64/kdenetwork-kget.install   |   12 ++
 staging-x86_64/kdenetwork-kopete.install |   12 ++
 staging-x86_64/kdenetwork-kppp.install   |   12 ++
 staging-x86_64/kdenetwork.install|   11 ++
 staging-x86_64/use-libotr3.patch |   71 
 14 files changed, 614 insertions(+)

Copied: kdenetwork/repos/staging-i686/PKGBUILD (from rev 191752, 
kdenetwork/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-30 08:54:15 UTC (rev 191753)
@@ -0,0 +1,122 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdenetwork
+pkgname=('kdenetwork-filesharing'
+ 'kdenetwork-kdnssd'
+ 'kdenetwork-kget'
+ 'kdenetwork-kopete'
+ 'kdenetwork-kppp'
+ 'kdenetwork-krdc'
+ 'kdenetwork-krfb')
+pkgver=4.10.5
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+makedepends=('cmake' 'automoc4' 'boost' 'speex' 'libotr3' 'ppp'
+   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
+'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
+'libktorrent' 'libmms' 'telepathy-qt')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'use-libotr3.patch'
+'giflib5.patch')
+sha1sums=('3ee86a1a227593e9f37881da3c1db1a3c384b2e4'
+  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384'
+  '388319373e96e6f6ea1132c35ae9f660e01c')
+
+prepare() {
+cd ${pkgbase}-${pkgver}
+patch -p1 -i ${srcdir}/use-libotr3.patch
+cd kopete
+patch -p1 -i ${srcdir}/giflib5.patch
+}
+
+build() {
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
+   -DWITH_Xmms=OFF \
+   -DWITH_LibMeanwhile=OFF \
+   -DWITH_qq=OFF
+   make
+}
+
+package_kdenetwork-filesharing() {
+   pkgdesc='Konqueror properties dialog plugin to share a directory with 
the local network'
+   depends=('kdelibs' 'smbclient')
+   install='kdenetwork.install'
+   cd $srcdir/build/kdenetwork-filesharing
+   make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kdnssd() {
+   pkgdesc='Monitors the network 

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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 10:58:10
  Author: bpiotrowski
Revision: 191755

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

Added:
  giflib/repos/staging-i686/PKGBUILD
(from rev 191754, giflib/trunk/PKGBUILD)
  giflib/repos/staging-i686/giflib-5.0.4-include-stddef.patch
(from rev 191754, giflib/trunk/giflib-5.0.4-include-stddef.patch)
  giflib/repos/staging-x86_64/PKGBUILD
(from rev 191754, giflib/trunk/PKGBUILD)
  giflib/repos/staging-x86_64/giflib-5.0.4-include-stddef.patch
(from rev 191754, giflib/trunk/giflib-5.0.4-include-stddef.patch)
Deleted:
  giflib/repos/staging-i686/PKGBUILD
  giflib/repos/staging-x86_64/PKGBUILD

--+
 /PKGBUILD|   82 +
 staging-i686/PKGBUILD|   42 --
 staging-i686/giflib-5.0.4-include-stddef.patch   |   11 ++
 staging-x86_64/PKGBUILD  |   42 --
 staging-x86_64/giflib-5.0.4-include-stddef.patch |   11 ++
 5 files changed, 104 insertions(+), 84 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-07-30 08:57:52 UTC (rev 191754)
+++ staging-i686/PKGBUILD   2013-07-30 08:58:10 UTC (rev 191755)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
-# Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
-# Contributor: mightyjaym jm.ambros...@free.fr
-
-pkgname=giflib
-pkgver=5.0.4
-pkgrel=1
-pkgdesc=A library for reading and writing gif images
-url=http://sourceforge.net/projects/giflib/;
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libx11')
-makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
-provides=(libungif=${pkgver})
-conflicts=('libungif')
-replaces=('libungif')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da60935d07374de00a78c2f6f720c8f5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-
-  # libungif compatibility - instructions taken from Redhat specfile
-  MAJOR=`echo ${pkgver} | sed 's/\([0-9]\+\)\..*/\1/'`
-  gcc -shared -Wl,-soname,libungif.so.${MAJOR} -Llib/.libs -lgif -o 
libungif.so.${pkgver}
-}
-
-package() {
-  cd ${pkgname}-${pkgver} 
-  make DESTDIR=${pkgdir} install
-
-  install -m755 libungif.so.${pkgver} ${pkgdir}/usr/lib/
-  ln -sf libungif.so.${pkgver} ${pkgdir}/usr/lib/libungif.so.4
-  ln -sf libungif.so.4 ${pkgdir}/usr/lib/libungif.so
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: giflib/repos/staging-i686/PKGBUILD (from rev 191754, 
giflib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-30 08:58:10 UTC (rev 191755)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
+# Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
+# Contributor: mightyjaym jm.ambros...@free.fr
+
+pkgname=giflib
+pkgver=5.0.4
+pkgrel=2
+pkgdesc=A library for reading and writing gif images
+url=http://sourceforge.net/projects/giflib/;
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('libx11')
+makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
+provides=(libungif=${pkgver})
+conflicts=('libungif')
+replaces=('libungif')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2
+giflib-5.0.4-include-stddef.patch)
+md5sums=('da60935d07374de00a78c2f6f720c8f5'
+ 'e39b98822334f2bd2009469e5dea65c5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../giflib-5.0.4-include-stddef.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: giflib/repos/staging-i686/giflib-5.0.4-include-stddef.patch (from rev 
191754, giflib/trunk/giflib-5.0.4-include-stddef.patch)
===
--- staging-i686/giflib-5.0.4-include-stddef.patch  
(rev 0)
+++ staging-i686/giflib-5.0.4-include-stddef.patch  2013-07-30 08:58:10 UTC 
(rev 191755)
@@ -0,0 +1,11 @@
+diff -rupN a/lib/gif_lib.h b/lib/gif_lib.h
+--- a/lib/gif_lib.h2013-01-06 07:29:57.0 +0100
 b/lib/gif_lib.h2013-07-30 10:52:47.611034000 +0200
+@@ -19,6 +19,7 @@ extern C {
+ #define GIF_OK  1
+ 
+ #include stdbool.h
++#include stddef.h
+ 
+ #define GIF_STAMP GIFVER  /* First chars in file - GIF stamp.  */
+ #define GIF_STAMP_LEN sizeof(GIF_STAMP) - 1

Deleted: 

[arch-commits] Commit in giflib/trunk (3 files)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 10:57:52
  Author: bpiotrowski
Revision: 191754

upgpkg: giflib 5.0.4-2

- remove backward compatibility with libungif
- include stddef.h in gif_lib.h

Added:
  giflib/trunk/giflib-5.0.4-include-stddef.patch
Modified:
  giflib/trunk/PKGBUILD
Deleted:
  giflib/trunk/giflib-4.2.1-quantize.patch

---+
 PKGBUILD  |   21 -
 giflib-4.2.1-quantize.patch   |  679 
 giflib-5.0.4-include-stddef.patch |   11 
 3 files changed, 21 insertions(+), 690 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 08:54:15 UTC (rev 191753)
+++ PKGBUILD2013-07-30 08:57:52 UTC (rev 191754)
@@ -6,7 +6,7 @@
 
 pkgname=giflib
 pkgver=5.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for reading and writing gif images
 url=http://sourceforge.net/projects/giflib/;
 arch=('i686' 'x86_64')
@@ -17,26 +17,25 @@
 conflicts=('libungif')
 replaces=('libungif')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da60935d07374de00a78c2f6f720c8f5')
+source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2
+giflib-5.0.4-include-stddef.patch)
+md5sums=('da60935d07374de00a78c2f6f720c8f5'
+ 'e39b98822334f2bd2009469e5dea65c5')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../giflib-5.0.4-include-stddef.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static
   make
-
-  # libungif compatibility - instructions taken from Redhat specfile
-  MAJOR=`echo ${pkgver} | sed 's/\([0-9]\+\)\..*/\1/'`
-  gcc -shared -Wl,-soname,libungif.so.${MAJOR} -Llib/.libs -lgif -o 
libungif.so.${pkgver}
 }
 
 package() {
   cd ${pkgname}-${pkgver} 
   make DESTDIR=${pkgdir} install
 
-  install -m755 libungif.so.${pkgver} ${pkgdir}/usr/lib/
-  ln -sf libungif.so.${pkgver} ${pkgdir}/usr/lib/libungif.so.4
-  ln -sf libungif.so.4 ${pkgdir}/usr/lib/libungif.so
-
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }

Deleted: giflib-4.2.1-quantize.patch
===
--- giflib-4.2.1-quantize.patch 2013-07-30 08:54:15 UTC (rev 191753)
+++ giflib-4.2.1-quantize.patch 2013-07-30 08:57:52 UTC (rev 191754)
@@ -1,679 +0,0 @@
-From 7b01ed05d6c16172bd11a62d9b334f0eb7c5fc1e Mon Sep 17 00:00:00 2001
-From: Eric S. Raymond e...@thyrsus.com
-Date: Sun, 3 Jun 2012 07:59:30 -0400
-Subject: [PATCH] Return QuantizeBuffer() to the core library.
-
-Fulfils SourceForge FR 3531618.

- NEWS|   2 +
- lib/Makefile.am |   3 +-
- lib/gif_lib.h   |   9 ++
- lib/quantize.c  | 309 
- util/rgb2gif.c  | 302 --
- 5 files changed, 322 insertions(+), 303 deletions(-)
- create mode 100644 lib/quantize.c
-
-index 813a2f8..ae6d5fa 100644
 a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -13,7 +13,8 @@ libgif_la_SOURCES = dgif_lib.c  \
-   gif_hash.h  \
- gifalloc.c  \
- gif_err.c   \
--  gif_lib_private.h
-+  gif_lib_private.h \
-+  quantize.c
- 
- libgif_la_LDFLAGS = -version-info @SHLIBVERSION@ $(LT_LDFLAGS)
- libgif_la_LIBADD = @DEVS@
-diff --git a/lib/gif_lib.h b/lib/gif_lib.h
-index e942089..73bc437 100644
 a/lib/gif_lib.h
-+++ b/lib/gif_lib.h
-@@ -207,6 +207,15 @@ int DGifGetLZCodes(GifFileType *GifFile, int *GifCode);
- 
- 
- 
/**
-+ * O.K., here are the routines from GIF_LIB file QUANTIZE.C.  
-+**/
-+int QuantizeBuffer(unsigned int Width, unsigned int Height,
-+   int *ColorMapSize, GifByteType * RedInput,
-+   GifByteType * GreenInput, GifByteType * BlueInput,
-+   GifByteType * OutputBuffer,
-+   GifColorType * OutputColorMap);
-+
-+/**
-  * O.K., here are the routines from GIF_LIB file GIF_ERR.C.  
- 
**/
- extern int GifError(void); /* new in 2012 - ESR */
-diff --git a/lib/quantize.c b/lib/quantize.c
-new file mode 100644
-index 000..feb1dc7
 /dev/null
-+++ b/lib/quantize.c
-@@ -0,0 +1,309 @@
-+/*
-+ *
-+ * quantize.c - quantize a high resolution image into lower one
-+ *
-+ * Based on: Color Image Quantization for frame buffer Display, by
-+ * Paul Heckbert SIGGRAPH 1982 page 297-307.

[arch-commits] Commit in gimp-plugin-mathmap/trunk (PKGBUILD giflib-5.0.patch)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 11:03:35
  Author: bpiotrowski
Revision: 94767

upgpkg: gimp-plugin-mathmap 1.3.5-3

- giflib 5.0 rebuild

Added:
  gimp-plugin-mathmap/trunk/giflib-5.0.patch
Modified:
  gimp-plugin-mathmap/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 giflib-5.0.patch |   12 
 2 files changed, 17 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 08:46:54 UTC (rev 94766)
+++ PKGBUILD2013-07-30 09:03:35 UTC (rev 94767)
@@ -14,10 +14,11 @@
 provides=('gimp-mathmap')
 replaces=('gimp-mathmap')
 
source=(http://www.complang.tuwien.ac.at/schani/mathmap/files/mathmap-${pkgver}.tar.gz
 \
-fix_libnoise_build.patch libpng15.patch)
+fix_libnoise_build.patch libpng15.patch giflib-5.0.patch)
 md5sums=('6ff66d070ea410dee1a27283d05b8beb'
  'eca40de0ba0e6b8d34b7d1f904bc3d18'
- '9780d6354b7380b772c4616253ecee54')
+ '9780d6354b7380b772c4616253ecee54'
+ '9cc8eb13526056d8f3d06cc3e984a719')
 
 build() {
   cd $srcdir/mathmap-$pkgver
@@ -26,6 +27,8 @@
   patch -Np1  $srcdir/fix_libnoise_build.patch
   # fix for libpng 1.5
   patch -Np1  $srcdir/libpng15.patch
+  # fix for giflib 5.0
+  patch -Np1  $srcdir/giflib-5.0.patch
 
   make
 }

Added: giflib-5.0.patch
===
--- giflib-5.0.patch(rev 0)
+++ giflib-5.0.patch2013-07-30 09:03:35 UTC (rev 94767)
@@ -0,0 +1,12 @@
+diff -rupN a/rwimg/rwgif.c b/rwimg/rwgif.c
+--- a/rwimg/rwgif.c2009-08-23 13:56:14.0 +0200
 b/rwimg/rwgif.c2013-07-30 10:59:45.391015754 +0200
+@@ -54,7 +54,7 @@ open_gif_file (const char *filename, int
+ 
+ assert(data != 0);
+ 
+-data-file = DGifOpenFileName(filename);
++data-file = DGifOpenFileName(filename, NULL);
+ 
+ assert(data-file !=0);
+ 



[arch-commits] Commit in gimp-plugin-mathmap/repos (10 files)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 11:03:48
  Author: bpiotrowski
Revision: 94768

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

Added:
  gimp-plugin-mathmap/repos/community-staging-i686/
  gimp-plugin-mathmap/repos/community-staging-i686/PKGBUILD
(from rev 94767, gimp-plugin-mathmap/trunk/PKGBUILD)
  gimp-plugin-mathmap/repos/community-staging-i686/fix_libnoise_build.patch
(from rev 94767, gimp-plugin-mathmap/trunk/fix_libnoise_build.patch)
  gimp-plugin-mathmap/repos/community-staging-i686/giflib-5.0.patch
(from rev 94767, gimp-plugin-mathmap/trunk/giflib-5.0.patch)
  gimp-plugin-mathmap/repos/community-staging-i686/libpng15.patch
(from rev 94767, gimp-plugin-mathmap/trunk/libpng15.patch)
  gimp-plugin-mathmap/repos/community-staging-x86_64/
  gimp-plugin-mathmap/repos/community-staging-x86_64/PKGBUILD
(from rev 94767, gimp-plugin-mathmap/trunk/PKGBUILD)
  gimp-plugin-mathmap/repos/community-staging-x86_64/fix_libnoise_build.patch
(from rev 94767, gimp-plugin-mathmap/trunk/fix_libnoise_build.patch)
  gimp-plugin-mathmap/repos/community-staging-x86_64/giflib-5.0.patch
(from rev 94767, gimp-plugin-mathmap/trunk/giflib-5.0.patch)
  gimp-plugin-mathmap/repos/community-staging-x86_64/libpng15.patch
(from rev 94767, gimp-plugin-mathmap/trunk/libpng15.patch)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-i686/fix_libnoise_build.patch   |   12 +
 community-staging-i686/giflib-5.0.patch   |   12 +
 community-staging-i686/libpng15.patch |  170 
 community-staging-x86_64/PKGBUILD |   39 
 community-staging-x86_64/fix_libnoise_build.patch |   12 +
 community-staging-x86_64/giflib-5.0.patch |   12 +
 community-staging-x86_64/libpng15.patch   |  170 
 8 files changed, 466 insertions(+)

Copied: gimp-plugin-mathmap/repos/community-staging-i686/PKGBUILD (from rev 
94767, gimp-plugin-mathmap/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 09:03:48 UTC (rev 94768)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Serge Gielkens gielkens.se...@mumeli.org
+pkgname=gimp-plugin-mathmap
+pkgver=1.3.5
+pkgrel=3
+pkgdesc=A GIMP plug-in which allows distortion of images specified by 
mathematical formulae
+arch=('i686' 'x86_64')
+url=http://www.complang.tuwien.ac.at/schani/mathmap/;
+license=('GPL')
+depends=('gimp' 'gsl' 'gtksourceview2' 'fftw' 'giflib')
+makedepends=('doxygen' 'unzip')
+provides=('gimp-mathmap')
+replaces=('gimp-mathmap')
+source=(http://www.complang.tuwien.ac.at/schani/mathmap/files/mathmap-${pkgver}.tar.gz
 \
+fix_libnoise_build.patch libpng15.patch giflib-5.0.patch)
+md5sums=('6ff66d070ea410dee1a27283d05b8beb'
+ 'eca40de0ba0e6b8d34b7d1f904bc3d18'
+ '9780d6354b7380b772c4616253ecee54'
+ '9cc8eb13526056d8f3d06cc3e984a719')
+
+build() {
+  cd $srcdir/mathmap-$pkgver
+
+  # fix problem with building libnoise
+  patch -Np1  $srcdir/fix_libnoise_build.patch
+  # fix for libpng 1.5
+  patch -Np1  $srcdir/libpng15.patch
+  # fix for giflib 5.0
+  patch -Np1  $srcdir/giflib-5.0.patch
+
+  make
+}
+
+package() {
+  cd $srcdir/mathmap-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
gimp-plugin-mathmap/repos/community-staging-i686/fix_libnoise_build.patch (from 
rev 94767, gimp-plugin-mathmap/trunk/fix_libnoise_build.patch)
===
--- community-staging-i686/fix_libnoise_build.patch 
(rev 0)
+++ community-staging-i686/fix_libnoise_build.patch 2013-07-30 09:03:48 UTC 
(rev 94768)
@@ -0,0 +1,12 @@
+diff -rup mathmap-1.3.5/Makefile mathmap-1.3.5-fix//Makefile
+--- mathmap-1.3.5/Makefile 2009-08-23 13:56:14.0 +0200
 mathmap-1.3.5-fix//Makefile2010-11-11 16:48:13.308941852 +0100
+@@ -178,7 +178,7 @@ backends/lazy_creator.o : backends/lazy_
+   $(CXX) $(MATHMAP_CXXFLAGS) $(FORMATDEFS) -o $@ -c 
backends/lazy_creator.cpp
+ 
+ builtins/libnoise.o : builtins/libnoise.cpp builtins/libnoise.h
+-  $(CXX) $(MATHMAP_CXXFLAGS) -Ilibnoise/noise/include -o $@ -c 
builtins/libnoise.cpp
++  $(CXX) $(MATHMAP_CXXFLAGS) -Ilibnoise/noise/include 
-Ilibnoise/noise/src -o $@ -c builtins/libnoise.cpp
+ 
+ new_builtins.c opdefs.h opfuncs.h compiler_types.h llvm-ops.h : builtins.lisp 
ops.lisp
+   clisp builtins.lisp

Copied: gimp-plugin-mathmap/repos/community-staging-i686/giflib-5.0.patch (from 
rev 94767, gimp-plugin-mathmap/trunk/giflib-5.0.patch)
===
--- community-staging-i686/giflib-5.0.patch 

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

2013-07-30 Thread Jan Steffens
Date: Tuesday, July 30, 2013 @ 11:20:17
  Author: heftig
Revision: 191756

3.8.3

Modified:
  vinagre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 08:58:10 UTC (rev 191755)
+++ PKGBUILD2013-07-30 09:20:17 UTC (rev 191756)
@@ -5,7 +5,7 @@
 # Contributor: lp76 l.ped...@gmail.com
 
 pkgname=vinagre
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 pkgdesc=A VNC Client for the GNOME Desktop
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 options=('!emptydirs' '!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eda05e6abfd3d575f8b954c1e442d28639ae13b67fc285ef585b8cd78da014e8')
+sha256sums=('0d862429307d28333f17afa40cf81f6006903e1aa134a8bc430079a9db40b1c6')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-30 Thread Jan Steffens
Date: Tuesday, July 30, 2013 @ 11:24:26
  Author: heftig
Revision: 191757

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

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

--+
 /PKGBUILD|   68 +
 /vinagre.install |   28 
 extra-i686/PKGBUILD  |   34 
 extra-i686/vinagre.install   |   14 
 extra-x86_64/PKGBUILD|   34 
 extra-x86_64/vinagre.install |   14 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 09:20:17 UTC (rev 191756)
+++ extra-i686/PKGBUILD 2013-07-30 09:24:26 UTC (rev 191757)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Allan McRae mcrae_al...@hotmail.com
-# Contributor: lp76 l.ped...@gmail.com
-
-pkgname=vinagre
-pkgver=3.8.2
-pkgrel=1
-pkgdesc=A VNC Client for the GNOME Desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnome.org/projects/vinagre/;
-install=vinagre.install
-depends=('libsecret' 'gtk-vnc' 'vte3' 'telepathy-glib' 'avahi' 
'desktop-file-utils' 'dconf' 'shared-mime-info' 'gnome-icon-theme')
-optdepends=('openssh: SSH plugin'
-'rdesktop: RDP plugin')
-makedepends=('docbook-xsl' 'intltool' 'rdesktop' 'openssh' 'itstool')
-groups=('gnome-extra')
-options=('!emptydirs' '!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eda05e6abfd3d575f8b954c1e442d28639ae13b67fc285ef585b8cd78da014e8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vinagre/repos/extra-i686/PKGBUILD (from rev 191756, 
vinagre/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-30 09:24:26 UTC (rev 191757)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Allan McRae mcrae_al...@hotmail.com
+# Contributor: lp76 l.ped...@gmail.com
+
+pkgname=vinagre
+pkgver=3.8.3
+pkgrel=1
+pkgdesc=A VNC Client for the GNOME Desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org/projects/vinagre/;
+install=vinagre.install
+depends=('libsecret' 'gtk-vnc' 'vte3' 'telepathy-glib' 'avahi' 
'desktop-file-utils' 'dconf' 'shared-mime-info' 'gnome-icon-theme')
+optdepends=('openssh: SSH plugin'
+'rdesktop: RDP plugin')
+makedepends=('docbook-xsl' 'intltool' 'rdesktop' 'openssh' 'itstool')
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0d862429307d28333f17afa40cf81f6006903e1aa134a8bc430079a9db40b1c6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/vinagre.install
===
--- extra-i686/vinagre.install  2013-07-30 09:20:17 UTC (rev 191756)
+++ extra-i686/vinagre.install  2013-07-30 09:24:26 UTC (rev 191757)
@@ -1,14 +0,0 @@
-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
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vinagre/repos/extra-i686/vinagre.install (from rev 191756, 
vinagre/trunk/vinagre.install)
===
--- extra-i686/vinagre.install  (rev 0)
+++ extra-i686/vinagre.install  2013-07-30 09:24:26 UTC (rev 191757)
@@ -0,0 +1,14 @@
+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
+  update-mime-database 

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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 11:27:09
  Author: bpiotrowski
Revision: 94770

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

Added:
  gnash/repos/community-staging-i686/
  gnash/repos/community-staging-i686/PKGBUILD
(from rev 94769, gnash/trunk/PKGBUILD)
  gnash/repos/community-staging-i686/gnash-0.8.10-boost-1.50.patch
(from rev 94769, gnash/trunk/gnash-0.8.10-boost-1.50.patch)
  gnash/repos/community-staging-i686/gnash-gtk.install
(from rev 94769, gnash/trunk/gnash-gtk.install)
  gnash/repos/community-staging-i686/gnucash-0.8.10-giflib-5.0.patch
(from rev 94769, gnash/trunk/gnucash-0.8.10-giflib-5.0.patch)
  gnash/repos/community-staging-i686/nodebug.patch
(from rev 94769, gnash/trunk/nodebug.patch)
  gnash/repos/community-staging-x86_64/
  gnash/repos/community-staging-x86_64/PKGBUILD
(from rev 94769, gnash/trunk/PKGBUILD)
  gnash/repos/community-staging-x86_64/gnash-0.8.10-boost-1.50.patch
(from rev 94769, gnash/trunk/gnash-0.8.10-boost-1.50.patch)
  gnash/repos/community-staging-x86_64/gnash-gtk.install
(from rev 94769, gnash/trunk/gnash-gtk.install)
  gnash/repos/community-staging-x86_64/gnucash-0.8.10-giflib-5.0.patch
(from rev 94769, gnash/trunk/gnucash-0.8.10-giflib-5.0.patch)
  gnash/repos/community-staging-x86_64/nodebug.patch
(from rev 94769, gnash/trunk/nodebug.patch)

--+
 community-staging-i686/PKGBUILD  |   89 +
 community-staging-i686/gnash-0.8.10-boost-1.50.patch |   12 +
 community-staging-i686/gnash-gtk.install |   22 +++
 community-staging-i686/gnucash-0.8.10-giflib-5.0.patch   |   12 +
 community-staging-i686/nodebug.patch |   48 +++
 community-staging-x86_64/PKGBUILD|   89 +
 community-staging-x86_64/gnash-0.8.10-boost-1.50.patch   |   12 +
 community-staging-x86_64/gnash-gtk.install   |   22 +++
 community-staging-x86_64/gnucash-0.8.10-giflib-5.0.patch |   12 +
 community-staging-x86_64/nodebug.patch   |   48 +++
 10 files changed, 366 insertions(+)

Copied: gnash/repos/community-staging-i686/PKGBUILD (from rev 94769, 
gnash/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 09:27:09 UTC (rev 94770)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=gnash
+pkgname=(gnash-common gnash-gtk)
+pkgver=0.8.10
+pkgrel=10
+arch=(i686 x86_64)
+url=http://www.gnu.org/software/gnash/;
+license=(GPL3)
+makedepends=(curl giflib libldap sdl agg libjpeg libpng libtool mesa glu
+ speex fontconfig
+ gstreamer0.10-base
+ gtk2 libldap xulrunner hicolor-icon-theme desktop-file-utils 
gconf gtkglext
+ pkgconfig boost)
+options=(!libtool !emptydirs)
+source=(http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2
+nodebug.patch gnash-0.8.10-boost-1.50.patch 
gnucash-0.8.10-giflib-5.0.patch)
+sha256sums=('9625072e45df92baa2c28fcd4e2deb66bc827530baedfad2e4e2292d1224'
+'0ebb104a7632af997c7e6b268755949fa0c1eea5e32015b95a22d63d0e431551'
+'ac3e7dbcb2ea30b8a263168462e739aa07706e0e3cdc672410a42a4357dbf54c'
+'d1597ce496d95913a7d5873a0a3c58e4f40fa4ec6e3fc7ae939a66f1362b3e57')
+
+build() {
+  cd gnash-$pkgver
+
+  # Disable very, very verbose debugging (gigabytes of logs)
+  patch -Np1 -i ../nodebug.patch
+
+  # Link to libboost_system.so
+  patch -Np1 -i ../gnash-0.8.10-boost-1.50.patch
+
+  patch -Np1 -i ../gnucash-0.8.10-giflib-5.0.patch
+
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-plugins-install=system \
+--with-npapi-plugindir=/usr/lib/mozilla/plugins \
+--enable-gui=sdl,gtk,dump \
+--enable-media=gst \
+--enable-renderer=all \
+--enable-device=x11
+
+  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
+}
+
+package_gnash-common() {
+  pkgdesc=A GNU Flash movie player
+  depends=(curl giflib sdl agg libjpeg libpng libltdl libgl glu
+   speex fontconfig cairo
+   gstreamer0.10-base
+   boost-libs)
+  backup=(etc/gnashrc etc/gnashthumbnailrc)
+
+  cd gnash-$pkgver
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+
+  # Split gnash-gtk
+  mkdir -p $srcdir/gtk/{etc,usr/{bin,share/man/man1}}
+  mv $pkgdir/usr/bin/{gtk-gnash,gnash-gtk-launcher} \
+$srcdir/gtk/usr/bin/
+  mv $pkgdir/usr/share/man/man1/{gtk-gnash,gnash-gtk-launcher}.1 \
+$srcdir/gtk/usr/share/man/man1/
+  mv 

[arch-commits] Commit in gnash/trunk (PKGBUILD gnucash-0.8.10-giflib-5.0.patch)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 11:26:51
  Author: bpiotrowski
Revision: 94769

upgpkg: gnash 0.8.10-10

- giflib 5.0 rebuild

Added:
  gnash/trunk/gnucash-0.8.10-giflib-5.0.patch
Modified:
  gnash/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 gnucash-0.8.10-giflib-5.0.patch |   12 
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 09:03:48 UTC (rev 94768)
+++ PKGBUILD2013-07-30 09:26:51 UTC (rev 94769)
@@ -4,7 +4,7 @@
 pkgbase=gnash
 pkgname=(gnash-common gnash-gtk)
 pkgver=0.8.10
-pkgrel=9
+pkgrel=10
 arch=(i686 x86_64)
 url=http://www.gnu.org/software/gnash/;
 license=(GPL3)
@@ -15,10 +15,11 @@
  pkgconfig boost)
 options=(!libtool !emptydirs)
 source=(http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2
-nodebug.patch gnash-0.8.10-boost-1.50.patch)
+nodebug.patch gnash-0.8.10-boost-1.50.patch 
gnucash-0.8.10-giflib-5.0.patch)
 sha256sums=('9625072e45df92baa2c28fcd4e2deb66bc827530baedfad2e4e2292d1224'
 '0ebb104a7632af997c7e6b268755949fa0c1eea5e32015b95a22d63d0e431551'
-'ac3e7dbcb2ea30b8a263168462e739aa07706e0e3cdc672410a42a4357dbf54c')
+'ac3e7dbcb2ea30b8a263168462e739aa07706e0e3cdc672410a42a4357dbf54c'
+'d1597ce496d95913a7d5873a0a3c58e4f40fa4ec6e3fc7ae939a66f1362b3e57')
 
 build() {
   cd gnash-$pkgver
@@ -29,6 +30,8 @@
   # Link to libboost_system.so
   patch -Np1 -i ../gnash-0.8.10-boost-1.50.patch
 
+  patch -Np1 -i ../gnucash-0.8.10-giflib-5.0.patch
+
   ./autogen.sh
   ./configure \
 --prefix=/usr \

Added: gnucash-0.8.10-giflib-5.0.patch
===
--- gnucash-0.8.10-giflib-5.0.patch (rev 0)
+++ gnucash-0.8.10-giflib-5.0.patch 2013-07-30 09:26:51 UTC (rev 94769)
@@ -0,0 +1,12 @@
+diff -rupN a/libbase/GnashImageGif.cpp b/libbase/GnashImageGif.cpp
+--- a/libbase/GnashImageGif.cpp2012-01-19 19:17:48.0 +
 b/libbase/GnashImageGif.cpp2013-07-30 09:08:37.707930583 +
+@@ -269,7 +269,7 @@ GifInput::processRecord(GifRecordType re
+ void
+ GifInput::read()
+ {
+-_gif = DGifOpen(_inStream.get(), readData); 
++_gif = DGifOpen(_inStream.get(), readData, NULL); 
+ 
+ GifRecordType record;
+ 



[arch-commits] Commit in gnustep-gui/trunk (PKGBUILD giflib-5.0.patch)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 11:38:11
  Author: bpiotrowski
Revision: 94771

upgpkg: gnustep-gui 0.23.1-1

- giflib 5.0 rebuild

Added:
  gnustep-gui/trunk/giflib-5.0.patch
Modified:
  gnustep-gui/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 giflib-5.0.patch |   21 +
 2 files changed, 26 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 09:27:09 UTC (rev 94770)
+++ PKGBUILD2013-07-30 09:38:11 UTC (rev 94771)
@@ -15,8 +15,10 @@
 conflicts=('gnustep-gui-svn')
 groups=('gnustep-core')
 options=('!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('1771bdb42f27ee946b17bf60fef5eb2e')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.0.patch)
+md5sums=('1771bdb42f27ee946b17bf60fef5eb2e'
+ 'b998c0bc3e2bc260c2779d7a50ce6407')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -24,6 +26,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
   sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
   sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
+  patch -Np1 -i ../giflib-5.0.patch
   make
 }
 

Added: giflib-5.0.patch
===
--- giflib-5.0.patch(rev 0)
+++ giflib-5.0.patch2013-07-30 09:38:11 UTC (rev 94771)
@@ -0,0 +1,21 @@
+diff -rupN a/Source/NSBitmapImageRep+GIF.m b/Source/NSBitmapImageRep+GIF.m
+--- a/Source/NSBitmapImageRep+GIF.m2013-01-13 14:57:37.0 +0100
 b/Source/NSBitmapImageRep+GIF.m2013-07-30 11:30:19.630935640 +0200
+@@ -142,7 +142,7 @@ static int gs_gif_output(GifFileType *fi
+ }
+ 
+   gs_gif_init_input_source(src, imageData);
+-  file = DGifOpen(src, gs_gif_input);
++  file = DGifOpen(src, gs_gif_input, NULL);
+   if (file == NULL)
+ {
+   /* we do not use giferror here because it doesn't
+@@ -216,7 +216,7 @@ static int gs_gif_output(GifFileType *fi
+ 
+   /* open the image */
+   gs_gif_init_input_source(src, imageData);
+-  file = DGifOpen(src, gs_gif_input);
++  file = DGifOpen(src, gs_gif_input, NULL);
+   if (file == NULL)
+ {
+   /* we do not use giferror here because it doesn't



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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 11:38:27
  Author: bpiotrowski
Revision: 94772

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 94771, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 94771, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.0.patch
(from rev 94771, gnustep-gui/trunk/giflib-5.0.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 94771, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 94771, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.0.patch
(from rev 94771, gnustep-gui/trunk/giflib-5.0.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/giflib-5.0.patch   |   21 
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/giflib-5.0.patch |   21 
 6 files changed, 118 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 94771, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-07-30 09:38:27 UTC (rev 94772)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 94771, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 09:38:27 UTC (rev 94772)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-gui
+pkgver=0.23.1
+pkgrel=1
+pkgdesc=The GNUstep GUI class library
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 
'libsndfile' 'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.0.patch)
+md5sums=('1771bdb42f27ee946b17bf60fef5eb2e'
+ 'b998c0bc3e2bc260c2779d7a50ce6407')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
+  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
+  patch -Np1 -i ../giflib-5.0.patch
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.0.patch (from rev 
94771, gnustep-gui/trunk/giflib-5.0.patch)
===
--- community-staging-i686/giflib-5.0.patch (rev 0)
+++ community-staging-i686/giflib-5.0.patch 2013-07-30 09:38:27 UTC (rev 
94772)
@@ -0,0 +1,21 @@
+diff -rupN a/Source/NSBitmapImageRep+GIF.m b/Source/NSBitmapImageRep+GIF.m
+--- a/Source/NSBitmapImageRep+GIF.m2013-01-13 14:57:37.0 +0100
 b/Source/NSBitmapImageRep+GIF.m2013-07-30 11:30:19.630935640 +0200
+@@ -142,7 +142,7 @@ static int gs_gif_output(GifFileType *fi
+ }
+ 
+   gs_gif_init_input_source(src, imageData);
+-  file = DGifOpen(src, gs_gif_input);
++  file = DGifOpen(src, gs_gif_input, NULL);
+   if (file == NULL)
+ {
+   /* we do not use giferror here because it doesn't
+@@ -216,7 +216,7 @@ static int gs_gif_output(GifFileType *fi
+ 
+   /* open the image */
+   gs_gif_init_input_source(src, imageData);
+-  file = DGifOpen(src, gs_gif_input);
++  file = DGifOpen(src, gs_gif_input, NULL);
+   if (file == NULL)
+ {
+   /* we do not use giferror here because it doesn't

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 94771, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2013-07-30 09:38:27 UTC (rev 94772)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 94771, 

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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 11:45:00
  Author: jgc
Revision: 191759

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

Added:
  libgdiplus/repos/staging-i686/
  libgdiplus/repos/staging-i686/PKGBUILD
(from rev 191758, libgdiplus/trunk/PKGBUILD)
  libgdiplus/repos/staging-i686/libgdiplus-2.10.9-gold.patch
(from rev 191758, libgdiplus/trunk/libgdiplus-2.10.9-gold.patch)
  libgdiplus/repos/staging-i686/libgdiplus0-giflib5.patch
(from rev 191758, libgdiplus/trunk/libgdiplus0-giflib5.patch)
  libgdiplus/repos/staging-i686/libpng15.patch
(from rev 191758, libgdiplus/trunk/libpng15.patch)
  libgdiplus/repos/staging-x86_64/
  libgdiplus/repos/staging-x86_64/PKGBUILD
(from rev 191758, libgdiplus/trunk/PKGBUILD)
  libgdiplus/repos/staging-x86_64/libgdiplus-2.10.9-gold.patch
(from rev 191758, libgdiplus/trunk/libgdiplus-2.10.9-gold.patch)
  libgdiplus/repos/staging-x86_64/libgdiplus0-giflib5.patch
(from rev 191758, libgdiplus/trunk/libgdiplus0-giflib5.patch)
  libgdiplus/repos/staging-x86_64/libpng15.patch
(from rev 191758, libgdiplus/trunk/libpng15.patch)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-i686/libgdiplus-2.10.9-gold.patch   |   16 ++
 staging-i686/libgdiplus0-giflib5.patch  |  117 ++
 staging-i686/libpng15.patch |  164 ++
 staging-x86_64/PKGBUILD |   38 ++
 staging-x86_64/libgdiplus-2.10.9-gold.patch |   16 ++
 staging-x86_64/libgdiplus0-giflib5.patch|  117 ++
 staging-x86_64/libpng15.patch   |  164 ++
 8 files changed, 670 insertions(+)

Copied: libgdiplus/repos/staging-i686/PKGBUILD (from rev 191758, 
libgdiplus/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-30 09:45:00 UTC (rev 191759)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=libgdiplus
+pkgver=2.10.9
+pkgrel=1
+pkgdesc=An Open Source Implementation of the GDI+ API
+arch=(i686 x86_64)
+license=('MPL' 'LGPL')
+url=http://www.mono-project.com;
+depends=('libtiff' 'cairo' 'giflib' 'glib2' 'libexif')
+options=('!libtool')
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+libpng15.patch
+libgdiplus0-giflib5.patch
+libgdiplus-2.10.9-gold.patch)
+md5sums=('b4615c14584b5d73cbb9757c28887654'
+ 'a2d143676bbaceeb88b4c34069e93986'
+ 'ad97558c721106eea03c7808b501814b'
+ '95fb92750c131ce9287419c3ac5fcb76')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np0 -i ../libpng15.patch
+  patch -Np1 -i ../libgdiplus0-giflib5.patch
+  patch -Np1 -i ../libgdiplus-2.10.9-gold.patch
+}
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-cairo=system
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgdiplus/repos/staging-i686/libgdiplus-2.10.9-gold.patch (from rev 
191758, libgdiplus/trunk/libgdiplus-2.10.9-gold.patch)
===
--- staging-i686/libgdiplus-2.10.9-gold.patch   (rev 0)
+++ staging-i686/libgdiplus-2.10.9-gold.patch   2013-07-30 09:45:00 UTC (rev 
191759)
@@ -0,0 +1,16 @@
+ tests/Makefile.in |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/tests/Makefile.in b/tests/Makefile.in
+index 97f5f4e..c02ca25 100644
+--- a/tests/Makefile.in
 b/tests/Makefile.in
+@@ -228,7 +228,7 @@ DEPS = \
+   $(top_builddir)/src/libgdiplus.la
+ 
+ LDADDS = \
+-  $(top_builddir)/src/libgdiplus.la
++  $(top_builddir)/src/libgdiplus.la -lX11 -lglib-2.0
+ 
+ testgdi_DEPENDENCIES = $(TEST_DEPS)
+ testgdi_LDADD = $(LDADDS)

Copied: libgdiplus/repos/staging-i686/libgdiplus0-giflib5.patch (from rev 
191758, libgdiplus/trunk/libgdiplus0-giflib5.patch)
===
--- staging-i686/libgdiplus0-giflib5.patch  (rev 0)
+++ staging-i686/libgdiplus0-giflib5.patch  2013-07-30 09:45:00 UTC (rev 
191759)
@@ -0,0 +1,117 @@
+diff --git a/src/gifcodec.c b/src/gifcodec.c
+index 8dee0eb..564beed 100644
+--- a/src/gifcodec.c
 b/src/gifcodec.c
+@@ -39,8 +39,10 @@ GUID gdip_gif_image_format_guid = {0xb96b3cb0U, 0x0728U, 
0x11d3U, {0x9d, 0x7b, 0
+ 
+ #include gifcodec.h
+ 
++#if GIFLIB_MAJOR  5
+ /* giflib declares this incorrectly as EgifOpen */
+ extern GifFileType *EGifOpen(void *userData, OutputFunc writeFunc);
++#endif
+ 
+ /* Data structure used for callback */
+ typedef struct
+@@ -105,7 +107,7 @@ gdip_gif_inputfunc (GifFileType *gif, GifByteType *data, 
int len)
+ */
+ 
+ static int
+-AddExtensionBlockMono(SavedImage *New, int Len, BYTE ExtData[])
++AddExtensionBlockMono(SavedImage *New, int 

[arch-commits] Commit in libgdiplus/trunk (3 files)

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 11:44:51
  Author: jgc
Revision: 191758

giflib rebuild, add patches to make it build
upgpkg: libgdiplus 2.10.9-1

Added:
  libgdiplus/trunk/libgdiplus-2.10.9-gold.patch
  libgdiplus/trunk/libgdiplus0-giflib5.patch
Modified:
  libgdiplus/trunk/PKGBUILD

--+
 PKGBUILD |   28 ++---
 libgdiplus-2.10.9-gold.patch |   16 +
 libgdiplus0-giflib5.patch|  117 +
 3 files changed, 152 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 09:24:26 UTC (rev 191757)
+++ PKGBUILD2013-07-30 09:44:51 UTC (rev 191758)
@@ -2,27 +2,37 @@
 # Maintainer: Daniel Isenmann dan...@archlinux.org
 
 pkgname=libgdiplus
-pkgver=2.10
-pkgrel=4
+pkgver=2.10.9
+pkgrel=1
 pkgdesc=An Open Source Implementation of the GDI+ API
 arch=(i686 x86_64)
 license=('MPL' 'LGPL')
 url=http://www.mono-project.com;
-depends=('libtiff=3.9.2-2' 'cairo=1.8.10' 'giflib' 'glib2=2.24.0' 'libexif')
+depends=('libtiff' 'cairo' 'giflib' 'glib2' 'libexif')
 options=('!libtool')
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 libpng15.patch)
-md5sums=('451966e8f637e3a1f02d1d30f900255d'
- 'a2d143676bbaceeb88b4c34069e93986')
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+libpng15.patch
+libgdiplus0-giflib5.patch
+libgdiplus-2.10.9-gold.patch)
+md5sums=('b4615c14584b5d73cbb9757c28887654'
+ 'a2d143676bbaceeb88b4c34069e93986'
+ 'ad97558c721106eea03c7808b501814b'
+ '95fb92750c131ce9287419c3ac5fcb76')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np0 -i ../libpng15.patch
+  patch -Np1 -i ../libgdiplus0-giflib5.patch
+  patch -Np1 -i ../libgdiplus-2.10.9-gold.patch
+}
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0 ../libpng15.patch
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --with-cairo=system
 
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }

Added: libgdiplus-2.10.9-gold.patch
===
--- libgdiplus-2.10.9-gold.patch(rev 0)
+++ libgdiplus-2.10.9-gold.patch2013-07-30 09:44:51 UTC (rev 191758)
@@ -0,0 +1,16 @@
+ tests/Makefile.in |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/tests/Makefile.in b/tests/Makefile.in
+index 97f5f4e..c02ca25 100644
+--- a/tests/Makefile.in
 b/tests/Makefile.in
+@@ -228,7 +228,7 @@ DEPS = \
+   $(top_builddir)/src/libgdiplus.la
+ 
+ LDADDS = \
+-  $(top_builddir)/src/libgdiplus.la
++  $(top_builddir)/src/libgdiplus.la -lX11 -lglib-2.0
+ 
+ testgdi_DEPENDENCIES = $(TEST_DEPS)
+ testgdi_LDADD = $(LDADDS)

Added: libgdiplus0-giflib5.patch
===
--- libgdiplus0-giflib5.patch   (rev 0)
+++ libgdiplus0-giflib5.patch   2013-07-30 09:44:51 UTC (rev 191758)
@@ -0,0 +1,117 @@
+diff --git a/src/gifcodec.c b/src/gifcodec.c
+index 8dee0eb..564beed 100644
+--- a/src/gifcodec.c
 b/src/gifcodec.c
+@@ -39,8 +39,10 @@ GUID gdip_gif_image_format_guid = {0xb96b3cb0U, 0x0728U, 
0x11d3U, {0x9d, 0x7b, 0
+ 
+ #include gifcodec.h
+ 
++#if GIFLIB_MAJOR  5
+ /* giflib declares this incorrectly as EgifOpen */
+ extern GifFileType *EGifOpen(void *userData, OutputFunc writeFunc);
++#endif
+ 
+ /* Data structure used for callback */
+ typedef struct
+@@ -105,7 +107,7 @@ gdip_gif_inputfunc (GifFileType *gif, GifByteType *data, 
int len)
+ */
+ 
+ static int
+-AddExtensionBlockMono(SavedImage *New, int Len, BYTE ExtData[])
++AddExtensionBlockMono(SavedImage *New, int Len, int func, BYTE ExtData[])
+ {
+   ExtensionBlock  *ep;
+ 
+@@ -129,7 +131,7 @@ AddExtensionBlockMono(SavedImage *New, int Len, BYTE 
ExtData[])
+ 
+   if (ExtData) {
+   memcpy(ep-Bytes, ExtData, Len);
+-  ep-Function = New-Function;
++  ep-Function = func;
+   }
+ 
+   return (GIF_OK);
+@@ -232,20 +234,20 @@ DGifSlurpMono(GifFileType * GifFile, SavedImage 
*TrailingExtensions)
+   }
+ 
+   case EXTENSION_RECORD_TYPE: {
+-  if (DGifGetExtension(GifFile, 
temp_save.Function, ExtData) == GIF_ERROR) {
++  int func;
++  if (DGifGetExtension(GifFile, func, ExtData) 
== GIF_ERROR) {
+   return (GIF_ERROR);
+   }
+ 
+   while (ExtData != NULL) {
+   /* Create an extension block with our 
data */
+-  if (AddExtensionBlockMono(temp_save, 
ExtData[0], ExtData[1]) == GIF_ERROR) 

[arch-commits] Commit in lib32-libx11/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-07-30 Thread Laurent Carlier
Date: Tuesday, July 30, 2013 @ 11:50:41
  Author: lcarlier
Revision: 94774

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libx11/repos/multilib-x86_64/PKGBUILD
(from rev 94773, lib32-libx11/trunk/PKGBUILD)
Deleted:
  lib32-libx11/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-30 09:50:29 UTC (rev 94773)
+++ PKGBUILD2013-07-30 09:50:41 UTC (rev 94774)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-_pkgbasename=libx11
-pkgname=lib32-$_pkgbasename
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=X11 client-side library (32-bit)
-arch=(x86_64)
-url=http://xorg.freedesktop.org/;
-depends=('lib32-libxcb' $_pkgbasename)
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto' 
'gcc-multilib')
-options=('!libtool')
-license=('custom:XFREE86')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa')
-
-build() {
-  export CC=gcc -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/libX11-${pkgver}
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont \
-  --libdir=/usr/lib32 --disable-specs
-  make
-}
-
-check() {
-  cd ${srcdir}/libX11-${pkgver}
-
-  make check
-}
-
-package() {
-  cd ${srcdir}/libX11-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share}
-
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libx11/repos/multilib-x86_64/PKGBUILD (from rev 94773, 
lib32-libx11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-30 09:50:41 UTC (rev 94774)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libx11
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=X11 client-side library (32-bit)
+arch=(x86_64)
+url=http://xorg.freedesktop.org/;
+depends=('lib32-libxcb' $_pkgbasename)
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto' 
'gcc-multilib')
+options=('!libtool')
+license=('custom:XFREE86')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
+sha256sums=('10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892')
+
+build() {
+  export CC=gcc -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/libX11-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont \
+  --libdir=/usr/lib32 --disable-specs
+  make
+}
+
+check() {
+  cd ${srcdir}/libX11-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${srcdir}/libX11-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2013-07-30 Thread Laurent Carlier
Date: Tuesday, July 30, 2013 @ 11:50:29
  Author: lcarlier
Revision: 94773

upgpkg: lib32-libx11 1.6.1-1

Sync with extra

Modified:
  lib32-libx11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 09:38:27 UTC (rev 94772)
+++ PKGBUILD2013-07-30 09:50:29 UTC (rev 94773)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libx11
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=X11 client-side library (32-bit)
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=('!libtool')
 license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa')
+sha256sums=('10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in gimp-plugin-mathmap/trunk (PKGBUILD)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 11:54:23
  Author: bpiotrowski
Revision: 94775

upgpkg: gimp-plugin-mathmap 1.3.5-4

- giflib 5.0 rebuild

Modified:
  gimp-plugin-mathmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 09:50:41 UTC (rev 94774)
+++ PKGBUILD2013-07-30 09:54:23 UTC (rev 94775)
@@ -4,7 +4,7 @@
 # Contributor: Serge Gielkens gielkens.se...@mumeli.org
 pkgname=gimp-plugin-mathmap
 pkgver=1.3.5
-pkgrel=3
+pkgrel=4
 pkgdesc=A GIMP plug-in which allows distortion of images specified by 
mathematical formulae
 arch=('i686' 'x86_64')
 url=http://www.complang.tuwien.ac.at/schani/mathmap/;



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

2013-07-30 Thread Jan Steffens
Date: Tuesday, July 30, 2013 @ 11:54:35
  Author: heftig
Revision: 191760

0.14.4

Modified:
  gssdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 09:45:00 UTC (rev 191759)
+++ PKGBUILD2013-07-30 09:54:35 UTC (rev 191760)
@@ -3,7 +3,7 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=gssdp
-pkgver=0.14.3
+pkgver=0.14.4
 pkgrel=1
 pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 optdepends=('gtk3: gssdp-device-sniffer')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('79dbdc5f79cc406632a783826b3dbe6acc0fbf41eb801b642bce1a02ecc3c66d')
+sha256sums=('ed93fa1555a7032fa1e2b24eeef17d20a2275ee8b1682f28ac48640d6f2112ac')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gimp-plugin-mathmap/repos (16 files)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 11:54:43
  Author: bpiotrowski
Revision: 94776

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

Added:
  gimp-plugin-mathmap/repos/community-staging-i686/PKGBUILD
(from rev 94775, gimp-plugin-mathmap/trunk/PKGBUILD)
  gimp-plugin-mathmap/repos/community-staging-i686/fix_libnoise_build.patch
(from rev 94775, gimp-plugin-mathmap/trunk/fix_libnoise_build.patch)
  gimp-plugin-mathmap/repos/community-staging-i686/giflib-5.0.patch
(from rev 94775, gimp-plugin-mathmap/trunk/giflib-5.0.patch)
  gimp-plugin-mathmap/repos/community-staging-i686/libpng15.patch
(from rev 94775, gimp-plugin-mathmap/trunk/libpng15.patch)
  gimp-plugin-mathmap/repos/community-staging-x86_64/PKGBUILD
(from rev 94775, gimp-plugin-mathmap/trunk/PKGBUILD)
  gimp-plugin-mathmap/repos/community-staging-x86_64/fix_libnoise_build.patch
(from rev 94775, gimp-plugin-mathmap/trunk/fix_libnoise_build.patch)
  gimp-plugin-mathmap/repos/community-staging-x86_64/giflib-5.0.patch
(from rev 94775, gimp-plugin-mathmap/trunk/giflib-5.0.patch)
  gimp-plugin-mathmap/repos/community-staging-x86_64/libpng15.patch
(from rev 94775, gimp-plugin-mathmap/trunk/libpng15.patch)
Deleted:
  gimp-plugin-mathmap/repos/community-staging-i686/PKGBUILD
  gimp-plugin-mathmap/repos/community-staging-i686/fix_libnoise_build.patch
  gimp-plugin-mathmap/repos/community-staging-i686/giflib-5.0.patch
  gimp-plugin-mathmap/repos/community-staging-i686/libpng15.patch
  gimp-plugin-mathmap/repos/community-staging-x86_64/PKGBUILD
  gimp-plugin-mathmap/repos/community-staging-x86_64/fix_libnoise_build.patch
  gimp-plugin-mathmap/repos/community-staging-x86_64/giflib-5.0.patch
  gimp-plugin-mathmap/repos/community-staging-x86_64/libpng15.patch

---+
 /PKGBUILD |   78 
 /fix_libnoise_build.patch |   24 +
 /giflib-5.0.patch |   24 +
 /libpng15.patch   |  340 
 community-staging-i686/PKGBUILD   |   39 --
 community-staging-i686/fix_libnoise_build.patch   |   12 
 community-staging-i686/giflib-5.0.patch   |   12 
 community-staging-i686/libpng15.patch |  170 --
 community-staging-x86_64/PKGBUILD |   39 --
 community-staging-x86_64/fix_libnoise_build.patch |   12 
 community-staging-x86_64/giflib-5.0.patch |   12 
 community-staging-x86_64/libpng15.patch   |  170 --
 12 files changed, 466 insertions(+), 466 deletions(-)

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


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

2013-07-30 Thread Jan Steffens
Date: Tuesday, July 30, 2013 @ 11:55:54
  Author: heftig
Revision: 191761

0.20.4

Modified:
  gupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 09:54:35 UTC (rev 191760)
+++ PKGBUILD2013-07-30 09:55:54 UTC (rev 191761)
@@ -3,7 +3,7 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=gupnp
-pkgver=0.20.3
+pkgver=0.20.4
 pkgrel=1
 pkgdesc=An object-oriented UPNP framework
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 optdepends=('python2: gupnp-binding-tool')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ed7db7506506434d0fd272e3866d7ae985af5b9d7e9e5e120f8581ade90869f0')
+sha256sums=('27eec44d62f6f60305cd65d7a488fc128700f8345ab37cc2ab42cf052fdd5b35')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-30 Thread Jan Steffens
Date: Tuesday, July 30, 2013 @ 11:58:58
  Author: heftig
Revision: 191762

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 09:55:54 UTC (rev 191761)
+++ extra-i686/PKGBUILD 2013-07-30 09:58:58 UTC (rev 191762)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gssdp
-pkgver=0.14.3
-pkgrel=1
-pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
-arch=(i686 x86_64)
-url=http://gupnp.org/;
-license=(LGPL)
-depends=(libsoup)
-makedepends=(gobject-introspection gtk3 gtk-doc vala)
-optdepends=('gtk3: gssdp-device-sniffer')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('79dbdc5f79cc406632a783826b3dbe6acc0fbf41eb801b642bce1a02ecc3c66d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gssdp/repos/extra-i686/PKGBUILD (from rev 191761, gssdp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-30 09:58:58 UTC (rev 191762)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gssdp
+pkgver=0.14.4
+pkgrel=1
+pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
+arch=(i686 x86_64)
+url=http://gupnp.org/;
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk3 gtk-doc vala)
+optdepends=('gtk3: gssdp-device-sniffer')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ed93fa1555a7032fa1e2b24eeef17d20a2275ee8b1682f28ac48640d6f2112ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-30 09:55:54 UTC (rev 191761)
+++ extra-x86_64/PKGBUILD   2013-07-30 09:58:58 UTC (rev 191762)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gssdp
-pkgver=0.14.3
-pkgrel=1
-pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
-arch=(i686 x86_64)
-url=http://gupnp.org/;
-license=(LGPL)
-depends=(libsoup)
-makedepends=(gobject-introspection gtk3 gtk-doc vala)
-optdepends=('gtk3: gssdp-device-sniffer')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('79dbdc5f79cc406632a783826b3dbe6acc0fbf41eb801b642bce1a02ecc3c66d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gssdp/repos/extra-x86_64/PKGBUILD (from rev 191761, 
gssdp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-30 09:58:58 UTC (rev 191762)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gssdp
+pkgver=0.14.4
+pkgrel=1
+pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
+arch=(i686 x86_64)
+url=http://gupnp.org/;
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk3 gtk-doc vala)
+optdepends=('gtk3: gssdp-device-sniffer')
+options=('!libtool')

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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 12:01:23
  Author: bpiotrowski
Revision: 94777

upgpkg: gnustep-gui 0.23.1-2

- giflib 5.0 rebuild

Modified:
  gnustep-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 09:54:43 UTC (rev 94776)
+++ PKGBUILD2013-07-30 10:01:23 UTC (rev 94777)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-gui
 pkgver=0.23.1
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNUstep GUI class library
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;



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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 12:01:35
  Author: bpiotrowski
Revision: 94778

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

Added:
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 94777, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 94777, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.0.patch
(from rev 94777, gnustep-gui/trunk/giflib-5.0.patch)
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 94777, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 94777, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.0.patch
(from rev 94777, gnustep-gui/trunk/giflib-5.0.patch)
Deleted:
  gnustep-gui/repos/community-staging-i686/ChangeLog
  gnustep-gui/repos/community-staging-i686/PKGBUILD
  gnustep-gui/repos/community-staging-i686/giflib-5.0.patch
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
  gnustep-gui/repos/community-staging-x86_64/giflib-5.0.patch

---+
 /ChangeLog|4 +
 /PKGBUILD |   72 
 /giflib-5.0.patch |   42 
 community-staging-i686/ChangeLog  |2 
 community-staging-i686/PKGBUILD   |   36 --
 community-staging-i686/giflib-5.0.patch   |   21 
 community-staging-x86_64/ChangeLog|2 
 community-staging-x86_64/PKGBUILD |   36 --
 community-staging-x86_64/giflib-5.0.patch |   21 
 9 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-staging-i686/ChangeLog
===
--- community-staging-i686/ChangeLog2013-07-30 10:01:23 UTC (rev 94777)
+++ community-staging-i686/ChangeLog2013-07-30 10:01:35 UTC (rev 94778)
@@ -1,2 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 94777, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-07-30 10:01:35 UTC (rev 94778)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-07-30 10:01:23 UTC (rev 94777)
+++ community-staging-i686/PKGBUILD 2013-07-30 10:01:35 UTC (rev 94778)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-gui
-pkgver=0.23.1
-pkgrel=1
-pkgdesc=The GNUstep GUI class library
-arch=('i686' 'x86_64')
-url=http://www.gnustep.org/;
-license=('LGPL')
-depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 
'libsndfile' 'giflib' 'libao')
-makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
-conflicts=('gnustep-gui-svn')
-groups=('gnustep-core')
-options=('!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
-giflib-5.0.patch)
-md5sums=('1771bdb42f27ee946b17bf60fef5eb2e'
- 'b998c0bc3e2bc260c2779d7a50ce6407')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  . /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
-  sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
-  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
-  patch -Np1 -i ../giflib-5.0.patch
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 94777, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 10:01:35 UTC (rev 94778)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-gui
+pkgver=0.23.1
+pkgrel=2
+pkgdesc=The GNUstep GUI class library
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 
'libsndfile' 'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+

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

2013-07-30 Thread Jan Steffens
Date: Tuesday, July 30, 2013 @ 12:02:50
  Author: heftig
Revision: 191763

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 09:58:58 UTC (rev 191762)
+++ extra-i686/PKGBUILD 2013-07-30 10:02:50 UTC (rev 191763)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gupnp
-pkgver=0.20.3
-pkgrel=1
-pkgdesc=An object-oriented UPNP framework
-arch=(i686 x86_64)
-url=http://gupnp.org/;
-license=(LGPL)
-depends=(gssdp util-linux)
-makedepends=(gobject-introspection gtk-doc vala) 
-optdepends=('python2: gupnp-binding-tool')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ed7db7506506434d0fd272e3866d7ae985af5b9d7e9e5e120f8581ade90869f0')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '1s|^#!.*python$|2|' tools/gupnp-binding-tool
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --with-context-manager=linux
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gupnp/repos/extra-i686/PKGBUILD (from rev 191762, gupnp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-30 10:02:50 UTC (rev 191763)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gupnp
+pkgver=0.20.4
+pkgrel=1
+pkgdesc=An object-oriented UPNP framework
+arch=(i686 x86_64)
+url=http://gupnp.org/;
+license=(LGPL)
+depends=(gssdp util-linux)
+makedepends=(gobject-introspection gtk-doc vala) 
+optdepends=('python2: gupnp-binding-tool')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('27eec44d62f6f60305cd65d7a488fc128700f8345ab37cc2ab42cf052fdd5b35')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '1s|^#!.*python$|2|' tools/gupnp-binding-tool
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --with-context-manager=linux
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-30 09:58:58 UTC (rev 191762)
+++ extra-x86_64/PKGBUILD   2013-07-30 10:02:50 UTC (rev 191763)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gupnp
-pkgver=0.20.3
-pkgrel=1
-pkgdesc=An object-oriented UPNP framework
-arch=(i686 x86_64)
-url=http://gupnp.org/;
-license=(LGPL)
-depends=(gssdp util-linux)
-makedepends=(gobject-introspection gtk-doc vala) 
-optdepends=('python2: gupnp-binding-tool')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ed7db7506506434d0fd272e3866d7ae985af5b9d7e9e5e120f8581ade90869f0')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '1s|^#!.*python$|2|' tools/gupnp-binding-tool
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --with-context-manager=linux
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 191762, 
gupnp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-30 10:02:50 UTC (rev 191763)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gupnp
+pkgver=0.20.4
+pkgrel=1
+pkgdesc=An object-oriented UPNP framework
+arch=(i686 x86_64)
+url=http://gupnp.org/;
+license=(LGPL)
+depends=(gssdp util-linux)
+makedepends=(gobject-introspection gtk-doc vala) 
+optdepends=('python2: gupnp-binding-tool')

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

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 12:05:13
  Author: spupykin
Revision: 94779

upgpkg: nestopia 1.45-1

upd

Modified:
  nestopia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 10:01:35 UTC (rev 94778)
+++ PKGBUILD2013-07-30 10:05:13 UTC (rev 94779)
@@ -4,17 +4,17 @@
 # Contributor: robb_force robb_fo...@holybuffalo.net
 
 pkgname=nestopia
-pkgver=1.44
+pkgver=1.45
 pkgrel=1
 pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
 url='http://0ldsk00l.ca/nestopia.html'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('sdl' 'alsa-lib' 'gtk3' 'glu')
+depends=('sdl' 'alsa-lib' 'gtk3' 'glu' 'libarchive')
 makedepends=('unzip' 'mesa')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
build-fix.patch)
-md5sums=('ea59be039dfc50ae32a6decf905f04b8'
+md5sums=('f34aa327011af7c149ec679db5b53362'
  '4a852d8e484c2fe214377ec18a68356f')
 
 build() {



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

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 12:05:36
  Author: spupykin
Revision: 94780

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

Added:
  nestopia/repos/community-i686/ChangeLog
(from rev 94779, nestopia/trunk/ChangeLog)
  nestopia/repos/community-i686/PKGBUILD
(from rev 94779, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-i686/build-fix.patch
(from rev 94779, nestopia/trunk/build-fix.patch)
  nestopia/repos/community-x86_64/ChangeLog
(from rev 94779, nestopia/trunk/ChangeLog)
  nestopia/repos/community-x86_64/PKGBUILD
(from rev 94779, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-x86_64/build-fix.patch
(from rev 94779, nestopia/trunk/build-fix.patch)
Deleted:
  nestopia/repos/community-i686/ChangeLog
  nestopia/repos/community-i686/PKGBUILD
  nestopia/repos/community-i686/build-fix.patch
  nestopia/repos/community-x86_64/ChangeLog
  nestopia/repos/community-x86_64/PKGBUILD
  nestopia/repos/community-x86_64/build-fix.patch

--+
 /ChangeLog   |   24 ++
 /PKGBUILD|   62 +
 /build-fix.patch |   36 +
 community-i686/ChangeLog |   12 ---
 community-i686/PKGBUILD  |   31 --
 community-i686/build-fix.patch   |   18 --
 community-x86_64/ChangeLog   |   12 ---
 community-x86_64/PKGBUILD|   31 --
 community-x86_64/build-fix.patch |   18 --
 9 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-07-30 10:05:13 UTC (rev 94779)
+++ community-i686/ChangeLog2013-07-30 10:05:36 UTC (rev 94780)
@@ -1,12 +0,0 @@
-2008-12-16  Tiago Pierezan Camargo  tcama...@gmail.com
-
-   * PKGBUILD: Minor corrections.
-
-2008-12-04  Tiago Pierezan Camargo  tcama...@gmail.com
-
-   * PKGBUILD (source): Package adopted.
-   Variable/version cleanup.
-   Patch to remove bogus error messages on program exit.
-   New dependency: mesa.
-   Renamed executable to nestopia.
-

Copied: nestopia/repos/community-i686/ChangeLog (from rev 94779, 
nestopia/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-07-30 10:05:36 UTC (rev 94780)
@@ -0,0 +1,12 @@
+2008-12-16  Tiago Pierezan Camargo  tcama...@gmail.com
+
+   * PKGBUILD: Minor corrections.
+
+2008-12-04  Tiago Pierezan Camargo  tcama...@gmail.com
+
+   * PKGBUILD (source): Package adopted.
+   Variable/version cleanup.
+   Patch to remove bogus error messages on program exit.
+   New dependency: mesa.
+   Renamed executable to nestopia.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-30 10:05:13 UTC (rev 94779)
+++ community-i686/PKGBUILD 2013-07-30 10:05:36 UTC (rev 94780)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-
-pkgname=nestopia
-pkgver=1.44
-pkgrel=1
-pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
-url='http://0ldsk00l.ca/nestopia.html'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('sdl' 'alsa-lib' 'gtk3' 'glu')
-makedepends=('unzip' 'mesa')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
-   build-fix.patch)
-md5sums=('ea59be039dfc50ae32a6decf905f04b8'
- '4a852d8e484c2fe214377ec18a68356f')
-
-build() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  patch -p1 $srcdir/build-fix.patch
-  export LDFLAGS=-lX11
-  make PREFIX=/usr -j1
-}
-
-package() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  mkdir -p $pkgdir/usr/{bin,share/nestopia}
-  make install PREFIX=$pkgdir/usr
-}

Copied: nestopia/repos/community-i686/PKGBUILD (from rev 94779, 
nestopia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-30 10:05:36 UTC (rev 94780)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=nestopia
+pkgver=1.45
+pkgrel=1
+pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
+url='http://0ldsk00l.ca/nestopia.html'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('sdl' 'alsa-lib' 'gtk3' 'glu' 'libarchive')
+makedepends=('unzip' 'mesa')

[arch-commits] Commit in emacs/trunk (PKGBUILD emacs-24.3-giflib5.patch)

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 12:29:42
  Author: jgc
Revision: 191764

giflib rebuild
upgpkg: emacs 24.3-3

Added:
  emacs/trunk/emacs-24.3-giflib5.patch
Modified:
  emacs/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 emacs-24.3-giflib5.patch |   26 ++
 2 files changed, 37 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 10:02:50 UTC (rev 191763)
+++ PKGBUILD2013-07-30 10:29:42 UTC (rev 191764)
@@ -4,20 +4,27 @@
 
 pkgname=emacs
 pkgver=24.3
-pkgrel=2
+pkgrel=3
 pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/emacs/emacs.html;
 license=('GPL3')
 depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick')
 install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig})
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig}
+emacs-24.3-giflib5.patch)
 md5sums=('ea9ed000ca165280265aabb55b9afbd7'
- '3f6990fabfbe1d5f3cd58bace4eb20f1')
+ 'SKIP'
+ '560cdf463299e059c5fadf474bcba218')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../emacs-24.3-giflib5.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
 --localstatedir=/var --with-x-toolkit=gtk3 --with-xft
   make
 }

Added: emacs-24.3-giflib5.patch
===
--- emacs-24.3-giflib5.patch(rev 0)
+++ emacs-24.3-giflib5.patch2013-07-30 10:29:42 UTC (rev 191764)
@@ -0,0 +1,26 @@
+--- src/image.c
 src/image.c2013-05-21 15:49:41.945819346 +
+@@ -7192,7 +7192,11 @@ gif_load (struct frame *f, struct image
+   }
+ 
+   /* Open the GIF file.  */
++#if GIFLIB_MAJOR  5
+   gif = fn_DGifOpenFileName (SSDATA (file));
++#else
++  gif = fn_DGifOpenFileName (SSDATA (file), NULL);
++#endif
+   if (gif == NULL)
+   {
+ image_error (Cannot open `%s', file, Qnil);
+@@ -7213,7 +7217,11 @@ gif_load (struct frame *f, struct image
+   memsrc.len = SBYTES (specified_data);
+   memsrc.index = 0;
+ 
++#if GIFLIB_MAJOR  5
+   gif = fn_DGifOpen (memsrc, gif_read_from_memory);
++#else
++  gif = fn_DGifOpen (memsrc, gif_read_from_memory, NULL);
++#endif
+   if (!gif)
+   {
+ image_error (Cannot open memory source `%s', img-spec, Qnil);



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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 12:29:49
  Author: jgc
Revision: 191765

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

Added:
  emacs/repos/staging-i686/
  emacs/repos/staging-i686/PKGBUILD
(from rev 191764, emacs/trunk/PKGBUILD)
  emacs/repos/staging-i686/emacs-24.3-giflib5.patch
(from rev 191764, emacs/trunk/emacs-24.3-giflib5.patch)
  emacs/repos/staging-i686/emacs.install
(from rev 191764, emacs/trunk/emacs.install)
  emacs/repos/staging-x86_64/
  emacs/repos/staging-x86_64/PKGBUILD
(from rev 191764, emacs/trunk/PKGBUILD)
  emacs/repos/staging-x86_64/emacs-24.3-giflib5.patch
(from rev 191764, emacs/trunk/emacs-24.3-giflib5.patch)
  emacs/repos/staging-x86_64/emacs.install
(from rev 191764, emacs/trunk/emacs.install)

-+
 staging-i686/PKGBUILD   |   48 ++
 staging-i686/emacs-24.3-giflib5.patch   |   26 
 staging-i686/emacs.install  |   32 
 staging-x86_64/PKGBUILD |   48 ++
 staging-x86_64/emacs-24.3-giflib5.patch |   26 
 staging-x86_64/emacs.install|   32 
 6 files changed, 212 insertions(+)

Copied: emacs/repos/staging-i686/PKGBUILD (from rev 191764, 
emacs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-30 10:29:49 UTC (rev 191765)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.3
+pkgrel=3
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig}
+emacs-24.3-giflib5.patch)
+md5sums=('ea9ed000ca165280265aabb55b9afbd7'
+ 'SKIP'
+ '560cdf463299e059c5fadf474bcba218')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../emacs-24.3-giflib5.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk3 --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # remove conflict with texinfo
+  rm $pkgdir/usr/share/info/info.info.gz
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$pkgver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Copied: emacs/repos/staging-i686/emacs-24.3-giflib5.patch (from rev 191764, 
emacs/trunk/emacs-24.3-giflib5.patch)
===
--- staging-i686/emacs-24.3-giflib5.patch   (rev 0)
+++ staging-i686/emacs-24.3-giflib5.patch   2013-07-30 10:29:49 UTC (rev 
191765)
@@ -0,0 +1,26 @@
+--- src/image.c
 src/image.c2013-05-21 15:49:41.945819346 +
+@@ -7192,7 +7192,11 @@ gif_load (struct frame *f, struct image
+   }
+ 
+   /* Open the GIF file.  */
++#if GIFLIB_MAJOR  5
+   gif = fn_DGifOpenFileName (SSDATA (file));
++#else
++  gif = fn_DGifOpenFileName (SSDATA (file), NULL);
++#endif
+   if (gif == NULL)
+   {
+ image_error (Cannot open `%s', file, Qnil);
+@@ -7213,7 +7217,11 @@ gif_load (struct frame *f, struct image
+   memsrc.len = SBYTES (specified_data);
+   memsrc.index = 0;
+ 
++#if GIFLIB_MAJOR  5
+   gif = fn_DGifOpen (memsrc, gif_read_from_memory);
++#else
++  gif = fn_DGifOpen (memsrc, gif_read_from_memory, NULL);
++#endif
+   if (!gif)
+   {
+ image_error (Cannot open memory source `%s', img-spec, Qnil);

Copied: emacs/repos/staging-i686/emacs.install (from rev 191764, 
emacs/trunk/emacs.install)
===
--- staging-i686/emacs.install  (rev 0)
+++ staging-i686/emacs.install  2013-07-30 10:29:49 UTC (rev 191765)
@@ -0,0 +1,32 @@
+ICON_PATH=usr/share/icons/hicolor
+INFO_DIR=usr/share/info
+
+INFO_FILES=(ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse
+ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert 
eshell eudc flymake
+forms gnus htmlfontify idlwave mairix-el message mh-e 

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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 12:54:28
  Author: jgc
Revision: 191769

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

Added:
  evas/repos/staging-i686/
  evas/repos/staging-i686/PKGBUILD
(from rev 191768, evas/trunk/PKGBUILD)
  evas/repos/staging-i686/evas-1.7.5-giflib5.patch
(from rev 191768, evas/trunk/evas-1.7.5-giflib5.patch)
  evas/repos/staging-x86_64/
  evas/repos/staging-x86_64/PKGBUILD
(from rev 191768, evas/trunk/PKGBUILD)
  evas/repos/staging-x86_64/evas-1.7.5-giflib5.patch
(from rev 191768, evas/trunk/evas-1.7.5-giflib5.patch)

-+
 staging-i686/PKGBUILD   |   71 ++
 staging-i686/evas-1.7.5-giflib5.patch   |   93 ++
 staging-x86_64/PKGBUILD |   71 ++
 staging-x86_64/evas-1.7.5-giflib5.patch |   93 ++
 4 files changed, 328 insertions(+)

Copied: evas/repos/staging-i686/PKGBUILD (from rev 191768, evas/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-30 10:54:28 UTC (rev 191769)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas
+pkgver=1.7.7
+pkgrel=2
+pkgdesc=A hardware-accelerated canvas API for X-Windows
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('eet' 'giflib' 'libpng' 'libjpeg' 'libxrender' 'mesa'
+  'fribidi' 'fontconfig' 'freetype2' 'harfbuzz' 'evas_generic_loaders')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz
+evas-1.7.5-giflib5.patch)
+sha1sums=('0b37848127872be7250d1c3bdff622d78cb7f3af'
+  'ec40d3aff6240dc0e33e648c76393f62b985628a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../evas-1.7.5-giflib5.patch
+}
+build() {
+  cd $pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-strict \
+--disable-static \
+--enable-fontconfig \
+--enable-fribidi \
+--enable-harfbuzz \
+--disable-pixman \
+--enable-buffer=static \
+--disable-gl-sdl \
+--enable-fb \
+--disable-directfb \
+--disable-wayland-shm \
+--disable-wayland-egl \
+--disable-sdl-primitive \
+--disable-software-xcb \
+--enable-software-xlib=static \
+--disable-gl-xcb \
+--enable-gl-xlib \
+--disable-image-loader-edb \
+--enable-image-loader-gif=static \
+--enable-image-loader-tiff=static \
+--enable-image-loader-svg=static \
+--enable-image-loader-eet=static \
+--enable-image-loader-generic=static \
+--disable-install-examples \
+--disable-tests \
+--disable-coverage \
+--disable-doc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: evas/repos/staging-i686/evas-1.7.5-giflib5.patch (from rev 191768, 
evas/trunk/evas-1.7.5-giflib5.patch)
===
--- staging-i686/evas-1.7.5-giflib5.patch   (rev 0)
+++ staging-i686/evas-1.7.5-giflib5.patch   2013-07-30 10:54:28 UTC (rev 
191769)
@@ -0,0 +1,93 @@
+diff --git a/src/modules/loaders/gif/evas_image_load_gif.c 
b/src/modules/loaders/gif/evas_image_load_gif.c
+index 18a6e23..e8cc562 100644
+--- a/src/modules/loaders/gif/evas_image_load_gif.c
 b/src/modules/loaders/gif/evas_image_load_gif.c
+@@ -684,7 +684,9 @@ evas_image_load_file_head_gif(Image_Entry *ie, const char 
*file, const char *key
+int h;
+int alpha;
+int loop_count = -1;
+-
++#if GIFLIB_MAJOR = 5
++   int err;
++#endif
+w = 0;
+h = 0;
+alpha = -1;
+@@ -700,7 +702,11 @@ evas_image_load_file_head_gif(Image_Entry *ie, const char 
*file, const char *key
+ return EINA_FALSE;
+  }
+ 
++#if GIFLIB_MAJOR = 5
++   gif = DGifOpenFileHandle(fd, err);
++#else
+gif = DGifOpenFileHandle(fd);
++#endif
+if (!gif)
+  {
+ if (fd) close(fd);
+@@ -826,6 +832,9 @@ evas_image_load_specific_frame(Image_Entry *ie, const char 
*file, int frame_inde
+GifFileType   *gif;
+Image_Entry_Frame *frame = NULL;
+Gif_Frame *gif_frame = NULL;
++#if GIFLIB_MAJOR = 5
++   interr;
++#endif
+ 
+ #ifndef __EMX__
+fd = open(file, 

[arch-commits] Commit in evas/trunk (PKGBUILD evas-1.7.5-giflib5.patch)

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 12:54:23
  Author: jgc
Revision: 191768

giflib rebuild
upgpkg: evas 1.7.7-2

Added:
  evas/trunk/evas-1.7.5-giflib5.patch
Modified:
  evas/trunk/PKGBUILD

--+
 PKGBUILD |   18 +---
 evas-1.7.5-giflib5.patch |   93 +
 2 files changed, 105 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 10:31:09 UTC (rev 191767)
+++ PKGBUILD2013-07-30 10:54:23 UTC (rev 191768)
@@ -4,19 +4,25 @@
 
 pkgname=evas
 pkgver=1.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A hardware-accelerated canvas API for X-Windows
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
 license=('BSD')
-depends=('eet' 'giflib' 'libpng' 'libjpeg=7' 'libxrender' 'mesa'
+depends=('eet' 'giflib' 'libpng' 'libjpeg' 'libxrender' 'mesa'
   'fribidi' 'fontconfig' 'freetype2' 'harfbuzz' 'evas_generic_loaders')
 options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('0b37848127872be7250d1c3bdff622d78cb7f3af')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz
+evas-1.7.5-giflib5.patch)
+sha1sums=('0b37848127872be7250d1c3bdff622d78cb7f3af'
+  'ec40d3aff6240dc0e33e648c76393f62b985628a')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../evas-1.7.5-giflib5.patch
+}
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
@@ -56,7 +62,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 
   # install license files

Added: evas-1.7.5-giflib5.patch
===
--- evas-1.7.5-giflib5.patch(rev 0)
+++ evas-1.7.5-giflib5.patch2013-07-30 10:54:23 UTC (rev 191768)
@@ -0,0 +1,93 @@
+diff --git a/src/modules/loaders/gif/evas_image_load_gif.c 
b/src/modules/loaders/gif/evas_image_load_gif.c
+index 18a6e23..e8cc562 100644
+--- a/src/modules/loaders/gif/evas_image_load_gif.c
 b/src/modules/loaders/gif/evas_image_load_gif.c
+@@ -684,7 +684,9 @@ evas_image_load_file_head_gif(Image_Entry *ie, const char 
*file, const char *key
+int h;
+int alpha;
+int loop_count = -1;
+-
++#if GIFLIB_MAJOR = 5
++   int err;
++#endif
+w = 0;
+h = 0;
+alpha = -1;
+@@ -700,7 +702,11 @@ evas_image_load_file_head_gif(Image_Entry *ie, const char 
*file, const char *key
+ return EINA_FALSE;
+  }
+ 
++#if GIFLIB_MAJOR = 5
++   gif = DGifOpenFileHandle(fd, err);
++#else
+gif = DGifOpenFileHandle(fd);
++#endif
+if (!gif)
+  {
+ if (fd) close(fd);
+@@ -826,6 +832,9 @@ evas_image_load_specific_frame(Image_Entry *ie, const char 
*file, int frame_inde
+GifFileType   *gif;
+Image_Entry_Frame *frame = NULL;
+Gif_Frame *gif_frame = NULL;
++#if GIFLIB_MAJOR = 5
++   interr;
++#endif
+ 
+ #ifndef __EMX__
+fd = open(file, O_RDONLY);
+@@ -838,7 +847,11 @@ evas_image_load_specific_frame(Image_Entry *ie, const 
char *file, int frame_inde
+ return EINA_FALSE;
+  }
+ 
++#if GIFLIB_MAJOR = 5
++   gif = DGifOpenFileHandle(fd, err);
++#else
+gif = DGifOpenFileHandle(fd);
++#endif
+if (!gif)
+  {
+ if (fd) close(fd);
+@@ -915,6 +928,9 @@ evas_image_load_file_data_gif(Image_Entry *ie, const char 
*file, const char *key
+   {
+  int   fd;
+  GifFileType  *gif;
++#if GIFLIB_MAJOR = 5
++ int   err;
++#endif
+ 
+ #ifndef __EMX__
+  fd = open(file, O_RDONLY);
+@@ -927,7 +943,11 @@ evas_image_load_file_data_gif(Image_Entry *ie, const char 
*file, const char *key
+   return EINA_FALSE;
+}
+ 
++#if GIFLIB_MAJOR = 5
++ gif = DGifOpenFileHandle(fd, err);
++#else
+  gif = DGifOpenFileHandle(fd);
++#endif
+  if (!gif)
+{
+   if (fd) close(fd);
+@@ -984,6 +1004,9 @@ evas_image_load_frame_duration_gif(Image_Entry *ie, const 
char *file, const int
+int remain_frames = frame_num;
+double  duration = 0;
+int frame_count = 0;
++#if GIFLIB_MAJOR = 5
++   int err;
++#endif
+ 
+frame_count = ie-frame_count;
+ 
+@@ -1000,7 +1023,11 @@ evas_image_load_frame_duration_gif(Image_Entry *ie, 
const char *file, const int
+ #endif
+if (fd  0) return -1;
+ 
++#if GIFLIB_MAJOR = 5
++   gif = DGifOpenFileHandle(fd, err);
++#else
+gif = DGifOpenFileHandle(fd);
++#endif
+if (!gif)
+  {
+ if (fd) close(fd);



[arch-commits] Commit in imlib2/trunk (PKGBUILD imlib2-giflib5.patch)

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 13:05:39
  Author: jgc
Revision: 191770

giflib rebuild
re-enable mmx and amd64 optimisations. The reason to disable it were alignment 
issues in 1.4.2, which has been fixed upstream long time ago
upgpkg: imlib2 1.4.5-5

Added:
  imlib2/trunk/imlib2-giflib5.patch
Modified:
  imlib2/trunk/PKGBUILD

--+
 PKGBUILD |   23 ++-
 imlib2-giflib5.patch |   14 ++
 2 files changed, 28 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 10:54:28 UTC (rev 191769)
+++ PKGBUILD2013-07-30 11:05:39 UTC (rev 191770)
@@ -5,24 +5,29 @@
 
 pkgname=imlib2
 pkgver=1.4.5
-pkgrel=4
+pkgrel=5
 pkgdesc=Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support
 url=http://sourceforge.net/projects/enlightenment/;
 arch=('i686' 'x86_64')
 license=('BSD')
 depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2;)
-sha1sums=('af86a2c38f4bc3806db57e64e74dc9814ad474a0')
+source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2
+imlib2-giflib5.patch)
+sha1sums=('af86a2c38f4bc3806db57e64e74dc9814ad474a0'
+  '29d0778ffbe6e57f08048918a79eb1ad6af87bce')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../imlib2-giflib5.patch
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  # disable optimizations, they cause problems (e.g. FS#12268)
-  [ $CARCH = i686 ]  EXTRAOPTS=--disable-mmx
-  [ $CARCH = x86_64 ]  EXTRAOPTS=--disable-amd64
+  [ $CARCH = i686 ]  EXTRAOPTS=--enable-mmx
+  [ $CARCH = x86_64 ]  EXTRAOPTS=--enable-amd64
 
-  # Configure and Build
   ./configure --prefix=/usr \
   --sysconfdir=/etc/imlib2 \
   --x-libraries=/usr/lib $EXTRAOPTS
@@ -30,7 +35,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 
   # Install License

Added: imlib2-giflib5.patch
===
--- imlib2-giflib5.patch(rev 0)
+++ imlib2-giflib5.patch2013-07-30 11:05:39 UTC (rev 191770)
@@ -0,0 +1,14 @@
+--- src/modules/loaders/loader_gif.c.orig
 src/modules/loaders/loader_gif.c
+@@ -40,7 +40,11 @@ load(ImlibImage * im, ImlibProgressFunct
+ #endif
+if (fd  0)
+   return 0;
++#if defined(GIFLIB_MAJOR)  (GIFLIB_MAJOR = 5)
++   gif = DGifOpenFileHandle(fd, NULL);
++#else
+gif = DGifOpenFileHandle(fd);
++#endif
+if (!gif)
+  {
+ close(fd);



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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 13:05:44
  Author: jgc
Revision: 191771

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

Added:
  imlib2/repos/staging-i686/
  imlib2/repos/staging-i686/PKGBUILD
(from rev 191770, imlib2/trunk/PKGBUILD)
  imlib2/repos/staging-i686/imlib2-giflib5.patch
(from rev 191770, imlib2/trunk/imlib2-giflib5.patch)
  imlib2/repos/staging-x86_64/
  imlib2/repos/staging-x86_64/PKGBUILD
(from rev 191770, imlib2/trunk/PKGBUILD)
  imlib2/repos/staging-x86_64/imlib2-giflib5.patch
(from rev 191770, imlib2/trunk/imlib2-giflib5.patch)

-+
 staging-i686/PKGBUILD   |   43 ++
 staging-i686/imlib2-giflib5.patch   |   14 +++
 staging-x86_64/PKGBUILD |   43 ++
 staging-x86_64/imlib2-giflib5.patch |   14 +++
 4 files changed, 114 insertions(+)

Copied: imlib2/repos/staging-i686/PKGBUILD (from rev 191770, 
imlib2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-30 11:05:44 UTC (rev 191771)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Arjan Timmerman arjan.archlinux.org
+# Contributor: Tom Newsom Jeepster.gmx.co.uk
+
+pkgname=imlib2
+pkgver=1.4.5
+pkgrel=5
+pkgdesc=Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support
+url=http://sourceforge.net/projects/enlightenment/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2
+imlib2-giflib5.patch)
+sha1sums=('af86a2c38f4bc3806db57e64e74dc9814ad474a0'
+  '29d0778ffbe6e57f08048918a79eb1ad6af87bce')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../imlib2-giflib5.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  [ $CARCH = i686 ]  EXTRAOPTS=--enable-mmx
+  [ $CARCH = x86_64 ]  EXTRAOPTS=--enable-amd64
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/imlib2 \
+  --x-libraries=/usr/lib $EXTRAOPTS
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Install License
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: imlib2/repos/staging-i686/imlib2-giflib5.patch (from rev 191770, 
imlib2/trunk/imlib2-giflib5.patch)
===
--- staging-i686/imlib2-giflib5.patch   (rev 0)
+++ staging-i686/imlib2-giflib5.patch   2013-07-30 11:05:44 UTC (rev 191771)
@@ -0,0 +1,14 @@
+--- src/modules/loaders/loader_gif.c.orig
 src/modules/loaders/loader_gif.c
+@@ -40,7 +40,11 @@ load(ImlibImage * im, ImlibProgressFunct
+ #endif
+if (fd  0)
+   return 0;
++#if defined(GIFLIB_MAJOR)  (GIFLIB_MAJOR = 5)
++   gif = DGifOpenFileHandle(fd, NULL);
++#else
+gif = DGifOpenFileHandle(fd);
++#endif
+if (!gif)
+  {
+ close(fd);

Copied: imlib2/repos/staging-x86_64/PKGBUILD (from rev 191770, 
imlib2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-30 11:05:44 UTC (rev 191771)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Arjan Timmerman arjan.archlinux.org
+# Contributor: Tom Newsom Jeepster.gmx.co.uk
+
+pkgname=imlib2
+pkgver=1.4.5
+pkgrel=5
+pkgdesc=Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support
+url=http://sourceforge.net/projects/enlightenment/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2
+imlib2-giflib5.patch)
+sha1sums=('af86a2c38f4bc3806db57e64e74dc9814ad474a0'
+  '29d0778ffbe6e57f08048918a79eb1ad6af87bce')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../imlib2-giflib5.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  [ $CARCH = i686 ]  EXTRAOPTS=--enable-mmx
+  [ $CARCH = x86_64 ]  EXTRAOPTS=--enable-amd64
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/imlib2 \
+  --x-libraries=/usr/lib $EXTRAOPTS
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Install License
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: imlib2/repos/staging-x86_64/imlib2-giflib5.patch (from rev 191770, 
imlib2/trunk/imlib2-giflib5.patch)
===
--- 

[arch-commits] Commit in metapixel/trunk (PKGBUILD metapixel-1.0.2-giflib-5.0.patch)

2013-07-30 Thread Lukas Fleischer
Date: Tuesday, July 30, 2013 @ 13:26:17
  Author: lfleischer
Revision: 94781

upgpkg: metapixel 1.0.2-5

giflib 5.0 rebuild.

Added:
  metapixel/trunk/metapixel-1.0.2-giflib-5.0.patch
Modified:
  metapixel/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 metapixel-1.0.2-giflib-5.0.patch |   11 +++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 10:05:36 UTC (rev 94780)
+++ PKGBUILD2013-07-30 11:26:17 UTC (rev 94781)
@@ -4,21 +4,24 @@
 
 pkgname=metapixel
 pkgver=1.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc='A program for generating photomosaics.'
 arch=('i686' 'x86_64')
 url='http://www.complang.tuwien.ac.at/schani/metapixel/'
 license=('GPL')
 depends=('giflib' 'libjpeg' 'libpng' 'perl')
 
source=(http://www.complang.tuwien.ac.at/schani/metapixel/files/${pkgname}-${pkgver}.tar.gz;
-'metapixel-1.0.2-libpng-1.5.patch')
+'metapixel-1.0.2-libpng-1.5.patch'
+'metapixel-1.0.2-giflib-5.0.patch')
 md5sums=('af5d77d38826756af213a08e3ada9941'
- '1832a79790b07402735bfeb9f71f36e9')
+ '1832a79790b07402735bfeb9f71f36e9'
+ 'f16abb33c545734eea36ec16c92a05e8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   patch -p1 -i ../metapixel-1.0.2-libpng-1.5.patch
+  patch -p0 -i ../metapixel-1.0.2-giflib-5.0.patch
 
   make
 }

Added: metapixel-1.0.2-giflib-5.0.patch
===
--- metapixel-1.0.2-giflib-5.0.patch(rev 0)
+++ metapixel-1.0.2-giflib-5.0.patch2013-07-30 11:26:17 UTC (rev 94781)
@@ -0,0 +1,11 @@
+--- rwimg/rwgif.c.orig 2013-07-30 13:21:57.733602922 +0200
 rwimg/rwgif.c  2013-07-30 13:21:01.827421262 +0200
+@@ -54,7 +54,7 @@ open_gif_file (const char *filename, int
+ 
+ assert(data != 0);
+ 
+-data-file = DGifOpenFileName(filename);
++data-file = DGifOpenFileName(filename, NULL);
+ 
+ assert(data-file !=0);
+ 



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

2013-07-30 Thread Lukas Fleischer
Date: Tuesday, July 30, 2013 @ 13:26:46
  Author: lfleischer
Revision: 94782

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

Added:
  metapixel/repos/community-staging-i686/
  metapixel/repos/community-staging-i686/PKGBUILD
(from rev 94781, metapixel/trunk/PKGBUILD)
  metapixel/repos/community-staging-i686/metapixel-1.0.2-giflib-5.0.patch
(from rev 94781, metapixel/trunk/metapixel-1.0.2-giflib-5.0.patch)
  metapixel/repos/community-staging-i686/metapixel-1.0.2-libpng-1.5.patch
(from rev 94781, metapixel/trunk/metapixel-1.0.2-libpng-1.5.patch)
  metapixel/repos/community-staging-x86_64/
  metapixel/repos/community-staging-x86_64/PKGBUILD
(from rev 94781, metapixel/trunk/PKGBUILD)
  metapixel/repos/community-staging-x86_64/metapixel-1.0.2-giflib-5.0.patch
(from rev 94781, metapixel/trunk/metapixel-1.0.2-giflib-5.0.patch)
  metapixel/repos/community-staging-x86_64/metapixel-1.0.2-libpng-1.5.patch
(from rev 94781, metapixel/trunk/metapixel-1.0.2-libpng-1.5.patch)

---+
 community-staging-i686/PKGBUILD   |   35 ++
 community-staging-i686/metapixel-1.0.2-giflib-5.0.patch   |   11 
 community-staging-i686/metapixel-1.0.2-libpng-1.5.patch   |  174 
 community-staging-x86_64/PKGBUILD |   35 ++
 community-staging-x86_64/metapixel-1.0.2-giflib-5.0.patch |   11 
 community-staging-x86_64/metapixel-1.0.2-libpng-1.5.patch |  174 
 6 files changed, 440 insertions(+)

Copied: metapixel/repos/community-staging-i686/PKGBUILD (from rev 94781, 
metapixel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 11:26:46 UTC (rev 94782)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Daniel Isenmann daniel.isenmann [at] gmx [dot] de
+
+pkgname=metapixel
+pkgver=1.0.2
+pkgrel=5
+pkgdesc='A program for generating photomosaics.'
+arch=('i686' 'x86_64')
+url='http://www.complang.tuwien.ac.at/schani/metapixel/'
+license=('GPL')
+depends=('giflib' 'libjpeg' 'libpng' 'perl')
+source=(http://www.complang.tuwien.ac.at/schani/metapixel/files/${pkgname}-${pkgver}.tar.gz;
+'metapixel-1.0.2-libpng-1.5.patch'
+'metapixel-1.0.2-giflib-5.0.patch')
+md5sums=('af5d77d38826756af213a08e3ada9941'
+ '1832a79790b07402735bfeb9f71f36e9'
+ 'f16abb33c545734eea36ec16c92a05e8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -p1 -i ../metapixel-1.0.2-libpng-1.5.patch
+  patch -p0 -i ../metapixel-1.0.2-giflib-5.0.patch
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  install -dm0755 ${pkgdir}/usr/share/man/man1
+
+  make PREFIX=${pkgdir}/usr install
+}

Copied: metapixel/repos/community-staging-i686/metapixel-1.0.2-giflib-5.0.patch 
(from rev 94781, metapixel/trunk/metapixel-1.0.2-giflib-5.0.patch)
===
--- community-staging-i686/metapixel-1.0.2-giflib-5.0.patch 
(rev 0)
+++ community-staging-i686/metapixel-1.0.2-giflib-5.0.patch 2013-07-30 
11:26:46 UTC (rev 94782)
@@ -0,0 +1,11 @@
+--- rwimg/rwgif.c.orig 2013-07-30 13:21:57.733602922 +0200
 rwimg/rwgif.c  2013-07-30 13:21:01.827421262 +0200
+@@ -54,7 +54,7 @@ open_gif_file (const char *filename, int
+ 
+ assert(data != 0);
+ 
+-data-file = DGifOpenFileName(filename);
++data-file = DGifOpenFileName(filename, NULL);
+ 
+ assert(data-file !=0);
+ 

Copied: metapixel/repos/community-staging-i686/metapixel-1.0.2-libpng-1.5.patch 
(from rev 94781, metapixel/trunk/metapixel-1.0.2-libpng-1.5.patch)
===
--- community-staging-i686/metapixel-1.0.2-libpng-1.5.patch 
(rev 0)
+++ community-staging-i686/metapixel-1.0.2-libpng-1.5.patch 2013-07-30 
11:26:46 UTC (rev 94782)
@@ -0,0 +1,174 @@
+--- metapixel-1.0.2.orig/rwimg/rwpng.c
 metapixel-1.0.2/rwimg/rwpng.c
+@@ -57,19 +57,39 @@
+ data-end_info = png_create_info_struct(data-png_ptr);
+ assert(data-end_info != 0);
+ 
++#if PNG_LIBPNG_VER_MAJOR = 1  PNG_LIBPNG_VER_MINOR = 4
++  if (setjmp(png_jmpbuf((data-png_ptr
++#else
+ if (setjmp(data-png_ptr-jmpbuf))
++#endif
+   assert(0);
+ 
+-png_init_io(data-png_ptr, data-file);
+-
++#if PNG_LIBPNG_VER_MAJOR = 1  PNG_LIBPNG_VER_MINOR = 4
++  png_init_io(data-png_ptr, data-file);
++png_read_info(data-png_ptr, data-info_ptr);
++#else
++  png_init_io(data-png_ptr, data-file);
+ png_read_info(data-png_ptr, data-info_ptr);
++#endif
+ 
++#if PNG_LIBPNG_VER_MAJOR = 1  PNG_LIBPNG_VER_MINOR = 4
++  *width = png_get_image_width(data-png_ptr, data-info_ptr);
++  *height = 

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

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 13:30:15
  Author: spupykin
Revision: 94783

upgpkg: openscenegraph 3.2.0-3

upd

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 11:26:46 UTC (rev 94782)
+++ PKGBUILD2013-07-30 11:30:15 UTC (rev 94783)
@@ -6,7 +6,7 @@
 
 pkgname=openscenegraph
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=An Open Source, high performance real-time graphics toolkit
 arch=('i686' 'x86_64')
 license=('custom:OSGPL')



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

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 13:30:33
  Author: spupykin
Revision: 94784

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

Added:
  openscenegraph/repos/community-staging-i686/
  openscenegraph/repos/community-staging-i686/PKGBUILD
(from rev 94783, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-x86_64/
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
(from rev 94783, openscenegraph/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-x86_64/PKGBUILD |   52 
 2 files changed, 104 insertions(+)

Copied: openscenegraph/repos/community-staging-i686/PKGBUILD (from rev 94783, 
openscenegraph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 11:30:33 UTC (rev 94784)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Hans Janssen jans...@gmail.com
+# Contributor: my64 packa...@obordes.com
+# Contributor: Colin Pitrat colin.pit...@gmail.com
+
+pkgname=openscenegraph
+pkgver=3.2.0
+pkgrel=3
+pkgdesc=An Open Source, high performance real-time graphics toolkit
+arch=('i686' 'x86_64')
+license=('custom:OSGPL')
+url=http://www.openscenegraph.org;
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt4' 'ffmpeg-compat' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt4')
+conflicts=('openthreads')
+provides=('openthreads')
+#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
+source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip)
+md5sums=('4980f8692712a24d4c99f363f80c6814')
+
+build() {
+  cd OpenSceneGraph-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
+  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
+  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
+  [ $NOEXTRACT -eq 1 ] || cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DFFMPEG_LIBAVCODEC_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVCODEC_LIBRARIES=/usr/lib/ffmpeg-compat/libavcodec.so \
+-DFFMPEG_LIBAVDEVICE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVDEVICE_LIBRARIES=/usr/lib/ffmpeg-compat/libavdevice.so \
+-DFFMPEG_LIBAVFORMAT_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVFORMAT_LIBRARIES=/usr/lib/ffmpeg-compat/libavformat.so \
+-DFFMPEG_LIBAVUTIL_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVUTIL_LIBRARIES=/usr/lib/ffmpeg-compat/libavutil.so \
+-DFFMPEG_LIBSWSCALE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBSWSCALE_LIBRARIES=/usr/lib/ffmpeg-compat/libswscale.so
+
+#  sed -i 's|#include curl/types.h|//#include curl/types.h|' 
src/osgPlugins/curl/ReaderWriterCURL.cpp
+  make
+}
+
+package() {
+  cd OpenSceneGraph-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  [ -d $pkgdir/usr/lib64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib || 
true
+}

Copied: openscenegraph/repos/community-staging-x86_64/PKGBUILD (from rev 94783, 
openscenegraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-30 11:30:33 UTC (rev 94784)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Hans Janssen jans...@gmail.com
+# Contributor: my64 packa...@obordes.com
+# Contributor: Colin Pitrat colin.pit...@gmail.com
+
+pkgname=openscenegraph
+pkgver=3.2.0
+pkgrel=3
+pkgdesc=An Open Source, high performance real-time graphics toolkit
+arch=('i686' 'x86_64')
+license=('custom:OSGPL')
+url=http://www.openscenegraph.org;
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt4' 'ffmpeg-compat' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt4')
+conflicts=('openthreads')
+provides=('openthreads')
+#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
+source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip)
+md5sums=('4980f8692712a24d4c99f363f80c6814')
+
+build() {
+  cd OpenSceneGraph-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
+  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
+  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
+  [ $NOEXTRACT -eq 1 ] || cmake . \
+

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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 13:52:34
  Author: jgc
Revision: 191773

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

Added:
  windowmaker/repos/staging-i686/
  windowmaker/repos/staging-i686/PKGBUILD
(from rev 191772, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/staging-i686/libpng-1.4.patch
(from rev 191772, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/staging-i686/windowmaker-gcc4.patch.tar.bz2
(from rev 191772, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/staging-i686/wm-giflib.patch
(from rev 191772, windowmaker/trunk/wm-giflib.patch)
  windowmaker/repos/staging-i686/wmaker.desktop
(from rev 191772, windowmaker/trunk/wmaker.desktop)
  windowmaker/repos/staging-x86_64/
  windowmaker/repos/staging-x86_64/PKGBUILD
(from rev 191772, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/staging-x86_64/libpng-1.4.patch
(from rev 191772, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/staging-x86_64/windowmaker-gcc4.patch.tar.bz2
(from rev 191772, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/staging-x86_64/wm-giflib.patch
(from rev 191772, windowmaker/trunk/wm-giflib.patch)
  windowmaker/repos/staging-x86_64/wmaker.desktop
(from rev 191772, windowmaker/trunk/wmaker.desktop)

-+
 staging-i686/PKGBUILD   |   41 
 staging-i686/libpng-1.4.patch   |   12 
 staging-i686/wm-giflib.patch| 2422 ++
 staging-i686/wmaker.desktop |5 
 staging-x86_64/PKGBUILD |   41 
 staging-x86_64/libpng-1.4.patch |   12 
 staging-x86_64/wm-giflib.patch  | 2422 ++
 staging-x86_64/wmaker.desktop   |5 
 8 files changed, 4960 insertions(+)

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


[arch-commits] Commit in windowmaker/trunk (PKGBUILD wm-giflib.patch)

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 13:52:25
  Author: jgc
Revision: 191772

giflib rebuild
upgpkg: windowmaker 0.95.4-3

Added:
  windowmaker/trunk/wm-giflib.patch
Modified:
  windowmaker/trunk/PKGBUILD

-+
 PKGBUILD|   24 
 wm-giflib.patch | 2422 ++
 2 files changed, 2438 insertions(+), 8 deletions(-)

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


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

2013-07-30 Thread Sven-Hendrik Haase
Date: Tuesday, July 30, 2013 @ 14:05:18
  Author: svenstaro
Revision: 94786

archrelease: copy trunk to community-any

Added:
  fabric/repos/community-any/PKGBUILD
(from rev 94785, fabric/trunk/PKGBUILD)
Deleted:
  fabric/repos/community-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-30 12:05:08 UTC (rev 94785)
+++ PKGBUILD2013-07-30 12:05:18 UTC (rev 94786)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=fabric
-pkgver=1.6.1
-pkgrel=1
-pkgdesc=Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol
-url=http://fabfile.org/;
-license=('BSD')
-arch=('any')
-depends=('python2=2.5' 'pycrypto' 'python2-paramiko=1.10.0' 
'python2-distribute')
-source=(http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz;)
-md5sums=('c318ac3f7011ede0be1ca9a20f435735')
-
-package() {
-  cd ${srcdir}/Fabric-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: fabric/repos/community-any/PKGBUILD (from rev 94785, 
fabric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-30 12:05:18 UTC (rev 94786)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=fabric
+pkgver=1.7.0
+pkgrel=1
+pkgdesc=Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol
+url=http://fabfile.org/;
+license=('BSD')
+arch=('any')
+depends=('python2=2.5' 'pycrypto' 'python2-paramiko=1.10.0' 
'python2-distribute')
+source=(http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz;)
+md5sums=('48e4176f0be925a44ef83ce0efc6d69b')
+
+package() {
+  cd ${srcdir}/Fabric-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-07-30 Thread Sven-Hendrik Haase
Date: Tuesday, July 30, 2013 @ 14:05:08
  Author: svenstaro
Revision: 94785

upgpkg: fabric 1.7.0-1

Updating to 1.7.0

Modified:
  fabric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 11:30:33 UTC (rev 94784)
+++ PKGBUILD2013-07-30 12:05:08 UTC (rev 94785)
@@ -2,7 +2,7 @@
 # Contributor: Francois Boulogne fboulogne at april dot org
 
 pkgname=fabric
-pkgver=1.6.1
+pkgver=1.7.0
 pkgrel=1
 pkgdesc=Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol
 url=http://fabfile.org/;
@@ -10,7 +10,7 @@
 arch=('any')
 depends=('python2=2.5' 'pycrypto' 'python2-paramiko=1.10.0' 
'python2-distribute')
 
source=(http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz;)
-md5sums=('c318ac3f7011ede0be1ca9a20f435735')
+md5sums=('48e4176f0be925a44ef83ce0efc6d69b')
 
 package() {
   cd ${srcdir}/Fabric-${pkgver}



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

2013-07-30 Thread Alexander Rødseth
Date: Tuesday, July 30, 2013 @ 14:18:31
  Author: arodseth
Revision: 94787

giflib 5.0 upgrade

Modified:
  mtpaint/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 12:05:18 UTC (rev 94786)
+++ PKGBUILD2013-07-30 12:18:31 UTC (rev 94787)
@@ -11,6 +11,7 @@
 url='http://mtpaint.sourceforge.net/'
 license=('GPL3')
 depends=('gtk2' 'giflib' 'openjpeg' 'desktop-file-utils' 'lcms2')
+makedepends=('setconf')
 install='mtpaint.install'
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;
 'libpng15.patch')
@@ -22,14 +23,20 @@
 
patch -Np1 -i '../libpng15.patch'
   sed -i 's:openjpeg.h:openjpeg-1.5/openjpeg.h:' src/png.c
+  sed -i 's:EGifOpenFileName(file_name, FALSE):EGifOpenFileName(file_name, 
FALSE, NULL):' src/png.c
+  sed -i 's:DGifOpenFileName(file_name):DGifOpenFileName(file_name, NULL):g' 
src/png.c
+  sed -i 's:MakeMapObject(:GifMakeMapObject(:g' src/png.c
+  sed -i 's:FreeMapObject(:GifFreeMapObject(:g' src/png.c
 }
 
 build() {
cd $srcdir/$pkgname-$pkgver
 
-  export CFLAGS=`pkg-config gtk+-2.0 --cflags` $CFLAGS -w
+  export CFLAGS=`pkg-config gtk+-2.0 --cflags` $CFLAGS
./configure --prefix=/usr --mandir=/usr/share/man man intl gif jpeg tiff
   sed -i 's:-lpng:-lpng -lgif:' _conf.txt
+  sed -i 's:ungif:gif:g' _conf.txt
+  setconf _conf.txt CC 'gcc -w'
make
 }
 



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

2013-07-30 Thread Alexander Rødseth
Date: Tuesday, July 30, 2013 @ 14:18:44
  Author: arodseth
Revision: 94788

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

Added:
  mtpaint/repos/community-staging-i686/
  mtpaint/repos/community-staging-i686/PKGBUILD
(from rev 94787, mtpaint/trunk/PKGBUILD)
  mtpaint/repos/community-staging-i686/libpng15.patch
(from rev 94787, mtpaint/trunk/libpng15.patch)
  mtpaint/repos/community-staging-i686/mtpaint.install
(from rev 94787, mtpaint/trunk/mtpaint.install)
  mtpaint/repos/community-staging-x86_64/
  mtpaint/repos/community-staging-x86_64/PKGBUILD
(from rev 94787, mtpaint/trunk/PKGBUILD)
  mtpaint/repos/community-staging-x86_64/libpng15.patch
(from rev 94787, mtpaint/trunk/libpng15.patch)
  mtpaint/repos/community-staging-x86_64/mtpaint.install
(from rev 94787, mtpaint/trunk/mtpaint.install)

--+
 community-staging-i686/PKGBUILD  |   51 +
 community-staging-i686/libpng15.patch|   21 +++
 community-staging-i686/mtpaint.install   |   13 +++
 community-staging-x86_64/PKGBUILD|   51 +
 community-staging-x86_64/libpng15.patch  |   21 +++
 community-staging-x86_64/mtpaint.install |   13 +++
 6 files changed, 170 insertions(+)

Copied: mtpaint/repos/community-staging-i686/PKGBUILD (from rev 94787, 
mtpaint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 12:18:44 UTC (rev 94788)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: yosh64 yosh64.at.gmail.dot.com
+
+pkgname=mtpaint
+pkgver=3.40
+pkgrel=8
+pkgdesc='Simple paint program for creating icons and pixel based artwork'
+arch=('x86_64' 'i686')
+url='http://mtpaint.sourceforge.net/'
+license=('GPL3')
+depends=('gtk2' 'giflib' 'openjpeg' 'desktop-file-utils' 'lcms2')
+makedepends=('setconf')
+install='mtpaint.install'
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;
+'libpng15.patch')
+sha256sums=('ef321d2b404839c7b909bdf5283eb22a37fbdd35b4cc9e380ddc400573d7c890'
+'be51d45d1146d6c61d1c2c12d1712134da5048dd7314e2741ff336cac6838de3')
+
+prepare() {
+   cd $srcdir/$pkgname-$pkgver
+
+   patch -Np1 -i '../libpng15.patch'
+  sed -i 's:openjpeg.h:openjpeg-1.5/openjpeg.h:' src/png.c
+  sed -i 's:EGifOpenFileName(file_name, FALSE):EGifOpenFileName(file_name, 
FALSE, NULL):' src/png.c
+  sed -i 's:DGifOpenFileName(file_name):DGifOpenFileName(file_name, NULL):g' 
src/png.c
+  sed -i 's:MakeMapObject(:GifMakeMapObject(:g' src/png.c
+  sed -i 's:FreeMapObject(:GifFreeMapObject(:g' src/png.c
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=`pkg-config gtk+-2.0 --cflags` $CFLAGS
+   ./configure --prefix=/usr --mandir=/usr/share/man man intl gif jpeg tiff
+  sed -i 's:-lpng:-lpng -lgif:' _conf.txt
+  sed -i 's:ungif:gif:g' _conf.txt
+  setconf _conf.txt CC 'gcc -w'
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:
+

Copied: mtpaint/repos/community-staging-i686/libpng15.patch (from rev 94787, 
mtpaint/trunk/libpng15.patch)
===
--- community-staging-i686/libpng15.patch   (rev 0)
+++ community-staging-i686/libpng15.patch   2013-07-30 12:18:44 UTC (rev 
94788)
@@ -0,0 +1,21 @@
+diff -upr mtpaint-3.31.orig/src/png.c mtpaint-3.31/src/png.c
+--- mtpaint-3.31.orig/src/png.c2010-01-25 00:43:07.0 +0200
 mtpaint-3.31/src/png.c 2010-01-25 00:43:39.0 +0200
+@@ -539,7 +539,7 @@ static int load_png(char *file_name, ls_
+   if (settings-bpp == 3)
+   {
+   png_set_strip_16(png_ptr);
+-  png_set_gray_1_2_4_to_8(png_ptr);
++  png_set_expand_gray_1_2_4_to_8(png_ptr);
+   png_set_palette_to_rgb(png_ptr);
+   png_set_gray_to_rgb(png_ptr);
+ 
+@@ -644,7 +644,7 @@ static int load_png(char *file_name, ls_
+   png_set_strip_alpha(png_ptr);
+   png_set_packing(png_ptr);
+   if ((color_type == PNG_COLOR_TYPE_GRAY)  (bit_depth  8))
+-  png_set_gray_1_2_4_to_8(png_ptr);
++  png_set_expand_gray_1_2_4_to_8(png_ptr);
+   for (i = 0; i  height; i++)
+   {
+   row_pointers[i] = settings-img[CHN_IMAGE] + i * width;

Copied: mtpaint/repos/community-staging-i686/mtpaint.install (from rev 94787, 
mtpaint/trunk/mtpaint.install)
===
--- 

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

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 14:33:18
  Author: spupykin
Revision: 94789

upgpkg: libvirt 1.1.1-1

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 12:18:44 UTC (rev 94788)
+++ PKGBUILD2013-07-30 12:33:18 UTC (rev 94789)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=libvirt
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -33,13 +33,11 @@
 source=(http://libvirt.org/sources/$pkgname-$pkgver.tar.gz;
libvirtd.conf.d
libvirtd-guests.conf.d
-   libvirt.tmpfiles.d
-   storage-fix.patch::https://bugs.archlinux.org/index.php?getfile=10700;)
-md5sums=('f980a84719033e9efca01048da505dfb'
+   libvirt.tmpfiles.d)
+md5sums=('632f30a2f22fbb404b8e10702d7f55ca'
  '3ed0e24f5b5e25bf553f5427d64915e6'
  '0a96ed876ffb1fcb9dff5a9b3a609c1e'
- '020971887442ebbf1b6949e031c8dd3f'
- '321f03bd626d2d24e816d5298c3bc3fe')
+ '020971887442ebbf1b6949e031c8dd3f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -51,8 +49,6 @@
 sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
   done
 
-  patch -p1 $srcdir/storage-fix.patch
-
   export LDFLAGS=-lX11
   export RADVD=/usr/bin/radvd
   [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/$pkgname 
--sbindir=/usr/bin \



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

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 14:33:48
  Author: spupykin
Revision: 94790

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 94789, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 94789, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 94789, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 94789, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 94789, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 94789, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 94789, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 94789, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 94789, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 94789, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  168 ++
 /libvirt.install|   38 ++
 /libvirt.tmpfiles.d |8 +
 /libvirtd-guests.conf.d |   22 +++
 /libvirtd.conf.d|6 +
 community-i686/PKGBUILD |   88 ---
 community-i686/libvirt.install  |   19 ---
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |   88 ---
 community-x86_64/libvirt.install|   19 ---
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 242 insertions(+), 250 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-30 12:33:18 UTC (rev 94789)
+++ community-i686/PKGBUILD 2013-07-30 12:33:48 UTC (rev 94790)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'audit' 'numactl')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'kvm'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables')
-options=('emptydirs' '!libtool')
-backup=('etc/conf.d/libvirtd'
-   'etc/conf.d/libvirtd-guests'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/qemu.conf'
-   'etc/sasl2/libvirt.conf')
-install=libvirt.install
-source=(http://libvirt.org/sources/$pkgname-$pkgver.tar.gz;
-   libvirtd.conf.d
-   libvirtd-guests.conf.d
-   libvirt.tmpfiles.d
-   storage-fix.patch::https://bugs.archlinux.org/index.php?getfile=10700;)
-md5sums=('f980a84719033e9efca01048da505dfb'
- '3ed0e24f5b5e25bf553f5427d64915e6'
- '0a96ed876ffb1fcb9dff5a9b3a609c1e'
- '020971887442ebbf1b6949e031c8dd3f'
- '321f03bd626d2d24e816d5298c3bc3fe')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  export PYTHON=`which python2`
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  patch -p1 $srcdir/storage-fix.patch
-
-  export LDFLAGS=-lX11
-  export RADVD=/usr/bin/radvd
-  [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/$pkgname 
--sbindir=/usr/bin \
-   

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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 16:04:26
  Author: jgc
Revision: 191774

giflib rebuild
upgpkg: vice 2.4-4

Modified:
  vice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 11:52:34 UTC (rev 191773)
+++ PKGBUILD2013-07-30 14:04:26 UTC (rev 191774)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=3
+pkgrel=4
 pkgdesc=The Versatile Commodore 8-bit Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -25,7 +25,7 @@
  '9d9f62f05a967a5926df496e86404148')
 
 prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   patch -Np1 -i ${srcdir}/vice-2.4-x11video.patch
   patch -Np1 -i ${srcdir}/vice-2.4-no-fc-cache-no-lib64.patch
@@ -38,7 +38,7 @@
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
   --enable-ethernet \
@@ -50,7 +50,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} realdocdir=/usr/share/doc/vice install
   ln -s /usr/share/doc/vice ${pkgdir}/usr/lib/vice/doc



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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 16:04:36
  Author: jgc
Revision: 191775

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

Added:
  vice/repos/staging-i686/
  vice/repos/staging-i686/PKGBUILD
(from rev 191774, vice/trunk/PKGBUILD)
  vice/repos/staging-i686/vice-2.4-no-fc-cache-no-lib64.patch
(from rev 191774, vice/trunk/vice-2.4-no-fc-cache-no-lib64.patch)
  vice/repos/staging-i686/vice-2.4-notexi-notxt.patch
(from rev 191774, vice/trunk/vice-2.4-notexi-notxt.patch)
  vice/repos/staging-i686/vice-2.4-x11video.patch
(from rev 191774, vice/trunk/vice-2.4-x11video.patch)
  vice/repos/staging-i686/vice-2.4-zlib-1.2.7.patch
(from rev 191774, vice/trunk/vice-2.4-zlib-1.2.7.patch)
  vice/repos/staging-i686/vice.install
(from rev 191774, vice/trunk/vice.install)
  vice/repos/staging-x86_64/
  vice/repos/staging-x86_64/PKGBUILD
(from rev 191774, vice/trunk/PKGBUILD)
  vice/repos/staging-x86_64/vice-2.4-no-fc-cache-no-lib64.patch
(from rev 191774, vice/trunk/vice-2.4-no-fc-cache-no-lib64.patch)
  vice/repos/staging-x86_64/vice-2.4-notexi-notxt.patch
(from rev 191774, vice/trunk/vice-2.4-notexi-notxt.patch)
  vice/repos/staging-x86_64/vice-2.4-x11video.patch
(from rev 191774, vice/trunk/vice-2.4-x11video.patch)
  vice/repos/staging-x86_64/vice-2.4-zlib-1.2.7.patch
(from rev 191774, vice/trunk/vice-2.4-zlib-1.2.7.patch)
  vice/repos/staging-x86_64/vice.install
(from rev 191774, vice/trunk/vice.install)

+
 staging-i686/PKGBUILD  |   57 +++
 staging-i686/vice-2.4-no-fc-cache-no-lib64.patch   |   25 
 staging-i686/vice-2.4-notexi-notxt.patch   |   28 +
 staging-i686/vice-2.4-x11video.patch   |   11 +++
 staging-i686/vice-2.4-zlib-1.2.7.patch |   37 
 staging-i686/vice.install  |   18 ++
 staging-x86_64/PKGBUILD|   57 +++
 staging-x86_64/vice-2.4-no-fc-cache-no-lib64.patch |   25 
 staging-x86_64/vice-2.4-notexi-notxt.patch |   28 +
 staging-x86_64/vice-2.4-x11video.patch |   11 +++
 staging-x86_64/vice-2.4-zlib-1.2.7.patch   |   37 
 staging-x86_64/vice.install|   18 ++
 12 files changed, 352 insertions(+)

Copied: vice/repos/staging-i686/PKGBUILD (from rev 191774, vice/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-30 14:04:36 UTC (rev 191775)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=vice
+pkgver=2.4
+pkgrel=4
+pkgdesc=The Versatile Commodore 8-bit Emulator
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.viceteam.org/;
+depends=('alsa-lib' 'giflib' 'libxxf86vm' 'vte' 'libnet' 'libpcap')
+makedepends=('xorg-font-utils')
+options=('!makeflags')
+install=vice.install
+source=(http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz;
+'vice-2.4-x11video.patch'
+'vice-2.4-no-fc-cache-no-lib64.patch'
+'vice-2.4-notexi-notxt.patch'
+'vice-2.4-zlib-1.2.7.patch')
+md5sums=('b017647a0c159bbe43cdb81762d1c577'
+ '99931efcb779734c9df069e94f0b38a5'
+ 'b0d1392664decd3169740baf90661710'
+ '877f93db1550ea81386aae7c3b578442'
+ '9d9f62f05a967a5926df496e86404148')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/vice-2.4-x11video.patch
+  patch -Np1 -i ${srcdir}/vice-2.4-no-fc-cache-no-lib64.patch
+  patch -Np1 -i ${srcdir}/vice-2.4-notexi-notxt.patch
+  patch -Np1 -i ${srcdir}/vice-2.4-zlib-1.2.7.patch
+
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
+
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-ethernet \
+  --with-alsa \
+  --enable-fullscreen \
+  --enable-gnomeui \
+  --disable-ffmpeg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} realdocdir=/usr/share/doc/vice install
+  ln -s /usr/share/doc/vice ${pkgdir}/usr/lib/vice/doc
+}

Copied: vice/repos/staging-i686/vice-2.4-no-fc-cache-no-lib64.patch (from rev 
191774, vice/trunk/vice-2.4-no-fc-cache-no-lib64.patch)
===
--- staging-i686/vice-2.4-no-fc-cache-no-lib64.patch
(rev 0)
+++ staging-i686/vice-2.4-no-fc-cache-no-lib64.patch2013-07-30 14:04:36 UTC 
(rev 191775)
@@ -0,0 +1,25 @@
+--- a/configure.in 2012-11-01 16:37:51.0 +0100
 b/configure.in 2012-11-03 18:07:35.0 +0100
+@@ -2090,12 +2090,7 @@
+ 
+ fi
+ 
+-AC_PATH_PROGS(FCCACHE, fc-cache, false)
+-if test x$FCCACHE = xfalse; 

[arch-commits] Commit in xplanet/trunk (PKGBUILD giflib6.patch)

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 16:31:56
  Author: spupykin
Revision: 94791

upgpkg: xplanet 1.3.0-3

upd

Added:
  xplanet/trunk/giflib6.patch
Modified:
  xplanet/trunk/PKGBUILD

---+
 PKGBUILD  |   14 --
 giflib6.patch |  130 
 2 files changed, 141 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 12:33:48 UTC (rev 94790)
+++ PKGBUILD2013-07-30 14:31:56 UTC (rev 94791)
@@ -5,17 +5,25 @@
 
 pkgname=xplanet
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc=An Xearth wannabe
 arch=(i686 x86_64)
 url=http://xplanet.sourceforge.net/;
 license=('GPL')
 depends=('pango' 'libungif' 'libtiff' 'libxss')
-source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz)
-md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692')
+source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz
+   giflib6.patch)
+md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692'
+ '74e1894304fe3b7caf0b3ddf3c471b0b')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/giflib6.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
+  unset LDFLAGS
   ./configure --prefix=/usr --with-freetype
   make
 }

Added: giflib6.patch
===
--- giflib6.patch   (rev 0)
+++ giflib6.patch   2013-07-30 14:31:56 UTC (rev 94791)
@@ -0,0 +1,130 @@
+diff -wbBur xplanet-1.3.0/src/libimage/gif.c 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/xplanet/src/xplanet-1.3.0/src/libimage/gif.c
+--- xplanet-1.3.0/src/libimage/gif.c   2006-03-26 01:50:51.0 +0300
 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/xplanet/src/xplanet-1.3.0/src/libimage/gif.c
  2013-07-30 18:21:17.412474692 +0400
+@@ -20,7 +20,7 @@
+ 
+ #include stdio.h
+ #include stdlib.h
+-
++#define FALSE 0
+ #include gif_lib.h
+ 
+ /*
+@@ -42,11 +42,11 @@
+ int color_index;
+ unsigned char *ptr = NULL;
+ 
+-infile = DGifOpenFileName(filename);
++infile = DGifOpenFileName(filename, NULL);
+ 
+ if (infile == NULL)
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+@@ -54,7 +54,7 @@
+ {
+ if (DGifGetRecordType(infile, record_type) == GIF_ERROR) 
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+@@ -63,7 +63,7 @@
+ case IMAGE_DESC_RECORD_TYPE:
+ if (DGifGetImageDesc(infile) == GIF_ERROR)
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+@@ -107,14 +107,14 @@
+ GifByteType *ext;
+ if (DGifGetExtension(infile, ext_code, ext) == GIF_ERROR) 
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ while (ext != NULL) 
+ {
+ if (DGifGetExtensionNext(infile, ext) == GIF_ERROR) 
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ }
+@@ -178,7 +178,7 @@
+ return(0);
+ }
+ 
+-colormap = MakeMapObject(colormap_size, NULL);
++colormap = GifMakeMapObject(colormap_size, NULL);
+ 
+ for (i = 0; i  width * height; i++)
+ {
+@@ -187,10 +187,10 @@
+ blue[i]  = (GifByteType) rgb[3*i+2];
+ }
+   
+-if (QuantizeBuffer(width, height, colormap_size, red, green, blue,   
++if (GifQuantizeBuffer(width, height, colormap_size, red, green, blue,   
+buffer, colormap-Colors) == GIF_ERROR)
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+@@ -198,24 +198,24 @@
+ free(green);
+ free(blue);
+ 
+-outfile = EGifOpenFileName((char *) filename, FALSE);
++outfile = EGifOpenFileName((char *) filename, FALSE, NULL);
+ if (outfile == NULL)
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+ if (EGifPutScreenDesc(outfile, width, height, colormap_size, 0, colormap)
+ == GIF_ERROR)
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+ if (EGifPutImageDesc(outfile, 0, 0, width, height, FALSE, NULL)
+ == GIF_ERROR)
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+@@ -224,7 +224,7 @@
+ {
+ if (EGifPutLine(outfile, ptr, width) == GIF_ERROR)
+ {
+-PrintGifError();
++

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

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 16:32:12
  Author: spupykin
Revision: 94792

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

Added:
  xplanet/repos/community-staging-i686/
  xplanet/repos/community-staging-i686/PKGBUILD
(from rev 94791, xplanet/trunk/PKGBUILD)
  xplanet/repos/community-staging-i686/giflib6.patch
(from rev 94791, xplanet/trunk/giflib6.patch)
  xplanet/repos/community-staging-x86_64/
  xplanet/repos/community-staging-x86_64/PKGBUILD
(from rev 94791, xplanet/trunk/PKGBUILD)
  xplanet/repos/community-staging-x86_64/giflib6.patch
(from rev 94791, xplanet/trunk/giflib6.patch)

+
 community-staging-i686/PKGBUILD|   34 
 community-staging-i686/giflib6.patch   |  130 +++
 community-staging-x86_64/PKGBUILD  |   34 
 community-staging-x86_64/giflib6.patch |  130 +++
 4 files changed, 328 insertions(+)

Copied: xplanet/repos/community-staging-i686/PKGBUILD (from rev 94791, 
xplanet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 14:32:12 UTC (rev 94792)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+
+pkgname=xplanet
+pkgver=1.3.0
+pkgrel=3
+pkgdesc=An Xearth wannabe
+arch=(i686 x86_64)
+url=http://xplanet.sourceforge.net/;
+license=('GPL')
+depends=('pango' 'libungif' 'libtiff' 'libxss')
+source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz
+   giflib6.patch)
+md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692'
+ '74e1894304fe3b7caf0b3ddf3c471b0b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/giflib6.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  unset LDFLAGS
+  ./configure --prefix=/usr --with-freetype
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}

Copied: xplanet/repos/community-staging-i686/giflib6.patch (from rev 94791, 
xplanet/trunk/giflib6.patch)
===
--- community-staging-i686/giflib6.patch(rev 0)
+++ community-staging-i686/giflib6.patch2013-07-30 14:32:12 UTC (rev 
94792)
@@ -0,0 +1,130 @@
+diff -wbBur xplanet-1.3.0/src/libimage/gif.c 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/xplanet/src/xplanet-1.3.0/src/libimage/gif.c
+--- xplanet-1.3.0/src/libimage/gif.c   2006-03-26 01:50:51.0 +0300
 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/xplanet/src/xplanet-1.3.0/src/libimage/gif.c
  2013-07-30 18:21:17.412474692 +0400
+@@ -20,7 +20,7 @@
+ 
+ #include stdio.h
+ #include stdlib.h
+-
++#define FALSE 0
+ #include gif_lib.h
+ 
+ /*
+@@ -42,11 +42,11 @@
+ int color_index;
+ unsigned char *ptr = NULL;
+ 
+-infile = DGifOpenFileName(filename);
++infile = DGifOpenFileName(filename, NULL);
+ 
+ if (infile == NULL)
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+@@ -54,7 +54,7 @@
+ {
+ if (DGifGetRecordType(infile, record_type) == GIF_ERROR) 
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+@@ -63,7 +63,7 @@
+ case IMAGE_DESC_RECORD_TYPE:
+ if (DGifGetImageDesc(infile) == GIF_ERROR)
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+@@ -107,14 +107,14 @@
+ GifByteType *ext;
+ if (DGifGetExtension(infile, ext_code, ext) == GIF_ERROR) 
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ while (ext != NULL) 
+ {
+ if (DGifGetExtensionNext(infile, ext) == GIF_ERROR) 
+ {
+-PrintGifError();
++printf(%s\n, GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ }
+@@ -178,7 +178,7 @@
+ return(0);
+ }
+ 
+-colormap = MakeMapObject(colormap_size, NULL);
++colormap = GifMakeMapObject(colormap_size, NULL);
+ 
+ for (i = 0; i  width * height; i++)
+ {
+@@ -187,10 +187,10 @@
+ blue[i]  = (GifByteType) rgb[3*i+2];
+ }
+   
+-if (QuantizeBuffer(width, height, colormap_size, red, green, blue,   
++if (GifQuantizeBuffer(width, height, colormap_size, red, green, blue,   
+buffer, colormap-Colors) == GIF_ERROR)
+ {
+-PrintGifError();
++printf(%s\n, 

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

2013-07-30 Thread Gaetan Bisson
Date: Tuesday, July 30, 2013 @ 16:33:53
  Author: bisson
Revision: 94793

upstream update

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 14:32:12 UTC (rev 94792)
+++ PKGBUILD2013-07-30 14:33:53 UTC (rev 94793)
@@ -6,24 +6,24 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=scribus
-pkgver=1.4.2
-pkgrel=4
+pkgver=1.4.3
+pkgrel=1
 pkgdesc='Desktop publishing software'
-url=http://www.scribus.net/;
+url='http://www.scribus.net/'
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'boost' 'mesa')
 depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
- 'ghostscript' 'python2' 'aspell' 'podofo' 'boost-libs'
+ 'ghostscript' 'python2' 'podofo' 'boost-libs'
  'desktop-file-utils' 'shared-mime-info')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6e67e98fa315a2890d9cbb12eed49ecebb7f11cb')
+sha1sums=('23d85fcfe0a61ff88cc003639efdbb38d43feb7f')
 
 options=('!libtool')
 install=install
 
 prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}-${pkgver}
sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i 
scribus.desktop
sed \
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
@@ -33,7 +33,7 @@
 }
 
 build() {
-   cd ${srcdir}/build
+   cd ${srcdir}/${pkgname}-${pkgver}/build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
@@ -43,7 +43,7 @@
 }
 
 package() {
-   cd ${srcdir}/build
+   cd ${srcdir}/${pkgname}-${pkgver}/build
make DESTDIR=${pkgdir} install
install -Dm644 ../${pkgname}-${pkgver}/scribus.desktop 
${pkgdir}/usr/share/applications/scribus.desktop
 }



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

2013-07-30 Thread Gaetan Bisson
Date: Tuesday, July 30, 2013 @ 16:34:31
  Author: bisson
Revision: 94794

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

Added:
  scribus/repos/community-i686/PKGBUILD
(from rev 94793, scribus/trunk/PKGBUILD)
  scribus/repos/community-i686/install
(from rev 94793, scribus/trunk/install)
  scribus/repos/community-x86_64/PKGBUILD
(from rev 94793, scribus/trunk/PKGBUILD)
  scribus/repos/community-x86_64/install
(from rev 94793, scribus/trunk/install)
Deleted:
  scribus/repos/community-i686/PKGBUILD
  scribus/repos/community-i686/install
  scribus/repos/community-x86_64/PKGBUILD
  scribus/repos/community-x86_64/install

---+
 /PKGBUILD |   98 
 /install  |   22 +
 community-i686/PKGBUILD   |   49 --
 community-i686/install|   11 
 community-x86_64/PKGBUILD |   49 --
 community-x86_64/install  |   11 
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-30 14:33:53 UTC (rev 94793)
+++ community-i686/PKGBUILD 2013-07-30 14:34:31 UTC (rev 94794)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=scribus
-pkgver=1.4.2
-pkgrel=4
-pkgdesc='Desktop publishing software'
-url=http://www.scribus.net/;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'boost' 'mesa')
-depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
- 'ghostscript' 'python2' 'aspell' 'podofo' 'boost-libs'
- 'desktop-file-utils' 'shared-mime-info')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6e67e98fa315a2890d9cbb12eed49ecebb7f11cb')
-
-options=('!libtool')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i 
scribus.desktop
-   sed \
-   -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
-   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-   -i scribus/plugins/scriptplugin/{samples,scripts}/*
-   install -d ../build
-}
-
-build() {
-   cd ${srcdir}/build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DLIB_SUFFIX=
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../${pkgname}-${pkgver}/scribus.desktop 
${pkgdir}/usr/share/applications/scribus.desktop
-}

Copied: scribus/repos/community-i686/PKGBUILD (from rev 94793, 
scribus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-30 14:34:31 UTC (rev 94794)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=scribus
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='Desktop publishing software'
+url='http://www.scribus.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'mesa')
+depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
+ 'ghostscript' 'python2' 'podofo' 'boost-libs'
+ 'desktop-file-utils' 'shared-mime-info')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('23d85fcfe0a61ff88cc003639efdbb38d43feb7f')
+
+options=('!libtool')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}-${pkgver}
+   sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i 
scribus.desktop
+   sed \
+   -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+   -i scribus/plugins/scriptplugin/{samples,scripts}/*
+   install -d ../build
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}/build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DLIB_SUFFIX=
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}/build
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ../${pkgname}-${pkgver}/scribus.desktop 
${pkgdir}/usr/share/applications/scribus.desktop
+}

Deleted: 

[arch-commits] Commit in leptonica/trunk (PKGBUILD giflib6.patch)

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 16:39:40
  Author: spupykin
Revision: 94795

upgpkg: leptonica 1.69-8

upd

Added:
  leptonica/trunk/giflib6.patch
Modified:
  leptonica/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 giflib6.patch |   56 
 2 files changed, 66 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 14:34:31 UTC (rev 94794)
+++ PKGBUILD2013-07-30 14:39:40 UTC (rev 94795)
@@ -4,16 +4,23 @@
 
 pkgname=leptonica
 pkgver=1.69
-pkgrel=7
+pkgrel=8
 pkgdesc=Software that is broadly useful for image processing and image 
analysis applications
 arch=('i686' 'x86_64')
 url=http://www.leptonica.com/;
 license=('custom')
 options=(!libtool)
 depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp')
-source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz)
-md5sums=('d4085c302cbcab7f9af9d3d6f004ab22')
+source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz
+   giflib6.patch)
+md5sums=('d4085c302cbcab7f9af9d3d6f004ab22'
+ 'f87e1b2c98107fe51544d4f4c44a9733')
 
+prepare() {
+  cd ${srcdir}/leptonica-${pkgver}
+  patch -p1 $srcdir/giflib6.patch
+}
+
 build() {
   cd ${srcdir}/leptonica-${pkgver}
   ./configure --prefix=/usr

Added: giflib6.patch
===
--- giflib6.patch   (rev 0)
+++ giflib6.patch   2013-07-30 14:39:40 UTC (rev 94795)
@@ -0,0 +1,56 @@
+diff -wbBur leptonica-1.69/src/gifio.c 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/leptonica/src/leptonica-1.69/src/gifio.c
+--- leptonica-1.69/src/gifio.c 2012-01-22 22:29:15.0 +0400
 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/leptonica/src/leptonica-1.69/src/gifio.c
  2013-07-30 18:27:19.269137200 +0400
+@@ -100,7 +100,7 @@
+ _lseek(fd, 0, SEEK_SET);
+ #endif  /* _MSC_VER */
+ 
+-if ((gif = DGifOpenFileHandle(fd)) == NULL)
++if ((gif = DGifOpenFileHandle(fd, NULL)) == NULL)
+ return (PIX *)ERROR_PTR(invalid file or file not found,
+ procName, NULL);
+ 
+@@ -316,7 +316,7 @@
+ }
+ 
+ /* Save the cmap colors in a gif_cmap */
+-if ((gif_cmap = MakeMapObject(gif_ncolor, NULL)) == NULL) {
++if ((gif_cmap = GifMakeMapObject(gif_ncolor, NULL)) == NULL) {
+ pixDestroy(pixd);
+ return ERROR_INT(failed to create GIF color map, procName, 1);
+ }
+@@ -325,7 +325,7 @@
+ if (ncolor  0) {
+ if (pixcmapGetColor(cmap, i, rval, gval, bval) != 0) {
+ pixDestroy(pixd);
+-FreeMapObject(gif_cmap);
++GifFreeMapObject(gif_cmap);
+ return ERROR_INT(failed to get color from color map,
+  procName, 1);
+ }
+@@ -337,9 +337,9 @@
+ }
+ 
+ /* Get the gif file handle */
+-if ((gif = EGifOpenFileHandle(fd)) == NULL) {
++if ((gif = EGifOpenFileHandle(fd, NULL)) == NULL) {
+ pixDestroy(pixd);
+-FreeMapObject(gif_cmap);
++GifFreeMapObject(gif_cmap);
+ return ERROR_INT(failed to create GIF image handle, procName, 1);
+ }
+ 
+@@ -347,11 +347,11 @@
+ if (EGifPutScreenDesc(gif, w, h, gif_cmap-BitsPerPixel, 0, gif_cmap)
+ != GIF_OK) {
+ pixDestroy(pixd);
+-FreeMapObject(gif_cmap);
++GifFreeMapObject(gif_cmap);
+ EGifCloseFile(gif);
+ return ERROR_INT(failed to write screen description, procName, 1);
+ }
+-FreeMapObject(gif_cmap); /* not needed after this point */
++GifFreeMapObject(gif_cmap); /* not needed after this point */
+ 
+ if (EGifPutImageDesc(gif, 0, 0, w, h, FALSE, NULL) != GIF_OK) {
+ pixDestroy(pixd);



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

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 16:39:53
  Author: spupykin
Revision: 94796

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

Added:
  leptonica/repos/community-staging-i686/
  leptonica/repos/community-staging-i686/PKGBUILD
(from rev 94795, leptonica/trunk/PKGBUILD)
  leptonica/repos/community-staging-i686/giflib6.patch
(from rev 94795, leptonica/trunk/giflib6.patch)
  leptonica/repos/community-staging-x86_64/
  leptonica/repos/community-staging-x86_64/PKGBUILD
(from rev 94795, leptonica/trunk/PKGBUILD)
  leptonica/repos/community-staging-x86_64/giflib6.patch
(from rev 94795, leptonica/trunk/giflib6.patch)

+
 community-staging-i686/PKGBUILD|   34 ++
 community-staging-i686/giflib6.patch   |   56 +++
 community-staging-x86_64/PKGBUILD  |   34 ++
 community-staging-x86_64/giflib6.patch |   56 +++
 4 files changed, 180 insertions(+)

Copied: leptonica/repos/community-staging-i686/PKGBUILD (from rev 94795, 
leptonica/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 14:39:53 UTC (rev 94796)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Christoph Drexler chrdr at gmx dot at
+
+pkgname=leptonica
+pkgver=1.69
+pkgrel=8
+pkgdesc=Software that is broadly useful for image processing and image 
analysis applications
+arch=('i686' 'x86_64')
+url=http://www.leptonica.com/;
+license=('custom')
+options=(!libtool)
+depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp')
+source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz
+   giflib6.patch)
+md5sums=('d4085c302cbcab7f9af9d3d6f004ab22'
+ 'f87e1b2c98107fe51544d4f4c44a9733')
+
+prepare() {
+  cd ${srcdir}/leptonica-${pkgver}
+  patch -p1 $srcdir/giflib6.patch
+}
+
+build() {
+  cd ${srcdir}/leptonica-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/leptonica-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D leptonica-license.txt 
${pkgdir}/usr/share/licenses/leptonica/leptonica-license.txt
+}

Copied: leptonica/repos/community-staging-i686/giflib6.patch (from rev 94795, 
leptonica/trunk/giflib6.patch)
===
--- community-staging-i686/giflib6.patch(rev 0)
+++ community-staging-i686/giflib6.patch2013-07-30 14:39:53 UTC (rev 
94796)
@@ -0,0 +1,56 @@
+diff -wbBur leptonica-1.69/src/gifio.c 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/leptonica/src/leptonica-1.69/src/gifio.c
+--- leptonica-1.69/src/gifio.c 2012-01-22 22:29:15.0 +0400
 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/leptonica/src/leptonica-1.69/src/gifio.c
  2013-07-30 18:27:19.269137200 +0400
+@@ -100,7 +100,7 @@
+ _lseek(fd, 0, SEEK_SET);
+ #endif  /* _MSC_VER */
+ 
+-if ((gif = DGifOpenFileHandle(fd)) == NULL)
++if ((gif = DGifOpenFileHandle(fd, NULL)) == NULL)
+ return (PIX *)ERROR_PTR(invalid file or file not found,
+ procName, NULL);
+ 
+@@ -316,7 +316,7 @@
+ }
+ 
+ /* Save the cmap colors in a gif_cmap */
+-if ((gif_cmap = MakeMapObject(gif_ncolor, NULL)) == NULL) {
++if ((gif_cmap = GifMakeMapObject(gif_ncolor, NULL)) == NULL) {
+ pixDestroy(pixd);
+ return ERROR_INT(failed to create GIF color map, procName, 1);
+ }
+@@ -325,7 +325,7 @@
+ if (ncolor  0) {
+ if (pixcmapGetColor(cmap, i, rval, gval, bval) != 0) {
+ pixDestroy(pixd);
+-FreeMapObject(gif_cmap);
++GifFreeMapObject(gif_cmap);
+ return ERROR_INT(failed to get color from color map,
+  procName, 1);
+ }
+@@ -337,9 +337,9 @@
+ }
+ 
+ /* Get the gif file handle */
+-if ((gif = EGifOpenFileHandle(fd)) == NULL) {
++if ((gif = EGifOpenFileHandle(fd, NULL)) == NULL) {
+ pixDestroy(pixd);
+-FreeMapObject(gif_cmap);
++GifFreeMapObject(gif_cmap);
+ return ERROR_INT(failed to create GIF image handle, procName, 1);
+ }
+ 
+@@ -347,11 +347,11 @@
+ if (EGifPutScreenDesc(gif, w, h, gif_cmap-BitsPerPixel, 0, gif_cmap)
+ != GIF_OK) {
+ pixDestroy(pixd);
+-FreeMapObject(gif_cmap);
++GifFreeMapObject(gif_cmap);
+ EGifCloseFile(gif);
+ return ERROR_INT(failed to write screen description, procName, 1);
+ }
+-FreeMapObject(gif_cmap); /* not needed after this point */
++GifFreeMapObject(gif_cmap); /* not needed after this point */
+ 
+ if (EGifPutImageDesc(gif, 0, 0, w, h, FALSE, NULL) != GIF_OK) {
+ pixDestroy(pixd);

Copied: 

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

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 16:41:42
  Author: spupykin
Revision: 94797

Modified:
  xplanet/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 14:39:53 UTC (rev 94796)
+++ PKGBUILD2013-07-30 14:41:42 UTC (rev 94797)
@@ -23,7 +23,6 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  unset LDFLAGS
   ./configure --prefix=/usr --with-freetype
   make
 }



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

2013-07-30 Thread Gaetan Bisson
Date: Tuesday, July 30, 2013 @ 16:43:21
  Author: bisson
Revision: 191776

giflib has been fixed

Modified:
  fontforge/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 14:04:36 UTC (rev 191775)
+++ PKGBUILD2013-07-30 14:43:21 UTC (rev 191776)
@@ -26,10 +26,7 @@
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver//_/-}
sed 's/python /python2 /g' -i Makefile.dynamic.in
-   sed \
-   -e'/^#include gif_lib.h/i #include stddef.h' \
-   -e 's/\(DGifOpenFileName([^)]*\))/\1,NULL)/g' \
-   -i configure gutils/gimagereadgif.c
+   sed 's/\(DGifOpenFileName([^)]*\))/\1,NULL)/g' -i gutils/gimagereadgif.c
 }
 
 build() {



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

2013-07-30 Thread Alexander Rødseth
Date: Tuesday, July 30, 2013 @ 17:31:12
  Author: arodseth
Revision: 94798

Rebuilding

Modified:
  freeorion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 14:41:42 UTC (rev 94797)
+++ PKGBUILD2013-07-30 15:31:12 UTC (rev 94798)
@@ -8,7 +8,7 @@
 
 pkgname=freeorion
 pkgver=0.4.2
-pkgrel=6
+pkgrel=7
 pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
 arch=('x86_64' 'i686')
 url='http://www.freeorion.org/'



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

2013-07-30 Thread Giovanni Scafora
Date: Tuesday, July 30, 2013 @ 19:02:46
  Author: giovanni
Revision: 191778

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 17:02:39 UTC (rev 191777)
+++ extra-i686/PKGBUILD 2013-07-30 17:02:46 UTC (rev 191778)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.25
-pkgrel=2
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('8f873c1c51592ee419b2a46b0a3c8432')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1 HAVE_ICONV=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-}

Copied: whois/repos/extra-i686/PKGBUILD (from rev 191777, whois/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-30 17:02:46 UTC (rev 191778)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.0.26
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('236829eea77e85df2443a54815a1b41d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1 HAVE_ICONV=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-30 17:02:39 UTC (rev 191777)
+++ extra-x86_64/PKGBUILD   2013-07-30 17:02:46 UTC (rev 191778)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.25
-pkgrel=2
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('8f873c1c51592ee419b2a46b0a3c8432')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1 HAVE_ICONV=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 191777, 
whois/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-30 17:02:46 UTC (rev 191778)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.0.26
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('236829eea77e85df2443a54815a1b41d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1 HAVE_ICONV=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+}



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

2013-07-30 Thread Giovanni Scafora
Date: Tuesday, July 30, 2013 @ 19:02:39
  Author: giovanni
Revision: 191777

upgpkg: whois 5.0.26-1

upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 14:43:21 UTC (rev 191776)
+++ PKGBUILD2013-07-30 17:02:39 UTC (rev 191777)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=5.0.25
-pkgrel=2
+pkgver=5.0.26
+pkgrel=1
 pkgdesc=The whois client by Marco d'Itri
 arch=('i686' 'x86_64')
 url=http://www.linux.it/~md/software/;
@@ -12,7 +12,7 @@
 depends=('libidn')
 makedepends=('perl')
 
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('8f873c1c51592ee419b2a46b0a3c8432')
+md5sums=('236829eea77e85df2443a54815a1b41d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-07-30 Thread Andreas Radke
Date: Tuesday, July 30, 2013 @ 19:27:27
  Author: andyrtr
Revision: 191779

upgpkg: gnutls 3.2.3-1

upstream update 3.2.3

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 17:02:46 UTC (rev 191778)
+++ PKGBUILD2013-07-30 17:27:27 UTC (rev 191779)
@@ -3,8 +3,8 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -13,18 +13,12 @@
 options=('!libtool' '!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 makedepends=('valgrind' 'strace' 'datefudge')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig}
-tls_fix.diff)
-md5sums=('9dd691ad1ccdb7386029809afef6b5ea'
- 'SKIP'
- '1bbf5bfb4e1420fd61c75e14347340fc')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('7c0dd4f77dc70c64d2f385aeb2df4157'
+ 'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}
-  
-  # fix broken TLS connections
-  patch -Np1 -i ../tls_fix.diff
-  
   ./configure --prefix=/usr \
--with-zlib \
--disable-static \
@@ -35,8 +29,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  #make -k check
-  make -j1 check
+  make -k check
 }
 
 package() {



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

2013-07-30 Thread Andreas Radke
Date: Tuesday, July 30, 2013 @ 19:27:51
  Author: andyrtr
Revision: 191780

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

Added:
  gnutls/repos/extra-i686/PKGBUILD
(from rev 191779, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-i686/gnutls.install
(from rev 191779, gnutls/trunk/gnutls.install)
  gnutls/repos/extra-i686/tls_fix.diff
(from rev 191779, gnutls/trunk/tls_fix.diff)
  gnutls/repos/extra-x86_64/PKGBUILD
(from rev 191779, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-x86_64/gnutls.install
(from rev 191779, gnutls/trunk/gnutls.install)
  gnutls/repos/extra-x86_64/tls_fix.diff
(from rev 191779, gnutls/trunk/tls_fix.diff)
Deleted:
  gnutls/repos/extra-i686/PKGBUILD
  gnutls/repos/extra-i686/gnutls.install
  gnutls/repos/extra-i686/tls_fix.diff
  gnutls/repos/extra-x86_64/PKGBUILD
  gnutls/repos/extra-x86_64/gnutls.install
  gnutls/repos/extra-x86_64/tls_fix.diff

-+
 /PKGBUILD   |   86 ++
 /gnutls.install |   40 +++
 /tls_fix.diff   |   64 +++
 extra-i686/PKGBUILD |   50 
 extra-i686/gnutls.install   |   20 -
 extra-i686/tls_fix.diff |   32 ---
 extra-x86_64/PKGBUILD   |   50 
 extra-x86_64/gnutls.install |   20 -
 extra-x86_64/tls_fix.diff   |   32 ---
 9 files changed, 190 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 17:27:27 UTC (rev 191779)
+++ extra-i686/PKGBUILD 2013-07-30 17:27:51 UTC (rev 191780)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.2.2
-pkgrel=2
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://www.gnutls.org/;
-install=gnutls.install
-options=('!libtool' '!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
-makedepends=('valgrind' 'strace' 'datefudge')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig}
-tls_fix.diff)
-md5sums=('9dd691ad1ccdb7386029809afef6b5ea'
- 'SKIP'
- '1bbf5bfb4e1420fd61c75e14347340fc')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  
-  # fix broken TLS connections
-  patch -Np1 -i ../tls_fix.diff
-  
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile \
-   --disable-valgrind-tests
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  #make -k check
-  make -j1 check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 191779, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-30 17:27:51 UTC (rev 191780)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!libtool' '!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+makedepends=('valgrind' 'strace' 'datefudge')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('7c0dd4f77dc70c64d2f385aeb2df4157'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile \
+   --disable-valgrind-tests
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2013-07-30 17:27:27 UTC (rev 191779)
+++ extra-i686/gnutls.install   2013-07-30 17:27:51 UTC (rev 191780)
@@ -1,20 +0,0 @@
-infodir=usr/share/info

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

2013-07-30 Thread Alexander Rødseth
Date: Tuesday, July 30, 2013 @ 20:56:20
  Author: arodseth
Revision: 94799

Cleanup

Deleted:
  freeorion/repos/community-i686/PKGBUILD
  freeorion/repos/community-i686/cmake_python.patch
  freeorion/repos/community-i686/freeorion.install
  freeorion/repos/community-i686/freeorion.sh
  freeorion/repos/community-x86_64/PKGBUILD
  freeorion/repos/community-x86_64/cmake_python.patch
  freeorion/repos/community-x86_64/freeorion.install
  freeorion/repos/community-x86_64/freeorion.sh

-+
 community-i686/PKGBUILD |  121 
 community-i686/cmake_python.patch   |   23 -
 community-i686/freeorion.install|   13 ---
 community-i686/freeorion.sh |  143 --
 community-x86_64/PKGBUILD   |  121 
 community-x86_64/cmake_python.patch |   23 -
 community-x86_64/freeorion.install  |   13 ---
 community-x86_64/freeorion.sh   |  143 --
 8 files changed, 600 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-30 15:31:12 UTC (rev 94798)
+++ community-i686/PKGBUILD 2013-07-30 18:56:20 UTC (rev 94799)
@@ -1,121 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Elmo Todurov todu...@gmail.com
-# Contributor: guini sidt...@googlemail.com
-# Contributor: Forrest Loomis cyberc...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-
-pkgname=freeorion
-pkgver=0.4.2
-pkgrel=4
-pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
-arch=('x86_64' 'i686')
-url='http://www.freeorion.org/'
-license=('GPL')
-if [ $CARCH == x86_64 ]
-then
-  depends=('lib32-nvidia-cg-toolkit')
-else
-  depends=('nvidia-cg-toolkit')
-fi
-depends=('bullet' 'freealut' 'libvorbis' 'python2' 'gigi' 'desktop-file-utils' 
'libgl')
-makedepends=('boost' 'ogre=1.8.1-4' 'sdl' 'gigi0.8.0-18' 'graphviz' 
'mesa-libgl'
- 'desktop-file-utils' 'setconf' 'cmake' 'gendesk' 'subversion' 
'libogg')
-options=('!strip' '!emptydirs')
-install=$pkgname.install
-source=($pkgname.sh
-
$pkgname.png::https://a.fsdn.com/con/icons/fr/freeor...@sf.net/FO_Icon_256x256.png;
-cmake_python.patch)
-sha256sums=('111532e460aec847ff455ee67dd64f46e2fa5ceba39a0349d25a84b69c646eaf'
-'a6a253eed31b77b00bf4f721f4b1c6bbd95505b9e4b38b736101e551dd12ff5f'
-'3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a')
-_svnrepo='https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/'
-_pyversion=2.7
-_revision=5771
-
-build() {
-  cd $srcdir
-  gendesk -n
-
-  #msg2 'Looking up revision from version number...'
-  #_releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep 
$pkgver | cut -d':' -f2 | cut -d' ' -f10 | tail -1`
-  #msg2 'The revision for the latest official release is $_releaserevision
-  ## _revision=$_releaserevision
-  #msg2 Compiling with revision $_revision
-
-  msg2 Checking out svn revision $_revision...
-  if [[ -d $pkgname/.svn ]]; then
-(cd $pkgname  svn up -r $_revision)
-  else
-svn co $_svnrepo --config-dir ./ -r $_revision $pkgname
-  fi
-
-  msg2 'Setting up build directory...'
-  rm -rf $srcdir/$pkgname-build
-  cp -r $srcdir/$pkgname $srcdir/$pkgname-build
-  cd $srcdir/$pkgname-build
-
-  msg2 'CMake/Python fix...'
-  patch -N -p1 -i $srcdir/cmake_python.patch
-
-  msg2 'Generating makefiles...'
-  cmake \
--DPYTHON_INCLUDE_DIR:PATH=/usr/include/python$_pyversion \
--DPYTHON_LIBRARY:FILEPATH=/usr/lib/libpython$_pyversion.so \
--G Unix Makefiles
-  
-  msg2 'GLU fix...'
-  if [ $CARCH == x86_64 ]
-  then
-setconf CMakeCache.txt CMAKE_CXX_FLAGS:STRING \
-  '-march=native -mtune=generic -O2 -fno-var-tracking -pipe 
-fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lGL -lGLU 
-rpath=/usr/lib '
-  fi
-
-  msg2 'Compiling...'
-  make -j1
-
-  msg2 'OGRE fix...'
-  sed -i 's:PluginFolder=.:PluginFolder=/usr/lib/OGRE/:g' \
-$srcdir/$pkgname-build/ogre_plugins.cfg
-}
-
-package() {
-  cd $srcdir/$pkgname-build
-
-  msg2 'Packaging documentation...'
-  install -Dm644 loki_setup/README.txt \
-$pkgdir/usr/share/doc/$pkgname/README.txt
-
-  msg2 'Packaging binaries...'
-  install -Dm 755 $srcdir/$pkgname.sh $pkgdir/usr/bin/freeorion
-  install -Dm 755 freeorion $pkgdir/usr/bin/freeorion.elf
-  install -Dm 755 freeorionca $pkgdir/usr/bin/freeorionca
-  install -Dm 755 freeoriond $pkgdir/usr/bin/freeoriond
-
-  msg2 'Packaging data...'
-  mkdir -p $pkgdir/usr/share/$pkgname $pkgdir/usr/lib/$pkgname
-  cp -r default $pkgdir/usr/share/$pkgname
-  install -Dm 644 OISInput.cfg $pkgdir/usr/share/$pkgname/OISInput.cfg
-
-  msg2 'Packaging license...'
-  install -Dm 644 default/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd $srcdir
-
-  

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

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 21:02:00
  Author: jgc
Revision: 191784

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

Added:
  gjs/repos/extra-i686/PKGBUILD
(from rev 191783, gjs/trunk/PKGBUILD)
  gjs/repos/extra-i686/gettext-typo.patch
(from rev 191783, gjs/trunk/gettext-typo.patch)
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 191783, gjs/trunk/PKGBUILD)
  gjs/repos/extra-x86_64/gettext-typo.patch
(from rev 191783, gjs/trunk/gettext-typo.patch)
Deleted:
  gjs/repos/extra-i686/PKGBUILD
  gjs/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   72 ++
 extra-i686/PKGBUILD |   30 ---
 extra-i686/gettext-typo.patch   |   22 +++
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/gettext-typo.patch |   22 +++
 5 files changed, 116 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 19:01:53 UTC (rev 191783)
+++ extra-i686/PKGBUILD 2013-07-30 19:02:00 UTC (rev 191784)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gjs
-pkgver=1.36.1
-pkgrel=1
-pkgdesc=Javascript Bindings for GNOME
-arch=(i686 x86_64)
-url=http://live.gnome.org/Gjs;
-license=(GPL)
-depends=(cairo gobject-introspection 'js=17.0.0')
-options=('!libtool')
-source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2)
-sha256sums=('5826f74fcf20750538f74e2b0059f392eb139996b80b70ca217f5f7a0d117e27')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gjs/repos/extra-i686/PKGBUILD (from rev 191783, gjs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-30 19:02:00 UTC (rev 191784)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.36.1
+pkgrel=2
+pkgdesc=Javascript Bindings for GNOME
+arch=(i686 x86_64)
+url=http://live.gnome.org/Gjs;
+license=(GPL)
+depends=(cairo gobject-introspection 'js=17.0.0')
+options=('!libtool')
+source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2
+gettext-typo.patch)
+sha256sums=('5826f74fcf20750538f74e2b0059f392eb139996b80b70ca217f5f7a0d117e27'
+'c2c3ca377d9d69511d5784599ea33d754aed776d5ceefaf384b8e303b54fd038')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../gettext-typo.patch
+}
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gjs/repos/extra-i686/gettext-typo.patch (from rev 191783, 
gjs/trunk/gettext-typo.patch)
===
--- extra-i686/gettext-typo.patch   (rev 0)
+++ extra-i686/gettext-typo.patch   2013-07-30 19:02:00 UTC (rev 191784)
@@ -0,0 +1,22 @@
+From 178c810b7797ff2fca0440e519ddf4dbede589a1 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampa...@src.gnome.org
+Date: Sun, 12 May 2013 16:46:19 +
+Subject: gettext: fix typo
+
+https://bugzilla.gnome.org/show_bug.cgi?id=700336
+---
+diff --git a/modules/gettext.js b/modules/gettext.js
+index 8f73c13..60991e1 100644
+--- a/modules/gettext.js
 b/modules/gettext.js
+@@ -46,7 +46,7 @@ function gettext(msgid) {
+ return GLib.dgettext(null, msgid);
+ }
+ function dgettext(domain, msgid) {
+-return GLib.dgetext(domain, msgid);
++return GLib.dgettext(domain, msgid);
+ }
+ function dcgettext(domain, msgid, category) {
+ return GLib.dcgettext(domain, msgid, category);
+--
+cgit v0.9.2

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-30 19:01:53 UTC (rev 191783)
+++ extra-x86_64/PKGBUILD   2013-07-30 19:02:00 UTC (rev 191784)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gjs
-pkgver=1.36.1
-pkgrel=1
-pkgdesc=Javascript Bindings for GNOME
-arch=(i686 x86_64)
-url=http://live.gnome.org/Gjs;
-license=(GPL)
-depends=(cairo gobject-introspection 'js=17.0.0')
-options=('!libtool')
-source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2)
-sha256sums=('5826f74fcf20750538f74e2b0059f392eb139996b80b70ca217f5f7a0d117e27')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 191783, gjs/trunk/PKGBUILD)

[arch-commits] Commit in gjs/trunk (PKGBUILD gettext-typo.patch)

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 21:01:53
  Author: jgc
Revision: 191783

upgpkg: gjs 1.36.1-2

Fix typo in gettext module (FS#36187)

Added:
  gjs/trunk/gettext-typo.patch
Modified:
  gjs/trunk/PKGBUILD

+
 PKGBUILD   |   12 +---
 gettext-typo.patch |   22 ++
 2 files changed, 31 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 17:31:52 UTC (rev 191782)
+++ PKGBUILD2013-07-30 19:01:53 UTC (rev 191783)
@@ -3,16 +3,22 @@
 
 pkgname=gjs
 pkgver=1.36.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Javascript Bindings for GNOME
 arch=(i686 x86_64)
 url=http://live.gnome.org/Gjs;
 license=(GPL)
 depends=(cairo gobject-introspection 'js=17.0.0')
 options=('!libtool')
-source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2)
-sha256sums=('5826f74fcf20750538f74e2b0059f392eb139996b80b70ca217f5f7a0d117e27')
+source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2
+gettext-typo.patch)
+sha256sums=('5826f74fcf20750538f74e2b0059f392eb139996b80b70ca217f5f7a0d117e27'
+'c2c3ca377d9d69511d5784599ea33d754aed776d5ceefaf384b8e303b54fd038')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../gettext-typo.patch
+}
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static

Added: gettext-typo.patch
===
--- gettext-typo.patch  (rev 0)
+++ gettext-typo.patch  2013-07-30 19:01:53 UTC (rev 191783)
@@ -0,0 +1,22 @@
+From 178c810b7797ff2fca0440e519ddf4dbede589a1 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampa...@src.gnome.org
+Date: Sun, 12 May 2013 16:46:19 +
+Subject: gettext: fix typo
+
+https://bugzilla.gnome.org/show_bug.cgi?id=700336
+---
+diff --git a/modules/gettext.js b/modules/gettext.js
+index 8f73c13..60991e1 100644
+--- a/modules/gettext.js
 b/modules/gettext.js
+@@ -46,7 +46,7 @@ function gettext(msgid) {
+ return GLib.dgettext(null, msgid);
+ }
+ function dgettext(domain, msgid) {
+-return GLib.dgetext(domain, msgid);
++return GLib.dgettext(domain, msgid);
+ }
+ function dcgettext(domain, msgid, category) {
+ return GLib.dcgettext(domain, msgid, category);
+--
+cgit v0.9.2



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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 21:33:40
  Author: bpiotrowski
Revision: 94801

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

Added:
  swftools/repos/community-staging-i686/
  swftools/repos/community-staging-i686/PKGBUILD
(from rev 94800, swftools/trunk/PKGBUILD)
  swftools/repos/community-staging-i686/giflib-5.0.patch
(from rev 94800, swftools/trunk/giflib-5.0.patch)
  swftools/repos/community-staging-i686/swftools-0.9.2.patch
(from rev 94800, swftools/trunk/swftools-0.9.2.patch)
  swftools/repos/community-staging-i686/swftools.changelog
(from rev 94800, swftools/trunk/swftools.changelog)
  swftools/repos/community-staging-x86_64/
  swftools/repos/community-staging-x86_64/PKGBUILD
(from rev 94800, swftools/trunk/PKGBUILD)
  swftools/repos/community-staging-x86_64/giflib-5.0.patch
(from rev 94800, swftools/trunk/giflib-5.0.patch)
  swftools/repos/community-staging-x86_64/swftools-0.9.2.patch
(from rev 94800, swftools/trunk/swftools-0.9.2.patch)
  swftools/repos/community-staging-x86_64/swftools.changelog
(from rev 94800, swftools/trunk/swftools.changelog)

---+
 community-staging-i686/PKGBUILD   |   47 +
 community-staging-i686/giflib-5.0.patch   |   53 
 community-staging-i686/swftools-0.9.2.patch   |   11 
 community-staging-i686/swftools.changelog |8 +++
 community-staging-x86_64/PKGBUILD |   47 +
 community-staging-x86_64/giflib-5.0.patch |   53 
 community-staging-x86_64/swftools-0.9.2.patch |   11 
 community-staging-x86_64/swftools.changelog   |8 +++
 8 files changed, 238 insertions(+)

Copied: swftools/repos/community-staging-i686/PKGBUILD (from rev 94800, 
swftools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 19:33:40 UTC (rev 94801)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+
+pkgname=swftools
+pkgver=0.9.2
+pkgrel=3
+pkgdesc=A collection of SWF manipulation and creation utilities
+arch=('i686' 'x86_64')
+url=http://www.swftools.org/;
+license=('GPL')
+depends=('giflib' 'freeglut' 'lame' 't1lib' 'libjpeg' 'fontconfig')
+makedepends=('bison' 'flex' 'zlib' 'patch')
+changelog=$pkgname.changelog
+source=(http://www.swftools.org/$pkgname-$pkgver.tar.gz
+$pkgname-$pkgver.patch
+giflib-5.0.patch)
+sha256sums=('bf6891bfc6bf535a1a99a485478f7896ebacbe3bbf545ba551298080a26f01f1'
+'80f69c86ed06b315f576a733fd1e24145b88aef9934085f3790179a119b7923d'
+'d163438fe736fb6d1ddbecaa5099a2edac35044c9fc697a8b7167e57f0d513e0')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  patch -Np1 -i ../giflib-5.0.patch
+  sed -i 's#PrintGifError()#fprintf(stderr, %s\\n, GifErrorString())#g' 
src/gif2swf.c
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  patch -Np0 -i ${srcdir}/$pkgname-$pkgver.patch
+
+  make prefix=${pkgdir}/usr install
+  
+  cd ${pkgdir}/usr/share/$pkgname/swfs
+  rm -f default_loader.swf default_viewer.swf
+  ln -s tessel_loader.swf default_loader.swf
+  ln -s simple_viewer.swf default_viewer.swf
+}

Copied: swftools/repos/community-staging-i686/giflib-5.0.patch (from rev 94800, 
swftools/trunk/giflib-5.0.patch)
===
--- community-staging-i686/giflib-5.0.patch (rev 0)
+++ community-staging-i686/giflib-5.0.patch 2013-07-30 19:33:40 UTC (rev 
94801)
@@ -0,0 +1,53 @@
+diff -rupN a/src/gif2swf.c b/src/gif2swf.c
+--- a/src/gif2swf.c2011-01-02 03:30:29.0 +
 b/src/gif2swf.c2013-07-30 19:30:32.666103403 +
+@@ -65,6 +65,15 @@ enum disposal_method {
+ RESTORE_TO_PREVIOUS
+ };
+ 
++static void PrintGifError(int err)
++{
++  char *Err = GifErrorString(err);
++
++  if (Err != NULL)
++fprintf(stderr, \nGIF-LIB error: %s.\n, Err);
++  else
++fprintf(stderr, \nGIF-LIB undefined error %d.\n, err);
++}
+ 
+ void SetFrameAction(TAG ** t, const char *src, int ver)
+ {
+@@ -230,13 +239,13 @@ TAG *MovieAddFrame(SWF * swf, TAG * t, c
+ }
+ fclose(fi);
+ 
+-if ((gft = DGifOpenFileName(sname)) == NULL) {
++if ((gft = DGifOpenFileName(sname, NULL)) == NULL) {
+ fprintf(stderr, %s is not a GIF file!\n, sname);
+ return t;
+ }
+ 
+ if (DGifSlurp(gft) != GIF_OK) {
+-PrintGifError();
++PrintGifError(DGifSlurp(gft));
+ return t;
+ }
+ 
+@@ -488,7 +497,7 @@ int CheckInputFile(char *fname, char **r
+ }
+ fclose(fi);
+ 
+-if ((gft = DGifOpenFileName(s)) == NULL) {
++if ((gft = 

[arch-commits] Commit in swftools/trunk (PKGBUILD giflib-5.0.patch)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 21:33:23
  Author: bpiotrowski
Revision: 94800

upgpkg: swftools 0.9.2-3

- giflib 5.0 rebuild

Added:
  swftools/trunk/giflib-5.0.patch
Modified:
  swftools/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 giflib-5.0.patch |   53 +
 2 files changed, 59 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 18:56:20 UTC (rev 94799)
+++ PKGBUILD2013-07-30 19:33:23 UTC (rev 94800)
@@ -4,7 +4,7 @@
 
 pkgname=swftools
 pkgver=0.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A collection of SWF manipulation and creation utilities
 arch=('i686' 'x86_64')
 url=http://www.swftools.org/;
@@ -13,13 +13,16 @@
 makedepends=('bison' 'flex' 'zlib' 'patch')
 changelog=$pkgname.changelog
 source=(http://www.swftools.org/$pkgname-$pkgver.tar.gz
-$pkgname-$pkgver.patch)
+$pkgname-$pkgver.patch
+giflib-5.0.patch)
 sha256sums=('bf6891bfc6bf535a1a99a485478f7896ebacbe3bbf545ba551298080a26f01f1'
-'80f69c86ed06b315f576a733fd1e24145b88aef9934085f3790179a119b7923d')
+'80f69c86ed06b315f576a733fd1e24145b88aef9934085f3790179a119b7923d'
+'d163438fe736fb6d1ddbecaa5099a2edac35044c9fc697a8b7167e57f0d513e0')
 
 prepare() {
   cd ${srcdir}/$pkgname-$pkgver
 
+  patch -Np1 -i ../giflib-5.0.patch
   sed -i 's#PrintGifError()#fprintf(stderr, %s\\n, GifErrorString())#g' 
src/gif2swf.c
 }
 

Added: giflib-5.0.patch
===
--- giflib-5.0.patch(rev 0)
+++ giflib-5.0.patch2013-07-30 19:33:23 UTC (rev 94800)
@@ -0,0 +1,53 @@
+diff -rupN a/src/gif2swf.c b/src/gif2swf.c
+--- a/src/gif2swf.c2011-01-02 03:30:29.0 +
 b/src/gif2swf.c2013-07-30 19:30:32.666103403 +
+@@ -65,6 +65,15 @@ enum disposal_method {
+ RESTORE_TO_PREVIOUS
+ };
+ 
++static void PrintGifError(int err)
++{
++  char *Err = GifErrorString(err);
++
++  if (Err != NULL)
++fprintf(stderr, \nGIF-LIB error: %s.\n, Err);
++  else
++fprintf(stderr, \nGIF-LIB undefined error %d.\n, err);
++}
+ 
+ void SetFrameAction(TAG ** t, const char *src, int ver)
+ {
+@@ -230,13 +239,13 @@ TAG *MovieAddFrame(SWF * swf, TAG * t, c
+ }
+ fclose(fi);
+ 
+-if ((gft = DGifOpenFileName(sname)) == NULL) {
++if ((gft = DGifOpenFileName(sname, NULL)) == NULL) {
+ fprintf(stderr, %s is not a GIF file!\n, sname);
+ return t;
+ }
+ 
+ if (DGifSlurp(gft) != GIF_OK) {
+-PrintGifError();
++PrintGifError(DGifSlurp(gft));
+ return t;
+ }
+ 
+@@ -488,7 +497,7 @@ int CheckInputFile(char *fname, char **r
+ }
+ fclose(fi);
+ 
+-if ((gft = DGifOpenFileName(s)) == NULL) {
++if ((gft = DGifOpenFileName(s, NULL)) == NULL) {
+ fprintf(stderr, %s is not a GIF file!\n, fname);
+ return -1;
+ }
+@@ -499,7 +508,7 @@ int CheckInputFile(char *fname, char **r
+ global.max_image_height = gft-SHeight;
+ 
+ if (DGifSlurp(gft) != GIF_OK) { 
+-PrintGifError();
++PrintGifError(DGifSlurp(gft));
+ return -1;
+ }
+ // After DGifSlurp() call, gft-ImageCount become available



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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 21:42:55
  Author: bpiotrowski
Revision: 94802

upgpkg: xemacs 21.5.33-3

- giflib 5.0 rebuild

Modified:
  xemacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 19:33:40 UTC (rev 94801)
+++ PKGBUILD2013-07-30 19:42:55 UTC (rev 94802)
@@ -5,7 +5,7 @@
 
 pkgname=xemacs
 pkgver=21.5.33
-pkgrel=2
+pkgrel=3
 pkgdesc=An highly customizable open source text editor and application 
development system forked from GNU Emacs
 arch=('i686' 'x86_64')
 url=http://www.xemacs.org/;



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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 21:43:05
  Author: bpiotrowski
Revision: 94803

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

Added:
  xemacs/repos/community-staging-i686/
  xemacs/repos/community-staging-i686/PKGBUILD
(from rev 94802, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-i686/xemacs.desktop
(from rev 94802, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-i686/xemacs.install
(from rev 94802, xemacs/trunk/xemacs.install)
  xemacs/repos/community-staging-x86_64/
  xemacs/repos/community-staging-x86_64/PKGBUILD
(from rev 94802, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-x86_64/xemacs.desktop
(from rev 94802, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-x86_64/xemacs.install
(from rev 94802, xemacs/trunk/xemacs.install)

-+
 community-staging-i686/PKGBUILD |   57 ++
 community-staging-i686/xemacs.desktop   |   34 +
 community-staging-i686/xemacs.install   |   35 ++
 community-staging-x86_64/PKGBUILD   |   57 ++
 community-staging-x86_64/xemacs.desktop |   34 +
 community-staging-x86_64/xemacs.install |   35 ++
 6 files changed, 252 insertions(+)

Copied: xemacs/repos/community-staging-i686/PKGBUILD (from rev 94802, 
xemacs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 19:43:05 UTC (rev 94803)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: juergen juer...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=xemacs
+pkgver=21.5.33
+pkgrel=3
+pkgdesc=An highly customizable open source text editor and application 
development system forked from GNU Emacs
+arch=('i686' 'x86_64')
+url=http://www.xemacs.org/;
+license=('GPL')
+depends=('db' 'libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 
'giflib')
+optdepends=('xorg-fonts-75dpi: X bitmap fonts needed for the interface'
+'xorg-fonts-100dpi: X bitmap fonts needed for the interface')
+makedepends=('xbitmaps')
+install=$pkgname.install
+source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
+xemacs.desktop)
+sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
+'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --build=${CHOST} --prefix=/usr --with-dynamic \
+  --without-postgresql --with-athena=xaw \
+  --enable-database=berkdb --without-ldap \
+  --enable-menubars=lucid --enable-scrollbars=lucid \
+  --enable-widgets=athena --enable-dialogs=athena \
+  --enable-external-widget \
+  --with-jpeg --with-png --with-tiff \
+  --with-ncurses --with-pop --with-xfs --disable-sound \
+  --infodir=/usr/share/info \
+  --with-mule \
+  --mandir=/usr/share/man/man1
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 
infodir=${pkgdir}/usr/share/info install gzip-el
+
+  rm ${pkgdir}/usr/bin/{b2m,ctags,etags}
+  rm ${pkgdir}/usr/share/man/man1/{ctags.1,etags.1}
+
+  # fix  FS#7927
+  install -d -m755 ${pkgdir}/usr/share/pixmaps
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  ln -sf /usr/share/xemacs-${pkgver%.*}-b${pkgver##*.}/etc/xemacs-icon.xpm 
${pkgdir}/usr/share/pixmaps/xemacs-icon.xpm
+
+  # correct permissions
+  chown -R root:root ${pkgdir}
+
+  rm 
${pkgdir}/usr/share/info/{info.info,texinfo.info-2,cl.info,texinfo.info-1,texinfo.info,standards.info,widget.info}
+}

Copied: xemacs/repos/community-staging-i686/xemacs.desktop (from rev 94802, 
xemacs/trunk/xemacs.desktop)
===
--- community-staging-i686/xemacs.desktop   (rev 0)
+++ community-staging-i686/xemacs.desktop   2013-07-30 19:43:05 UTC (rev 
94803)
@@ -0,0 +1,34 @@
+[Desktop Entry]
+Name=XEmacs Text Editor
+Name[bg]=редактор XEmacs
+Name[ca]=Editor XEmacs
+Name[cs]=Editor XEmacs
+Name[da]=XEmacs tekstredigerer
+Name[de]=XEmacs Texteditor
+Name[eo]=La redaktilo XEmakso
+Name[es]=Emacs para X
+Name[et]=Emacs X'i kasutajaliidesega
+Name[fi]=XEmacs editori
+Name[fr]=Éditeur XEmacs
+Name[hu]=XEmacs szövegszerkesztő
+Name[is]=XEmacs-ritill
+Name[it]=Emacs per X
+Name[ja]=XEmacs テキスト・エディター
+Name[mk]=Софистицираниот XEmacs уредувач
+Name[no]=XEmacs-tekstredigerer
+Name[pt]=Editor XEmacs
+Name[ro]=Editorul XEmacs
+Name[ru]=Редактор XEmacs
+Name[sk]=Editor XEmacs
+Name[sl]=Urejevalnik XEmacs
+Name[uk]=Редактор XEmacs
+GenericName=Text Editor

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

2013-07-30 Thread Alexander Rødseth
Date: Tuesday, July 30, 2013 @ 22:37:41
  Author: arodseth
Revision: 94804

upgpkg: freeorion 0.4.2-5

Modified:
  freeorion/trunk/PKGBUILD
  freeorion/trunk/freeorion.sh

--+
 PKGBUILD |9 +
 freeorion.sh |8 
 2 files changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 19:43:05 UTC (rev 94803)
+++ PKGBUILD2013-07-30 20:37:41 UTC (rev 94804)
@@ -8,7 +8,7 @@
 
 pkgname=freeorion
 pkgver=0.4.2
-pkgrel=7
+pkgrel=5
 pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
 arch=('x86_64' 'i686')
 url='http://www.freeorion.org/'
@@ -28,16 +28,17 @@
 
$pkgname.png::https://a.fsdn.com/con/icons/fr/freeor...@sf.net/FO_Icon_256x256.png;
 cmake_python.patch
 
$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/#revision=6142;)
-sha256sums=('111532e460aec847ff455ee67dd64f46e2fa5ceba39a0349d25a84b69c646eaf'
+sha256sums=('25b574af5397226373e24510ce59de94c5df5b31d94562fc0de387fd70731707'
 'a6a253eed31b77b00bf4f721f4b1c6bbd95505b9e4b38b736101e551dd12ff5f'
 '3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a'
 'SKIP')
 _pyversion=2.7
 
 pkgver() {
-  cd $pkgname
+  #cd $pkgname
 
-  svnversion | tr -d [A-z]
+  #svnversion | tr -d [A-z]
+  echo $pkgver
 }
 
 prepare() {

Modified: freeorion.sh
===
--- freeorion.sh2013-07-30 19:43:05 UTC (rev 94803)
+++ freeorion.sh2013-07-30 20:37:41 UTC (rev 94804)
@@ -54,17 +54,17 @@
 # If this is a symlink, then we
 # need to change into the dir of symlink-target.
 if [ -h $0 ]; then
-  echo I am Symlink. Following into my targets basedir
+  #echo I am Symlink. Following into my targets basedir
   ME=`readlink $0`
 else
-  echo Following into my basedir
+  #echo Following into my basedir
   ME=$0
 fi
 
 # This is important! Script won't work outside its installation dir
 ROOT=/usr/share/freeorion
 cd ${ROOT}
-echo -n CWD: 
+#echo -n CWD: 
 pwd
 
 
@@ -86,7 +86,7 @@
 export PYTHONPATH=${PYTHONHOME}
 export PYTHONDEBUG=1
 export PYTHONVERBOSE=1
-echo PYTHONHOME=${PYTHONHOME}
+#echo PYTHONHOME=${PYTHONHOME}
 
 export LD_LIBRARY_PATH=${PYTHONHOME}:${LD_LIBRARY_PATH}
 export LD_PRELOAD=${PYTHONHOME}/libutil.so.1:${PYTHONHOME}/libpython2.5.so



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

2013-07-30 Thread Alexander Rødseth
Date: Tuesday, July 30, 2013 @ 22:37:58
  Author: arodseth
Revision: 94805

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

Added:
  freeorion/repos/community-i686/PKGBUILD
(from rev 94804, freeorion/trunk/PKGBUILD)
  freeorion/repos/community-i686/cmake_python.patch
(from rev 94804, freeorion/trunk/cmake_python.patch)
  freeorion/repos/community-i686/freeorion.install
(from rev 94804, freeorion/trunk/freeorion.install)
  freeorion/repos/community-i686/freeorion.sh
(from rev 94804, freeorion/trunk/freeorion.sh)
  freeorion/repos/community-x86_64/PKGBUILD
(from rev 94804, freeorion/trunk/PKGBUILD)
  freeorion/repos/community-x86_64/cmake_python.patch
(from rev 94804, freeorion/trunk/cmake_python.patch)
  freeorion/repos/community-x86_64/freeorion.install
(from rev 94804, freeorion/trunk/freeorion.install)
  freeorion/repos/community-x86_64/freeorion.sh
(from rev 94804, freeorion/trunk/freeorion.sh)

-+
 community-i686/PKGBUILD |  121 
 community-i686/cmake_python.patch   |   23 +
 community-i686/freeorion.install|   13 +++
 community-i686/freeorion.sh |  143 ++
 community-x86_64/PKGBUILD   |  121 
 community-x86_64/cmake_python.patch |   23 +
 community-x86_64/freeorion.install  |   13 +++
 community-x86_64/freeorion.sh   |  143 ++
 8 files changed, 600 insertions(+)

Copied: freeorion/repos/community-i686/PKGBUILD (from rev 94804, 
freeorion/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-30 20:37:58 UTC (rev 94805)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Elmo Todurov todu...@gmail.com
+# Contributor: guini sidt...@googlemail.com
+# Contributor: Forrest Loomis cyberc...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+
+pkgname=freeorion
+pkgver=0.4.2
+pkgrel=5
+pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
+arch=('x86_64' 'i686')
+url='http://www.freeorion.org/'
+license=('GPL')
+if [ $CARCH == x86_64 ]
+then
+  depends=('lib32-nvidia-cg-toolkit')
+else
+  depends=('nvidia-cg-toolkit')
+fi
+depends=('bullet' 'freealut' 'libvorbis' 'python2' 'gigi' 'desktop-file-utils' 
'libgl')
+makedepends=('boost' 'ogre=1.8.1' 'sdl' 'gigi0.8.0-18' 'graphviz' 'mesa-libgl'
+ 'desktop-file-utils' 'setconf' 'cmake' 'gendesk' 'subversion' 
'libogg')
+options=('!strip' '!emptydirs')
+install=$pkgname.install
+source=($pkgname.sh
+
$pkgname.png::https://a.fsdn.com/con/icons/fr/freeor...@sf.net/FO_Icon_256x256.png;
+cmake_python.patch
+
$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/#revision=6142;)
+sha256sums=('25b574af5397226373e24510ce59de94c5df5b31d94562fc0de387fd70731707'
+'a6a253eed31b77b00bf4f721f4b1c6bbd95505b9e4b38b736101e551dd12ff5f'
+'3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a'
+'SKIP')
+_pyversion=2.7
+
+pkgver() {
+  #cd $pkgname
+
+  #svnversion | tr -d [A-z]
+  echo $pkgver
+}
+
+prepare() {
+  cd $pkgname
+
+  svn upgrade
+}
+
+build() {
+  cd $srcdir
+  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc
+
+  #msg2 'Looking up revision from version number...'
+  #_releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep 
$pkgver | cut -d':' -f2 | cut -d' ' -f10 | tail -1`
+
+  cd $srcdir/$pkgname
+
+  msg2 'CMake/Python fix...'
+  patch -N -p1 -i $srcdir/cmake_python.patch
+
+  msg2 'Generating makefiles...'
+  cmake \
+-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python$_pyversion \
+-DPYTHON_LIBRARY:FILEPATH=/usr/lib/libpython$_pyversion.so \
+-G Unix Makefiles
+  
+  msg2 'GLU fix...'
+  if [ $CARCH == x86_64 ]
+  then
+setconf CMakeCache.txt CMAKE_CXX_FLAGS:STRING \
+  '-march=native -mtune=generic -O2 -fno-var-tracking -pipe 
-fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lGL -lGLU 
-rpath=/usr/lib '
+  fi
+
+  msg2 'Compiling...'
+  make -j1
+
+  msg2 'OGRE fix...'
+  sed -i 's:PluginFolder=.:PluginFolder=/usr/lib/OGRE/:g' \
+$srcdir/$pkgname/ogre_plugins.cfg
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  msg2 'Packaging documentation...'
+  install -Dm644 loki_setup/README.txt \
+$pkgdir/usr/share/doc/$pkgname/README.txt
+
+  msg2 'Packaging binaries...'
+  install -Dm 755 $srcdir/$pkgname.sh $pkgdir/usr/bin/freeorion
+  install -Dm 755 freeorion $pkgdir/usr/bin/freeorion.elf
+  install -Dm 755 freeorionca $pkgdir/usr/bin/freeorionca
+  install -Dm 755 freeoriond $pkgdir/usr/bin/freeoriond
+
+  msg2 'Packaging data...'
+  mkdir -p $pkgdir/usr/share/$pkgname $pkgdir/usr/lib/$pkgname
+  cp -r default 

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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 23:00:37
  Author: bpiotrowski
Revision: 94807

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

Added:
  kmess/repos/community-staging-i686/
  kmess/repos/community-staging-i686/PKGBUILD
(from rev 94806, kmess/trunk/PKGBUILD)
  kmess/repos/community-staging-i686/giflib-5.0.patch
(from rev 94806, kmess/trunk/giflib-5.0.patch)
  kmess/repos/community-staging-i686/kmess.install
(from rev 94806, kmess/trunk/kmess.install)
  kmess/repos/community-staging-x86_64/
  kmess/repos/community-staging-x86_64/PKGBUILD
(from rev 94806, kmess/trunk/PKGBUILD)
  kmess/repos/community-staging-x86_64/giflib-5.0.patch
(from rev 94806, kmess/trunk/giflib-5.0.patch)
  kmess/repos/community-staging-x86_64/kmess.install
(from rev 94806, kmess/trunk/kmess.install)

---+
 community-staging-i686/PKGBUILD   |   44 ++
 community-staging-i686/giflib-5.0.patch   |   85 
 community-staging-i686/kmess.install  |   11 +++
 community-staging-x86_64/PKGBUILD |   44 ++
 community-staging-x86_64/giflib-5.0.patch |   85 
 community-staging-x86_64/kmess.install|   11 +++
 6 files changed, 280 insertions(+)

Copied: kmess/repos/community-staging-i686/PKGBUILD (from rev 94806, 
kmess/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 21:00:37 UTC (rev 94807)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Stefano Zamprogno stefano.zampro...@gmail.com
+
+pkgname=kmess
+pkgver=2.0.6.2
+pkgrel=3
+pkgdesc=A MSN Messenger client for Linux
+arch=('i686' 'x86_64')
+url='http://kmess.sourceforge.net/'
+license=('GPL')
+depends=('kdebase-lib')
+makedepends=('automoc4' 'cmake' 'optipng')
+optdepends=('cabextract: provides winks support')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;
+giflib-5.0.patch)
+md5sums=('a2e57911713308bef81b9347135cc5dd'
+ '97734b073bf4a45ed3612d7626541cee')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Fix invalid PNG images to work with libpng 1.6
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  patch -Np1 -i ../giflib-5.0.patch
+}
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kmess/repos/community-staging-i686/giflib-5.0.patch (from rev 94806, 
kmess/trunk/giflib-5.0.patch)
===
--- community-staging-i686/giflib-5.0.patch (rev 0)
+++ community-staging-i686/giflib-5.0.patch 2013-07-30 21:00:37 UTC (rev 
94807)
@@ -0,0 +1,85 @@
+diff -rupN a/contrib/isf-qt/src/isfqt.cpp b/contrib/isf-qt/src/isfqt.cpp
+--- a/contrib/isf-qt/src/isfqt.cpp 2012-02-18 16:28:01.0 +
 b/contrib/isf-qt/src/isfqt.cpp 2013-07-30 20:51:06.705394145 +
+@@ -484,12 +484,13 @@ QByteArray Stream::writerGif( const Draw
+   int width = isfImage.width();
+   int numColors = 0;
+   boolgifError  = true;
++  int gifErrCode;
+ 
+   // Convert the image to GIF using libgif
+ 
+   // Open the gif file
+   gifData.open( QIODevice::WriteOnly );
+-  gifImage = EGifOpen( (void*)gifData, GifWriteToByteArray );
++  gifImage = EGifOpen( (void*)gifData, GifWriteToByteArray, gifErrCode );
+   if( gifImage == 0 )
+   {
+ qWarning()  Couldn't initialize gif library!;
+@@ -503,7 +504,7 @@ QByteArray Stream::writerGif( const Draw
+ numColors = 256;
+   }
+ 
+-  cmap = MakeMapObject( numColors, NULL );
++  cmap = GifMakeMapObject( numColors, NULL );
+   if( cmap == 0  isfImage.numColors()  1 )
+   {
+ qWarning()  Couldn't create map object for gif conversion (colors:  
isfImage.numColors()  )!;
+@@ -576,7 +577,7 @@ QByteArray Stream::writerGif( const Draw
+   else
+   {
+ // Write the extension
+-if( EGifPutExtensionFirst( gifImage, COMMENT_EXT_FUNC_CODE, MAX_GIF_BYTE, 
isfData.left( MAX_GIF_BYTE ).data() ) == GIF_ERROR )
++if( EGifPutExtensionLeader( gifImage, COMMENT_EXT_FUNC_CODE) == GIF_ERROR 
)
+ {
+   qWarning()  EGifPutExtensionFirst failed!;
+   goto writeError;
+@@ -590,9 +591,9 @@ QByteArray Stream::writerGif( const Draw
+ // Write all the full data blocks
+ while( length = MAX_GIF_BYTE )
+ {
+-  if( EGifPutExtensionNext( gifImage, 0, MAX_GIF_BYTE, isfData.mid( pos, 
MAX_GIF_BYTE ).data() ) == GIF_ERROR )
++  if( EGifPutExtensionBlock( gifImage, MAX_GIF_BYTE, isfData.mid( pos, 
MAX_GIF_BYTE ).data() ) == 

[arch-commits] Commit in kmess/trunk (PKGBUILD giflib-5.0.patch)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 23:00:21
  Author: bpiotrowski
Revision: 94806

upgpkg: kmess 2.0.6.2-3

- giflib 5.0 rebuild

Added:
  kmess/trunk/giflib-5.0.patch
Modified:
  kmess/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 giflib-5.0.patch |   85 +
 2 files changed, 92 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 20:37:58 UTC (rev 94805)
+++ PKGBUILD2013-07-30 21:00:21 UTC (rev 94806)
@@ -5,7 +5,7 @@
 
 pkgname=kmess
 pkgver=2.0.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A MSN Messenger client for Linux
 arch=('i686' 'x86_64')
 url='http://kmess.sourceforge.net/'
@@ -14,14 +14,18 @@
 makedepends=('automoc4' 'cmake' 'optipng')
 optdepends=('cabextract: provides winks support')
 install=${pkgname}.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
-md5sums=('a2e57911713308bef81b9347135cc5dd')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;
+giflib-5.0.patch)
+md5sums=('a2e57911713308bef81b9347135cc5dd'
+ '97734b073bf4a45ed3612d7626541cee')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   # Fix invalid PNG images to work with libpng 1.6
   find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  patch -Np1 -i ../giflib-5.0.patch
 }
 
 build() {

Added: giflib-5.0.patch
===
--- giflib-5.0.patch(rev 0)
+++ giflib-5.0.patch2013-07-30 21:00:21 UTC (rev 94806)
@@ -0,0 +1,85 @@
+diff -rupN a/contrib/isf-qt/src/isfqt.cpp b/contrib/isf-qt/src/isfqt.cpp
+--- a/contrib/isf-qt/src/isfqt.cpp 2012-02-18 16:28:01.0 +
 b/contrib/isf-qt/src/isfqt.cpp 2013-07-30 20:51:06.705394145 +
+@@ -484,12 +484,13 @@ QByteArray Stream::writerGif( const Draw
+   int width = isfImage.width();
+   int numColors = 0;
+   boolgifError  = true;
++  int gifErrCode;
+ 
+   // Convert the image to GIF using libgif
+ 
+   // Open the gif file
+   gifData.open( QIODevice::WriteOnly );
+-  gifImage = EGifOpen( (void*)gifData, GifWriteToByteArray );
++  gifImage = EGifOpen( (void*)gifData, GifWriteToByteArray, gifErrCode );
+   if( gifImage == 0 )
+   {
+ qWarning()  Couldn't initialize gif library!;
+@@ -503,7 +504,7 @@ QByteArray Stream::writerGif( const Draw
+ numColors = 256;
+   }
+ 
+-  cmap = MakeMapObject( numColors, NULL );
++  cmap = GifMakeMapObject( numColors, NULL );
+   if( cmap == 0  isfImage.numColors()  1 )
+   {
+ qWarning()  Couldn't create map object for gif conversion (colors:  
isfImage.numColors()  )!;
+@@ -576,7 +577,7 @@ QByteArray Stream::writerGif( const Draw
+   else
+   {
+ // Write the extension
+-if( EGifPutExtensionFirst( gifImage, COMMENT_EXT_FUNC_CODE, MAX_GIF_BYTE, 
isfData.left( MAX_GIF_BYTE ).data() ) == GIF_ERROR )
++if( EGifPutExtensionLeader( gifImage, COMMENT_EXT_FUNC_CODE) == GIF_ERROR 
)
+ {
+   qWarning()  EGifPutExtensionFirst failed!;
+   goto writeError;
+@@ -590,9 +591,9 @@ QByteArray Stream::writerGif( const Draw
+ // Write all the full data blocks
+ while( length = MAX_GIF_BYTE )
+ {
+-  if( EGifPutExtensionNext( gifImage, 0, MAX_GIF_BYTE, isfData.mid( pos, 
MAX_GIF_BYTE ).data() ) == GIF_ERROR )
++  if( EGifPutExtensionBlock( gifImage, MAX_GIF_BYTE, isfData.mid( pos, 
MAX_GIF_BYTE ).data() ) == GIF_ERROR )
+   {
+-qWarning()  EGifPutExtensionNext failed!;
++qWarning()  EGifPutExtensionBlock failed!;
+ goto writeError;
+   }
+ 
+@@ -603,17 +604,17 @@ QByteArray Stream::writerGif( const Draw
+ // Write the last block
+ if( length  0 )
+ {
+-  if( EGifPutExtensionLast( gifImage, 0, length, isfData.mid( pos, 
MAX_GIF_BYTE ).data() ) == GIF_ERROR )
++  if( EGifPutExtensionTrailer( gifImage ) == GIF_ERROR )
+   {
+-qWarning()  EGifPutExtensionLast (n) failed!;
++qWarning()  EGifPutExtensionTrailer (n) failed!;
+ goto writeError;
+   }
+ }
+ else
+ {
+-  if( EGifPutExtensionLast( gifImage, 0, 0, 0 ) == GIF_ERROR )
++  if( EGifPutExtensionTrailer( gifImage ) == GIF_ERROR )
+   {
+-qWarning()  EGifPutExtensionLast (0) failed!;
++qWarning()  EGifPutExtensionTrailer (0) failed!;
+ goto writeError;
+   }
+ }
+@@ -624,12 +625,12 @@ QByteArray Stream::writerGif( const Draw
+ writeError:
+   // Clean up the GIF converter etc
+   EGifCloseFile( gifImage );
+-  FreeMapObject( cmap );
++  GifFreeMapObject( cmap );
+   gifData.close();
+ 
+   if( gifError )
+   {
+-qWarning()  GIF error code:  GifLastError();
++qWarning()  GIF error code:  GifErrorString(gifErrCode);
+   }
+   else
+   {



[arch-commits] Commit in xf86-video-nouveau/repos (8 files)

2013-07-30 Thread Laurent Carlier
Date: Tuesday, July 30, 2013 @ 23:14:54
  Author: lcarlier
Revision: 191802

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

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 191801, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 191801, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 191801, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 191801, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install

-+
 /PKGBUILD   |   60 ++
 /xf86-video-nouveau.install |   12 ++
 extra-i686/PKGBUILD |   30 ---
 extra-i686/xf86-video-nouveau.install   |6 ---
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/xf86-video-nouveau.install |6 ---
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 21:14:39 UTC (rev 191801)
+++ extra-i686/PKGBUILD 2013-07-30 21:14:54 UTC (rev 191802)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-pkgver=1.0.8
-pkgrel=1
-pkgdesc=Open Source 2D acceleration driver for nVidia cards
-arch=('i686' 'x86_64')
-url=http://nouveau.freedesktop.org/;
-license=('GPL')
-depends=('libdrm' 'udev' 'nouveau-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-install=$pkgname.install
-source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9b904314b8e9c7a5800724a6a31038ed88fa3fcfd35da6f4015fc104c8283617')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 191801, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-30 21:14:54 UTC (rev 191802)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.9
+pkgrel=1
+pkgdesc=Open Source 2D acceleration driver for nVidia cards
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'udev' 'nouveau-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b247c800e532fad1c80a5666d8ca0d4e5712064b6d7a3b030b32206a8de04482')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/xf86-video-nouveau.install
===
--- extra-i686/xf86-video-nouveau.install   2013-07-30 21:14:39 UTC (rev 
191801)
+++ extra-i686/xf86-video-nouveau.install   2013-07-30 21:14:54 UTC (rev 
191802)
@@ -1,6 +0,0 @@
-post_install () {
-   cat  _EOF
-  == make sure you use KernelModeSetting (KMS)
-  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}

Copied: xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install (from 
rev 191801, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- extra-i686/xf86-video-nouveau.install   (rev 0)
+++ extra-i686/xf86-video-nouveau.install   2013-07-30 21:14:54 UTC (rev 
191802)
@@ -0,0 +1,6 @@
+post_install () {
+   cat  _EOF
+  == make sure you use KernelModeSetting (KMS)
+  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-30 21:14:39 UTC (rev 191801)
+++ extra-x86_64/PKGBUILD   2013-07-30 21:14:54 UTC (rev 191802)
@@ -1,30 +0,0 @@
-# 

[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2013-07-30 Thread Laurent Carlier
Date: Tuesday, July 30, 2013 @ 23:14:39
  Author: lcarlier
Revision: 191801

upgpkg: xf86-video-nouveau 1.0.9-1

upstream release 1.0.9

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 21:05:15 UTC (rev 191800)
+++ PKGBUILD2013-07-30 21:14:39 UTC (rev 191801)
@@ -3,7 +3,7 @@
 # Contributor: buddabrod buddab...@gmail.com
 
 pkgname=xf86-video-nouveau
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc=Open Source 2D acceleration driver for nVidia cards
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9b904314b8e9c7a5800724a6a31038ed88fa3fcfd35da6f4015fc104c8283617')
+sha256sums=('b247c800e532fad1c80a5666d8ca0d4e5712064b6d7a3b030b32206a8de04482')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-30 Thread Alexander Rødseth
Date: Tuesday, July 30, 2013 @ 23:19:04
  Author: arodseth
Revision: 94824

Compiling with -lm, ref FS#36232

Modified:
  gmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 21:06:32 UTC (rev 94823)
+++ PKGBUILD2013-07-30 21:19:04 UTC (rev 94824)
@@ -1,29 +1,39 @@
 # $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Tobias Kieslich tob...@archlinux.org
 
 pkgname=gmpc
 pkgver=11.8.16
-pkgrel=1
-pkgdesc=A GTK2 client for MPD
-arch=('i686' 'x86_64')
-url=http://gmpclient.org/home;
+pkgrel=2
+pkgdesc='MPD client (Gtk2)'
+arch=('x86_64' 'i686')
+url='http://gmpclient.org/home'
 license=('GPL')
 depends=('libunique' 'libmpd' 'libsoup' 'sqlite' 'hicolor-icon-theme' 
'xdg-utils')
 makedepends=('gob2' 'intltool' 'vala')
 options=('!libtool')
-install=gmpc.install
-source=(http://download.sarine.nl/Programs/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('223aeb000e41697d8fdf54ccedee89d5')
+install='gmpc.install'
+source=(http://download.sarine.nl/Programs/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz;)
+sha256sums=('a69414f35396846733632ca9619921d7acda537ffd6d49bd84b444945cb76b2c')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/GNOME;AudioVideo;/GTK;AudioVideo;Player;/' data/gmpc.desktop.in
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|GNOME;AudioVideo;|GTK;AudioVideo;Player;|' data/gmpc.desktop.in
+  cd $srcdir/$pkgname-$pkgver
+
   ./configure --prefix=/usr
-  make
+  make CFLAGS+='-lm'
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-07-30 Thread Alexander Rødseth
Date: Tuesday, July 30, 2013 @ 23:19:19
  Author: arodseth
Revision: 94825

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

Added:
  gmpc/repos/community-i686/PKGBUILD
(from rev 94824, gmpc/trunk/PKGBUILD)
  gmpc/repos/community-i686/gmpc.install
(from rev 94824, gmpc/trunk/gmpc.install)
  gmpc/repos/community-x86_64/PKGBUILD
(from rev 94824, gmpc/trunk/PKGBUILD)
  gmpc/repos/community-x86_64/gmpc.install
(from rev 94824, gmpc/trunk/gmpc.install)
Deleted:
  gmpc/repos/community-i686/PKGBUILD
  gmpc/repos/community-i686/gmpc.install
  gmpc/repos/community-x86_64/PKGBUILD
  gmpc/repos/community-x86_64/gmpc.install

---+
 /PKGBUILD |   78 
 /gmpc.install |   22 +++
 community-i686/PKGBUILD   |   29 --
 community-i686/gmpc.install   |   11 -
 community-x86_64/PKGBUILD |   29 --
 community-x86_64/gmpc.install |   11 -
 6 files changed, 100 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-30 21:19:04 UTC (rev 94824)
+++ community-i686/PKGBUILD 2013-07-30 21:19:19 UTC (rev 94825)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Kieslich tob...@archlinux.org
-
-pkgname=gmpc
-pkgver=11.8.16
-pkgrel=1
-pkgdesc=A GTK2 client for MPD
-arch=('i686' 'x86_64')
-url=http://gmpclient.org/home;
-license=('GPL')
-depends=('libunique' 'libmpd' 'libsoup' 'sqlite' 'hicolor-icon-theme' 
'xdg-utils')
-makedepends=('gob2' 'intltool' 'vala')
-options=('!libtool')
-install=gmpc.install
-source=(http://download.sarine.nl/Programs/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('223aeb000e41697d8fdf54ccedee89d5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|GNOME;AudioVideo;|GTK;AudioVideo;Player;|' data/gmpc.desktop.in
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gmpc/repos/community-i686/PKGBUILD (from rev 94824, gmpc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-30 21:19:19 UTC (rev 94825)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+
+pkgname=gmpc
+pkgver=11.8.16
+pkgrel=2
+pkgdesc='MPD client (Gtk2)'
+arch=('x86_64' 'i686')
+url='http://gmpclient.org/home'
+license=('GPL')
+depends=('libunique' 'libmpd' 'libsoup' 'sqlite' 'hicolor-icon-theme' 
'xdg-utils')
+makedepends=('gob2' 'intltool' 'vala')
+options=('!libtool')
+install='gmpc.install'
+source=(http://download.sarine.nl/Programs/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz;)
+sha256sums=('a69414f35396846733632ca9619921d7acda537ffd6d49bd84b444945cb76b2c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/GNOME;AudioVideo;/GTK;AudioVideo;Player;/' data/gmpc.desktop.in
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make CFLAGS+='-lm'
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gmpc.install
===
--- community-i686/gmpc.install 2013-07-30 21:19:04 UTC (rev 94824)
+++ community-i686/gmpc.install 2013-07-30 21:19:19 UTC (rev 94825)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: gmpc/repos/community-i686/gmpc.install (from rev 94824, 
gmpc/trunk/gmpc.install)
===
--- community-i686/gmpc.install (rev 0)
+++ community-i686/gmpc.install 2013-07-30 21:19:19 UTC (rev 94825)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-30 21:19:04 UTC (rev 94824)
+++ community-x86_64/PKGBUILD   2013-07-30 21:19:19 UTC (rev 94825)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Kieslich tob...@archlinux.org
-
-pkgname=gmpc
-pkgver=11.8.16
-pkgrel=1
-pkgdesc=A GTK2 client for MPD
-arch=('i686' 'x86_64')
-url=http://gmpclient.org/home;
-license=('GPL')
-depends=('libunique' 'libmpd' 'libsoup' 'sqlite' 'hicolor-icon-theme' 
'xdg-utils')
-makedepends=('gob2' 'intltool' 'vala')

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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 23:26:21
  Author: bpiotrowski
Revision: 94826

upgpkg: mplayer2 20130428-3

- giflib 5.0 rebuild

Modified:
  mplayer2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 21:19:19 UTC (rev 94825)
+++ PKGBUILD2013-07-30 21:26:21 UTC (rev 94826)
@@ -5,7 +5,7 @@
 
 pkgname=mplayer2
 pkgver=20130428
-pkgrel=2
+pkgrel=3
 pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer 
project'
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 23:26:39
  Author: bpiotrowski
Revision: 94827

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

Added:
  
mplayer2/repos/community-testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch
(from rev 94826, 
mplayer2/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
  mplayer2/repos/community-testing-i686/PKGBUILD
(from rev 94826, mplayer2/trunk/PKGBUILD)
  mplayer2/repos/community-testing-i686/mplayer2.install
(from rev 94826, mplayer2/trunk/mplayer2.install)
  
mplayer2/repos/community-testing-x86_64/0001-demux_gif-declare-missing-PrintGifError.patch
(from rev 94826, 
mplayer2/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
  mplayer2/repos/community-testing-x86_64/PKGBUILD
(from rev 94826, mplayer2/trunk/PKGBUILD)
  mplayer2/repos/community-testing-x86_64/mplayer2.install
(from rev 94826, mplayer2/trunk/mplayer2.install)
Deleted:
  
mplayer2/repos/community-testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch
  mplayer2/repos/community-testing-i686/PKGBUILD
  mplayer2/repos/community-testing-i686/mplayer2.install
  
mplayer2/repos/community-testing-x86_64/0001-demux_gif-declare-missing-PrintGifError.patch
  mplayer2/repos/community-testing-x86_64/PKGBUILD
  mplayer2/repos/community-testing-x86_64/mplayer2.install

-+
 /0001-demux_gif-declare-missing-PrintGifError.patch |  
 68 +
 /PKGBUILD   |  
132 ++
 /mplayer2.install   |  
 22 +
 community-testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch   |  
 34 --
 community-testing-i686/PKGBUILD |  
 66 -
 community-testing-i686/mplayer2.install |  
 11 
 community-testing-x86_64/0001-demux_gif-declare-missing-PrintGifError.patch |  
 34 --
 community-testing-x86_64/PKGBUILD   |  
 66 -
 community-testing-x86_64/mplayer2.install   |  
 11 
 9 files changed, 222 insertions(+), 222 deletions(-)

Deleted: 
community-testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch
===
--- community-testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch   
2013-07-30 21:26:21 UTC (rev 94826)
+++ community-testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch   
2013-07-30 21:26:39 UTC (rev 94827)
@@ -1,34 +0,0 @@
-From 5194f95d39ffbb0a4a7b027d8f1b084436feb22c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= b...@bpiotrowski.pl
-Date: Sun, 14 Jul 2013 10:51:11 +0200
-Subject: [PATCH] demux_gif: declare missing PrintGifError
-
-Apparently it has been removed from newer Giflib releases.

- libmpdemux/demux_gif.c | 10 ++
- 1 file changed, 10 insertions(+)
-
-diff --git a/libmpdemux/demux_gif.c b/libmpdemux/demux_gif.c
-index eee7a85..3d761c0 100644
 a/libmpdemux/demux_gif.c
-+++ b/libmpdemux/demux_gif.c
-@@ -44,6 +44,16 @@ typedef struct {
- 
- #define GIF_SIGNATURE (('G'  16) | ('I'  8) | 'F')
- 
-+static void PrintGifError(void)
-+{
-+  char *Err = GifErrorString();
-+
-+  if (Err != NULL)
-+fprintf(stderr, \nGIF-LIB error: %s.\n, Err);
-+  else
-+fprintf(stderr, \nGIF-LIB undefined error %d.\n, GifError());
-+}
-+
- #ifndef CONFIG_GIF_TVT_HACK
- // not supported by certain versions of the library
- static int my_read_gif(GifFileType *gif, uint8_t *buf, int len)
--- 
-1.8.3.2
-

Copied: 
mplayer2/repos/community-testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch
 (from rev 94826, 
mplayer2/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
===
--- community-testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch   
(rev 0)
+++ community-testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch   
2013-07-30 21:26:39 UTC (rev 94827)
@@ -0,0 +1,34 @@
+From 5194f95d39ffbb0a4a7b027d8f1b084436feb22c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= b...@bpiotrowski.pl
+Date: Sun, 14 Jul 2013 10:51:11 +0200
+Subject: [PATCH] demux_gif: declare missing PrintGifError
+
+Apparently it has been removed from newer Giflib releases.
+---
+ libmpdemux/demux_gif.c | 10 ++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/libmpdemux/demux_gif.c b/libmpdemux/demux_gif.c
+index eee7a85..3d761c0 100644
+--- a/libmpdemux/demux_gif.c
 b/libmpdemux/demux_gif.c
+@@ -44,6 +44,16 @@ typedef struct {
+ 
+ #define GIF_SIGNATURE (('G'  16) | ('I'  8) | 'F')
+ 
++static void PrintGifError(void)
++{
++  char *Err = GifErrorString();
++
++  if (Err != NULL)
++fprintf(stderr, \nGIF-LIB error: 

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

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 23:46:38
  Author: bpiotrowski
Revision: 191803

upgpkg: mplayer 36285-3

- giflib 5.0 rebuild

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 21:14:54 UTC (rev 191802)
+++ PKGBUILD2013-07-30 21:46:38 UTC (rev 191803)
@@ -5,7 +5,7 @@
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
 pkgver=36285
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 
'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
 'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'



[arch-commits] Commit in mplayer/repos (24 files)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 23:54:19
  Author: bpiotrowski
Revision: 191804

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

Added:
  mplayer/repos/testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch
(from rev 191803, 
mplayer/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
  mplayer/repos/testing-i686/PKGBUILD
(from rev 191803, mplayer/trunk/PKGBUILD)
  mplayer/repos/testing-i686/cdio-includes.patch
(from rev 191803, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/testing-i686/mplayer.desktop
(from rev 191803, mplayer/trunk/mplayer.desktop)
  mplayer/repos/testing-i686/mplayer.install
(from rev 191803, mplayer/trunk/mplayer.install)
  mplayer/repos/testing-i686/mplayer.png
(from rev 191803, mplayer/trunk/mplayer.png)
  
mplayer/repos/testing-x86_64/0001-demux_gif-declare-missing-PrintGifError.patch
(from rev 191803, 
mplayer/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
  mplayer/repos/testing-x86_64/PKGBUILD
(from rev 191803, mplayer/trunk/PKGBUILD)
  mplayer/repos/testing-x86_64/cdio-includes.patch
(from rev 191803, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/testing-x86_64/mplayer.desktop
(from rev 191803, mplayer/trunk/mplayer.desktop)
  mplayer/repos/testing-x86_64/mplayer.install
(from rev 191803, mplayer/trunk/mplayer.install)
  mplayer/repos/testing-x86_64/mplayer.png
(from rev 191803, mplayer/trunk/mplayer.png)
Deleted:
  mplayer/repos/testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch
  mplayer/repos/testing-i686/PKGBUILD
  mplayer/repos/testing-i686/cdio-includes.patch
  mplayer/repos/testing-i686/mplayer.desktop
  mplayer/repos/testing-i686/mplayer.install
  mplayer/repos/testing-i686/mplayer.png
  
mplayer/repos/testing-x86_64/0001-demux_gif-declare-missing-PrintGifError.patch
  mplayer/repos/testing-x86_64/PKGBUILD
  mplayer/repos/testing-x86_64/cdio-includes.patch
  mplayer/repos/testing-x86_64/mplayer.desktop
  mplayer/repos/testing-x86_64/mplayer.install
  mplayer/repos/testing-x86_64/mplayer.png

---+
 /0001-demux_gif-declare-missing-PrintGifError.patch   |   68 +++
 /PKGBUILD |  172 
++
 /cdio-includes.patch  |   86 +
 /mplayer.desktop  |   42 ++
 /mplayer.install  |   22 +
 testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch   |   34 -
 testing-i686/PKGBUILD |   86 -
 testing-i686/cdio-includes.patch  |   43 --
 testing-i686/mplayer.desktop  |   21 -
 testing-i686/mplayer.install  |   11 
 testing-x86_64/0001-demux_gif-declare-missing-PrintGifError.patch |   34 -
 testing-x86_64/PKGBUILD   |   86 -
 testing-x86_64/cdio-includes.patch|   43 --
 testing-x86_64/mplayer.desktop|   21 -
 testing-x86_64/mplayer.install|   11 
 15 files changed, 390 insertions(+), 390 deletions(-)

Deleted: testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch
===
--- testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch 
2013-07-30 21:46:38 UTC (rev 191803)
+++ testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch 
2013-07-30 21:54:19 UTC (rev 191804)
@@ -1,34 +0,0 @@
-From 5194f95d39ffbb0a4a7b027d8f1b084436feb22c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= b...@bpiotrowski.pl
-Date: Sun, 14 Jul 2013 10:51:11 +0200
-Subject: [PATCH] demux_gif: declare missing PrintGifError
-
-Apparently it has been removed from newer Giflib releases.

- libmpdemux/demux_gif.c | 10 ++
- 1 file changed, 10 insertions(+)
-
-diff --git a/libmpdemux/demux_gif.c b/libmpdemux/demux_gif.c
-index eee7a85..3d761c0 100644
 a/libmpdemux/demux_gif.c
-+++ b/libmpdemux/demux_gif.c
-@@ -44,6 +44,16 @@ typedef struct {
- 
- #define GIF_SIGNATURE (('G'  16) | ('I'  8) | 'F')
- 
-+static void PrintGifError(void)
-+{
-+  char *Err = GifErrorString();
-+
-+  if (Err != NULL)
-+fprintf(stderr, \nGIF-LIB error: %s.\n, Err);
-+  else
-+fprintf(stderr, \nGIF-LIB undefined error %d.\n, GifError());
-+}
-+
- #ifndef CONFIG_GIF_TVT_HACK
- // not supported by certain versions of the library
- static int my_read_gif(GifFileType *gif, uint8_t *buf, int len)
--- 
-1.8.3.2
-

Copied: 
mplayer/repos/testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch 
(from rev 191803, 
mplayer/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)

[arch-commits] Commit in uwsgi/trunk (6 files)

2013-07-30 Thread Daniel Wallace
Date: Wednesday, July 31, 2013 @ 00:29:29
  Author: dwallace
Revision: 94831

upgpkg: uwsgi 1.9.14-1

upgpkg: uwsgi 1.9.14-1

Added:
  uwsgi/trunk/uwsgi@.service
  uwsgi/trunk/uwsgi@.socket
Modified:
  uwsgi/trunk/PKGBUILD
  uwsgi/trunk/uwsgi.install
Deleted:
  uwsgi/trunk/uwsgi.service
  uwsgi/trunk/uwsgi.socket

+
 PKGBUILD   |   27 ++-
 uwsgi.install  |8 
 uwsgi.service  |   13 -
 uwsgi.socket   |9 -
 uwsgi@.service |   13 +
 uwsgi@.socket  |9 +
 6 files changed, 44 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 22:18:20 UTC (rev 94830)
+++ PKGBUILD2013-07-30 22:29:29 UTC (rev 94831)
@@ -24,8 +24,8 @@
 uwsgi-plugin-jvm
 uwsgi-plugin-zergpool
 )
-pkgver=1.9.13
-pkgrel=2
+pkgver=1.9.14
+pkgrel=1
 arch=(i686 x86_64)
 url=http://projects.unbit.it/$pkgbase;
 license=(GPL2)
@@ -36,19 +36,11 @@
 source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
 archlinux.ini
 tmpfilesd
-uwsgi.service
-uwsgi.socket
+uwsgi@.service
+uwsgi@.socket
 uwsgi_fix_rpath.patch
 uwsgi_ruby20_compatibility.patch
 uwsgi_trick_chroot.patch)
-md5sums=('e331f96469166520a0e3d02296199cbd'
- '1816524eb13705c20f6abc00557f4ea9'
- 'b05ba1d796e1ea608a40635bc4f3ec67'
- 'dabbff4138be30d21bd7b625c51cc01b'
- 'fa2e4d7f503246a53d7906142e875768'
- '1a4516d5cdcf5b95b036f4eae2d0c152'
- '4d09535ce379c8acd76160f35d5d6b55'
- '0c09a52fdb88f08c36a8b380f451ce6d')
 
 prepare(){
 cd $srcdir/$pkgbase-$pkgver
@@ -76,7 +68,8 @@
   cd $srcdir/$pkgbase-$pkgver
   install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi
   install -Dm644 $srcdir/archlinux.ini $pkgdir/etc/uwsgi/archlinux.ini
-  install -Dm644 $srcdir/uwsgi.service 
$pkgdir/usr/lib/systemd/system/uwsgi.service
+  install -Dm644 $srcdir/uwsgi@.service 
$pkgdir/usr/lib/systemd/system/uwsgi@.service
+  install -Dm644 $srcdir/uwsgi@.socket 
$pkgdir/usr/lib/systemd/system/uwsgi@.socket
   install -Dm755 systemd_logger_plugin.so 
$pkgdir/usr/lib/uwsgi/systemd_logger_plugin.so
   install -Dm644 $srcdir/archlinux.ini $pkgdir/etc/uwsgi/archlinux.ini
   install -Dm644 $srcdir/tmpfilesd $pkgdir/usr/lib/tmpfiles.d/uwsgi.conf
@@ -232,3 +225,11 @@
 ln -s uwsgi $pkgdir/usr/bin/uwsgi_zergpool
 install -Dm755 $pkgbase-$pkgver/zergpool_plugin.so 
$pkgdir/usr/lib/uwsgi/zergpool_plugin.so
 }
+md5sums=('ec9cf333534604f17ef4e24051d9d65d'
+ '1816524eb13705c20f6abc00557f4ea9'
+ 'b05ba1d796e1ea608a40635bc4f3ec67'
+ '0b79320fbae92715c96086cf51e60bc8'
+ 'db70315bbc8cb886a278ba59d5fd8d57'
+ '1a4516d5cdcf5b95b036f4eae2d0c152'
+ '4d09535ce379c8acd76160f35d5d6b55'
+ '0c09a52fdb88f08c36a8b380f451ce6d')

Modified: uwsgi.install
===
--- uwsgi.install   2013-07-30 22:18:20 UTC (rev 94830)
+++ uwsgi.install   2013-07-30 22:29:29 UTC (rev 94831)
@@ -1,3 +1,11 @@
 post_install(){
 systemd-tmpfiles --create /usr/lib/tmpfiles.d/uwsgi.conf
 }
+post_update(){
+echo To use uwsgi@.socket and uwsgi@.service:
+echo \tAll you need to do is put the name of your .ini file after the @ 
sign
+echo \tYou can use either the .socket or .service, but if you use the 
.socket
+echo \tuwsgi@sameinifile.service won't be started until the first time 
your http
+echo \tserver touches the socket. You will also not need to specify the 
socket in
+echo \tthe .ini file or in the .service file.  Systemd will handle 
listening to
+echo \tthe socket for you.

Deleted: uwsgi.service
===
--- uwsgi.service   2013-07-30 22:18:20 UTC (rev 94830)
+++ uwsgi.service   2013-07-30 22:29:29 UTC (rev 94831)
@@ -1,13 +0,0 @@
-[Unit]
-Description=uWSGI Emperor
-After=syslog.target
-
-[Service]
-ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/archlinux.ini
-Restart=always
-Type=notify
-StandardError=syslog
-NotifyAccess=main
-
-[Install]
-WantedBy=multi-user.target

Deleted: uwsgi.socket
===
--- uwsgi.socket2013-07-30 22:18:20 UTC (rev 94830)
+++ uwsgi.socket2013-07-30 22:29:29 UTC (rev 94831)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Socket for uWSGI Emperor
-
-[Socket]
-# Change this to your uwsgi application port or unix socket location
-ListenStream=/run/uwsgi/uwsgid.sock
-
-[Install]
-WantedBy=sockets.target

Added: uwsgi@.service
===
--- uwsgi@.service  (rev 0)
+++ uwsgi@.service  2013-07-30 22:29:29 UTC (rev 94831)
@@ -0,0 +1,13 @@
+[Unit]
+Description=uWSGI Emperor
+After=syslog.target
+
+[Service]

[arch-commits] Commit in uwsgi/repos (40 files)

2013-07-30 Thread Daniel Wallace
Date: Wednesday, July 31, 2013 @ 00:31:20
  Author: dwallace
Revision: 94832

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

Added:
  uwsgi/repos/community-i686/.lock
(from rev 94831, uwsgi/trunk/.lock)
  uwsgi/repos/community-i686/PKGBUILD
(from rev 94831, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 94831, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 94831, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 94831, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi@.service
(from rev 94831, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-i686/uwsgi@.socket
(from rev 94831, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 94831, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 94831, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 94831, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/.lock
(from rev 94831, uwsgi/trunk/.lock)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 94831, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 94831, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 94831, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 94831, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi@.service
(from rev 94831, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-x86_64/uwsgi@.socket
(from rev 94831, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 94831, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 94831, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 94831, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/.lock
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi.service
  uwsgi/repos/community-i686/uwsgi.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/.lock
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi.service
  uwsgi/repos/community-x86_64/uwsgi.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  470 
 /archlinux.ini|   34 +
 /tmpfilesd|2 
 /uwsgi.install|   22 
 /uwsgi_fix_rpath.patch|  132 +
 /uwsgi_ruby20_compatibility.patch |   84 +++
 /uwsgi_trick_chroot.patch |   32 +
 community-i686/PKGBUILD   |  234 -
 community-i686/archlinux.ini  |   17 
 community-i686/tmpfilesd  |1 
 community-i686/uwsgi.install  |3 
 community-i686/uwsgi.service  |   13 
 community-i686/uwsgi.socket   |9 
 community-i686/uwsgi@.service |   13 
 community-i686/uwsgi@.socket  |9 
 community-i686/uwsgi_fix_rpath.patch  |   66 --
 community-i686/uwsgi_ruby20_compatibility.patch   |   42 -
 community-i686/uwsgi_trick_chroot.patch   |   16 
 community-x86_64/PKGBUILD |  234 -
 community-x86_64/archlinux.ini|   17 
 community-x86_64/tmpfilesd|1 
 community-x86_64/uwsgi.install|3 
 community-x86_64/uwsgi.service|   13 
 community-x86_64/uwsgi.socket |9 
 community-x86_64/uwsgi@.service   |   13 
 community-x86_64/uwsgi@.socket|9 
 community-x86_64/uwsgi_fix_rpath.patch|   66 --
 community-x86_64/uwsgi_ruby20_compatibility.patch |   42 -
 community-x86_64/uwsgi_trick_chroot.patch |   16 
 29 files changed, 820 insertions(+), 802 deletions(-)

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


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

2013-07-30 Thread Jan de Groot
Date: Wednesday, July 31, 2013 @ 00:50:31
  Author: jgc
Revision: 191805

upgpkg: mutter 3.8.4-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 21:54:19 UTC (rev 191804)
+++ PKGBUILD2013-07-30 22:50:31 UTC (rev 191805)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis mkanis_at_gmx_dot_de
 
 pkgname=mutter
-pkgver=3.8.3
+pkgver=3.8.4
 pkgrel=1
 pkgdesc=A window manager for GNOME
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 options=('!libtool' '!emptydirs')
 install=mutter.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3078162c3adef95fb207cc1945b863575ff180709d6394f5cf14e7d0f49b6c2a')
+sha256sums=('efe28bb665fd43d97b20c57bb1d1dc0a7e98919b6ad4b770bfd7ec5576e29454')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-30 Thread Jan de Groot
Date: Wednesday, July 31, 2013 @ 00:50:38
  Author: jgc
Revision: 191806

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

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

-+
 /PKGBUILD   |   74 ++
 /mutter.install |   38 +
 extra-i686/PKGBUILD |   37 -
 extra-i686/mutter.install   |   19 --
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/mutter.install |   19 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 22:50:31 UTC (rev 191805)
+++ extra-i686/PKGBUILD 2013-07-30 22:50:38 UTC (rev 191806)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Michael Kanis mkanis_at_gmx_dot_de
-
-pkgname=mutter
-pkgver=3.8.3
-pkgrel=1
-pkgdesc=A window manager for GNOME
-arch=(i686 x86_64)
-license=('GPL')
-depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm')
-makedepends=('intltool' 'gnome-doc-utils')
-url=http://www.gnome.org;
-groups=('gnome')
-options=('!libtool' '!emptydirs')
-install=mutter.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3078162c3adef95fb207cc1945b863575ff180709d6394f5cf14e7d0f49b6c2a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/mutter \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: mutter/repos/extra-i686/PKGBUILD (from rev 191805, 
mutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-30 22:50:38 UTC (rev 191806)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.8.4
+pkgrel=1
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm')
+makedepends=('intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('efe28bb665fd43d97b20c57bb1d1dc0a7e98919b6ad4b770bfd7ec5576e29454')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/mutter.install
===
--- extra-i686/mutter.install   2013-07-30 22:50:31 UTC (rev 191805)
+++ extra-i686/mutter.install   2013-07-30 22:50:38 UTC (rev 191806)
@@ -1,19 +0,0 @@
-pkgname=mutter
-
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
-/usr/sbin/gconfpkg --uninstall $pkgname
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mutter/repos/extra-i686/mutter.install (from rev 191805, 
mutter/trunk/mutter.install)
===
--- extra-i686/mutter.install   (rev 0)
+++ extra-i686/mutter.install   2013-07-30 22:50:38 UTC (rev 191806)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f 

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

2013-07-30 Thread Jan de Groot
Date: Wednesday, July 31, 2013 @ 01:19:36
  Author: jgc
Revision: 191808

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

Added:
  gdm/repos/extra-i686/PKGBUILD
(from rev 191807, gdm/trunk/PKGBUILD)
  gdm/repos/extra-i686/arch-pam.patch
(from rev 191807, gdm/trunk/arch-pam.patch)
  gdm/repos/extra-i686/fix_external_program_directories.patch
(from rev 191807, gdm/trunk/fix_external_program_directories.patch)
  gdm/repos/extra-i686/gdm.install
(from rev 191807, gdm/trunk/gdm.install)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 191807, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/arch-pam.patch
(from rev 191807, gdm/trunk/arch-pam.patch)
  gdm/repos/extra-x86_64/fix_external_program_directories.patch
(from rev 191807, gdm/trunk/fix_external_program_directories.patch)
  gdm/repos/extra-x86_64/gdm.install
(from rev 191807, gdm/trunk/gdm.install)
Deleted:
  gdm/repos/extra-i686/PKGBUILD
  gdm/repos/extra-i686/fix_external_program_directories.patch
  gdm/repos/extra-i686/gdm.install
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/fix_external_program_directories.patch
  gdm/repos/extra-x86_64/gdm.install

-+
 /PKGBUILD   |  168 
 /fix_external_program_directories.patch |   24 ++
 /gdm.install|   62 ++
 extra-i686/PKGBUILD |   81 
 extra-i686/arch-pam.patch   |  179 ++
 extra-i686/fix_external_program_directories.patch   |   12 -
 extra-i686/gdm.install  |   30 ---
 extra-x86_64/PKGBUILD   |   81 
 extra-x86_64/arch-pam.patch |  179 ++
 extra-x86_64/fix_external_program_directories.patch |   12 -
 extra-x86_64/gdm.install|   30 ---
 11 files changed, 612 insertions(+), 246 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 23:19:26 UTC (rev 191807)
+++ extra-i686/PKGBUILD 2013-07-30 23:19:36 UTC (rev 191808)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gdm
-pkgname=(gdm libgdm)
-pkgver=3.8.3.1
-pkgrel=1
-pkgdesc=Gnome Display Manager
-arch=(i686 x86_64)
-license=(GPL)
-url=http://www.gnome.org;
-options=('!libtool')
-depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server)
-makedepends=(itstool intltool gnome-doc-utils gobject-introspection)
-checkdepends=('check')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz
-fix_external_program_directories.patch)
-sha256sums=('a8c8a32803e32c5d087c75c6be8160cfe4d15843953f07b599d653bac471320e'
-'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i $srcdir/fix_external_program_directories.patch
-}
-build() {
-  cd $pkgbase-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib/gdm \
---localstatedir=/var \
---disable-static \
---disable-schemas-compile \
---with-at-spi-registryd-directory=/usr/lib/at-spi2-core \
---with-check-accelerated-directory=/usr/lib/gnome-session \
---with-authentication-agent-directory=/usr/lib/polkit-gnome \
---without-tcp-wrappers \
---without-console-kit \
---with-systemd \
---with-default-pam-config=exherbo
-
-  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
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make check
-}
-
-package_gdm() {
-  depends+=(libgdm)
-  optdepends=('fprintd: fingerprint authentication')
-  backup=(etc/pam.d/gdm-autologin etc/pam.d/gdm-fingerprint 
etc/pam.d/gdm-launch-environment
-  etc/pam.d/gdm-password etc/pam.d/gdm-smartcard etc/gdm/custom.conf
-  etc/gdm/Xsession
-  etc/gdm/PostSession/Default etc/gdm/PreSession/Default)
-  groups=(gnome)
-  install=gdm.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-  chmod 1770 $pkgdir/var/log/gdm
-  chmod 700 $pkgdir/var/lib/gdm/.config/dconf
-  rm -r $pkgdir/var/run $pkgdir/var/gdm
-
-### Split libgdm
-  make -C gui/libgdm DESTDIR=$pkgdir uninstall
-}
-
-package_libgdm() {
-  pkgdesc=GDM support library
-  depends=(systemd)
-
-  cd $pkgbase-$pkgver
-  make -C gui/libgdm DESTDIR=$pkgdir install
-}

Copied: gdm/repos/extra-i686/PKGBUILD (from rev 191807, gdm/trunk/PKGBUILD)
===
--- 

  1   2   >