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

2012-01-30 Thread Eric Bélanger
Date: Monday, January 30, 2012 @ 03:03:46
  Author: eric
Revision: 148033

upgpkg: proftpd 1:1.3.4a-3

Rebuild against current openssl

Modified:
  proftpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-30 07:48:01 UTC (rev 148032)
+++ PKGBUILD2012-01-30 08:03:46 UTC (rev 148033)
@@ -4,7 +4,7 @@
 
 pkgname=proftpd
 pkgver=1.3.4a
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A high-performance, scalable FTP server"
 arch=('i686' 'x86_64')



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

2012-01-30 Thread Eric Bélanger
Date: Monday, January 30, 2012 @ 03:04:29
  Author: eric
Revision: 148034

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

Added:
  proftpd/repos/extra-i686/PKGBUILD
(from rev 148033, proftpd/trunk/PKGBUILD)
  proftpd/repos/extra-i686/proftpd
(from rev 148033, proftpd/trunk/proftpd)
  proftpd/repos/extra-i686/proftpd.conf.d
(from rev 148033, proftpd/trunk/proftpd.conf.d)
  proftpd/repos/extra-i686/proftpd.logrotate
(from rev 148033, proftpd/trunk/proftpd.logrotate)
  proftpd/repos/extra-x86_64/PKGBUILD
(from rev 148033, proftpd/trunk/PKGBUILD)
  proftpd/repos/extra-x86_64/proftpd
(from rev 148033, proftpd/trunk/proftpd)
  proftpd/repos/extra-x86_64/proftpd.conf.d
(from rev 148033, proftpd/trunk/proftpd.conf.d)
  proftpd/repos/extra-x86_64/proftpd.logrotate
(from rev 148033, proftpd/trunk/proftpd.logrotate)
Deleted:
  proftpd/repos/extra-i686/PKGBUILD
  proftpd/repos/extra-i686/proftpd
  proftpd/repos/extra-i686/proftpd.conf.d
  proftpd/repos/extra-i686/proftpd.logrotate
  proftpd/repos/extra-x86_64/PKGBUILD
  proftpd/repos/extra-x86_64/proftpd
  proftpd/repos/extra-x86_64/proftpd.conf.d
  proftpd/repos/extra-x86_64/proftpd.logrotate

+
 extra-i686/PKGBUILD|  102 +++
 extra-i686/proftpd |   82 +++
 extra-i686/proftpd.conf.d  |8 +--
 extra-i686/proftpd.logrotate   |   10 +--
 extra-x86_64/PKGBUILD  |  102 +++
 extra-x86_64/proftpd   |   82 +++
 extra-x86_64/proftpd.conf.d|8 +--
 extra-x86_64/proftpd.logrotate |   10 +--
 8 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-30 08:03:46 UTC (rev 148033)
+++ extra-i686/PKGBUILD 2012-01-30 08:04:29 UTC (rev 148034)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Daniel J Griffiths 
-
-pkgname=proftpd
-pkgver=1.3.4a
-pkgrel=2
-epoch=1
-pkgdesc="A high-performance, scalable FTP server"
-arch=('i686' 'x86_64')
-url="http://www.proftpd.org";
-license=('GPL')
-depends=('libldap' 'libmysqlclient' 'postgresql-libs')
-backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
-source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
-'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
-sha1sums=('18ea33d8b9f858b6e735cc81af900f0eebee8d25'
-  '195b06e28e503f5e5ef355c3332884cc5e7954a9'
-  'b7819d725817e55b69c73e2572c21a05db48cc86'
-  '83c38ec40efb7cc09d9824b98e65cd948a195cc6'
-  'f34f60cb4fb1f4af7be7aca427cbad3cad22bbb9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---disable-pam \
-
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
---sysconfdir=/etc \
---localstatedir=/var/run \
---enable-ctrls \
---enable-ipv6 \
---with-includes=/usr/include/mysql:/usr/include/postgresql \
---with-libraries=/usr/lib/mysql:/usr/lib/postgresql \
---enable-nls
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  sed -i 's|nogroup|nobody|g' "${pkgdir}/etc/proftpd.conf"
-
-  install -Dm644 ../proftpd.logrotate "${pkgdir}/etc/logrotate.d/proftpd"
-  install -Dm644 ../proftpd.conf.d "${pkgdir}/etc/conf.d/proftpd"
-  install -Dm755 ../proftpd "${pkgdir}/etc/rc.d/proftpd"
-  install -Dm755 contrib/xferstats.holger-preiss "${pkgdir}/usr/bin/ftpstats"
-}

Copied: proftpd/repos/extra-i686/PKGBUILD (from rev 148033, 
proftpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-30 08:04:29 UTC (rev 148034)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:
+# Contributor: Daniel J Griffiths 
+
+pkgname=proftpd
+pkgver=1.3.4a
+pkgrel=3
+epoch=1
+pkgdesc="A high-performance, scalable FTP server"
+arch=('i686' 'x86_64')
+url="http://www.proftpd.org";
+license=('GPL')
+depends=('libldap' 'libmysqlclient' 'postgresql-libs')
+backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
+source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
+sha1sums=('18ea33d8b9f858b6e735cc81af900f0eebee8d25'
+  '195b06e28e503f5e5ef355c3332884cc5e7954a9'
+  'b7819d725817e55b69c73e2572c21a05db48cc86'
+  '83c38ec40efb7cc09d9824b98e65cd948a195cc6'
+  'f34f60cb4fb1f4af7be7aca427cbad3cad22bbb9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-pam \
+
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
+

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

2012-01-30 Thread Eric Bélanger
Date: Monday, January 30, 2012 @ 03:08:56
  Author: eric
Revision: 148035

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

Added:
  proftpd/repos/extra-i686/PKGBUILD
(from rev 148034, proftpd/trunk/PKGBUILD)
  proftpd/repos/extra-i686/proftpd
(from rev 148034, proftpd/trunk/proftpd)
  proftpd/repos/extra-i686/proftpd.conf.d
(from rev 148034, proftpd/trunk/proftpd.conf.d)
  proftpd/repos/extra-i686/proftpd.logrotate
(from rev 148034, proftpd/trunk/proftpd.logrotate)
  proftpd/repos/extra-x86_64/PKGBUILD
(from rev 148034, proftpd/trunk/PKGBUILD)
  proftpd/repos/extra-x86_64/proftpd
(from rev 148034, proftpd/trunk/proftpd)
  proftpd/repos/extra-x86_64/proftpd.conf.d
(from rev 148034, proftpd/trunk/proftpd.conf.d)
  proftpd/repos/extra-x86_64/proftpd.logrotate
(from rev 148034, proftpd/trunk/proftpd.logrotate)
Deleted:
  proftpd/repos/extra-i686/PKGBUILD
  proftpd/repos/extra-i686/proftpd
  proftpd/repos/extra-i686/proftpd.conf.d
  proftpd/repos/extra-i686/proftpd.logrotate
  proftpd/repos/extra-x86_64/PKGBUILD
  proftpd/repos/extra-x86_64/proftpd
  proftpd/repos/extra-x86_64/proftpd.conf.d
  proftpd/repos/extra-x86_64/proftpd.logrotate

+
 extra-i686/PKGBUILD|  102 +++
 extra-i686/proftpd |   82 +++
 extra-i686/proftpd.conf.d  |8 +--
 extra-i686/proftpd.logrotate   |   10 +--
 extra-x86_64/PKGBUILD  |  102 +++
 extra-x86_64/proftpd   |   82 +++
 extra-x86_64/proftpd.conf.d|8 +--
 extra-x86_64/proftpd.logrotate |   10 +--
 8 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-30 08:04:29 UTC (rev 148034)
+++ extra-i686/PKGBUILD 2012-01-30 08:08:56 UTC (rev 148035)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Daniel J Griffiths 
-
-pkgname=proftpd
-pkgver=1.3.4a
-pkgrel=3
-epoch=1
-pkgdesc="A high-performance, scalable FTP server"
-arch=('i686' 'x86_64')
-url="http://www.proftpd.org";
-license=('GPL')
-depends=('libldap' 'libmysqlclient' 'postgresql-libs')
-backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
-source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
-'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
-sha1sums=('18ea33d8b9f858b6e735cc81af900f0eebee8d25'
-  '195b06e28e503f5e5ef355c3332884cc5e7954a9'
-  'b7819d725817e55b69c73e2572c21a05db48cc86'
-  '83c38ec40efb7cc09d9824b98e65cd948a195cc6'
-  'f34f60cb4fb1f4af7be7aca427cbad3cad22bbb9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---disable-pam \
-
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
---sysconfdir=/etc \
---localstatedir=/var/run \
---enable-ctrls \
---enable-ipv6 \
---with-includes=/usr/include/mysql:/usr/include/postgresql \
---with-libraries=/usr/lib/mysql:/usr/lib/postgresql \
---enable-nls
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  sed -i 's|nogroup|nobody|g' "${pkgdir}/etc/proftpd.conf"
-
-  install -Dm644 ../proftpd.logrotate "${pkgdir}/etc/logrotate.d/proftpd"
-  install -Dm644 ../proftpd.conf.d "${pkgdir}/etc/conf.d/proftpd"
-  install -Dm755 ../proftpd "${pkgdir}/etc/rc.d/proftpd"
-  install -Dm755 contrib/xferstats.holger-preiss "${pkgdir}/usr/bin/ftpstats"
-}

Copied: proftpd/repos/extra-i686/PKGBUILD (from rev 148034, 
proftpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-30 08:08:56 UTC (rev 148035)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:
+# Contributor: Daniel J Griffiths 
+
+pkgname=proftpd
+pkgver=1.3.4a
+pkgrel=3
+epoch=1
+pkgdesc="A high-performance, scalable FTP server"
+arch=('i686' 'x86_64')
+url="http://www.proftpd.org";
+license=('GPL')
+depends=('libldap' 'libmysqlclient' 'postgresql-libs')
+backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
+source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
+sha1sums=('18ea33d8b9f858b6e735cc81af900f0eebee8d25'
+  '195b06e28e503f5e5ef355c3332884cc5e7954a9'
+  'b7819d725817e55b69c73e2572c21a05db48cc86'
+  '83c38ec40efb7cc09d9824b98e65cd948a195cc6'
+  'f34f60cb4fb1f4af7be7aca427cbad3cad22bbb9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-pam \
+
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
+

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

2012-01-30 Thread Eric Bélanger
Date: Monday, January 30, 2012 @ 05:37:25
  Author: eric
Revision: 148036

upgpkg: cfitsio 3.290-1

Upstream update, Add check function, Fix license

Modified:
  cfitsio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-30 08:08:56 UTC (rev 148035)
+++ PKGBUILD2012-01-30 10:37:25 UTC (rev 148036)
@@ -3,26 +3,34 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=cfitsio
-pkgver=3.280
-_pkgver=3280
+pkgver=3.290
 pkgrel=1
 pkgdesc="A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format"
 arch=('i686' 'x86_64')
 url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html";
-license=('GPL2')
+license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig')
 options=('!libtool')
-source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${_pkgver}.tar.gz";)
-md5sums=('fdb9c0f51678b47e78592c70fb5dc793')
+source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz";)
+md5sums=('bba93808486cf5edac236a941283b3c3')
 
 build() {
   cd "${srcdir}"/${pkgname}
+  export CFLAGS="$CFLAGS -lm"
   ./configure --prefix=/usr
-  make shared
+  make  shared 
 }
 
+check() {
+  cd "${srcdir}"/${pkgname}
+  make testprog
+  LD_LIBRARY_PATH=. ./testprog > testprog.lis
+  [[ -z $(diff testprog.lis testprog.out) ]] || return 1
+  [[ -z $(cmp testprog.fit testprog.std) ]] || return 1
+}
+
 package() {
   cd "${srcdir}"/${pkgname}
   make DESTDIR="${pkgdir}" install
+  install -D -m644 License.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/License.txt"
 }



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

2012-01-30 Thread Eric Bélanger
Date: Monday, January 30, 2012 @ 05:37:49
  Author: eric
Revision: 148037

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

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

---+
 extra-i686/PKGBUILD   |   64 +++-
 extra-x86_64/PKGBUILD |   64 +++-
 2 files changed, 72 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-30 10:37:25 UTC (rev 148036)
+++ extra-i686/PKGBUILD 2012-01-30 10:37:49 UTC (rev 148037)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=cfitsio
-pkgver=3.280
-_pkgver=3280
-pkgrel=1
-pkgdesc="A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format"
-arch=('i686' 'x86_64')
-url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html";
-license=('GPL2')
-depends=('glibc')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${_pkgver}.tar.gz";)
-md5sums=('fdb9c0f51678b47e78592c70fb5dc793')
-
-build() {
-  cd "${srcdir}"/${pkgname}
-  ./configure --prefix=/usr
-  make shared
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}
-  make DESTDIR="${pkgdir}" install
-}

Copied: cfitsio/repos/extra-i686/PKGBUILD (from rev 148036, 
cfitsio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-30 10:37:49 UTC (rev 148037)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=cfitsio
+pkgver=3.290
+pkgrel=1
+pkgdesc="A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format"
+arch=('i686' 'x86_64')
+url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html";
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz";)
+md5sums=('bba93808486cf5edac236a941283b3c3')
+
+build() {
+  cd "${srcdir}"/${pkgname}
+  export CFLAGS="$CFLAGS -lm"
+  ./configure --prefix=/usr
+  make  shared 
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}
+  make testprog
+  LD_LIBRARY_PATH=. ./testprog > testprog.lis
+  [[ -z $(diff testprog.lis testprog.out) ]] || return 1
+  [[ -z $(cmp testprog.fit testprog.std) ]] || return 1
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 License.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/License.txt"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-30 10:37:25 UTC (rev 148036)
+++ extra-x86_64/PKGBUILD   2012-01-30 10:37:49 UTC (rev 148037)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=cfitsio
-pkgver=3.280
-_pkgver=3280
-pkgrel=1
-pkgdesc="A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format"
-arch=('i686' 'x86_64')
-url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html";
-license=('GPL2')
-depends=('glibc')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${_pkgver}.tar.gz";)
-md5sums=('fdb9c0f51678b47e78592c70fb5dc793')
-
-build() {
-  cd "${srcdir}"/${pkgname}
-  ./configure --prefix=/usr
-  make shared
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}
-  make DESTDIR="${pkgdir}" install
-}

Copied: cfitsio/repos/extra-x86_64/PKGBUILD (from rev 148036, 
cfitsio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-30 10:37:49 UTC (rev 148037)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=cfitsio
+pkgver=3.290
+pkgrel=1
+pkgdesc="A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format"
+arch=('i686' 'x86_64')
+url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html";
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz";)
+md5sums=('bba93808486cf5edac236a941283b3c3')
+
+build() {
+  cd "${srcdir}"/${pkgname}
+  export CFLAGS="$CFLAGS -lm"
+  ./configure --prefix=/usr
+  make  shared 
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}

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

2012-01-30 Thread Andrea Scarpino
Date: Monday, January 30, 2012 @ 06:42:50
  Author: andrea
Revision: 148038

upgpkg: kdebase-konsole 4.8.0-2

Fix missing dependence (FS#28155)

Modified:
  kdebase-konsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-30 10:37:49 UTC (rev 148037)
+++ PKGBUILD2012-01-30 11:42:50 UTC (rev 148038)
@@ -3,13 +3,13 @@
 
 pkgname=kdebase-konsole
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://kde.org/applications/system/konsole/'
 pkgdesc="Terminal"
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'kdebase-lib')
 makedepends=('cmake' 'automoc4')
 
source=("http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.bz2";)
 sha1sums=('f99abc20fd0042be62e48308f334b66a6a3135d7')



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

2012-01-30 Thread Andrea Scarpino
Date: Monday, January 30, 2012 @ 06:43:20
  Author: andrea
Revision: 148039

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

Added:
  kdebase-konsole/repos/extra-i686/PKGBUILD
(from rev 148038, kdebase-konsole/trunk/PKGBUILD)
  kdebase-konsole/repos/extra-x86_64/PKGBUILD
(from rev 148038, kdebase-konsole/trunk/PKGBUILD)
Deleted:
  kdebase-konsole/repos/extra-i686/PKGBUILD
  kdebase-konsole/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-30 11:42:50 UTC (rev 148038)
+++ extra-i686/PKGBUILD 2012-01-30 11:43:20 UTC (rev 148039)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebase-konsole
-pkgver=4.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc="Terminal"
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.bz2";)
-sha1sums=('f99abc20fd0042be62e48308f334b66a6a3135d7')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebase-konsole/repos/extra-i686/PKGBUILD (from rev 148038, 
kdebase-konsole/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-30 11:43:20 UTC (rev 148039)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebase-konsole
+pkgver=4.8.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.bz2";)
+sha1sums=('f99abc20fd0042be62e48308f334b66a6a3135d7')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-30 11:42:50 UTC (rev 148038)
+++ extra-x86_64/PKGBUILD   2012-01-30 11:43:20 UTC (rev 148039)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebase-konsole
-pkgver=4.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc="Terminal"
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.bz2";)
-sha1sums=('f99abc20fd0042be62e48308f334b66a6a3135d7')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebase-konsole/repos/extra-x86_64/PKGBUILD (from rev 148038, 
kdebase-konsole/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-30 11:43:20 UTC (rev 148039)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebase-konsole
+pkgver=4.8.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.bz2";)
+sha1sums=('f99abc20fd0042be62e48308f334b66a6a3135d7')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2012-01-30 Thread Pierre Schmitz
Date: Monday, January 30, 2012 @ 09:27:19
  Author: pierre
Revision: 148040

upgpkg: grml-zsh-config 0.5.5-1

upstream update

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-30 11:43:20 UTC (rev 148039)
+++ PKGBUILD2012-01-30 14:27:19 UTC (rev 148040)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=grml-zsh-config
-pkgver=0.5.3
+pkgver=0.5.5
 pkgrel=1
 pkgdesc="grml's zsh setup"
 arch=('any')
@@ -12,15 +12,15 @@
 depends=('zsh')
 makedepends=('txt2tags')
 
source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";)
-sha256sums=('5e373db56a045df6da5888282e47f9404e7888197f6bf4a920654879ff2d64ce')
+sha256sums=('8c55883ad27f67ae25c86dba175b8917a2c0345520fb03ae941b39eacd365d04')
 
 build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   cd ${srcdir}/grml-etc-core/doc
make
 }
 
 package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
+   cd ${srcdir}/grml-etc-core
install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc



[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2012-01-30 Thread Pierre Schmitz
Date: Monday, January 30, 2012 @ 09:27:55
  Author: pierre
Revision: 148041

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 148040, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-30 14:27:19 UTC (rev 148040)
+++ PKGBUILD2012-01-30 14:27:55 UTC (rev 148041)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=grml-zsh-config
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="grml's zsh setup"
-arch=('any')
-url='http://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh')
-makedepends=('txt2tags')
-source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";)
-sha256sums=('5e373db56a045df6da5888282e47f9404e7888197f6bf4a920654879ff2d64ce')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 148040, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-01-30 14:27:55 UTC (rev 148041)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=grml-zsh-config
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="grml's zsh setup"
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh')
+makedepends=('txt2tags')
+source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";)
+sha256sums=('8c55883ad27f67ae25c86dba175b8917a2c0345520fb03ae941b39eacd365d04')
+
+build() {
+   cd ${srcdir}/grml-etc-core/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}



[arch-commits] Commit in zlib/trunk (PKGBUILD zlib-1.2.5-lfs-decls.patch)

2012-01-30 Thread Pierre Schmitz
Date: Monday, January 30, 2012 @ 09:35:01
  Author: pierre
Revision: 148042

upgpkg: zlib 1.2.6-1

upstream update

Modified:
  zlib/trunk/PKGBUILD
Deleted:
  zlib/trunk/zlib-1.2.5-lfs-decls.patch

+
 PKGBUILD   |   17 +
 zlib-1.2.5-lfs-decls.patch |   13 -
 2 files changed, 5 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-30 14:27:55 UTC (rev 148041)
+++ PKGBUILD2012-01-30 14:35:01 UTC (rev 148042)
@@ -2,25 +2,18 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=zlib
-pkgver=1.2.5
-pkgrel=4
+pkgver=1.2.6
+pkgrel=1
 pkgdesc='Compression library implementing the deflate compression method found 
in gzip and PKZIP'
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.zlib.net/";
 depends=('glibc')
-options=('!makeflags')
-source=("http://zlib.net/zlib-${pkgver}.tar.gz";
-'zlib-1.2.5-lfs-decls.patch')
-md5sums=('c735eab2d659a96e5a594c9e8541ad63'
- '4cb279ea3beab621f3526bf7b7ab99e5')
+source=("http://zlib.net/current/zlib-${pkgver}.tar.gz";)
+md5sums=('618e944d7c7cd6521551e30b32322f4a')
 
 build() {
cd ${srcdir}/zlib-$pkgver
-   # see http://bugs.archlinux.org/task/19280
-   patch -p1 -i ${srcdir}/zlib-1.2.5-lfs-decls.patch
-   # work around gcc bug; see https://bugs.archlinux.org/task/20647
-   export CFLAGS="${CFLAGS/-O2/-O3} -fno-tree-vectorize -DUNALIGNED_OK"
./configure --prefix=/usr
make
 
@@ -29,7 +22,7 @@
 
 check() {
cd ${srcdir}/zlib-$pkgver
-   make check
+   make test
 }
 
 package() {

Deleted: zlib-1.2.5-lfs-decls.patch
===
--- zlib-1.2.5-lfs-decls.patch  2012-01-30 14:27:55 UTC (rev 148041)
+++ zlib-1.2.5-lfs-decls.patch  2012-01-30 14:35:01 UTC (rev 148042)
@@ -1,13 +0,0 @@
-Index: zlib-1.2.5/zlib.h
-===
 zlib-1.2.5.orig/zlib.h
-+++ zlib-1.2.5/zlib.h
-@@ -1578,7 +1578,7 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF(
- #  define gzoffset gzoffset64
- #  define adler32_combine adler32_combine64
- #  define crc32_combine crc32_combine64
--#  ifdef _LARGEFILE64_SOURCE
-+#  ifndef _LARGEFILE64_SOURCE
-  ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
-  ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
-  ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile));



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

2012-01-30 Thread Pierre Schmitz
Date: Monday, January 30, 2012 @ 09:35:26
  Author: pierre
Revision: 148043

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

Added:
  zlib/repos/testing-i686/
  zlib/repos/testing-i686/PKGBUILD
(from rev 148042, zlib/trunk/PKGBUILD)
  zlib/repos/testing-x86_64/
  zlib/repos/testing-x86_64/PKGBUILD
(from rev 148042, zlib/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: zlib/repos/testing-i686/PKGBUILD (from rev 148042, zlib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 14:35:26 UTC (rev 148043)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=zlib
+pkgver=1.2.6
+pkgrel=1
+pkgdesc='Compression library implementing the deflate compression method found 
in gzip and PKZIP'
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.zlib.net/";
+depends=('glibc')
+source=("http://zlib.net/current/zlib-${pkgver}.tar.gz";)
+md5sums=('618e944d7c7cd6521551e30b32322f4a')
+
+build() {
+   cd ${srcdir}/zlib-$pkgver
+   ./configure --prefix=/usr
+   make
+
+   grep -A 24 '^  Copyright' zlib.h > LICENSE
+}
+
+check() {
+   cd ${srcdir}/zlib-$pkgver
+   make test
+}
+
+package() {
+   cd ${srcdir}/zlib-$pkgver
+   make install DESTDIR=${pkgdir}
+   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/zlib/LICENSE
+}

Copied: zlib/repos/testing-x86_64/PKGBUILD (from rev 148042, 
zlib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 14:35:26 UTC (rev 148043)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=zlib
+pkgver=1.2.6
+pkgrel=1
+pkgdesc='Compression library implementing the deflate compression method found 
in gzip and PKZIP'
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.zlib.net/";
+depends=('glibc')
+source=("http://zlib.net/current/zlib-${pkgver}.tar.gz";)
+md5sums=('618e944d7c7cd6521551e30b32322f4a')
+
+build() {
+   cd ${srcdir}/zlib-$pkgver
+   ./configure --prefix=/usr
+   make
+
+   grep -A 24 '^  Copyright' zlib.h > LICENSE
+}
+
+check() {
+   cd ${srcdir}/zlib-$pkgver
+   make test
+}
+
+package() {
+   cd ${srcdir}/zlib-$pkgver
+   make install DESTDIR=${pkgdir}
+   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/zlib/LICENSE
+}



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

2012-01-30 Thread Pierre Schmitz
Date: Monday, January 30, 2012 @ 09:42:22
  Author: pierre
Revision: 148044

upgpkg: run-parts 4.2-1

upstream update

Modified:
  run-parts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-30 14:35:26 UTC (rev 148043)
+++ PKGBUILD2012-01-30 14:42:22 UTC (rev 148044)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=run-parts
-pkgver=4.0.4
+pkgver=4.2
 pkgrel=1
 pkgdesc='run scripts or programs in a directory'
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('glibc')
 source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";)
-sha256sums=('9a14722c7422c6d16f30c80b74201d9c803beeef2bb4c004964d0979eaa1232f')
+sha256sums=('14f76d82d413d3b5d302b3a06e132dea5bb834bf3d699c1f79cfb5c1af49a95d')
 
 build() {
cd $srcdir/debianutils-$pkgver



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

2012-01-30 Thread Pierre Schmitz
Date: Monday, January 30, 2012 @ 09:42:46
  Author: pierre
Revision: 148045

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

Added:
  run-parts/repos/testing-i686/
  run-parts/repos/testing-i686/PKGBUILD
(from rev 148044, run-parts/trunk/PKGBUILD)
  run-parts/repos/testing-x86_64/
  run-parts/repos/testing-x86_64/PKGBUILD
(from rev 148044, run-parts/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: run-parts/repos/testing-i686/PKGBUILD (from rev 148044, 
run-parts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 14:42:46 UTC (rev 148045)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=run-parts
+pkgver=4.2
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";)
+sha256sums=('14f76d82d413d3b5d302b3a06e132dea5bb834bf3d699c1f79cfb5c1af49a95d')
+
+build() {
+   cd $srcdir/debianutils-$pkgver
+   ./configure --prefix=/usr
+   make run-parts
+}
+
+package() {
+   cd $srcdir/debianutils-$pkgver
+   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+   for l in po4a/*/run-parts.8; do
+   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+   done
+}

Copied: run-parts/repos/testing-x86_64/PKGBUILD (from rev 148044, 
run-parts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 14:42:46 UTC (rev 148045)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=run-parts
+pkgver=4.2
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";)
+sha256sums=('14f76d82d413d3b5d302b3a06e132dea5bb834bf3d699c1f79cfb5c1af49a95d')
+
+build() {
+   cd $srcdir/debianutils-$pkgver
+   ./configure --prefix=/usr
+   make run-parts
+}
+
+package() {
+   cd $srcdir/debianutils-$pkgver
+   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+   for l in po4a/*/run-parts.8; do
+   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+   done
+}



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

2012-01-30 Thread Andrea Scarpino
Date: Monday, January 30, 2012 @ 13:20:40
  Author: andrea
Revision: 148046

upgpkg: virtuoso 6.1.4-2

Add two useful clients (FS#28173)

Modified:
  virtuoso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-30 14:42:46 UTC (rev 148045)
+++ PKGBUILD2012-01-30 18:20:40 UTC (rev 148046)
@@ -4,7 +4,7 @@
 
 pkgname=virtuoso
 pkgver=6.1.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
 url='http://virtuoso.openlinksw.com/wiki/main/Main/'
@@ -35,4 +35,10 @@
   # install driver
   cd ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/driver
   make DESTDIR=${pkgdir} install
+
+  # Install some useful tools; rename to avoid conflicts
+  for bin in isql isqlw; do
+install -Dm755 ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/tests/$bin 
\
+  ${pkgdir}/usr/bin/$bin-vt
+  done
 }



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

2012-01-30 Thread Andrea Scarpino
Date: Monday, January 30, 2012 @ 13:21:09
  Author: andrea
Revision: 148047

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

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

---+
 extra-i686/PKGBUILD   |   82 +---
 extra-x86_64/PKGBUILD |   82 +---
 2 files changed, 88 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-30 18:20:40 UTC (rev 148046)
+++ extra-i686/PKGBUILD 2012-01-30 18:21:09 UTC (rev 148047)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=virtuoso
-pkgver=6.1.4
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
-url='http://virtuoso.openlinksw.com/wiki/main/Main/'
-license=('GPL')
-depends=('libldap')
-makedepends=('bison' 'flex')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz";)
-md5sums=('7110a0b4b171b84850d346f4fe648172')
-
-build() {
-  cd ${srcdir}/${pkgname}-opensource-${pkgver}
-
-  ./configure --prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc \
---disable-rendezvous \
---disable-hslookup \
---disable-all-vads
-  make
-}
-
-package() {
-  # install server
-  cd ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/virtuoso
-  make DESTDIR=${pkgdir} install
-
-  # install driver
-  cd ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/driver
-  make DESTDIR=${pkgdir} install
-}

Copied: virtuoso/repos/extra-i686/PKGBUILD (from rev 148046, 
virtuoso/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-30 18:21:09 UTC (rev 148047)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=virtuoso
+pkgver=6.1.4
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
+url='http://virtuoso.openlinksw.com/wiki/main/Main/'
+license=('GPL')
+depends=('libldap')
+makedepends=('bison' 'flex')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz";)
+md5sums=('7110a0b4b171b84850d346f4fe648172')
+
+build() {
+  cd ${srcdir}/${pkgname}-opensource-${pkgver}
+
+  ./configure --prefix=/usr \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--disable-rendezvous \
+--disable-hslookup \
+--disable-all-vads
+  make
+}
+
+package() {
+  # install server
+  cd ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/virtuoso
+  make DESTDIR=${pkgdir} install
+
+  # install driver
+  cd ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/driver
+  make DESTDIR=${pkgdir} install
+
+  # Install some useful tools; rename to avoid conflicts
+  for bin in isql isqlw; do
+install -Dm755 ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/tests/$bin 
\
+  ${pkgdir}/usr/bin/$bin-vt
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-30 18:20:40 UTC (rev 148046)
+++ extra-x86_64/PKGBUILD   2012-01-30 18:21:09 UTC (rev 148047)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=virtuoso
-pkgver=6.1.4
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
-url='http://virtuoso.openlinksw.com/wiki/main/Main/'
-license=('GPL')
-depends=('libldap')
-makedepends=('bison' 'flex')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz";)
-md5sums=('7110a0b4b171b84850d346f4fe648172')
-
-build() {
-  cd ${srcdir}/${pkgname}-opensource-${pkgver}
-
-  ./configure --prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc \
---disable-rendezvous \
---disable-hslookup \
---disable-all-vads
-  make
-}
-
-package() {
-  # install server
-  cd ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/virtuoso
-  make DESTDIR=${pkgdir} install
-
-  # install driver
-  cd ${srcdir}/${pkgname}-opensource-${pkgver}/binsrc/driver
-  make DESTDIR=${pkgdir} install
-}

Copied: virtuoso/repos/extra-x86_64/PKGBUILD (from rev 148046, 
virtuoso/trunk/PKGBUILD)

[arch-commits] Commit in abiword/repos (7 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:20
  Author: ibiru
Revision: 148048

db-move: moved abiword from [staging] to [testing] (i686)

Added:
  abiword/repos/testing-i686/
  abiword/repos/testing-i686/PKGBUILD
(from rev 148047, abiword/repos/staging-i686/PKGBUILD)
  abiword/repos/testing-i686/abiword-2.8.6-libpng15.patch
(from rev 148047, abiword/repos/staging-i686/abiword-2.8.6-libpng15.patch)
  abiword/repos/testing-i686/abiword-2.8.6-no-undefined.patch
(from rev 148047, 
abiword/repos/staging-i686/abiword-2.8.6-no-undefined.patch)
  abiword/repos/testing-i686/abiword.install
(from rev 148047, abiword/repos/staging-i686/abiword.install)
  abiword/repos/testing-i686/compat_libwpg_0_9.patch
(from rev 148047, abiword/repos/staging-i686/compat_libwpg_0_9.patch)
Deleted:
  abiword/repos/staging-i686/

--+
 PKGBUILD |   80 +++
 abiword-2.8.6-libpng15.patch |  100 +
 abiword-2.8.6-no-undefined.patch |   21 ++
 abiword.install  |   11 +
 compat_libwpg_0_9.patch  |  371 +
 5 files changed, 583 insertions(+)

Copied: abiword/repos/testing-i686/PKGBUILD (from rev 148047, 
abiword/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:20 UTC (rev 148048)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Maël Lavault 
+
+pkgbase=abiword
+pkgname=('abiword' 'abiword-plugins')
+pkgver=2.8.6
+pkgrel=7
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.abisource.com";
+makedepends=('pkgconfig' 'asio' 'boost' 'fribidi' 'goffice' 'libwmf' 'wv' 
'link-grammar' 'gtkmathview' 
+ 'aiksaurus' 'libxslt' 'enchant' 'libots' 'libwpg' 'librsvg' 
'loudmouth' 'libsoup')
+options=('!makeflags' '!libtool')
+source=("http://www.abisource.com/downloads/${pkgbase}/${pkgver}/source/${pkgbase}-${pkgver}.tar.gz";
+'compat_libwpg_0_9.patch'
+   'abiword-2.8.6-no-undefined.patch'
+'abiword-2.8.6-libpng15.patch')
+md5sums=('f883b0a7f26229a9c66fd6a1a94381aa'
+ '09446a2ebba8288fc611e88f7cf17298'
+ '42e2614b6e0aad457d91f6ce20b6f225'
+ '40e370e7e88c5437140ef18037abfbd3')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/compat_libwpg_0_9.patch"
+  # fix a gcc 4.6.x build issue, patch from Fedora
+  patch -Np1 -i "${srcdir}/abiword-2.8.6-no-undefined.patch"
+  patch -Np0 -i "${srcdir}/abiword-2.8.6-libpng15.patch"
+
+  libtoolize --force
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --enable-clipart \
+  --enable-templates \
+  --enable-collab-backend-xmpp \
+  --enable-collab-backend-tcp \
+  --enable-collab-backend-service \
+  --disable-collab-backend-sugar \
+  --enable-plugins --without-gnomevfs \
+  --with-gio \
+  --with-goffice \
+  --disable-static \
+  --with-psiconv-config=/nothere
+  make
+}
+
+package_abiword() {
+  pkgdesc="A fully-featured word processor"
+  depends=('fribidi' 'wv' 'goffice' 'librsvg' 'enchant' 'desktop-file-utils')
+  install=$pkgname.install
+  optdepends=('abiword-plugins')
+  conflicts=("abiword-plugins<${pkgver}-${pkgrel}")
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i plugins/Makefile \
+  -e 's/ collab / /' \
+  -e 's/ wpg / /' \
+  -e 's/ wmf / /' \
+  -e 's/ grammar / /' \
+  -e 's/ mathview / /' \
+  -e 's/ aiksaurus / /' \
+  -e 's/ latex / /' \
+  -e 's/ ots / /' \
+  -e 's/ wordperfect / /'
+  make DESTDIR="${pkgdir}" install
+}
+
+package_abiword-plugins() {
+  pkgdesc="Additional plugins for Abiword"
+  depends=("abiword=${pkgver}-${pkgrel}" 'loudmouth' 'libwpg' 'libwmf' 
'link-grammar' 
+   'gtkmathview' 'aiksaurus' 'libxslt' 'libsoup' 'libots' 'libgsf')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/plugins"
+  for dir in collab wpg wmf grammar mathview aiksaurus latex ots wordperfect; 
do
+make -C ${dir} DESTDIR="${pkgdir}" install
+  done
+}

Copied: abiword/repos/testing-i686/abiword-2.8.6-libpng15.patch (from rev 
148047, abiword/repos/staging-i686/abiword-2.8.6-libpng15.patch)
===
--- testing-i686/abiword-2.8.6-libpng15.patch   (rev 0)
+++ testing-i686/abiword-2.8.6-libpng15.patch   2012-01-30 18:44:20 UTC (rev 
148048)
@@ -0,0 +1,100 @@
+$NetBSD: patch-plugins_bmp_xp_ie__impGraphic__BMP.cpp,v 1.1 2011/02/01 
10:48:15 wiz Exp $
+
+Fix build with png-1.5.
+
+--- plugins/bmp/xp/ie_impGraphic_BMP.cpp.orig  2009-06-25 04:02:06.0 
+
 plugins/bmp/xp/ie_impGraphic_BMP.cpp
+@@ -191,7 +191,10 @@ UT_Error IE_ImpGraphic_BMP::_convertGrap
+ 
+   /* Clean Up Memory Used */
+   
+-  FREEP(

[arch-commits] Commit in abiword/repos (7 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:21
  Author: ibiru
Revision: 148049

db-move: moved abiword from [staging] to [testing] (x86_64)

Added:
  abiword/repos/testing-x86_64/
  abiword/repos/testing-x86_64/PKGBUILD
(from rev 148047, abiword/repos/staging-x86_64/PKGBUILD)
  abiword/repos/testing-x86_64/abiword-2.8.6-libpng15.patch
(from rev 148047, abiword/repos/staging-x86_64/abiword-2.8.6-libpng15.patch)
  abiword/repos/testing-x86_64/abiword-2.8.6-no-undefined.patch
(from rev 148047, 
abiword/repos/staging-x86_64/abiword-2.8.6-no-undefined.patch)
  abiword/repos/testing-x86_64/abiword.install
(from rev 148047, abiword/repos/staging-x86_64/abiword.install)
  abiword/repos/testing-x86_64/compat_libwpg_0_9.patch
(from rev 148047, abiword/repos/staging-x86_64/compat_libwpg_0_9.patch)
Deleted:
  abiword/repos/staging-x86_64/

--+
 PKGBUILD |   80 +++
 abiword-2.8.6-libpng15.patch |  100 +
 abiword-2.8.6-no-undefined.patch |   21 ++
 abiword.install  |   11 +
 compat_libwpg_0_9.patch  |  371 +
 5 files changed, 583 insertions(+)

Copied: abiword/repos/testing-x86_64/PKGBUILD (from rev 148047, 
abiword/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:21 UTC (rev 148049)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Maël Lavault 
+
+pkgbase=abiword
+pkgname=('abiword' 'abiword-plugins')
+pkgver=2.8.6
+pkgrel=7
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.abisource.com";
+makedepends=('pkgconfig' 'asio' 'boost' 'fribidi' 'goffice' 'libwmf' 'wv' 
'link-grammar' 'gtkmathview' 
+ 'aiksaurus' 'libxslt' 'enchant' 'libots' 'libwpg' 'librsvg' 
'loudmouth' 'libsoup')
+options=('!makeflags' '!libtool')
+source=("http://www.abisource.com/downloads/${pkgbase}/${pkgver}/source/${pkgbase}-${pkgver}.tar.gz";
+'compat_libwpg_0_9.patch'
+   'abiword-2.8.6-no-undefined.patch'
+'abiword-2.8.6-libpng15.patch')
+md5sums=('f883b0a7f26229a9c66fd6a1a94381aa'
+ '09446a2ebba8288fc611e88f7cf17298'
+ '42e2614b6e0aad457d91f6ce20b6f225'
+ '40e370e7e88c5437140ef18037abfbd3')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/compat_libwpg_0_9.patch"
+  # fix a gcc 4.6.x build issue, patch from Fedora
+  patch -Np1 -i "${srcdir}/abiword-2.8.6-no-undefined.patch"
+  patch -Np0 -i "${srcdir}/abiword-2.8.6-libpng15.patch"
+
+  libtoolize --force
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --enable-clipart \
+  --enable-templates \
+  --enable-collab-backend-xmpp \
+  --enable-collab-backend-tcp \
+  --enable-collab-backend-service \
+  --disable-collab-backend-sugar \
+  --enable-plugins --without-gnomevfs \
+  --with-gio \
+  --with-goffice \
+  --disable-static \
+  --with-psiconv-config=/nothere
+  make
+}
+
+package_abiword() {
+  pkgdesc="A fully-featured word processor"
+  depends=('fribidi' 'wv' 'goffice' 'librsvg' 'enchant' 'desktop-file-utils')
+  install=$pkgname.install
+  optdepends=('abiword-plugins')
+  conflicts=("abiword-plugins<${pkgver}-${pkgrel}")
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i plugins/Makefile \
+  -e 's/ collab / /' \
+  -e 's/ wpg / /' \
+  -e 's/ wmf / /' \
+  -e 's/ grammar / /' \
+  -e 's/ mathview / /' \
+  -e 's/ aiksaurus / /' \
+  -e 's/ latex / /' \
+  -e 's/ ots / /' \
+  -e 's/ wordperfect / /'
+  make DESTDIR="${pkgdir}" install
+}
+
+package_abiword-plugins() {
+  pkgdesc="Additional plugins for Abiword"
+  depends=("abiword=${pkgver}-${pkgrel}" 'loudmouth' 'libwpg' 'libwmf' 
'link-grammar' 
+   'gtkmathview' 'aiksaurus' 'libxslt' 'libsoup' 'libots' 'libgsf')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/plugins"
+  for dir in collab wpg wmf grammar mathview aiksaurus latex ots wordperfect; 
do
+make -C ${dir} DESTDIR="${pkgdir}" install
+  done
+}

Copied: abiword/repos/testing-x86_64/abiword-2.8.6-libpng15.patch (from rev 
148047, abiword/repos/staging-x86_64/abiword-2.8.6-libpng15.patch)
===
--- testing-x86_64/abiword-2.8.6-libpng15.patch (rev 0)
+++ testing-x86_64/abiword-2.8.6-libpng15.patch 2012-01-30 18:44:21 UTC (rev 
148049)
@@ -0,0 +1,100 @@
+$NetBSD: patch-plugins_bmp_xp_ie__impGraphic__BMP.cpp,v 1.1 2011/02/01 
10:48:15 wiz Exp $
+
+Fix build with png-1.5.
+
+--- plugins/bmp/xp/ie_impGraphic_BMP.cpp.orig  2009-06-25 04:02:06.0 
+
 plugins/bmp/xp/ie_impGraphic_BMP.cpp
+@@ -191,7 +191,10 @@ UT_Error IE_ImpGraphic_BMP::_convertGrap
+ 
+   /* Clean Up Memory Used 

[arch-commits] Commit in allegro/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:22
  Author: ibiru
Revision: 148050

db-move: moved allegro from [staging] to [testing] (i686)

Added:
  allegro/repos/testing-i686/
  allegro/repos/testing-i686/PKGBUILD
(from rev 148047, allegro/repos/staging-i686/PKGBUILD)
Deleted:
  allegro/repos/staging-i686/

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: allegro/repos/testing-i686/PKGBUILD (from rev 148047, 
allegro/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:22 UTC (rev 148050)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro
+pkgver=5.0.5
+pkgrel=2
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/";
+license=('custom')
+depends=('jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor' 'libpng' 
'libgl' 'libjpeg')
+makedepends=('cmake' 'mesa' 'freetype2')
+source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4d879afe7062f7dc9b8913cba2e44bdf')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../${pkgname}-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 ../${pkgname}-${pkgver}/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in allegro/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:24
  Author: ibiru
Revision: 148051

db-move: moved allegro from [staging] to [testing] (x86_64)

Added:
  allegro/repos/testing-x86_64/
  allegro/repos/testing-x86_64/PKGBUILD
(from rev 148047, allegro/repos/staging-x86_64/PKGBUILD)
Deleted:
  allegro/repos/staging-x86_64/

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: allegro/repos/testing-x86_64/PKGBUILD (from rev 148047, 
allegro/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:24 UTC (rev 148051)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro
+pkgver=5.0.5
+pkgrel=2
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/";
+license=('custom')
+depends=('jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor' 'libpng' 
'libgl' 'libjpeg')
+makedepends=('cmake' 'mesa' 'freetype2')
+source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4d879afe7062f7dc9b8913cba2e44bdf')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../${pkgname}-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 ../${pkgname}-${pkgver}/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:25
  Author: ibiru
Revision: 148052

db-move: moved alsaplayer from [staging] to [testing] (i686)

Added:
  alsaplayer/repos/testing-i686/
  alsaplayer/repos/testing-i686/PKGBUILD
(from rev 148047, alsaplayer/repos/staging-i686/PKGBUILD)
  alsaplayer/repos/testing-i686/alsaplayer.install
(from rev 148047, alsaplayer/repos/staging-i686/alsaplayer.install)
Deleted:
  alsaplayer/repos/staging-i686/

+
 PKGBUILD   |   37 +
 alsaplayer.install |   11 +++
 2 files changed, 48 insertions(+)

Copied: alsaplayer/repos/testing-i686/PKGBUILD (from rev 148047, 
alsaplayer/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:25 UTC (rev 148052)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=alsaplayer
+pkgver=0.99.81
+pkgrel=3
+pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA 
library and driver quite a bit"
+arch=('i686' 'x86_64')
+url="http://www.alsaplayer.org/";
+license=('GPL')
+depends=('gcc-libs' 'desktop-file-utils')
+makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'mesa' 
'audiofile' 'doxygen')
+optdepends=('gtk2: for the gtk2 GUI interface' \
+'libgl: for the OpenGL visual plugins' \
+'jack: for JACK audio server output support' \
+'audiofile: for support of various audio formats like AIFF, WAVE, 
.snd/.au' \
+'libid3tag: for flac support' \
+'flac: for flac support' \
+'libmad: for MPEG support' \
+'libsndfile: for sndfile support' \
+'libvorbis: for ogg vorbis support' \
+'libmikmod: for mod, s3m, it and xm formats supports')
+options=('!libtool')
+install=alsaplayer.install
+source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-audiofile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: alsaplayer/repos/testing-i686/alsaplayer.install (from rev 148047, 
alsaplayer/repos/staging-i686/alsaplayer.install)
===
--- testing-i686/alsaplayer.install (rev 0)
+++ testing-i686/alsaplayer.install 2012-01-30 18:44:25 UTC (rev 148052)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:26
  Author: ibiru
Revision: 148053

db-move: moved alsaplayer from [staging] to [testing] (x86_64)

Added:
  alsaplayer/repos/testing-x86_64/
  alsaplayer/repos/testing-x86_64/PKGBUILD
(from rev 148047, alsaplayer/repos/staging-x86_64/PKGBUILD)
  alsaplayer/repos/testing-x86_64/alsaplayer.install
(from rev 148047, alsaplayer/repos/staging-x86_64/alsaplayer.install)
Deleted:
  alsaplayer/repos/staging-x86_64/

+
 PKGBUILD   |   37 +
 alsaplayer.install |   11 +++
 2 files changed, 48 insertions(+)

Copied: alsaplayer/repos/testing-x86_64/PKGBUILD (from rev 148047, 
alsaplayer/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:26 UTC (rev 148053)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=alsaplayer
+pkgver=0.99.81
+pkgrel=3
+pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA 
library and driver quite a bit"
+arch=('i686' 'x86_64')
+url="http://www.alsaplayer.org/";
+license=('GPL')
+depends=('gcc-libs' 'desktop-file-utils')
+makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'mesa' 
'audiofile' 'doxygen')
+optdepends=('gtk2: for the gtk2 GUI interface' \
+'libgl: for the OpenGL visual plugins' \
+'jack: for JACK audio server output support' \
+'audiofile: for support of various audio formats like AIFF, WAVE, 
.snd/.au' \
+'libid3tag: for flac support' \
+'flac: for flac support' \
+'libmad: for MPEG support' \
+'libsndfile: for sndfile support' \
+'libvorbis: for ogg vorbis support' \
+'libmikmod: for mod, s3m, it and xm formats supports')
+options=('!libtool')
+install=alsaplayer.install
+source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-audiofile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: alsaplayer/repos/testing-x86_64/alsaplayer.install (from rev 148047, 
alsaplayer/repos/staging-x86_64/alsaplayer.install)
===
--- testing-x86_64/alsaplayer.install   (rev 0)
+++ testing-x86_64/alsaplayer.install   2012-01-30 18:44:26 UTC (rev 148053)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in amule/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:27
  Author: ibiru
Revision: 148054

db-move: moved amule from [staging] to [testing] (i686)

Added:
  amule/repos/testing-i686/
  amule/repos/testing-i686/PKGBUILD
(from rev 148047, amule/repos/staging-i686/PKGBUILD)
Deleted:
  amule/repos/staging-i686/

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

Copied: amule/repos/testing-i686/PKGBUILD (from rev 148047, 
amule/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:27 UTC (rev 148054)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+
+pkgname=amule
+pkgver=10708
+pkgrel=2
+pkgdesc="An eMule-like client for ed2k p2p network"
+arch=('i686' 'x86_64')
+url="http://www.amule.org";
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
+source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2";)
+md5sums=('3c1c2a03b24c9ec7ba6fd675382f26a3')
+
+build() {
+  cd "${srcdir}/aMule-SVN-r${pkgver}"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp
+
+  make
+}
+
+package() {
+  cd "${srcdir}/aMule-SVN-r${pkgver}"
+
+  make DESTDIR=${pkgdir}/ install
+}



[arch-commits] Commit in amule/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:28
  Author: ibiru
Revision: 148055

db-move: moved amule from [staging] to [testing] (x86_64)

Added:
  amule/repos/testing-x86_64/
  amule/repos/testing-x86_64/PKGBUILD
(from rev 148047, amule/repos/staging-x86_64/PKGBUILD)
Deleted:
  amule/repos/staging-x86_64/

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

Copied: amule/repos/testing-x86_64/PKGBUILD (from rev 148047, 
amule/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:28 UTC (rev 148055)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+
+pkgname=amule
+pkgver=10708
+pkgrel=2
+pkgdesc="An eMule-like client for ed2k p2p network"
+arch=('i686' 'x86_64')
+url="http://www.amule.org";
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
+source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2";)
+md5sums=('3c1c2a03b24c9ec7ba6fd675382f26a3')
+
+build() {
+  cd "${srcdir}/aMule-SVN-r${pkgver}"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp
+
+  make
+}
+
+package() {
+  cd "${srcdir}/aMule-SVN-r${pkgver}"
+
+  make DESTDIR=${pkgdir}/ install
+}



[arch-commits] Commit in autopano-sift-c/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:37
  Author: ibiru
Revision: 148059

db-move: moved autopano-sift-c from [staging] to [testing] (x86_64)

Added:
  autopano-sift-c/repos/testing-x86_64/
  autopano-sift-c/repos/testing-x86_64/PKGBUILD
(from rev 148047, autopano-sift-c/repos/staging-x86_64/PKGBUILD)
Deleted:
  autopano-sift-c/repos/staging-x86_64/

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

Copied: autopano-sift-c/repos/testing-x86_64/PKGBUILD (from rev 148047, 
autopano-sift-c/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:37 UTC (rev 148059)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Lukas Jirkovsky 
+
+pkgname=autopano-sift-c
+pkgver=2.5.1
+pkgrel=3
+pkgdesc="Identify key feature points within arbitrary images"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL2')
+depends=('libxml2' 'libpano13' 'gcc-libs')
+makedepends=('cmake')
+provides=('autopano-sift')
+conflicts=('autopano-sift')
+replaces=('autopano-sift')
+source=(http://downloads.sourceforge.net/sourceforge/hugin/autopano-sift-C-${pkgver}.tar.gz)
+md5sums=('b9bade07e8c4f2ea383c22a082c260e0')
+
+build() {
+  cd "${srcdir}/autopano-sift-C-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  sed -i 's/-lz/-lz -lm/' CMakeFiles/{autopano,generatekeys}.dir/link.txt
+  make
+}
+
+package() {
+  cd "${srcdir}/autopano-sift-C-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:29
  Author: ibiru
Revision: 148056

db-move: moved at-spi from [staging] to [testing] (i686)

Added:
  at-spi/repos/testing-i686/
  at-spi/repos/testing-i686/PKGBUILD
(from rev 148047, at-spi/repos/staging-i686/PKGBUILD)
  at-spi/repos/testing-i686/at-spi.install
(from rev 148047, at-spi/repos/staging-i686/at-spi.install)
Deleted:
  at-spi/repos/staging-i686/

+
 PKGBUILD   |   37 +
 at-spi.install |   17 +
 2 files changed, 54 insertions(+)

Copied: at-spi/repos/testing-i686/PKGBUILD (from rev 148047, 
at-spi/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:29 UTC (rev 148056)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=at-spi
+pkgver=1.32.0
+pkgrel=5
+pkgdesc="Assistive Technology Service Provider Interface"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libbonobo' 'libxtst' 'gtk2' 'gconf')
+makedepends=('pkgconfig' 'python2' 'intltool' 'libice' 'libsm')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org";
+install=at-spi.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('cc841dea746413eebadf0710dabec741450b37a06821c34526f505fe9d027039')
+
+# !! make sure you 'pacman -Rsc python' from your chroot before building the 
package or it would use python3 instead of the wanted python2 !!
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/at-spi \
+  --enable-relocate
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain at-spi "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+}

Copied: at-spi/repos/testing-i686/at-spi.install (from rev 148047, 
at-spi/repos/staging-i686/at-spi.install)
===
--- testing-i686/at-spi.install (rev 0)
+++ testing-i686/at-spi.install 2012-01-30 18:44:29 UTC (rev 148056)
@@ -0,0 +1,17 @@
+pkgname=at-spi
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}



[arch-commits] Commit in autopano-sift-c/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:34
  Author: ibiru
Revision: 148058

db-move: moved autopano-sift-c from [staging] to [testing] (i686)

Added:
  autopano-sift-c/repos/testing-i686/
  autopano-sift-c/repos/testing-i686/PKGBUILD
(from rev 148047, autopano-sift-c/repos/staging-i686/PKGBUILD)
Deleted:
  autopano-sift-c/repos/staging-i686/

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

Copied: autopano-sift-c/repos/testing-i686/PKGBUILD (from rev 148047, 
autopano-sift-c/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:34 UTC (rev 148058)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Lukas Jirkovsky 
+
+pkgname=autopano-sift-c
+pkgver=2.5.1
+pkgrel=3
+pkgdesc="Identify key feature points within arbitrary images"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL2')
+depends=('libxml2' 'libpano13' 'gcc-libs')
+makedepends=('cmake')
+provides=('autopano-sift')
+conflicts=('autopano-sift')
+replaces=('autopano-sift')
+source=(http://downloads.sourceforge.net/sourceforge/hugin/autopano-sift-C-${pkgver}.tar.gz)
+md5sums=('b9bade07e8c4f2ea383c22a082c260e0')
+
+build() {
+  cd "${srcdir}/autopano-sift-C-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  sed -i 's/-lz/-lz -lm/' CMakeFiles/{autopano,generatekeys}.dir/link.txt
+  make
+}
+
+package() {
+  cd "${srcdir}/autopano-sift-C-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:42
  Author: ibiru
Revision: 148061

db-move: moved avahi from [staging] to [testing] (x86_64)

Added:
  avahi/repos/testing-x86_64/
  avahi/repos/testing-x86_64/PKGBUILD
(from rev 148047, avahi/repos/staging-x86_64/PKGBUILD)
  avahi/repos/testing-x86_64/gnome-nettool.png
(from rev 148047, avahi/repos/staging-x86_64/gnome-nettool.png)
  avahi/repos/testing-x86_64/install
(from rev 148047, avahi/repos/staging-x86_64/install)
  avahi/repos/testing-x86_64/rc.d.patch
(from rev 148047, avahi/repos/staging-x86_64/rc.d.patch)
Deleted:
  avahi/repos/staging-x86_64/

+
 PKGBUILD   |   75 +++
 install|   21 
 rc.d.patch |   11 
 3 files changed, 107 insertions(+)

Copied: avahi/repos/testing-x86_64/PKGBUILD (from rev 148047, 
avahi/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:42 UTC (rev 148061)
@@ -0,0 +1,75 @@
+# $Id$
+# Contributor: Douglas Soares de Andrade 
+# Maintainer: Gaetan Bisson 
+
+pkgname=avahi
+pkgver=0.6.30
+pkgrel=7
+pkgdesc='A multicast/unicast DNS-SD framework'
+arch=('i686' 'x86_64')
+url='http://www.avahi.org/'
+license=('LGPL')
+depends=('expat' 'libdaemon' 'glib2' 'dbus' 'libcap' 'gdbm')
+optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
+'gtk2: gtk2 bindings'
+'qt3: qt3 bindings'
+'qt: qt bindings'
+'pygtk: avahi-bookmarks, avahi-discover'
+'twisted: avahi-bookmarks'
+'mono: mono bindings'
+'dbus-python: avahi-discover'
+'nss-mdns: NSS support for mDNS')
+makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'dbus-python'
+ 'gtk-sharp-2' 'gobject-introspection' 'gtk3')
+backup=(etc/avahi/avahi-daemon.conf etc/avahi/services/{sftp-,}ssh.service)
+install=install
+conflicts=('howl' 'mdnsresponder')
+provides=('howl' 'mdnsresponder')
+replaces=('howl' 'mdnsresponder')
+options=('!libtool')
+source=("http://www.avahi.org/download/avahi-${pkgver}.tar.gz";
+'gnome-nettool.png'
+'rc.d.patch')
+sha1sums=('5b77443537600a00770e4c77e3c443eeb5861d06'
+  'cf56387c88aed246b9f435efc182ef44de4d52f3'
+  '625ad7c131c0c1c383caeddef18fc7a32d8f3ab9')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   sed -i 's/netdev/network/g' avahi-daemon/avahi-dbus.conf
+   patch -p1 -i "../rc.d.patch"
+
+   # pygtk requires python2; make it explicit in case other python are 
installed: FS#21865
+   PYTHON=python2 \
+   PKG_CONFIG_PATH=/opt/qt/lib/pkgconfig \
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-monodoc \
+   --disable-doxygen-doc \
+   --disable-xmltoman \
+   --enable-compat-libdns_sd \
+   --enable-compat-howl \
+   --with-distro=archlinux \
+   --with-avahi-priv-access-group=network \
+   --with-autoipd-user=avahi \
+   --with-autoipd-group=avahi \
+   --with-systemdsystemunitdir=/lib/systemd/system # See FS#20999
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -D -m 644 ../gnome-nettool.png 
"${pkgdir}"/usr/share/pixmaps/gnome-nettool.png
+
+   cd "${pkgdir}"
+   sed -i '1c #!/usr/bin/python2' usr/bin/avahi-{bookmarks,discover}
+   # howl and mdnsresponder compatability
+   (cd usr/include; ln -s avahi-compat-libdns_sd/dns_sd.h dns_sd.h; ln -s 
avahi-compat-howl howl)
+   (cd usr/lib/pkgconfig; ln -s avahi-compat-howl.pc howl.pc)
+}

Copied: avahi/repos/testing-x86_64/gnome-nettool.png (from rev 148047, 
avahi/repos/staging-x86_64/gnome-nettool.png)
===
(Binary files differ)

Copied: avahi/repos/testing-x86_64/install (from rev 148047, 
avahi/repos/staging-x86_64/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2012-01-30 18:44:42 UTC (rev 148061)
@@ -0,0 +1,21 @@
+post_install() {
+  getent group avahi &>/dev/null || groupadd -r -g 84 avahi >/dev/null
+  getent passwd avahi &>/dev/null || useradd -r -u 84 -g avahi -d / -s 
/bin/false -c avahi avahi >/dev/null
+
+  cat < The following daemons may be added to DAEMONS in /etc/rc.conf:
+==> avahi-daemon: the mdns responder, you probably want this.
+==>   dbus needs to be running when you start it.
+==> avahi-dnsconfd: daemon used for peer-to-peer automatic dns
+==> configuration on dhcp-less network

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:39
  Author: ibiru
Revision: 148060

db-move: moved avahi from [staging] to [testing] (i686)

Added:
  avahi/repos/testing-i686/
  avahi/repos/testing-i686/PKGBUILD
(from rev 148047, avahi/repos/staging-i686/PKGBUILD)
  avahi/repos/testing-i686/gnome-nettool.png
(from rev 148047, avahi/repos/staging-i686/gnome-nettool.png)
  avahi/repos/testing-i686/install
(from rev 148047, avahi/repos/staging-i686/install)
  avahi/repos/testing-i686/rc.d.patch
(from rev 148047, avahi/repos/staging-i686/rc.d.patch)
Deleted:
  avahi/repos/staging-i686/

+
 PKGBUILD   |   75 +++
 install|   21 
 rc.d.patch |   11 
 3 files changed, 107 insertions(+)

Copied: avahi/repos/testing-i686/PKGBUILD (from rev 148047, 
avahi/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:39 UTC (rev 148060)
@@ -0,0 +1,75 @@
+# $Id$
+# Contributor: Douglas Soares de Andrade 
+# Maintainer: Gaetan Bisson 
+
+pkgname=avahi
+pkgver=0.6.30
+pkgrel=7
+pkgdesc='A multicast/unicast DNS-SD framework'
+arch=('i686' 'x86_64')
+url='http://www.avahi.org/'
+license=('LGPL')
+depends=('expat' 'libdaemon' 'glib2' 'dbus' 'libcap' 'gdbm')
+optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
+'gtk2: gtk2 bindings'
+'qt3: qt3 bindings'
+'qt: qt bindings'
+'pygtk: avahi-bookmarks, avahi-discover'
+'twisted: avahi-bookmarks'
+'mono: mono bindings'
+'dbus-python: avahi-discover'
+'nss-mdns: NSS support for mDNS')
+makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'dbus-python'
+ 'gtk-sharp-2' 'gobject-introspection' 'gtk3')
+backup=(etc/avahi/avahi-daemon.conf etc/avahi/services/{sftp-,}ssh.service)
+install=install
+conflicts=('howl' 'mdnsresponder')
+provides=('howl' 'mdnsresponder')
+replaces=('howl' 'mdnsresponder')
+options=('!libtool')
+source=("http://www.avahi.org/download/avahi-${pkgver}.tar.gz";
+'gnome-nettool.png'
+'rc.d.patch')
+sha1sums=('5b77443537600a00770e4c77e3c443eeb5861d06'
+  'cf56387c88aed246b9f435efc182ef44de4d52f3'
+  '625ad7c131c0c1c383caeddef18fc7a32d8f3ab9')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   sed -i 's/netdev/network/g' avahi-daemon/avahi-dbus.conf
+   patch -p1 -i "../rc.d.patch"
+
+   # pygtk requires python2; make it explicit in case other python are 
installed: FS#21865
+   PYTHON=python2 \
+   PKG_CONFIG_PATH=/opt/qt/lib/pkgconfig \
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-monodoc \
+   --disable-doxygen-doc \
+   --disable-xmltoman \
+   --enable-compat-libdns_sd \
+   --enable-compat-howl \
+   --with-distro=archlinux \
+   --with-avahi-priv-access-group=network \
+   --with-autoipd-user=avahi \
+   --with-autoipd-group=avahi \
+   --with-systemdsystemunitdir=/lib/systemd/system # See FS#20999
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -D -m 644 ../gnome-nettool.png 
"${pkgdir}"/usr/share/pixmaps/gnome-nettool.png
+
+   cd "${pkgdir}"
+   sed -i '1c #!/usr/bin/python2' usr/bin/avahi-{bookmarks,discover}
+   # howl and mdnsresponder compatability
+   (cd usr/include; ln -s avahi-compat-libdns_sd/dns_sd.h dns_sd.h; ln -s 
avahi-compat-howl howl)
+   (cd usr/lib/pkgconfig; ln -s avahi-compat-howl.pc howl.pc)
+}

Copied: avahi/repos/testing-i686/gnome-nettool.png (from rev 148047, 
avahi/repos/staging-i686/gnome-nettool.png)
===
(Binary files differ)

Copied: avahi/repos/testing-i686/install (from rev 148047, 
avahi/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2012-01-30 18:44:39 UTC (rev 148060)
@@ -0,0 +1,21 @@
+post_install() {
+  getent group avahi &>/dev/null || groupadd -r -g 84 avahi >/dev/null
+  getent passwd avahi &>/dev/null || useradd -r -u 84 -g avahi -d / -s 
/bin/false -c avahi avahi >/dev/null
+
+  cat < The following daemons may be added to DAEMONS in /etc/rc.conf:
+==> avahi-daemon: the mdns responder, you probably want this.
+==>   dbus needs to be running when you start it.
+==> avahi-dnsconfd: daemon used for peer-to-peer automatic dns
+==> configuration on dhcp-less networks.
+
+==> To use some of the clien

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:43
  Author: ibiru
Revision: 148062

db-move: moved bmp from [staging] to [testing] (i686)

Added:
  bmp/repos/testing-i686/
  bmp/repos/testing-i686/0.9.7.1-visualization.patch
(from rev 148047, bmp/repos/staging-i686/0.9.7.1-visualization.patch)
  bmp/repos/testing-i686/PKGBUILD
(from rev 148047, bmp/repos/staging-i686/PKGBUILD)
  bmp/repos/testing-i686/bmp-0.9.7.1-crossfade-0.3.9.patch
(from rev 148047, bmp/repos/staging-i686/bmp-0.9.7.1-crossfade-0.3.9.patch)
  bmp/repos/testing-i686/bmp.install
(from rev 148047, bmp/repos/staging-i686/bmp.install)
Deleted:
  bmp/repos/staging-i686/

---+
 0.9.7.1-visualization.patch   |   12 
 PKGBUILD  |   34 +++
 bmp-0.9.7.1-crossfade-0.3.9.patch |  108 
 bmp.install   |   11 +++
 4 files changed, 165 insertions(+)

Copied: bmp/repos/testing-i686/0.9.7.1-visualization.patch (from rev 148047, 
bmp/repos/staging-i686/0.9.7.1-visualization.patch)
===
--- testing-i686/0.9.7.1-visualization.patch(rev 0)
+++ testing-i686/0.9.7.1-visualization.patch2012-01-30 18:44:43 UTC (rev 
148062)
@@ -0,0 +1,12 @@
+--- beep/vis.c 2004-12-04 10:04:29.0 +0100
 beep/vis.c 2005-02-17 12:02:25.391044008 +0100
+@@ -223,7 +223,8 @@ vis_draw(Widget * w)
+ /* FIXME: The check "shouldn't" be neccessary? */
+ /*if (GTK_IS_WINDOW(vis->vs_window)) { */
+ GDK_THREADS_ENTER();
+-gdk_draw_indexed_image(vis->vs_window, vis->vs_widget.gc,
++if (GDK_IS_DRAWABLE(vis->vs_window))
++gdk_draw_indexed_image(vis->vs_window, vis->vs_widget.gc,
+vis->vs_widget.x, vis->vs_widget.y,
+vis->vs_widget.width, vis->vs_widget.height,
+GDK_RGB_DITHER_NORMAL, (guchar *) rgb_data,

Copied: bmp/repos/testing-i686/PKGBUILD (from rev 148047, 
bmp/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:43 UTC (rev 148062)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Kevin Piche 
+# Contributor: Ben 
+
+pkgname=bmp
+pkgver=0.9.7.1
+pkgrel=9
+pkgdesc="gtk2 port of xmms"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/beepmp/";
+license=('GPL')
+depends=('id3lib' 'libglade' 'libsm' 'libvorbis' 'alsa-lib' 'unzip' 
'desktop-file-utils')
+makedepends=('libxt')
+options=('!libtool')
+install=bmp.install
+source=(http://downloads.sourceforge.net/sourceforge/beepmp/${pkgname}-${pkgver}.tar.gz
 \
+${pkgver}-visualization.patch bmp-${pkgver}-crossfade-0.3.9.patch)
+md5sums=('c25d5a8d49cc5851d13d525a20023c4c'
+ 'fa1bdf5a8d03e8539a6bed5caa471176'
+ '42ad4109ddb66024d4c6d1f3e572ab86')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i ../${pkgver}-visualization.patch 
+  patch -p1 -i ../${pkgname}-${pkgver}-crossfade-0.3.9.patch 
+  LIBS+="-lm" ./configure --prefix=/usr --mandir=/usr/share/man 
+  make 
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install 
+}
+# vim: ts=2 sw=2 et ft=sh

Copied: bmp/repos/testing-i686/bmp-0.9.7.1-crossfade-0.3.9.patch (from rev 
148047, bmp/repos/staging-i686/bmp-0.9.7.1-crossfade-0.3.9.patch)
===
--- testing-i686/bmp-0.9.7.1-crossfade-0.3.9.patch  
(rev 0)
+++ testing-i686/bmp-0.9.7.1-crossfade-0.3.9.patch  2012-01-30 18:44:43 UTC 
(rev 148062)
@@ -0,0 +1,108 @@
+Patch taken from xmms-crossfade 3.10 tarball.  Required for crossfade to
+work.  http://www.eisenlohr.org/xmms-crossfade/
+
+diff -ur bmp-0.9.7.1/beep/mainwin.c bmp-0.9.7.1.patched/beep/mainwin.c
+--- bmp-0.9.7.1/beep/mainwin.c 2005-05-09 10:45:39.0 +0200
 bmp-0.9.7.1.patched/beep/mainwin.c 2005-11-25 00:03:59.0 +0100
+@@ -655,9 +655,11 @@
+ mainwin_set_shade(!cfg.player_shaded);
+ }
+ 
++gboolean is_quitting = FALSE;
+ void
+ mainwin_quit_cb(void)
+ {
++is_quitting = TRUE;
+ gtk_widget_hide(equalizerwin);
+ gtk_widget_hide(playlistwin);
+ gtk_widget_hide(mainwin);
+@@ -1318,7 +1320,7 @@
+ change_song(guint pos)
+ {
+ if (bmp_playback_get_playing())
+-bmp_playback_stop();
++bmp_playback_stop_for_restart();
+ 
+ playlist_set_position(pos);
+ bmp_playback_initiate();
+diff -ur bmp-0.9.7.1/beep/playback.c bmp-0.9.7.1.patched/beep/playback.c
+--- bmp-0.9.7.1/beep/playback.c2005-01-26 06:56:15.0 +0100
 bmp-0.9.7.1.patched/beep/playback.c2005-11-25 00:03:59.0 
+0100
+@@ -89,7 +89,7 @@
+ return;
+ 
+ if (bmp_playback_get_playing())
+-bmp_playback_stop();
++bmp_playback_stop_for_restar

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:44
  Author: ibiru
Revision: 148063

db-move: moved bmp from [staging] to [testing] (x86_64)

Added:
  bmp/repos/testing-x86_64/
  bmp/repos/testing-x86_64/0.9.7.1-visualization.patch
(from rev 148047, bmp/repos/staging-x86_64/0.9.7.1-visualization.patch)
  bmp/repos/testing-x86_64/PKGBUILD
(from rev 148047, bmp/repos/staging-x86_64/PKGBUILD)
  bmp/repos/testing-x86_64/bmp-0.9.7.1-crossfade-0.3.9.patch
(from rev 148047, 
bmp/repos/staging-x86_64/bmp-0.9.7.1-crossfade-0.3.9.patch)
  bmp/repos/testing-x86_64/bmp.install
(from rev 148047, bmp/repos/staging-x86_64/bmp.install)
Deleted:
  bmp/repos/staging-x86_64/

---+
 0.9.7.1-visualization.patch   |   12 
 PKGBUILD  |   34 +++
 bmp-0.9.7.1-crossfade-0.3.9.patch |  108 
 bmp.install   |   11 +++
 4 files changed, 165 insertions(+)

Copied: bmp/repos/testing-x86_64/0.9.7.1-visualization.patch (from rev 148047, 
bmp/repos/staging-x86_64/0.9.7.1-visualization.patch)
===
--- testing-x86_64/0.9.7.1-visualization.patch  (rev 0)
+++ testing-x86_64/0.9.7.1-visualization.patch  2012-01-30 18:44:44 UTC (rev 
148063)
@@ -0,0 +1,12 @@
+--- beep/vis.c 2004-12-04 10:04:29.0 +0100
 beep/vis.c 2005-02-17 12:02:25.391044008 +0100
+@@ -223,7 +223,8 @@ vis_draw(Widget * w)
+ /* FIXME: The check "shouldn't" be neccessary? */
+ /*if (GTK_IS_WINDOW(vis->vs_window)) { */
+ GDK_THREADS_ENTER();
+-gdk_draw_indexed_image(vis->vs_window, vis->vs_widget.gc,
++if (GDK_IS_DRAWABLE(vis->vs_window))
++gdk_draw_indexed_image(vis->vs_window, vis->vs_widget.gc,
+vis->vs_widget.x, vis->vs_widget.y,
+vis->vs_widget.width, vis->vs_widget.height,
+GDK_RGB_DITHER_NORMAL, (guchar *) rgb_data,

Copied: bmp/repos/testing-x86_64/PKGBUILD (from rev 148047, 
bmp/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:44 UTC (rev 148063)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Kevin Piche 
+# Contributor: Ben 
+
+pkgname=bmp
+pkgver=0.9.7.1
+pkgrel=9
+pkgdesc="gtk2 port of xmms"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/beepmp/";
+license=('GPL')
+depends=('id3lib' 'libglade' 'libsm' 'libvorbis' 'alsa-lib' 'unzip' 
'desktop-file-utils')
+makedepends=('libxt')
+options=('!libtool')
+install=bmp.install
+source=(http://downloads.sourceforge.net/sourceforge/beepmp/${pkgname}-${pkgver}.tar.gz
 \
+${pkgver}-visualization.patch bmp-${pkgver}-crossfade-0.3.9.patch)
+md5sums=('c25d5a8d49cc5851d13d525a20023c4c'
+ 'fa1bdf5a8d03e8539a6bed5caa471176'
+ '42ad4109ddb66024d4c6d1f3e572ab86')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i ../${pkgver}-visualization.patch 
+  patch -p1 -i ../${pkgname}-${pkgver}-crossfade-0.3.9.patch 
+  LIBS+="-lm" ./configure --prefix=/usr --mandir=/usr/share/man 
+  make 
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install 
+}
+# vim: ts=2 sw=2 et ft=sh

Copied: bmp/repos/testing-x86_64/bmp-0.9.7.1-crossfade-0.3.9.patch (from rev 
148047, bmp/repos/staging-x86_64/bmp-0.9.7.1-crossfade-0.3.9.patch)
===
--- testing-x86_64/bmp-0.9.7.1-crossfade-0.3.9.patch
(rev 0)
+++ testing-x86_64/bmp-0.9.7.1-crossfade-0.3.9.patch2012-01-30 18:44:44 UTC 
(rev 148063)
@@ -0,0 +1,108 @@
+Patch taken from xmms-crossfade 3.10 tarball.  Required for crossfade to
+work.  http://www.eisenlohr.org/xmms-crossfade/
+
+diff -ur bmp-0.9.7.1/beep/mainwin.c bmp-0.9.7.1.patched/beep/mainwin.c
+--- bmp-0.9.7.1/beep/mainwin.c 2005-05-09 10:45:39.0 +0200
 bmp-0.9.7.1.patched/beep/mainwin.c 2005-11-25 00:03:59.0 +0100
+@@ -655,9 +655,11 @@
+ mainwin_set_shade(!cfg.player_shaded);
+ }
+ 
++gboolean is_quitting = FALSE;
+ void
+ mainwin_quit_cb(void)
+ {
++is_quitting = TRUE;
+ gtk_widget_hide(equalizerwin);
+ gtk_widget_hide(playlistwin);
+ gtk_widget_hide(mainwin);
+@@ -1318,7 +1320,7 @@
+ change_song(guint pos)
+ {
+ if (bmp_playback_get_playing())
+-bmp_playback_stop();
++bmp_playback_stop_for_restart();
+ 
+ playlist_set_position(pos);
+ bmp_playback_initiate();
+diff -ur bmp-0.9.7.1/beep/playback.c bmp-0.9.7.1.patched/beep/playback.c
+--- bmp-0.9.7.1/beep/playback.c2005-01-26 06:56:15.0 +0100
 bmp-0.9.7.1.patched/beep/playback.c2005-11-25 00:03:59.0 
+0100
+@@ -89,7 +89,7 @@
+ return;
+ 
+ if (bmp_playback_get_playing())
+-bmp_playback_stop();
++ 

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:46
  Author: ibiru
Revision: 148064

db-move: moved cairo from [staging] to [testing] (i686)

Added:
  cairo/repos/testing-i686/
  cairo/repos/testing-i686/PKGBUILD
(from rev 148047, cairo/repos/staging-i686/PKGBUILD)
  cairo/repos/testing-i686/cairo-1.10.0-buggy_gradients.patch
(from rev 148047, 
cairo/repos/staging-i686/cairo-1.10.0-buggy_gradients.patch)
Deleted:
  cairo/repos/staging-i686/

+
 PKGBUILD   |   38 +++
 cairo-1.10.0-buggy_gradients.patch |   13 +++
 2 files changed, 51 insertions(+)

Copied: cairo/repos/testing-i686/PKGBUILD (from rev 148047, 
cairo/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:46 UTC (rev 148064)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Brice Carpentier 
+
+pkgname=cairo
+pkgver=1.10.2
+pkgrel=3
+pkgdesc="Cairo vector graphics library"
+arch=(i686 x86_64)
+license=('LGPL' 'MPL')
+url="http://cairographics.org/";
+depends=('libpng' 'libxrender' 'fontconfig' 'pixman' 'glib2' 'sh')
+options=('!libtool')
+source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.gz
+cairo-1.10.0-buggy_gradients.patch)
+sha1sums=('ccce5ae03f99c505db97c286a0c9a90a926d3c6e'
+  '8b843a9934e5112b6188e5bcf4adfc1fdaf9fa04')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "${srcdir}/cairo-1.10.0-buggy_gradients.patch"
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-tee
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check || /bin/true # 248 Passed, 65 Failed [2 crashed, 8 expected], 28 
Skipped
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: cairo/repos/testing-i686/cairo-1.10.0-buggy_gradients.patch (from rev 
148047, cairo/repos/staging-i686/cairo-1.10.0-buggy_gradients.patch)
===
--- testing-i686/cairo-1.10.0-buggy_gradients.patch 
(rev 0)
+++ testing-i686/cairo-1.10.0-buggy_gradients.patch 2012-01-30 18:44:46 UTC 
(rev 148064)
@@ -0,0 +1,13 @@
+--- a/src/cairo-xlib-display.c.ubuntu  2010-08-04 11:57:49.0 +0200
 b/src/cairo-xlib-display.c 2010-08-04 11:58:28.0 +0200
+@@ -353,11 +353,7 @@
+ /* Prior to Render 0.10, there is no protocol support for gradients and
+  * we call function stubs instead, which would silently consume the 
drawing.
+  */
+-#if RENDER_MAJOR == 0 && RENDER_MINOR < 10
+ display->buggy_gradients = TRUE;
+-#else
+-display->buggy_gradients = FALSE;
+-#endif
+ display->buggy_pad_reflect = FALSE;
+ display->buggy_repeat = FALSE;



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:47
  Author: ibiru
Revision: 148065

db-move: moved cairo from [staging] to [testing] (x86_64)

Added:
  cairo/repos/testing-x86_64/
  cairo/repos/testing-x86_64/PKGBUILD
(from rev 148047, cairo/repos/staging-x86_64/PKGBUILD)
  cairo/repos/testing-x86_64/cairo-1.10.0-buggy_gradients.patch
(from rev 148047, 
cairo/repos/staging-x86_64/cairo-1.10.0-buggy_gradients.patch)
Deleted:
  cairo/repos/staging-x86_64/

+
 PKGBUILD   |   38 +++
 cairo-1.10.0-buggy_gradients.patch |   13 +++
 2 files changed, 51 insertions(+)

Copied: cairo/repos/testing-x86_64/PKGBUILD (from rev 148047, 
cairo/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:47 UTC (rev 148065)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Brice Carpentier 
+
+pkgname=cairo
+pkgver=1.10.2
+pkgrel=3
+pkgdesc="Cairo vector graphics library"
+arch=(i686 x86_64)
+license=('LGPL' 'MPL')
+url="http://cairographics.org/";
+depends=('libpng' 'libxrender' 'fontconfig' 'pixman' 'glib2' 'sh')
+options=('!libtool')
+source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.gz
+cairo-1.10.0-buggy_gradients.patch)
+sha1sums=('ccce5ae03f99c505db97c286a0c9a90a926d3c6e'
+  '8b843a9934e5112b6188e5bcf4adfc1fdaf9fa04')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "${srcdir}/cairo-1.10.0-buggy_gradients.patch"
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-tee
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check || /bin/true # 248 Passed, 65 Failed [2 crashed, 8 expected], 28 
Skipped
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: cairo/repos/testing-x86_64/cairo-1.10.0-buggy_gradients.patch (from rev 
148047, cairo/repos/staging-x86_64/cairo-1.10.0-buggy_gradients.patch)
===
--- testing-x86_64/cairo-1.10.0-buggy_gradients.patch   
(rev 0)
+++ testing-x86_64/cairo-1.10.0-buggy_gradients.patch   2012-01-30 18:44:47 UTC 
(rev 148065)
@@ -0,0 +1,13 @@
+--- a/src/cairo-xlib-display.c.ubuntu  2010-08-04 11:57:49.0 +0200
 b/src/cairo-xlib-display.c 2010-08-04 11:58:28.0 +0200
+@@ -353,11 +353,7 @@
+ /* Prior to Render 0.10, there is no protocol support for gradients and
+  * we call function stubs instead, which would silently consume the 
drawing.
+  */
+-#if RENDER_MAJOR == 0 && RENDER_MINOR < 10
+ display->buggy_gradients = TRUE;
+-#else
+-display->buggy_gradients = FALSE;
+-#endif
+ display->buggy_pad_reflect = FALSE;
+ display->buggy_repeat = FALSE;



[arch-commits] Commit in cairomm/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:48
  Author: ibiru
Revision: 148066

db-move: moved cairomm from [staging] to [testing] (i686)

Added:
  cairomm/repos/testing-i686/
  cairomm/repos/testing-i686/PKGBUILD
(from rev 148047, cairomm/repos/staging-i686/PKGBUILD)
Deleted:
  cairomm/repos/staging-i686/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: cairomm/repos/testing-i686/PKGBUILD (from rev 148047, 
cairomm/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:48 UTC (rev 148066)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kevin 
+# Contributor: criminy 
+
+pkgname=cairomm
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="C++ bindings to Cairo vector graphics library"
+arch=('i686' 'x86_64')
+url="http://www.cairographics.org";
+license=('LGPL' 'MPL')
+depends=('cairo' 'libsigc++')
+makedepends=('pkgconfig')
+source=(http://www.cairographics.org/releases/${pkgname}-${pkgver}.tar.gz)
+options=('!libtool' '!emptydirs')
+sha1sums=('f08bf8a331067f0d1e876523f07238fba6b26b99')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in cairomm/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:49
  Author: ibiru
Revision: 148067

db-move: moved cairomm from [staging] to [testing] (x86_64)

Added:
  cairomm/repos/testing-x86_64/
  cairomm/repos/testing-x86_64/PKGBUILD
(from rev 148047, cairomm/repos/staging-x86_64/PKGBUILD)
Deleted:
  cairomm/repos/staging-x86_64/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: cairomm/repos/testing-x86_64/PKGBUILD (from rev 148047, 
cairomm/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:49 UTC (rev 148067)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kevin 
+# Contributor: criminy 
+
+pkgname=cairomm
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="C++ bindings to Cairo vector graphics library"
+arch=('i686' 'x86_64')
+url="http://www.cairographics.org";
+license=('LGPL' 'MPL')
+depends=('cairo' 'libsigc++')
+makedepends=('pkgconfig')
+source=(http://www.cairographics.org/releases/${pkgname}-${pkgver}.tar.gz)
+options=('!libtool' '!emptydirs')
+sha1sums=('f08bf8a331067f0d1e876523f07238fba6b26b99')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:52
  Author: ibiru
Revision: 148069

db-move: moved capi4hylafax from [staging] to [testing] (x86_64)

Added:
  capi4hylafax/repos/testing-x86_64/
  capi4hylafax/repos/testing-x86_64/PKGBUILD
(from rev 148047, capi4hylafax/repos/staging-x86_64/PKGBUILD)
  capi4hylafax/repos/testing-x86_64/capi4hylafax.install
(from rev 148047, capi4hylafax/repos/staging-x86_64/capi4hylafax.install)
  capi4hylafax/repos/testing-x86_64/capi4hylafax.rc
(from rev 148047, capi4hylafax/repos/staging-x86_64/capi4hylafax.rc)
  capi4hylafax/repos/testing-x86_64/config.faxCAPI
(from rev 148047, capi4hylafax/repos/staging-x86_64/config.faxCAPI)
Deleted:
  capi4hylafax/repos/staging-x86_64/

--+
 PKGBUILD |   55 ++
 capi4hylafax.install |   16 +
 capi4hylafax.rc  |   49 ++
 config.faxCAPI   |  397 +
 4 files changed, 517 insertions(+)

Copied: capi4hylafax/repos/testing-x86_64/PKGBUILD (from rev 148047, 
capi4hylafax/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:52 UTC (rev 148069)
@@ -0,0 +1,55 @@
+# $Id$
+#Maintainer: Tobias Powalowski 
+
+pkgname=capi4hylafax
+pkgver=010300
+pkgrel=5
+pkgdesc="capi plugin for hylafax to enable isdn faxing"
+arch=(i686 x86_64)
+url="ftp://ftp.avm.de/tools";
+license=('GPL')
+depends=('glibc' 'capi4k-utils' 'hylafax' 'gcc-libs' 'libtiff' 'dialog')
+source=(ftp://ftp.avm.de/tools/capi4hylafax.linux/capi4hylafax-01.03.00.tar.gz
+   config.faxCAPI capi4hylafax.rc)
+md5sums=('d37dc652ac80d1525ef8693be55ee67f'
+ '653b60695d21c128f020a86274ca9192'
+ '1fe40c58289fa3ba625ce6fe2fdb3d07')
+install=capi4hylafax.install
+backup=(var/spool/hylafax/etc/config.faxCAPI)
+
+build() {
+  cd "$srcdir"/$pkgname-01.03.00
+# fix config file
+  sed -i -e 's#/etc/config.faxCAPI#/var/spool/hylafax/etc/config.faxCAPI#g' 
src/defaults.h.in
+  autoreconf --force --install
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-01.03.00
+  install -m755 -D src/faxsend/c2faxsend "$pkgdir"/usr/bin/c2faxsend
+  install -m755 -D src/faxrecv/c2faxrecv "$pkgdir"/usr/bin/c2faxrecv
+  install -m755 -D setupconffile "$pkgdir"/usr/bin/c2faxaddmodem
+  install -m644 -D "$srcdir"/config.faxCAPI 
"$pkgdir"/var/spool/hylafax/etc/config.faxCAPI
+  install -m755 -D "$srcdir"/capi4hylafax.rc "$pkgdir"/etc/rc.d/capi4hylafax
+# adding FIFO
+  mkfifo "$pkgdir"/var/spool/hylafax/FIFO.faxCAPI
+  chown 10 "$pkgdir"/var/spool/hylafax/FIFO.faxCAPI
+  chgrp 14 "$pkgdir"/var/spool/hylafax/FIFO.faxCAPI
+  chmod 0600 "$pkgdir"/var/spool/hylafax/FIFO.faxCAPI
+# fix /var/spool/hylafax permission
+  chown 10 "$pkgdir"/var/spool/hylafax
+  chgrp 14 "$pkgdir"/var/spool/hylafax
+# adding udev rule
+  mkdir -p "$pkgdir"/lib/udev/rules.d
+cat << EOF >> "$pkgdir"/lib/udev/rules.d/53-capi4hylafax.rules
+# CAPI devices
+SUBSYSTEM=="capi", KERNEL=="capi", NAME="capi20", SYMLINK+="isdn/capi20", 
GROUP="uucp"
+SUBSYSTEM=="tty" KERNEL=="capi[0-9]*", NAME="capi/%n", GROUP="uucp"
+
+EOF
+# fix c2faxadd
+  sed -i -e 's#/etc/config.faxCAPI#/var/spool/hylafax/etc/config.faxCAPI#g' 
"$pkgdir"/usr/bin/c2faxaddmodem
+  echo "main_config_dialog" >>  "$pkgdir"/usr/bin/c2faxaddmodem
+}

Copied: capi4hylafax/repos/testing-x86_64/capi4hylafax.install (from rev 
148047, capi4hylafax/repos/staging-x86_64/capi4hylafax.install)
===
--- testing-x86_64/capi4hylafax.install (rev 0)
+++ testing-x86_64/capi4hylafax.install 2012-01-30 18:44:52 UTC (rev 148069)
@@ -0,0 +1,16 @@
+post_install() {
+cat << EOF
+For more information about setting up the package, please have a look here:
+"http://wiki.archlinux.org/index.php/capi4hylafax";
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+cat << EOF
+Please remove your additions to /var/spool/hylafax/etc/config
+EOF
+}

Copied: capi4hylafax/repos/testing-x86_64/capi4hylafax.rc (from rev 148047, 
capi4hylafax/repos/staging-x86_64/capi4hylafax.rc)
===
--- testing-x86_64/capi4hylafax.rc  (rev 0)
+++ testing-x86_64/capi4hylafax.rc  2012-01-30 18:44:52 UTC (rev 148069)
@@ -0,0 +1,49 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+PID=`pidof -o %PPID /usr/bin/c2faxrecv`
+case "$1" in
+  start)
+stat_busy "Starting capi4hylafax"
+if [ -z "$PID" ]; then
+/usr/bin/c2faxrecv > /dev/null &
+   faxmodem faxCAPI
+fi
+if [ ! -f /var/run/faxq.pid ]; then
+   stat_fail
+   echo "ERROR: hylafax is not running"
+   exit 1
+fi
+if [ ! -f /var/run/hfaxd.pid ]; then
+stat_fail
+echo "ERROR: hylafax is not running"
+exit 1
+fi
+if [ ! -z "$PID" -o $? -g

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:54
  Author: ibiru
Revision: 148070

db-move: moved celestia from [staging] to [testing] (i686)

Added:
  celestia/repos/testing-i686/
  celestia/repos/testing-i686/PKGBUILD
(from rev 148047, celestia/repos/staging-i686/PKGBUILD)
  celestia/repos/testing-i686/celestia-1.5.1-gcc44.patch
(from rev 148047, celestia/repos/staging-i686/celestia-1.5.1-gcc44.patch)
  celestia/repos/testing-i686/celestia-1.6.1-gcc46.patch
(from rev 148047, celestia/repos/staging-i686/celestia-1.6.1-gcc46.patch)
  celestia/repos/testing-i686/celestia-1.6.1-gentoo.patch
(from rev 148047, celestia/repos/staging-i686/celestia-1.6.1-gentoo.patch)
  celestia/repos/testing-i686/celestia-1.6.1-libpng15.patch
(from rev 148047, celestia/repos/staging-i686/celestia-1.6.1-libpng15.patch)
  celestia/repos/testing-i686/celestia-1.6.1-linking.patch
(from rev 148047, celestia/repos/staging-i686/celestia-1.6.1-linking.patch)
Deleted:
  celestia/repos/staging-i686/

---+
 PKGBUILD  |   50 +
 celestia-1.5.1-gcc44.patch|   20 ++
 celestia-1.6.1-gcc46.patch|   13 +
 celestia-1.6.1-gentoo.patch   |   23 +
 celestia-1.6.1-libpng15.patch |   14 ++
 celestia-1.6.1-linking.patch  |   54 
 6 files changed, 174 insertions(+)

Copied: celestia/repos/testing-i686/PKGBUILD (from rev 148047, 
celestia/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:54 UTC (rev 148070)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : Damir Perisa 
+
+pkgname=celestia
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="Real-time space simulation"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.shatters.net/celestia/";
+depends=('gtk2' 'libtheora' 'lua' 'gtkglext' 'glut' 'libxmu' 'mesa' 'libjpeg')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/celestia/${pkgname}-${pkgver}.tar.gz";
+'celestia-1.6.1-gcc46.patch' 
+'celestia-1.6.1-libpng15.patch'
+'celestia-1.6.1-linking.patch')
+sha1sums=('1f0fdf4525a8b9d6c708e1f6383babed670d18e7'
+  '7c08ca391603806d788cb8f3342acedafc924eef'
+  '46ecc4e10b24191384bc848c206652498843adf0'
+  '534c8eee18d13a868c91f0b870ebecc05f3e7ae1')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+# build patch
+patch -Np0 -i "${srcdir}/celestia-1.6.1-gcc46.patch"
+patch -Np0 -i "${srcdir}/celestia-1.6.1-libpng15.patch"
+patch -Np1 -i "${srcdir}/celestia-1.6.1-linking.patch"
+
+# This version of Celestia has a bug in the font rendering and requires 
-fsigned-char 
+export CFLAGS="$CFLAGS -fsigned-char"
+export CXXFLAGS="$CXXFLAGS -fsigned-char"
+
+autoreconf
+./configure --prefix=/usr \
+--with-lua=/usr \
+   --datadir=/usr/share \
+--with-gtk \
+--disable-rpath \
+--with-lua
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make DESTDIR=${pkgdir} install
+}
+

Copied: celestia/repos/testing-i686/celestia-1.5.1-gcc44.patch (from rev 
148047, celestia/repos/staging-i686/celestia-1.5.1-gcc44.patch)
===
--- testing-i686/celestia-1.5.1-gcc44.patch (rev 0)
+++ testing-i686/celestia-1.5.1-gcc44.patch 2012-01-30 18:44:54 UTC (rev 
148070)
@@ -0,0 +1,20 @@
+--- src/celengine/overlay.h.orig   2009-07-08 02:27:08.0 -0400
 src/celengine/overlay.h2009-07-08 02:27:28.0 -0400
+@@ -10,6 +10,7 @@
+ #ifndef _OVERLAY_H_
+ #define _OVERLAY_H_
+ 
++#include 
+ #include 
+ #include 
+ #include 
+--- src/celengine/star.cpp.orig2009-07-08 02:40:52.0 -0400
 src/celengine/star.cpp 2009-07-08 02:41:08.0 -0400
+@@ -8,6 +8,7 @@
+ // of the License, or (at your option) any later version.
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include "celestia.h"

Copied: celestia/repos/testing-i686/celestia-1.6.1-gcc46.patch (from rev 
148047, celestia/repos/staging-i686/celestia-1.6.1-gcc46.patch)
===
--- testing-i686/celestia-1.6.1-gcc46.patch (rev 0)
+++ testing-i686/celestia-1.6.1-gcc46.patch 2012-01-30 18:44:54 UTC (rev 
148070)
@@ -0,0 +1,13 @@
+http://bugs.gentoo.org/show_bug.cgi?id=366073
+
+Patch written by Nils Larsson 
+--- src/celengine/frametree.h
 src/celengine/frametree.h
+@@ -14,6 +14,7 @@
+ #define _CELENGINE_FRAMETREE_H_
+ 
+ #include 
++#include 
+ 
+ class Star;
+ class Body;

Copied: celestia/repos/testing-i686/celestia-1.6.1-gentoo.patch (from rev 
148047, celestia/repos/staging-i686/celes

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:55
  Author: ibiru
Revision: 148071

db-move: moved celestia from [staging] to [testing] (x86_64)

Added:
  celestia/repos/testing-x86_64/
  celestia/repos/testing-x86_64/PKGBUILD
(from rev 148047, celestia/repos/staging-x86_64/PKGBUILD)
  celestia/repos/testing-x86_64/celestia-1.5.1-gcc44.patch
(from rev 148047, celestia/repos/staging-x86_64/celestia-1.5.1-gcc44.patch)
  celestia/repos/testing-x86_64/celestia-1.6.1-gcc46.patch
(from rev 148047, celestia/repos/staging-x86_64/celestia-1.6.1-gcc46.patch)
  celestia/repos/testing-x86_64/celestia-1.6.1-gentoo.patch
(from rev 148047, celestia/repos/staging-x86_64/celestia-1.6.1-gentoo.patch)
  celestia/repos/testing-x86_64/celestia-1.6.1-libpng15.patch
(from rev 148047, 
celestia/repos/staging-x86_64/celestia-1.6.1-libpng15.patch)
  celestia/repos/testing-x86_64/celestia-1.6.1-linking.patch
(from rev 148047, 
celestia/repos/staging-x86_64/celestia-1.6.1-linking.patch)
Deleted:
  celestia/repos/staging-x86_64/

---+
 PKGBUILD  |   50 +
 celestia-1.5.1-gcc44.patch|   20 ++
 celestia-1.6.1-gcc46.patch|   13 +
 celestia-1.6.1-gentoo.patch   |   23 +
 celestia-1.6.1-libpng15.patch |   14 ++
 celestia-1.6.1-linking.patch  |   54 
 6 files changed, 174 insertions(+)

Copied: celestia/repos/testing-x86_64/PKGBUILD (from rev 148047, 
celestia/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:55 UTC (rev 148071)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : Damir Perisa 
+
+pkgname=celestia
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="Real-time space simulation"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.shatters.net/celestia/";
+depends=('gtk2' 'libtheora' 'lua' 'gtkglext' 'glut' 'libxmu' 'mesa' 'libjpeg')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/celestia/${pkgname}-${pkgver}.tar.gz";
+'celestia-1.6.1-gcc46.patch' 
+'celestia-1.6.1-libpng15.patch'
+'celestia-1.6.1-linking.patch')
+sha1sums=('1f0fdf4525a8b9d6c708e1f6383babed670d18e7'
+  '7c08ca391603806d788cb8f3342acedafc924eef'
+  '46ecc4e10b24191384bc848c206652498843adf0'
+  '534c8eee18d13a868c91f0b870ebecc05f3e7ae1')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+# build patch
+patch -Np0 -i "${srcdir}/celestia-1.6.1-gcc46.patch"
+patch -Np0 -i "${srcdir}/celestia-1.6.1-libpng15.patch"
+patch -Np1 -i "${srcdir}/celestia-1.6.1-linking.patch"
+
+# This version of Celestia has a bug in the font rendering and requires 
-fsigned-char 
+export CFLAGS="$CFLAGS -fsigned-char"
+export CXXFLAGS="$CXXFLAGS -fsigned-char"
+
+autoreconf
+./configure --prefix=/usr \
+--with-lua=/usr \
+   --datadir=/usr/share \
+--with-gtk \
+--disable-rpath \
+--with-lua
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make DESTDIR=${pkgdir} install
+}
+

Copied: celestia/repos/testing-x86_64/celestia-1.5.1-gcc44.patch (from rev 
148047, celestia/repos/staging-x86_64/celestia-1.5.1-gcc44.patch)
===
--- testing-x86_64/celestia-1.5.1-gcc44.patch   (rev 0)
+++ testing-x86_64/celestia-1.5.1-gcc44.patch   2012-01-30 18:44:55 UTC (rev 
148071)
@@ -0,0 +1,20 @@
+--- src/celengine/overlay.h.orig   2009-07-08 02:27:08.0 -0400
 src/celengine/overlay.h2009-07-08 02:27:28.0 -0400
+@@ -10,6 +10,7 @@
+ #ifndef _OVERLAY_H_
+ #define _OVERLAY_H_
+ 
++#include 
+ #include 
+ #include 
+ #include 
+--- src/celengine/star.cpp.orig2009-07-08 02:40:52.0 -0400
 src/celengine/star.cpp 2009-07-08 02:41:08.0 -0400
+@@ -8,6 +8,7 @@
+ // of the License, or (at your option) any later version.
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include "celestia.h"

Copied: celestia/repos/testing-x86_64/celestia-1.6.1-gcc46.patch (from rev 
148047, celestia/repos/staging-x86_64/celestia-1.6.1-gcc46.patch)
===
--- testing-x86_64/celestia-1.6.1-gcc46.patch   (rev 0)
+++ testing-x86_64/celestia-1.6.1-gcc46.patch   2012-01-30 18:44:55 UTC (rev 
148071)
@@ -0,0 +1,13 @@
+http://bugs.gentoo.org/show_bug.cgi?id=366073
+
+Patch written by Nils Larsson 
+--- src/celengine/frametree.h
 src/celengine/frametree.h
+@@ -14,6 +14,7 @@
+ #define _CELENGINE_FRAMETREE_H_
+ 
+ #include 
++#include 
+ 
+ class Star;
+ class Body;

Copied: celestia/repos/testing-x86_64/celestia-1.6.1-gentoo.patch (from 

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:51
  Author: ibiru
Revision: 148068

db-move: moved capi4hylafax from [staging] to [testing] (i686)

Added:
  capi4hylafax/repos/testing-i686/
  capi4hylafax/repos/testing-i686/PKGBUILD
(from rev 148047, capi4hylafax/repos/staging-i686/PKGBUILD)
  capi4hylafax/repos/testing-i686/capi4hylafax.install
(from rev 148047, capi4hylafax/repos/staging-i686/capi4hylafax.install)
  capi4hylafax/repos/testing-i686/capi4hylafax.rc
(from rev 148047, capi4hylafax/repos/staging-i686/capi4hylafax.rc)
  capi4hylafax/repos/testing-i686/config.faxCAPI
(from rev 148047, capi4hylafax/repos/staging-i686/config.faxCAPI)
Deleted:
  capi4hylafax/repos/staging-i686/

--+
 PKGBUILD |   55 ++
 capi4hylafax.install |   16 +
 capi4hylafax.rc  |   49 ++
 config.faxCAPI   |  397 +
 4 files changed, 517 insertions(+)

Copied: capi4hylafax/repos/testing-i686/PKGBUILD (from rev 148047, 
capi4hylafax/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:51 UTC (rev 148068)
@@ -0,0 +1,55 @@
+# $Id$
+#Maintainer: Tobias Powalowski 
+
+pkgname=capi4hylafax
+pkgver=010300
+pkgrel=5
+pkgdesc="capi plugin for hylafax to enable isdn faxing"
+arch=(i686 x86_64)
+url="ftp://ftp.avm.de/tools";
+license=('GPL')
+depends=('glibc' 'capi4k-utils' 'hylafax' 'gcc-libs' 'libtiff' 'dialog')
+source=(ftp://ftp.avm.de/tools/capi4hylafax.linux/capi4hylafax-01.03.00.tar.gz
+   config.faxCAPI capi4hylafax.rc)
+md5sums=('d37dc652ac80d1525ef8693be55ee67f'
+ '653b60695d21c128f020a86274ca9192'
+ '1fe40c58289fa3ba625ce6fe2fdb3d07')
+install=capi4hylafax.install
+backup=(var/spool/hylafax/etc/config.faxCAPI)
+
+build() {
+  cd "$srcdir"/$pkgname-01.03.00
+# fix config file
+  sed -i -e 's#/etc/config.faxCAPI#/var/spool/hylafax/etc/config.faxCAPI#g' 
src/defaults.h.in
+  autoreconf --force --install
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-01.03.00
+  install -m755 -D src/faxsend/c2faxsend "$pkgdir"/usr/bin/c2faxsend
+  install -m755 -D src/faxrecv/c2faxrecv "$pkgdir"/usr/bin/c2faxrecv
+  install -m755 -D setupconffile "$pkgdir"/usr/bin/c2faxaddmodem
+  install -m644 -D "$srcdir"/config.faxCAPI 
"$pkgdir"/var/spool/hylafax/etc/config.faxCAPI
+  install -m755 -D "$srcdir"/capi4hylafax.rc "$pkgdir"/etc/rc.d/capi4hylafax
+# adding FIFO
+  mkfifo "$pkgdir"/var/spool/hylafax/FIFO.faxCAPI
+  chown 10 "$pkgdir"/var/spool/hylafax/FIFO.faxCAPI
+  chgrp 14 "$pkgdir"/var/spool/hylafax/FIFO.faxCAPI
+  chmod 0600 "$pkgdir"/var/spool/hylafax/FIFO.faxCAPI
+# fix /var/spool/hylafax permission
+  chown 10 "$pkgdir"/var/spool/hylafax
+  chgrp 14 "$pkgdir"/var/spool/hylafax
+# adding udev rule
+  mkdir -p "$pkgdir"/lib/udev/rules.d
+cat << EOF >> "$pkgdir"/lib/udev/rules.d/53-capi4hylafax.rules
+# CAPI devices
+SUBSYSTEM=="capi", KERNEL=="capi", NAME="capi20", SYMLINK+="isdn/capi20", 
GROUP="uucp"
+SUBSYSTEM=="tty" KERNEL=="capi[0-9]*", NAME="capi/%n", GROUP="uucp"
+
+EOF
+# fix c2faxadd
+  sed -i -e 's#/etc/config.faxCAPI#/var/spool/hylafax/etc/config.faxCAPI#g' 
"$pkgdir"/usr/bin/c2faxaddmodem
+  echo "main_config_dialog" >>  "$pkgdir"/usr/bin/c2faxaddmodem
+}

Copied: capi4hylafax/repos/testing-i686/capi4hylafax.install (from rev 148047, 
capi4hylafax/repos/staging-i686/capi4hylafax.install)
===
--- testing-i686/capi4hylafax.install   (rev 0)
+++ testing-i686/capi4hylafax.install   2012-01-30 18:44:51 UTC (rev 148068)
@@ -0,0 +1,16 @@
+post_install() {
+cat << EOF
+For more information about setting up the package, please have a look here:
+"http://wiki.archlinux.org/index.php/capi4hylafax";
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+cat << EOF
+Please remove your additions to /var/spool/hylafax/etc/config
+EOF
+}

Copied: capi4hylafax/repos/testing-i686/capi4hylafax.rc (from rev 148047, 
capi4hylafax/repos/staging-i686/capi4hylafax.rc)
===
--- testing-i686/capi4hylafax.rc(rev 0)
+++ testing-i686/capi4hylafax.rc2012-01-30 18:44:51 UTC (rev 148068)
@@ -0,0 +1,49 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+PID=`pidof -o %PPID /usr/bin/c2faxrecv`
+case "$1" in
+  start)
+stat_busy "Starting capi4hylafax"
+if [ -z "$PID" ]; then
+/usr/bin/c2faxrecv > /dev/null &
+   faxmodem faxCAPI
+fi
+if [ ! -f /var/run/faxq.pid ]; then
+   stat_fail
+   echo "ERROR: hylafax is not running"
+   exit 1
+fi
+if [ ! -f /var/run/hfaxd.pid ]; then
+stat_fail
+echo "ERROR: hylafax is not running"
+exit 1
+fi
+if [ ! -z "$PID" -o $? -gt 0 ]; then
+  stat_fail
+

[arch-commits] Commit in chromium/repos (9 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:57
  Author: ibiru
Revision: 148072

db-move: moved chromium from [staging] to [testing] (i686)

Added:
  chromium/repos/testing-i686/
  chromium/repos/testing-i686/PKGBUILD
(from rev 148047, chromium/repos/staging-i686/PKGBUILD)
  chromium/repos/testing-i686/chromium.desktop
(from rev 148047, chromium/repos/staging-i686/chromium.desktop)
  chromium/repos/testing-i686/chromium.install
(from rev 148047, chromium/repos/staging-i686/chromium.install)
  chromium/repos/testing-i686/chromium.sh
(from rev 148047, chromium/repos/staging-i686/chromium.sh)
  chromium/repos/testing-i686/fix-downloads-on-ntfs.patch
(from rev 148047, chromium/repos/staging-i686/fix-downloads-on-ntfs.patch)
  chromium/repos/testing-i686/gcc-4.6.patch
(from rev 148047, chromium/repos/staging-i686/gcc-4.6.patch)
  chromium/repos/testing-i686/nacl-cflags-remove-fstack-protector.patch
(from rev 148047, 
chromium/repos/staging-i686/nacl-cflags-remove-fstack-protector.patch)
Deleted:
  chromium/repos/staging-i686/

---+
 PKGBUILD  |  147 
 chromium.desktop  |  113 +
 chromium.install  |   12 ++
 chromium.sh   |4 
 fix-downloads-on-ntfs.patch   |   26 
 gcc-4.6.patch |   99 ++
 nacl-cflags-remove-fstack-protector.patch |   11 ++
 7 files changed, 412 insertions(+)

Copied: chromium/repos/testing-i686/PKGBUILD (from rev 148047, 
chromium/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:44:57 UTC (rev 148072)
@@ -0,0 +1,147 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Pierre Schmitz 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: Daniel J Griffiths 
+
+# Building for x86_64 requires lib32-glibc & lib32-zlib from [multilib]. These
+# libraries are linked from the NaCl toolchain, and are only needed during
+# build time.
+
+pkgname=chromium
+pkgver=16.0.912.77
+pkgrel=2
+pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
+arch=('i686' 'x86_64')
+url="http://www.chromium.org/";
+license=('BSD')
+depends=('gtk2' 'dbus-glib' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent'
+ 'libxss' 'libgcrypt' 'ttf-dejavu' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
+ 'elfutils')
+optdepends=('kdebase-kdialog: needed for file dialogs in KDE')
+# Needed for the NaCl toolchain
+[[ $CARCH == x86_64 ]] && makedepends+=('lib32-zlib')
+provides=('chromium-browser')
+conflicts=('chromium-browser')
+install=chromium.install
+source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2
+
http://commondatastorage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/nacl_sdk.zip
+chromium.desktop
+chromium.sh
+gcc-4.6.patch
+fix-downloads-on-ntfs.patch
+nacl-cflags-remove-fstack-protector.patch)
+sha256sums=('fc84e9a96d00a95c44beb6539b9ffe7224dc3ca51afef6486e0e7ad705445a32'
+'964fe3a5ec56f2505649aba00f900abe4205674b7fdaa16772647d347173bb01'
+'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
+'c53bfc4db9dde684fbaed6a4bbecb207e3e7a0a2703233426fe076a6d3c557f3'
+'9c5e0803904d1a0e71ab7444c92a7046a34a9518eeba7a70f2eec7abecb8bf4e'
+'6364c464d1885b2ec21076f01f993725925ccc066805f1ecbbeaf6f79b93c209'
+'406f06a1a18fad4ba9e5d4e142509f1ac1512d176cc36c1744a7abf949991e2e')
+
+build() {
+  cd "$srcdir/chromium-$pkgver"
+
+  # Fix build with gcc 4.6
+  # http://code.google.com/p/chromium/issues/detail?id=80071
+  patch -Np0 -i "$srcdir/gcc-4.6.patch"
+
+  # Fix build with CUPS 1.5
+  sed -i '/#include / a #include ' \
+chrome/browser/ui/webui/print_preview_handler.cc
+
+  # Fix downloading on NTFS partitions
+  # http://code.google.com/p/chromium/issues/detail?id=102200
+  patch -Np2 -i "$srcdir/fix-downloads-on-ntfs.patch"
+
+  # Filter -fstack-protector out of cflags for nacl_helper_bootstrap
+  # http://code.google.com/p/chromium/issues/detail?id=104569
+  patch -Np2 -i "$srcdir/nacl-cflags-remove-fstack-protector.patch"
+
+  # Use Python 2
+  find . -type f -exec sed -i -r \
+-e 's|/usr/bin/python$|&2|g' \
+-e 's|(/usr/bin/python2)\.4$|\1|g' \
+{} +
+  # There are still a lot of relative calls which need a workaround
+  mkdir "$srcdir/python2-path"
+  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
+  export PATH="$srcdir/python2-path:$PATH"
+
+  pushd "$srcdir/nacl_sdk"
+  ./naclsdk update pepper_15
+  popd
+
+  ln -s "$srcdir/na

[arch-commits] Commit in chromium/repos (9 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:58
  Author: ibiru
Revision: 148073

db-move: moved chromium from [staging] to [testing] (x86_64)

Added:
  chromium/repos/testing-x86_64/
  chromium/repos/testing-x86_64/PKGBUILD
(from rev 148047, chromium/repos/staging-x86_64/PKGBUILD)
  chromium/repos/testing-x86_64/chromium.desktop
(from rev 148047, chromium/repos/staging-x86_64/chromium.desktop)
  chromium/repos/testing-x86_64/chromium.install
(from rev 148047, chromium/repos/staging-x86_64/chromium.install)
  chromium/repos/testing-x86_64/chromium.sh
(from rev 148047, chromium/repos/staging-x86_64/chromium.sh)
  chromium/repos/testing-x86_64/fix-downloads-on-ntfs.patch
(from rev 148047, chromium/repos/staging-x86_64/fix-downloads-on-ntfs.patch)
  chromium/repos/testing-x86_64/gcc-4.6.patch
(from rev 148047, chromium/repos/staging-x86_64/gcc-4.6.patch)
  chromium/repos/testing-x86_64/nacl-cflags-remove-fstack-protector.patch
(from rev 148047, 
chromium/repos/staging-x86_64/nacl-cflags-remove-fstack-protector.patch)
Deleted:
  chromium/repos/staging-x86_64/

---+
 PKGBUILD  |  147 
 chromium.desktop  |  113 +
 chromium.install  |   12 ++
 chromium.sh   |4 
 fix-downloads-on-ntfs.patch   |   26 
 gcc-4.6.patch |   99 ++
 nacl-cflags-remove-fstack-protector.patch |   11 ++
 7 files changed, 412 insertions(+)

Copied: chromium/repos/testing-x86_64/PKGBUILD (from rev 148047, 
chromium/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:58 UTC (rev 148073)
@@ -0,0 +1,147 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Pierre Schmitz 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: Daniel J Griffiths 
+
+# Building for x86_64 requires lib32-glibc & lib32-zlib from [multilib]. These
+# libraries are linked from the NaCl toolchain, and are only needed during
+# build time.
+
+pkgname=chromium
+pkgver=16.0.912.77
+pkgrel=2
+pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
+arch=('i686' 'x86_64')
+url="http://www.chromium.org/";
+license=('BSD')
+depends=('gtk2' 'dbus-glib' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent'
+ 'libxss' 'libgcrypt' 'ttf-dejavu' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
+ 'elfutils')
+optdepends=('kdebase-kdialog: needed for file dialogs in KDE')
+# Needed for the NaCl toolchain
+[[ $CARCH == x86_64 ]] && makedepends+=('lib32-zlib')
+provides=('chromium-browser')
+conflicts=('chromium-browser')
+install=chromium.install
+source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2
+
http://commondatastorage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/nacl_sdk.zip
+chromium.desktop
+chromium.sh
+gcc-4.6.patch
+fix-downloads-on-ntfs.patch
+nacl-cflags-remove-fstack-protector.patch)
+sha256sums=('fc84e9a96d00a95c44beb6539b9ffe7224dc3ca51afef6486e0e7ad705445a32'
+'964fe3a5ec56f2505649aba00f900abe4205674b7fdaa16772647d347173bb01'
+'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
+'c53bfc4db9dde684fbaed6a4bbecb207e3e7a0a2703233426fe076a6d3c557f3'
+'9c5e0803904d1a0e71ab7444c92a7046a34a9518eeba7a70f2eec7abecb8bf4e'
+'6364c464d1885b2ec21076f01f993725925ccc066805f1ecbbeaf6f79b93c209'
+'406f06a1a18fad4ba9e5d4e142509f1ac1512d176cc36c1744a7abf949991e2e')
+
+build() {
+  cd "$srcdir/chromium-$pkgver"
+
+  # Fix build with gcc 4.6
+  # http://code.google.com/p/chromium/issues/detail?id=80071
+  patch -Np0 -i "$srcdir/gcc-4.6.patch"
+
+  # Fix build with CUPS 1.5
+  sed -i '/#include / a #include ' \
+chrome/browser/ui/webui/print_preview_handler.cc
+
+  # Fix downloading on NTFS partitions
+  # http://code.google.com/p/chromium/issues/detail?id=102200
+  patch -Np2 -i "$srcdir/fix-downloads-on-ntfs.patch"
+
+  # Filter -fstack-protector out of cflags for nacl_helper_bootstrap
+  # http://code.google.com/p/chromium/issues/detail?id=104569
+  patch -Np2 -i "$srcdir/nacl-cflags-remove-fstack-protector.patch"
+
+  # Use Python 2
+  find . -type f -exec sed -i -r \
+-e 's|/usr/bin/python$|&2|g' \
+-e 's|(/usr/bin/python2)\.4$|\1|g' \
+{} +
+  # There are still a lot of relative calls which need a workaround
+  mkdir "$srcdir/python2-path"
+  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
+  export PATH="$srcdir/python2-path:$PATH"
+
+  pushd "$srcdir/nacl_sdk"
+  ./naclsdk update pe

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:00
  Author: ibiru
Revision: 148074

db-move: moved cinepaint from [staging] to [testing] (i686)

Added:
  cinepaint/repos/testing-i686/
  cinepaint/repos/testing-i686/LICENSE
(from rev 148047, cinepaint/repos/staging-i686/LICENSE)
  cinepaint/repos/testing-i686/PKGBUILD
(from rev 148047, cinepaint/repos/staging-i686/PKGBUILD)
  cinepaint/repos/testing-i686/cinepaint-libpng15.patch
(from rev 148047, cinepaint/repos/staging-i686/cinepaint-libpng15.patch)
  cinepaint/repos/testing-i686/cinepaint.install
(from rev 148047, cinepaint/repos/staging-i686/cinepaint.install)
Deleted:
  cinepaint/repos/staging-i686/

--+
 LICENSE  |   25 ++
 PKGBUILD |   47 
 cinepaint-libpng15.patch |  452 +
 cinepaint.install|   11 +
 4 files changed, 535 insertions(+)

Copied: cinepaint/repos/testing-i686/LICENSE (from rev 148047, 
cinepaint/repos/staging-i686/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2012-01-30 18:45:00 UTC (rev 148074)
@@ -0,0 +1,25 @@
+Copyright (c) 2005, Kai-Uwe Behrmann
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met: 
+* Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer. 
+* Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following
+disclaimer in the documentation and/or other materials provided
+with the distribution.ntributors may be used to endorse or promote
+products derived from this software without specific prior written
+permission. 
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 

Copied: cinepaint/repos/testing-i686/PKGBUILD (from rev 148047, 
cinepaint/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:00 UTC (rev 148074)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: tobias [tobias.archlinux.org]
+# Contributor: tobias [tobias.justdreams.de]
+
+pkgname=cinepaint
+pkgver=1.0
+pkgrel=2
+pkgdesc="Sophisticated graphics manipulation programm supporting > 8bit 
pictures"
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL' 'MIT')
+url="http://www.cinepaint.org";
+depends=('gtk2' 'openexr' 'lcms' 'libxpm' 'fltk' 'ftgl' 'libxxf86vm')
+makedepends=('python2' 'gutenprint')
+optdepends=('python2: for python plug-ins' 
+'gutenprint: for print plug-ins'
+'ghostscript: for pdf plug-ins')
+options=('!libtool')
+install=cinepaint.install
+source=(http://sourceforge.net/projects/cinepaint/files/CinePaint/${pkgname}-${pkgver}.tgz
+LICENSE cinepaint-libpng15.patch)
+md5sums=('7dfdb005d246578392ac9bd500534804'
+ '169085743f667c250ea2e4022efecf5f'
+ '682de65ad358512d00a8b76730453664')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  patch -p1 -i ../cinepaint-libpng15.patch
+  find plug-ins/pygimp -type f -exec sed -i 's#env python#env python2#' {} +
+  sed -i 's|$(LDFLAGS) -o|$(LDFLAGS) $(GTK_LIBS) -o|' lib/Makefile.in
+
+  aclocal -I aclocal
+  autoconf
+  LIBS+="-lstdc++ -lm -lX11" ./configure --prefix=/usr --libdir=/usr/lib 
--mandir=/usr/share/man \
+--enable-gtk2 --enable-pygimp --with-python=/usr/bin/python2
+  sed -i 's/-Wl,,/-Wl,/' lib/fl_i18n/Makefile 
plug-ins/bracketing_to_hdr/Makefile \
+plug-ins/collect/Makefile plug-ins/icc_examin/icc_examin/Makefile 
plug-ins/pdf/Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DESTDIR="${pkgdir}" install
+  sed -i -e "s|-I$srcdir/cinepaint||" -e "s|-I$srcdir/cinepaint/lib||" -e 
"/libcinepaint.la/d" \
+-e "s|$srcdir/cinepaint/lib/.libs/\$dlname||" 
"${pkgdir}/usr/bin/cinepainttool"
+  sed -i "s/cinepaint.png/cinepaint/" 
"${pkgdir}/usr/share/applications/cinepaint.desktop"
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:01
  Author: ibiru
Revision: 148075

db-move: moved cinepaint from [staging] to [testing] (x86_64)

Added:
  cinepaint/repos/testing-x86_64/
  cinepaint/repos/testing-x86_64/LICENSE
(from rev 148047, cinepaint/repos/staging-x86_64/LICENSE)
  cinepaint/repos/testing-x86_64/PKGBUILD
(from rev 148047, cinepaint/repos/staging-x86_64/PKGBUILD)
  cinepaint/repos/testing-x86_64/cinepaint-libpng15.patch
(from rev 148047, cinepaint/repos/staging-x86_64/cinepaint-libpng15.patch)
  cinepaint/repos/testing-x86_64/cinepaint.install
(from rev 148047, cinepaint/repos/staging-x86_64/cinepaint.install)
Deleted:
  cinepaint/repos/staging-x86_64/

--+
 LICENSE  |   25 ++
 PKGBUILD |   47 
 cinepaint-libpng15.patch |  452 +
 cinepaint.install|   11 +
 4 files changed, 535 insertions(+)

Copied: cinepaint/repos/testing-x86_64/LICENSE (from rev 148047, 
cinepaint/repos/staging-x86_64/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2012-01-30 18:45:01 UTC (rev 148075)
@@ -0,0 +1,25 @@
+Copyright (c) 2005, Kai-Uwe Behrmann
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met: 
+* Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer. 
+* Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following
+disclaimer in the documentation and/or other materials provided
+with the distribution.ntributors may be used to endorse or promote
+products derived from this software without specific prior written
+permission. 
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 

Copied: cinepaint/repos/testing-x86_64/PKGBUILD (from rev 148047, 
cinepaint/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:01 UTC (rev 148075)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: tobias [tobias.archlinux.org]
+# Contributor: tobias [tobias.justdreams.de]
+
+pkgname=cinepaint
+pkgver=1.0
+pkgrel=2
+pkgdesc="Sophisticated graphics manipulation programm supporting > 8bit 
pictures"
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL' 'MIT')
+url="http://www.cinepaint.org";
+depends=('gtk2' 'openexr' 'lcms' 'libxpm' 'fltk' 'ftgl' 'libxxf86vm')
+makedepends=('python2' 'gutenprint')
+optdepends=('python2: for python plug-ins' 
+'gutenprint: for print plug-ins'
+'ghostscript: for pdf plug-ins')
+options=('!libtool')
+install=cinepaint.install
+source=(http://sourceforge.net/projects/cinepaint/files/CinePaint/${pkgname}-${pkgver}.tgz
+LICENSE cinepaint-libpng15.patch)
+md5sums=('7dfdb005d246578392ac9bd500534804'
+ '169085743f667c250ea2e4022efecf5f'
+ '682de65ad358512d00a8b76730453664')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  patch -p1 -i ../cinepaint-libpng15.patch
+  find plug-ins/pygimp -type f -exec sed -i 's#env python#env python2#' {} +
+  sed -i 's|$(LDFLAGS) -o|$(LDFLAGS) $(GTK_LIBS) -o|' lib/Makefile.in
+
+  aclocal -I aclocal
+  autoconf
+  LIBS+="-lstdc++ -lm -lX11" ./configure --prefix=/usr --libdir=/usr/lib 
--mandir=/usr/share/man \
+--enable-gtk2 --enable-pygimp --with-python=/usr/bin/python2
+  sed -i 's/-Wl,,/-Wl,/' lib/fl_i18n/Makefile 
plug-ins/bracketing_to_hdr/Makefile \
+plug-ins/collect/Makefile plug-ins/icc_examin/icc_examin/Makefile 
plug-ins/pdf/Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DESTDIR="${pkgdir}" install
+  sed -i -e "s|-I$srcdir/cinepaint||" -e "s|-I$srcdir/cinepaint/lib||" -e 
"/libcinepaint.la/d" \
+-e "s|$srcdir/cinepaint/lib/.libs/\$dlname||" 
"${pkgdir}/usr/bin/cinepainttool"
+  sed -i "s/cinepaint.png/cinepaint/" 
"${pkgdir}/usr/share/applications/cinepaint.desktop"
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/shar

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:04
  Author: ibiru
Revision: 148076

db-move: moved cups from [staging] to [testing] (i686)

Added:
  cups/repos/testing-i686/
  cups/repos/testing-i686/PKGBUILD
(from rev 148047, cups/repos/staging-i686/PKGBUILD)
  cups/repos/testing-i686/cups
(from rev 148047, cups/repos/staging-i686/cups)
  cups/repos/testing-i686/cups-avahi.patch
(from rev 148047, cups/repos/staging-i686/cups-avahi.patch)
  cups/repos/testing-i686/cups-no-export-ssllibs.patch
(from rev 148047, cups/repos/staging-i686/cups-no-export-ssllibs.patch)
  cups/repos/testing-i686/cups-no-gcrypt.patch
(from rev 148047, cups/repos/staging-i686/cups-no-gcrypt.patch)
  cups/repos/testing-i686/cups.install
(from rev 148047, cups/repos/staging-i686/cups.install)
  cups/repos/testing-i686/cups.logrotate
(from rev 148047, cups/repos/staging-i686/cups.logrotate)
  cups/repos/testing-i686/cups.pam
(from rev 148047, cups/repos/staging-i686/cups.pam)
Deleted:
  cups/repos/staging-i686/

--+
 PKGBUILD |  144 +
 cups |   68 
 cups-avahi.patch | 3156 +
 cups-no-export-ssllibs.patch |   12 
 cups-no-gcrypt.patch |   38 
 cups.install |   26 
 cups.logrotate   |8 
 cups.pam |3 
 8 files changed, 3455 insertions(+)

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


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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:07
  Author: ibiru
Revision: 148077

db-move: moved cups from [staging] to [testing] (x86_64)

Added:
  cups/repos/testing-x86_64/
  cups/repos/testing-x86_64/PKGBUILD
(from rev 148047, cups/repos/staging-x86_64/PKGBUILD)
  cups/repos/testing-x86_64/cups
(from rev 148047, cups/repos/staging-x86_64/cups)
  cups/repos/testing-x86_64/cups-avahi.patch
(from rev 148047, cups/repos/staging-x86_64/cups-avahi.patch)
  cups/repos/testing-x86_64/cups-no-export-ssllibs.patch
(from rev 148047, cups/repos/staging-x86_64/cups-no-export-ssllibs.patch)
  cups/repos/testing-x86_64/cups-no-gcrypt.patch
(from rev 148047, cups/repos/staging-x86_64/cups-no-gcrypt.patch)
  cups/repos/testing-x86_64/cups.install
(from rev 148047, cups/repos/staging-x86_64/cups.install)
  cups/repos/testing-x86_64/cups.logrotate
(from rev 148047, cups/repos/staging-x86_64/cups.logrotate)
  cups/repos/testing-x86_64/cups.pam
(from rev 148047, cups/repos/staging-x86_64/cups.pam)
Deleted:
  cups/repos/staging-x86_64/

--+
 PKGBUILD |  144 +
 cups |   68 
 cups-avahi.patch | 3156 +
 cups-no-export-ssllibs.patch |   12 
 cups-no-gcrypt.patch |   38 
 cups.install |   26 
 cups.logrotate   |8 
 cups.pam |3 
 8 files changed, 3455 insertions(+)

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


[arch-commits] Commit in digikam/repos (7 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:09
  Author: ibiru
Revision: 148078

db-move: moved digikam from [staging] to [testing] (i686)

Added:
  digikam/repos/testing-i686/
  digikam/repos/testing-i686/PKGBUILD
(from rev 148047, digikam/repos/staging-i686/PKGBUILD)
  digikam/repos/testing-i686/boost148.patch
(from rev 148047, digikam/repos/staging-i686/boost148.patch)
  digikam/repos/testing-i686/digikam.install
(from rev 148047, digikam/repos/staging-i686/digikam.install)
  digikam/repos/testing-i686/kipi-plugins.install
(from rev 148047, digikam/repos/staging-i686/kipi-plugins.install)
  digikam/repos/testing-i686/libkipi140.patch
(from rev 148047, digikam/repos/staging-i686/libkipi140.patch)
Deleted:
  digikam/repos/staging-i686/

--+
 PKGBUILD |  104 +
 boost148.patch   |   65 ++
 digikam.install  |   12 +
 kipi-plugins.install |   12 +
 libkipi140.patch |   63 +
 5 files changed, 256 insertions(+)

Copied: digikam/repos/testing-i686/PKGBUILD (from rev 148047, 
digikam/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:09 UTC (rev 148078)
@@ -0,0 +1,104 @@
+# $Id: PKGBUILD 147976 2012-01-29 10:54:04Z ronald $
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgbase=digikam
+pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
+pkgver=2.5.0
+pkgrel=5
+pkgdesc="Digital photo management application for KDE"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.digikam.org/";
+makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
+ 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
+ 'cmake' 'automoc4' 'doxygen')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+   "boost148.patch" "libkipi140.patch")
+sha1sums=('6cadb838669d1bdcbd6abb677889f7d68d696383'
+  '93853084905b21309c46ce7d585021e76283d429'
+  '8a8f624fd0ca768a9dcd706405eb6e4944892d87')
+build() {
+  cd "${srcdir}"
+
+  pushd ${pkgname}-${pkgver}/core
+  patch -Np0 -i ${srcdir}/boost148.patch
+  patch -Np1 -i ${srcdir}/libkipi140.patch
+  popd
+
+  mkdir build
+  cd build
+  # Use internal lensfun (FS#21816)
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DLENSFUN_LIBRARY="" \
+-DLENSFUN_INCLUDE_DIR=""
+  make
+}
+
+package_digikam() {
+  pkgdesc="Digital photo management application for KDE"
+  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
+   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap')
+  optdepends=('kipi-plugins: for more extras and plugins')
+  install=digikam.install
+
+  cd "${srcdir}"/build/core
+  make DESTDIR="${pkgdir}" install
+  cd "${srcdir}"/build/doc
+  make DESTDIR="${pkgdir}" install
+  cd "${srcdir}"/build/po
+  make DESTDIR="${pkgdir}" install
+
+  # these are in oxygen-icons
+  rm -rf ${pkgdir}/usr/share/icons
+}
+
+package_libkface() {
+  pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
+  depends=('kdelibs' 'opencv')
+
+  cd "${srcdir}"/build/extra/libkface
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libkgeomap() {
+  pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
+  depends=('kdelibs' 'kdeedu-marble' 'libkexiv2')
+
+  cd "${srcdir}"/build/extra/libkgeomap
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libkvkontakte() {
+  pkgdesc="KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network"
+  depends=('kdelibs' 'qjson')
+
+  cd "${srcdir}"/build/extra/libkvkontakte
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libmediawiki() {
+  pkgdesc="A KDE C++ interface for MediaWiki based web service as 
wikipedia.org"
+  depends=('kdelibs')
+
+  cd "${srcdir}"/build/extra/libmediawiki
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kipi-plugins() {
+  pkgdesc="A collection of plugins extending the KDE graphics and image 
applications as digiKam"
+  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane'
+   'opencv' 'qjson' 'libkvkontakte' 'libkexiv2')
+  optdepends=('libkgeomap'
+  'libmediawiki'
+  'libgpod'
+  'hugin')
+  install=kipi-plugins.install
+
+  cd "${srcdir}"/build/extra/kipi-plugins
+  make DESTDIR="${pkgdir}" install
+}

Copied: digikam/repos/testing-i686/boost148.patch (from rev 148047, 
digikam/repos/staging-i686/boost148.patch)
===
--- testing-i686/boost148.patch 

[arch-commits] Commit in digikam/repos (7 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:11
  Author: ibiru
Revision: 148079

db-move: moved digikam from [staging] to [testing] (x86_64)

Added:
  digikam/repos/testing-x86_64/
  digikam/repos/testing-x86_64/PKGBUILD
(from rev 148047, digikam/repos/staging-x86_64/PKGBUILD)
  digikam/repos/testing-x86_64/boost148.patch
(from rev 148047, digikam/repos/staging-x86_64/boost148.patch)
  digikam/repos/testing-x86_64/digikam.install
(from rev 148047, digikam/repos/staging-x86_64/digikam.install)
  digikam/repos/testing-x86_64/kipi-plugins.install
(from rev 148047, digikam/repos/staging-x86_64/kipi-plugins.install)
  digikam/repos/testing-x86_64/libkipi140.patch
(from rev 148047, digikam/repos/staging-x86_64/libkipi140.patch)
Deleted:
  digikam/repos/staging-x86_64/

--+
 PKGBUILD |  104 +
 boost148.patch   |   65 ++
 digikam.install  |   12 +
 kipi-plugins.install |   12 +
 libkipi140.patch |   63 +
 5 files changed, 256 insertions(+)

Copied: digikam/repos/testing-x86_64/PKGBUILD (from rev 148047, 
digikam/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:11 UTC (rev 148079)
@@ -0,0 +1,104 @@
+# $Id: PKGBUILD 147976 2012-01-29 10:54:04Z ronald $
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgbase=digikam
+pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
+pkgver=2.5.0
+pkgrel=5
+pkgdesc="Digital photo management application for KDE"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.digikam.org/";
+makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
+ 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
+ 'cmake' 'automoc4' 'doxygen')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+   "boost148.patch" "libkipi140.patch")
+sha1sums=('6cadb838669d1bdcbd6abb677889f7d68d696383'
+  '93853084905b21309c46ce7d585021e76283d429'
+  '8a8f624fd0ca768a9dcd706405eb6e4944892d87')
+build() {
+  cd "${srcdir}"
+
+  pushd ${pkgname}-${pkgver}/core
+  patch -Np0 -i ${srcdir}/boost148.patch
+  patch -Np1 -i ${srcdir}/libkipi140.patch
+  popd
+
+  mkdir build
+  cd build
+  # Use internal lensfun (FS#21816)
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DLENSFUN_LIBRARY="" \
+-DLENSFUN_INCLUDE_DIR=""
+  make
+}
+
+package_digikam() {
+  pkgdesc="Digital photo management application for KDE"
+  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
+   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap')
+  optdepends=('kipi-plugins: for more extras and plugins')
+  install=digikam.install
+
+  cd "${srcdir}"/build/core
+  make DESTDIR="${pkgdir}" install
+  cd "${srcdir}"/build/doc
+  make DESTDIR="${pkgdir}" install
+  cd "${srcdir}"/build/po
+  make DESTDIR="${pkgdir}" install
+
+  # these are in oxygen-icons
+  rm -rf ${pkgdir}/usr/share/icons
+}
+
+package_libkface() {
+  pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
+  depends=('kdelibs' 'opencv')
+
+  cd "${srcdir}"/build/extra/libkface
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libkgeomap() {
+  pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
+  depends=('kdelibs' 'kdeedu-marble' 'libkexiv2')
+
+  cd "${srcdir}"/build/extra/libkgeomap
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libkvkontakte() {
+  pkgdesc="KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network"
+  depends=('kdelibs' 'qjson')
+
+  cd "${srcdir}"/build/extra/libkvkontakte
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libmediawiki() {
+  pkgdesc="A KDE C++ interface for MediaWiki based web service as 
wikipedia.org"
+  depends=('kdelibs')
+
+  cd "${srcdir}"/build/extra/libmediawiki
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kipi-plugins() {
+  pkgdesc="A collection of plugins extending the KDE graphics and image 
applications as digiKam"
+  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane'
+   'opencv' 'qjson' 'libkvkontakte' 'libkexiv2')
+  optdepends=('libkgeomap'
+  'libmediawiki'
+  'libgpod'
+  'hugin')
+  install=kipi-plugins.install
+
+  cd "${srcdir}"/build/extra/kipi-plugins
+  make DESTDIR="${pkgdir}" install
+}

Copied: digikam/repos/testing-x86_64/boost148.patch (from rev 148047, 
digikam/repos/staging-x86_64/boost148.patch)
===
--- testing-x8

[arch-commits] Commit in djvulibre/repos (5 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:13
  Author: ibiru
Revision: 148080

db-move: moved djvulibre from [staging] to [testing] (i686)

Added:
  djvulibre/repos/testing-i686/
  djvulibre/repos/testing-i686/PKGBUILD
(from rev 148047, djvulibre/repos/staging-i686/PKGBUILD)
  djvulibre/repos/testing-i686/djvulibre.install
(from rev 148047, djvulibre/repos/staging-i686/djvulibre.install)
  djvulibre/repos/testing-i686/git-fixes.patch
(from rev 148047, djvulibre/repos/staging-i686/git-fixes.patch)
Deleted:
  djvulibre/repos/staging-i686/

---+
 PKGBUILD  |   41 +
 djvulibre.install |   13 
 git-fixes.patch   | 1607 
 3 files changed, 1661 insertions(+)

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


[arch-commits] Commit in djvulibre/repos (5 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:15
  Author: ibiru
Revision: 148081

db-move: moved djvulibre from [staging] to [testing] (x86_64)

Added:
  djvulibre/repos/testing-x86_64/
  djvulibre/repos/testing-x86_64/PKGBUILD
(from rev 148047, djvulibre/repos/staging-x86_64/PKGBUILD)
  djvulibre/repos/testing-x86_64/djvulibre.install
(from rev 148047, djvulibre/repos/staging-x86_64/djvulibre.install)
  djvulibre/repos/testing-x86_64/git-fixes.patch
(from rev 148047, djvulibre/repos/staging-x86_64/git-fixes.patch)
Deleted:
  djvulibre/repos/staging-x86_64/

---+
 PKGBUILD  |   41 +
 djvulibre.install |   13 
 git-fixes.patch   | 1607 
 3 files changed, 1661 insertions(+)

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


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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:16
  Author: ibiru
Revision: 148082

db-move: moved dvdauthor from [staging] to [testing] (i686)

Added:
  dvdauthor/repos/testing-i686/
  dvdauthor/repos/testing-i686/PKGBUILD
(from rev 148047, dvdauthor/repos/staging-i686/PKGBUILD)
  dvdauthor/repos/testing-i686/dvdauthor-0.7.0-libpng15.patch
(from rev 148047, 
dvdauthor/repos/staging-i686/dvdauthor-0.7.0-libpng15.patch)
Deleted:
  dvdauthor/repos/staging-i686/

+
 PKGBUILD   |   35 +++
 dvdauthor-0.7.0-libpng15.patch |   19 +++
 2 files changed, 54 insertions(+)

Copied: dvdauthor/repos/testing-i686/PKGBUILD (from rev 148047, 
dvdauthor/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:16 UTC (rev 148082)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Travis Willard  
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Nicolai Lissner 
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=4
+pkgdesc="DVD authoring tools"
+arch=('i686' 'x86_64')
+url="http://dvdauthor.sourceforge.net/";
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'dvdauthor-0.7.0-libpng15.patch')
+md5sums=('33a447fb98ab3293ac40f869eedc17ff'
+ '9ea90bbea6adb0469c8c1b2f7d033f11')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  patch -Np0 -i "${srcdir}/dvdauthor-0.7.0-libpng15.patch"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: dvdauthor/repos/testing-i686/dvdauthor-0.7.0-libpng15.patch (from rev 
148047, dvdauthor/repos/staging-i686/dvdauthor-0.7.0-libpng15.patch)
===
--- testing-i686/dvdauthor-0.7.0-libpng15.patch (rev 0)
+++ testing-i686/dvdauthor-0.7.0-libpng15.patch 2012-01-30 18:45:16 UTC (rev 
148082)
@@ -0,0 +1,19 @@
+--- src/spuunmux.c
 src/spuunmux.c
+@@ -39,6 +39,7 @@
+ #include 
+ 
+ #include 
++#include 
+ 
+ #include "rgb.h"
+ #include "common.h"
+@@ -610,7 +611,7 @@
+ png_destroy_write_struct(&png_ptr, (png_infopp)NULL);
+ return -1;
+   } /*if*/
+-if (setjmp(png_ptr->jmpbuf))
++if (setjmp(png_jmpbuf(png_ptr)))
+   {
+ png_destroy_write_struct(&png_ptr, &info_ptr);
+ fclose(fp);



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:17
  Author: ibiru
Revision: 148083

db-move: moved dvdauthor from [staging] to [testing] (x86_64)

Added:
  dvdauthor/repos/testing-x86_64/
  dvdauthor/repos/testing-x86_64/PKGBUILD
(from rev 148047, dvdauthor/repos/staging-x86_64/PKGBUILD)
  dvdauthor/repos/testing-x86_64/dvdauthor-0.7.0-libpng15.patch
(from rev 148047, 
dvdauthor/repos/staging-x86_64/dvdauthor-0.7.0-libpng15.patch)
Deleted:
  dvdauthor/repos/staging-x86_64/

+
 PKGBUILD   |   35 +++
 dvdauthor-0.7.0-libpng15.patch |   19 +++
 2 files changed, 54 insertions(+)

Copied: dvdauthor/repos/testing-x86_64/PKGBUILD (from rev 148047, 
dvdauthor/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:17 UTC (rev 148083)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Travis Willard  
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Nicolai Lissner 
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=4
+pkgdesc="DVD authoring tools"
+arch=('i686' 'x86_64')
+url="http://dvdauthor.sourceforge.net/";
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'dvdauthor-0.7.0-libpng15.patch')
+md5sums=('33a447fb98ab3293ac40f869eedc17ff'
+ '9ea90bbea6adb0469c8c1b2f7d033f11')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  patch -Np0 -i "${srcdir}/dvdauthor-0.7.0-libpng15.patch"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: dvdauthor/repos/testing-x86_64/dvdauthor-0.7.0-libpng15.patch (from rev 
148047, dvdauthor/repos/staging-x86_64/dvdauthor-0.7.0-libpng15.patch)
===
--- testing-x86_64/dvdauthor-0.7.0-libpng15.patch   
(rev 0)
+++ testing-x86_64/dvdauthor-0.7.0-libpng15.patch   2012-01-30 18:45:17 UTC 
(rev 148083)
@@ -0,0 +1,19 @@
+--- src/spuunmux.c
 src/spuunmux.c
+@@ -39,6 +39,7 @@
+ #include 
+ 
+ #include 
++#include 
+ 
+ #include "rgb.h"
+ #include "common.h"
+@@ -610,7 +611,7 @@
+ png_destroy_write_struct(&png_ptr, (png_infopp)NULL);
+ return -1;
+   } /*if*/
+-if (setjmp(png_ptr->jmpbuf))
++if (setjmp(png_jmpbuf(png_ptr)))
+   {
+ png_destroy_write_struct(&png_ptr, &info_ptr);
+ fclose(fp);



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:19
  Author: ibiru
Revision: 148084

db-move: moved emacs from [staging] to [testing] (i686)

Added:
  emacs/repos/testing-i686/
  emacs/repos/testing-i686/PKGBUILD
(from rev 148047, emacs/repos/staging-i686/PKGBUILD)
  emacs/repos/testing-i686/emacs-subversion17.patch
(from rev 148047, emacs/repos/staging-i686/emacs-subversion17.patch)
  emacs/repos/testing-i686/emacs.install
(from rev 148047, emacs/repos/staging-i686/emacs.install)
Deleted:
  emacs/repos/staging-i686/

--+
 PKGBUILD |   48 ++
 emacs-subversion17.patch |   83 +
 emacs.install|   32 +
 3 files changed, 163 insertions(+)

Copied: emacs/repos/testing-i686/PKGBUILD (from rev 148047, 
emacs/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:19 UTC (rev 148084)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Renchi Raju 
+
+pkgname=emacs
+_majorver=23.3
+_minorver=b
+# We want something like "23.3.a" so pacman version comparison works, but
+# upstream uses "23.3a", which is a bit silly and interpreted as alpha.
+pkgver=$_majorver.$_minorver
+_realver=$_majorver$_minorver
+pkgrel=2
+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' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$_realver.tar.bz2{,.sig} 
emacs-subversion17.patch)
+md5sums=('917ce0054ef63773078a6e99b55df1ee'
+ '4f987fbb906c0ee73e05904b0f7ce5ec'
+ '12e2e7a66df5cc5ded54e1d30083a1fb')
+
+build() {
+  cd "$srcdir"/$pkgname-$_majorver
+  patch -p1 -i ../emacs-subversion17.patch
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$_majorver
+  make DESTDIR="$pkgdir" install
+
+  # remove conflict with ctags package
+  mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
+  mv "$pkgdir"/usr/share/man/man1/{ctags.1,ctags.emacs.1}
+  # fix all the 777 perms on directories
+  find "$pkgdir"/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
+  # fix user/root permissions on usr/share files
+  find "$pkgdir"/usr/share/emacs/$_majorver -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/testing-i686/emacs-subversion17.patch (from rev 148047, 
emacs/repos/staging-i686/emacs-subversion17.patch)
===
--- testing-i686/emacs-subversion17.patch   (rev 0)
+++ testing-i686/emacs-subversion17.patch   2012-01-30 18:45:19 UTC (rev 
148084)
@@ -0,0 +1,83 @@
+From d7afd9288e22c466b63c27e7e11783589b07aeff Mon Sep 17 00:00:00 2001
+From: Karl Pflästerer 
+Date: Sat, 12 Feb 2011 01:12:53 +
+Subject: Adapt to Subversion change, with no .svn directory in each sub 
directory.
+
+http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00357.html
+
+* vc/vc-svn.el (vc-svn-registered): Use vc-svn-root.
+(vc-svn-root): New function.  Make vc-svn-responsible-p an alias.
+(vc-svn-repository-hostname): Use "svn info".
+---
+(limited to 'lisp/vc/vc-svn.el')
+
+diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el
+index aefef50..20c7689 100644
+--- a/lisp/vc-svn.el
 b/lisp/vc-svn.el
+@@ -117,17 +117,13 @@ If you want to force an empty list of arguments, use t."
+ ;;;###autoload(getenv "SVN_ASP_DOT_NET_HACK"))
+ ;;;###autoload   "_svn")
+ ;;;###autoload  (t ".svn"
+-;;;###autoload (when (file-readable-p (expand-file-name
+-;;;###autoload (concat admin-dir "/entries")
+-;;;###autoload (file-name-directory f)))
++;;;###autoload (when (vc-find-root f admin-dir)
+ ;;;###autoload   (load "vc-svn")
+ ;;;###autoload   (vc-svn-registered f
+ 
+ (defun vc-svn-registered (file)
+   "Check if FILE is SVN registered."
+-  (when (file-readable-p (expand-file-name (concat vc-svn-admin-directory
+- "/entries")
+- (file-name-directory file)))
++  (when (vc-svn-root file)
+ (with-temp-buffer
+   (cd (file-name-directory file))
+   (let* (process-file-side-effects
+@@ -275,14 +271,12 @@ Passes either `vc-svn-register-switches' or 
`vc-regis

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:21
  Author: ibiru
Revision: 148085

db-move: moved emacs from [staging] to [testing] (x86_64)

Added:
  emacs/repos/testing-x86_64/
  emacs/repos/testing-x86_64/PKGBUILD
(from rev 148047, emacs/repos/staging-x86_64/PKGBUILD)
  emacs/repos/testing-x86_64/emacs-subversion17.patch
(from rev 148047, emacs/repos/staging-x86_64/emacs-subversion17.patch)
  emacs/repos/testing-x86_64/emacs.install
(from rev 148047, emacs/repos/staging-x86_64/emacs.install)
Deleted:
  emacs/repos/staging-x86_64/

--+
 PKGBUILD |   48 ++
 emacs-subversion17.patch |   83 +
 emacs.install|   32 +
 3 files changed, 163 insertions(+)

Copied: emacs/repos/testing-x86_64/PKGBUILD (from rev 148047, 
emacs/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:21 UTC (rev 148085)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Renchi Raju 
+
+pkgname=emacs
+_majorver=23.3
+_minorver=b
+# We want something like "23.3.a" so pacman version comparison works, but
+# upstream uses "23.3a", which is a bit silly and interpreted as alpha.
+pkgver=$_majorver.$_minorver
+_realver=$_majorver$_minorver
+pkgrel=2
+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' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$_realver.tar.bz2{,.sig} 
emacs-subversion17.patch)
+md5sums=('917ce0054ef63773078a6e99b55df1ee'
+ '4f987fbb906c0ee73e05904b0f7ce5ec'
+ '12e2e7a66df5cc5ded54e1d30083a1fb')
+
+build() {
+  cd "$srcdir"/$pkgname-$_majorver
+  patch -p1 -i ../emacs-subversion17.patch
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$_majorver
+  make DESTDIR="$pkgdir" install
+
+  # remove conflict with ctags package
+  mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
+  mv "$pkgdir"/usr/share/man/man1/{ctags.1,ctags.emacs.1}
+  # fix all the 777 perms on directories
+  find "$pkgdir"/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
+  # fix user/root permissions on usr/share files
+  find "$pkgdir"/usr/share/emacs/$_majorver -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/testing-x86_64/emacs-subversion17.patch (from rev 148047, 
emacs/repos/staging-x86_64/emacs-subversion17.patch)
===
--- testing-x86_64/emacs-subversion17.patch (rev 0)
+++ testing-x86_64/emacs-subversion17.patch 2012-01-30 18:45:21 UTC (rev 
148085)
@@ -0,0 +1,83 @@
+From d7afd9288e22c466b63c27e7e11783589b07aeff Mon Sep 17 00:00:00 2001
+From: Karl Pflästerer 
+Date: Sat, 12 Feb 2011 01:12:53 +
+Subject: Adapt to Subversion change, with no .svn directory in each sub 
directory.
+
+http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00357.html
+
+* vc/vc-svn.el (vc-svn-registered): Use vc-svn-root.
+(vc-svn-root): New function.  Make vc-svn-responsible-p an alias.
+(vc-svn-repository-hostname): Use "svn info".
+---
+(limited to 'lisp/vc/vc-svn.el')
+
+diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el
+index aefef50..20c7689 100644
+--- a/lisp/vc-svn.el
 b/lisp/vc-svn.el
+@@ -117,17 +117,13 @@ If you want to force an empty list of arguments, use t."
+ ;;;###autoload(getenv "SVN_ASP_DOT_NET_HACK"))
+ ;;;###autoload   "_svn")
+ ;;;###autoload  (t ".svn"
+-;;;###autoload (when (file-readable-p (expand-file-name
+-;;;###autoload (concat admin-dir "/entries")
+-;;;###autoload (file-name-directory f)))
++;;;###autoload (when (vc-find-root f admin-dir)
+ ;;;###autoload   (load "vc-svn")
+ ;;;###autoload   (vc-svn-registered f
+ 
+ (defun vc-svn-registered (file)
+   "Check if FILE is SVN registered."
+-  (when (file-readable-p (expand-file-name (concat vc-svn-admin-directory
+- "/entries")
+- (file-name-directory file)))
++  (when (vc-svn-root file)
+ (with-temp-buffer
+   (cd (file-name-directory file))
+   (let* (process-file-side-effects
+@@ -275,14 +271,12 @@ Passes either `vc-svn-regist

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:22
  Author: ibiru
Revision: 148086

db-move: moved enblend-enfuse from [staging] to [testing] (i686)

Added:
  enblend-enfuse/repos/testing-i686/
  enblend-enfuse/repos/testing-i686/PKGBUILD
(from rev 148047, enblend-enfuse/repos/staging-i686/PKGBUILD)
  enblend-enfuse/repos/testing-i686/enblend-4.0-libpng15.patch
(from rev 148047, 
enblend-enfuse/repos/staging-i686/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/testing-i686/enblend-enfuse.install
(from rev 148047, enblend-enfuse/repos/staging-i686/enblend-enfuse.install)
  enblend-enfuse/repos/testing-i686/libpng-1.4.patch
(from rev 148047, enblend-enfuse/repos/staging-i686/libpng-1.4.patch)
Deleted:
  enblend-enfuse/repos/staging-i686/

+
 PKGBUILD   |   39 +++
 enblend-4.0-libpng15.patch |  220 +++
 enblend-enfuse.install |   22 
 libpng-1.4.patch   |   14 ++
 4 files changed, 295 insertions(+)

Copied: enblend-enfuse/repos/testing-i686/PKGBUILD (from rev 148047, 
enblend-enfuse/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:22 UTC (rev 148086)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Dominik Ryba 
+
+pkgname=enblend-enfuse
+pkgver=4.0
+pkgrel=5
+pkgdesc="Intelligent blend tool for overlapping picture"
+arch=("i686" "x86_64")
+license=('GPL')
+url="http://enblend.sourceforge.net";
+depends=('openexr' 'glew>=1.5' 'libxmi' 'freeglut' 'lcms' 'libpng')
+makedepends=('boost')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz{,.asc}
 \
+libpng-1.4.patch enblend-4.0-libpng15.patch)
+sha1sums=('34c3a5ce11c6ef0ef520d8a15a3cb6a94a567033'
+  'aac6364b29b0a9d6c61c3db0982f52ce1579e934'
+  'eae6cf48ea082865130302d0b4d1ca0b884a563b'
+  '71e961d90be842eafe9d473d8d70b04b29077036')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-753b534c819d"
+  sed -i 's/info.arith_code = TRUE/info.arith_code = FALSE/' 
src/vigra_impex/jpeg.cxx
+  patch -p1 -i ../libpng-1.4.patch
+  patch -p0 -i ../enblend-4.0-libpng15.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-753b534c819d"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 doc/enblend.info "${pkgdir}/usr/share/info/enblend.info"
+  install -D -m644 doc/enfuse.info "${pkgdir}/usr/share/info/enfuse.info"
+}

Copied: enblend-enfuse/repos/testing-i686/enblend-4.0-libpng15.patch (from rev 
148047, enblend-enfuse/repos/staging-i686/enblend-4.0-libpng15.patch)
===
--- testing-i686/enblend-4.0-libpng15.patch (rev 0)
+++ testing-i686/enblend-4.0-libpng15.patch 2012-01-30 18:45:22 UTC (rev 
148086)
@@ -0,0 +1,220 @@
+--- src/vigra_impex/png.cxx
 src/vigra_impex/png.cxx
+@@ -81,7 +81,7 @@
+ static void PngError( png_structp png_ptr, png_const_charp error_msg )
+ {
+ png_error_message = std::string(error_msg);
+-longjmp( png_ptr->jmpbuf, 1 );
++longjmp( png_jmpbuf( png_ptr ), 1 );
+ }
+ 
+ // called on non-fatal errors
+@@ -213,7 +213,7 @@
+ vigra_postcondition( png != 0, "could not create the read struct." );
+ 
+ // create info struct
+-if (setjmp(png->jmpbuf)) {
++if (setjmp(png_jmpbuf( png ))) {
+ png_destroy_read_struct( &png, &info, NULL );
+ vigra_postcondition( false, png_error_message.insert(0, "error in 
png_create_info_struct(): ").c_str() );
+ }
+@@ -221,14 +221,14 @@
+ vigra_postcondition( info != 0, "could not create the info struct." );
+ 
+ // init png i/o
+-if (setjmp(png->jmpbuf)) {
++if (setjmp(png_jmpbuf( png ))) {
+ png_destroy_read_struct( &png, &info, NULL );
+ vigra_postcondition( false, png_error_message.insert(0, "error in 
png_init_io(): ").c_str() );
+ }
+ png_init_io( png, file.get() );
+ 
+ // specify that the signature was already read
+-if (setjmp(png->jmpbuf)) {
++if (setjmp(png_jmpbuf( png ))) {
+ png_destroy_read_struct( &png, &info, NULL );
+ vigra_postcondition( false, png_error_message.insert(0, "error in 
png_set_sig_bytes(): ").c_str() );
+ }
+@@ -244,13 +244,13 @@
+ void PngDecoderImpl::init()
+ {
+ // read all chunks up to the image data
+-if (setjmp(png->jmpbuf))
++if (setjmp(png_jmpbuf( png )))
+ vigra_postcondition( false, png_error_message.insert(0, "error in 
png_read_info(): ").c_str() );
+ png_read_info( png, info );
+ 
+ // pull over the header fields
+ int i

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:24
  Author: ibiru
Revision: 148087

db-move: moved enblend-enfuse from [staging] to [testing] (x86_64)

Added:
  enblend-enfuse/repos/testing-x86_64/
  enblend-enfuse/repos/testing-x86_64/PKGBUILD
(from rev 148047, enblend-enfuse/repos/staging-x86_64/PKGBUILD)
  enblend-enfuse/repos/testing-x86_64/enblend-4.0-libpng15.patch
(from rev 148047, 
enblend-enfuse/repos/staging-x86_64/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/testing-x86_64/enblend-enfuse.install
(from rev 148047, 
enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install)
  enblend-enfuse/repos/testing-x86_64/libpng-1.4.patch
(from rev 148047, enblend-enfuse/repos/staging-x86_64/libpng-1.4.patch)
Deleted:
  enblend-enfuse/repos/staging-x86_64/

+
 PKGBUILD   |   39 +++
 enblend-4.0-libpng15.patch |  220 +++
 enblend-enfuse.install |   22 
 libpng-1.4.patch   |   14 ++
 4 files changed, 295 insertions(+)

Copied: enblend-enfuse/repos/testing-x86_64/PKGBUILD (from rev 148047, 
enblend-enfuse/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:24 UTC (rev 148087)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Dominik Ryba 
+
+pkgname=enblend-enfuse
+pkgver=4.0
+pkgrel=5
+pkgdesc="Intelligent blend tool for overlapping picture"
+arch=("i686" "x86_64")
+license=('GPL')
+url="http://enblend.sourceforge.net";
+depends=('openexr' 'glew>=1.5' 'libxmi' 'freeglut' 'lcms' 'libpng')
+makedepends=('boost')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz{,.asc}
 \
+libpng-1.4.patch enblend-4.0-libpng15.patch)
+sha1sums=('34c3a5ce11c6ef0ef520d8a15a3cb6a94a567033'
+  'aac6364b29b0a9d6c61c3db0982f52ce1579e934'
+  'eae6cf48ea082865130302d0b4d1ca0b884a563b'
+  '71e961d90be842eafe9d473d8d70b04b29077036')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-753b534c819d"
+  sed -i 's/info.arith_code = TRUE/info.arith_code = FALSE/' 
src/vigra_impex/jpeg.cxx
+  patch -p1 -i ../libpng-1.4.patch
+  patch -p0 -i ../enblend-4.0-libpng15.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-753b534c819d"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 doc/enblend.info "${pkgdir}/usr/share/info/enblend.info"
+  install -D -m644 doc/enfuse.info "${pkgdir}/usr/share/info/enfuse.info"
+}

Copied: enblend-enfuse/repos/testing-x86_64/enblend-4.0-libpng15.patch (from 
rev 148047, enblend-enfuse/repos/staging-x86_64/enblend-4.0-libpng15.patch)
===
--- testing-x86_64/enblend-4.0-libpng15.patch   (rev 0)
+++ testing-x86_64/enblend-4.0-libpng15.patch   2012-01-30 18:45:24 UTC (rev 
148087)
@@ -0,0 +1,220 @@
+--- src/vigra_impex/png.cxx
 src/vigra_impex/png.cxx
+@@ -81,7 +81,7 @@
+ static void PngError( png_structp png_ptr, png_const_charp error_msg )
+ {
+ png_error_message = std::string(error_msg);
+-longjmp( png_ptr->jmpbuf, 1 );
++longjmp( png_jmpbuf( png_ptr ), 1 );
+ }
+ 
+ // called on non-fatal errors
+@@ -213,7 +213,7 @@
+ vigra_postcondition( png != 0, "could not create the read struct." );
+ 
+ // create info struct
+-if (setjmp(png->jmpbuf)) {
++if (setjmp(png_jmpbuf( png ))) {
+ png_destroy_read_struct( &png, &info, NULL );
+ vigra_postcondition( false, png_error_message.insert(0, "error in 
png_create_info_struct(): ").c_str() );
+ }
+@@ -221,14 +221,14 @@
+ vigra_postcondition( info != 0, "could not create the info struct." );
+ 
+ // init png i/o
+-if (setjmp(png->jmpbuf)) {
++if (setjmp(png_jmpbuf( png ))) {
+ png_destroy_read_struct( &png, &info, NULL );
+ vigra_postcondition( false, png_error_message.insert(0, "error in 
png_init_io(): ").c_str() );
+ }
+ png_init_io( png, file.get() );
+ 
+ // specify that the signature was already read
+-if (setjmp(png->jmpbuf)) {
++if (setjmp(png_jmpbuf( png ))) {
+ png_destroy_read_struct( &png, &info, NULL );
+ vigra_postcondition( false, png_error_message.insert(0, "error in 
png_set_sig_bytes(): ").c_str() );
+ }
+@@ -244,13 +244,13 @@
+ void PngDecoderImpl::init()
+ {
+ // read all chunks up to the image data
+-if (setjmp(png->jmpbuf))
++if (setjmp(png_jmpbuf( png )))
+ vigra_postcondition( false, png_error_message.insert(0, "error in 
png_read_info(): ").c_str() );
+ png_read_info( png, info );
+ 
+ // pull over th

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:25
  Author: ibiru
Revision: 148088

db-move: moved evince from [staging] to [testing] (i686)

Added:
  evince/repos/testing-i686/
  evince/repos/testing-i686/PKGBUILD
(from rev 148047, evince/repos/staging-i686/PKGBUILD)
  evince/repos/testing-i686/evince.install
(from rev 148047, evince/repos/staging-i686/evince.install)
Deleted:
  evince/repos/staging-i686/

+
 PKGBUILD   |   36 
 evince.install |   19 +++
 2 files changed, 55 insertions(+)

Copied: evince/repos/testing-i686/PKGBUILD (from rev 148047, 
evince/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:25 UTC (rev 148088)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.2.1
+pkgrel=3
+pkgdesc="Simply a document viewer"
+url="http://projects.gnome.org/evince/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
+optdepends=('texlive-bin: DVI support')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9db61a39c977eb939deaee3ed1e66937f15532f46de988cacd5b638f3960ed35')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: evince/repos/testing-i686/evince.install (from rev 148047, 
evince/repos/staging-i686/evince.install)
===
--- testing-i686/evince.install (rev 0)
+++ testing-i686/evince.install 2012-01-30 18:45:25 UTC (rev 148088)
@@ -0,0 +1,19 @@
+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
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall evince
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:27
  Author: ibiru
Revision: 148089

db-move: moved evince from [staging] to [testing] (x86_64)

Added:
  evince/repos/testing-x86_64/
  evince/repos/testing-x86_64/PKGBUILD
(from rev 148047, evince/repos/staging-x86_64/PKGBUILD)
  evince/repos/testing-x86_64/evince.install
(from rev 148047, evince/repos/staging-x86_64/evince.install)
Deleted:
  evince/repos/staging-x86_64/

+
 PKGBUILD   |   36 
 evince.install |   19 +++
 2 files changed, 55 insertions(+)

Copied: evince/repos/testing-x86_64/PKGBUILD (from rev 148047, 
evince/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:27 UTC (rev 148089)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.2.1
+pkgrel=3
+pkgdesc="Simply a document viewer"
+url="http://projects.gnome.org/evince/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
+optdepends=('texlive-bin: DVI support')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9db61a39c977eb939deaee3ed1e66937f15532f46de988cacd5b638f3960ed35')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: evince/repos/testing-x86_64/evince.install (from rev 148047, 
evince/repos/staging-x86_64/evince.install)
===
--- testing-x86_64/evince.install   (rev 0)
+++ testing-x86_64/evince.install   2012-01-30 18:45:27 UTC (rev 148089)
@@ -0,0 +1,19 @@
+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
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall evince
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in fbida/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:28
  Author: ibiru
Revision: 148090

db-move: moved fbida from [staging] to [testing] (i686)

Added:
  fbida/repos/testing-i686/
  fbida/repos/testing-i686/PKGBUILD
(from rev 148047, fbida/repos/staging-i686/PKGBUILD)
Deleted:
  fbida/repos/staging-i686/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: fbida/repos/testing-i686/PKGBUILD (from rev 148047, 
fbida/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:28 UTC (rev 148090)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.08
+pkgrel=2
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('i686' 'x86_64')
+url="http://www.kraxel.org/blog/linux/fbida/";
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9b3693ab26a58194e36b479bffb61ed0')
+sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/ungif/gif/' GNUmakefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" prefix=/usr install
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:29
  Author: ibiru
Revision: 148091

db-move: moved fbida from [staging] to [testing] (x86_64)

Added:
  fbida/repos/testing-x86_64/
  fbida/repos/testing-x86_64/PKGBUILD
(from rev 148047, fbida/repos/staging-x86_64/PKGBUILD)
Deleted:
  fbida/repos/staging-x86_64/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: fbida/repos/testing-x86_64/PKGBUILD (from rev 148047, 
fbida/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:29 UTC (rev 148091)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.08
+pkgrel=2
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('i686' 'x86_64')
+url="http://www.kraxel.org/blog/linux/fbida/";
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9b3693ab26a58194e36b479bffb61ed0')
+sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/ungif/gif/' GNUmakefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" prefix=/usr install
+}



[arch-commits] Commit in feh/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:30
  Author: ibiru
Revision: 148092

db-move: moved feh from [staging] to [testing] (i686)

Added:
  feh/repos/testing-i686/
  feh/repos/testing-i686/PKGBUILD
(from rev 148047, feh/repos/staging-i686/PKGBUILD)
Deleted:
  feh/repos/staging-i686/

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: feh/repos/testing-i686/PKGBUILD (from rev 148047, 
feh/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:30 UTC (rev 148092)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.2
+pkgrel=2
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('giblib' 'curl' 'libxinerama')
+optdepends=('perl: feh-cam, webcam wrapper for feh')
+makedepends=('libxt')
+source=("${url}${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in feh/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:32
  Author: ibiru
Revision: 148093

db-move: moved feh from [staging] to [testing] (x86_64)

Added:
  feh/repos/testing-x86_64/
  feh/repos/testing-x86_64/PKGBUILD
(from rev 148047, feh/repos/staging-x86_64/PKGBUILD)
Deleted:
  feh/repos/staging-x86_64/

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: feh/repos/testing-x86_64/PKGBUILD (from rev 148047, 
feh/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:32 UTC (rev 148093)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.2
+pkgrel=2
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('giblib' 'curl' 'libxinerama')
+optdepends=('perl: feh-cam, webcam wrapper for feh')
+makedepends=('libxt')
+source=("${url}${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:33
  Author: ibiru
Revision: 148094

db-move: moved ffmpegthumbnailer from [staging] to [testing] (i686)

Added:
  ffmpegthumbnailer/repos/testing-i686/
  ffmpegthumbnailer/repos/testing-i686/PKGBUILD
(from rev 148047, ffmpegthumbnailer/repos/staging-i686/PKGBUILD)
  ffmpegthumbnailer/repos/testing-i686/ffmpegthumbnailer.desktop
(from rev 148047, 
ffmpegthumbnailer/repos/staging-i686/ffmpegthumbnailer.desktop)
Deleted:
  ffmpegthumbnailer/repos/staging-i686/

---+
 PKGBUILD  |   34 ++
 ffmpegthumbnailer.desktop |4 
 2 files changed, 38 insertions(+)

Copied: ffmpegthumbnailer/repos/testing-i686/PKGBUILD (from rev 148047, 
ffmpegthumbnailer/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:33 UTC (rev 148094)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 23110 2010-08-06 11:01:51Z rvanharen $
+# Maintainer: Ronald van Haren 
+# Contributor: boro...@gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.7
+pkgrel=3
+pkgdesc="Lightweight video thumbnailer that can be used by file managers."
+url="http://code.google.com/p/ffmpegthumbnailer/";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+optdepends=('gvfs: support for gio uris')
+source=("http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz";
+'ffmpegthumbnailer.desktop')
+options=('!libtool')
+sha1sums=('b8f5371aa995fefd1fb75e306e8cd76e8c9f3a73'
+  'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --enable-gio
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # FS#24105: Generate thumbnails in nautilus
+  install -Dm644 "${srcdir}/ffmpegthumbnailer.desktop" \
+"${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop"
+}

Copied: ffmpegthumbnailer/repos/testing-i686/ffmpegthumbnailer.desktop (from 
rev 148047, ffmpegthumbnailer/repos/staging-i686/ffmpegthumbnailer.desktop)
===
--- testing-i686/ffmpegthumbnailer.desktop  (rev 0)
+++ testing-i686/ffmpegthumbnailer.desktop  2012-01-30 18:45:33 UTC (rev 
148094)
@@ -0,0 +1,4 @@
+[Thumbnailer Entry]
+TryExec=ffmpegthumbnailer
+Exec=ffmpegthumbnailer -s %s -i %u -o %o -c png -f -t 10
+MimeType=video/flv;video/webm;video/mkv;video/mp4;video/mpeg;video/avi;video/ogg;video/quicktime;video/x-avi;video/x-flv;video/x-mp4;video/x-mpeg;video/x-webm;video/x-mkv;application/x-extension-webm;video/x-matroska;video/x-ms-wmv;video/x-msvideo;video/x-msvideo/avi;video/x-theora/ogg;video/x-theora/ogv;video/x-ms-asf;video/x-m4v;



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:34
  Author: ibiru
Revision: 148095

db-move: moved ffmpegthumbnailer from [staging] to [testing] (x86_64)

Added:
  ffmpegthumbnailer/repos/testing-x86_64/
  ffmpegthumbnailer/repos/testing-x86_64/PKGBUILD
(from rev 148047, ffmpegthumbnailer/repos/staging-x86_64/PKGBUILD)
  ffmpegthumbnailer/repos/testing-x86_64/ffmpegthumbnailer.desktop
(from rev 148047, 
ffmpegthumbnailer/repos/staging-x86_64/ffmpegthumbnailer.desktop)
Deleted:
  ffmpegthumbnailer/repos/staging-x86_64/

---+
 PKGBUILD  |   34 ++
 ffmpegthumbnailer.desktop |4 
 2 files changed, 38 insertions(+)

Copied: ffmpegthumbnailer/repos/testing-x86_64/PKGBUILD (from rev 148047, 
ffmpegthumbnailer/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:34 UTC (rev 148095)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 23110 2010-08-06 11:01:51Z rvanharen $
+# Maintainer: Ronald van Haren 
+# Contributor: boro...@gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.7
+pkgrel=3
+pkgdesc="Lightweight video thumbnailer that can be used by file managers."
+url="http://code.google.com/p/ffmpegthumbnailer/";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+optdepends=('gvfs: support for gio uris')
+source=("http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz";
+'ffmpegthumbnailer.desktop')
+options=('!libtool')
+sha1sums=('b8f5371aa995fefd1fb75e306e8cd76e8c9f3a73'
+  'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --enable-gio
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # FS#24105: Generate thumbnails in nautilus
+  install -Dm644 "${srcdir}/ffmpegthumbnailer.desktop" \
+"${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop"
+}

Copied: ffmpegthumbnailer/repos/testing-x86_64/ffmpegthumbnailer.desktop (from 
rev 148047, ffmpegthumbnailer/repos/staging-x86_64/ffmpegthumbnailer.desktop)
===
--- testing-x86_64/ffmpegthumbnailer.desktop(rev 0)
+++ testing-x86_64/ffmpegthumbnailer.desktop2012-01-30 18:45:34 UTC (rev 
148095)
@@ -0,0 +1,4 @@
+[Thumbnailer Entry]
+TryExec=ffmpegthumbnailer
+Exec=ffmpegthumbnailer -s %s -i %u -o %o -c png -f -t 10
+MimeType=video/flv;video/webm;video/mkv;video/mp4;video/mpeg;video/avi;video/ogg;video/quicktime;video/x-avi;video/x-flv;video/x-mp4;video/x-mpeg;video/x-webm;video/x-mkv;application/x-extension-webm;video/x-matroska;video/x-ms-wmv;video/x-msvideo;video/x-msvideo/avi;video/x-theora/ogg;video/x-theora/ogv;video/x-ms-asf;video/x-m4v;



[arch-commits] Commit in firefox/repos (9 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:37
  Author: ibiru
Revision: 148096

db-move: moved firefox from [staging] to [testing] (i686)

Added:
  firefox/repos/testing-i686/
  firefox/repos/testing-i686/5007_fix_libpr0n_nsPNGDecoder.patch
(from rev 148047, 
firefox/repos/staging-i686/5007_fix_libpr0n_nsPNGDecoder.patch)
  firefox/repos/testing-i686/PKGBUILD
(from rev 148047, firefox/repos/staging-i686/PKGBUILD)
  firefox/repos/testing-i686/firefox-install-dir.patch
(from rev 148047, firefox/repos/staging-i686/firefox-install-dir.patch)
  firefox/repos/testing-i686/firefox.desktop
(from rev 148047, firefox/repos/staging-i686/firefox.desktop)
  firefox/repos/testing-i686/firefox.install
(from rev 148047, firefox/repos/staging-i686/firefox.install)
  firefox/repos/testing-i686/mozconfig
(from rev 148047, firefox/repos/staging-i686/mozconfig)
  firefox/repos/testing-i686/vendor.js
(from rev 148047, firefox/repos/staging-i686/vendor.js)
Deleted:
  firefox/repos/staging-i686/

-+
 5007_fix_libpr0n_nsPNGDecoder.patch |   81 ++
 PKGBUILD|   68 
 firefox-install-dir.patch   |   28 +++
 firefox.desktop |   81 ++
 firefox.install |   13 +
 mozconfig   |   45 ++
 vendor.js   |9 +++
 7 files changed, 325 insertions(+)

Copied: firefox/repos/testing-i686/5007_fix_libpr0n_nsPNGDecoder.patch (from 
rev 148047, firefox/repos/staging-i686/5007_fix_libpr0n_nsPNGDecoder.patch)
===
--- testing-i686/5007_fix_libpr0n_nsPNGDecoder.patch
(rev 0)
+++ testing-i686/5007_fix_libpr0n_nsPNGDecoder.patch2012-01-30 18:45:37 UTC 
(rev 148096)
@@ -0,0 +1,81 @@
+# HG changeset patch
+# User Glenn Randers-Pehrson 
+# Date 1320490106 0
+# Node ID aff1bd412058cb6926a8feae1e8c0fc76b4c04a3
+# Parent  8248dbffd64534fb6c65ad3d757b795119e783c6
+Bug 682677 - Eliminated direct access to mInfo->pixel_depth, which is not 
allowed in libpng15.  We access pixel_depth via png_get_IHDR() instead; 
r=joedrew
+
+diff --git a/modules/libpr0n/decoders/nsICODecoder.cpp 
b/modules/libpr0n/decoders/nsICODecoder.cpp
+--- a/modules/libpr0n/decoders/nsICODecoder.cpp
 b/modules/libpr0n/decoders/nsICODecoder.cpp
+@@ -381,18 +381,17 @@ nsICODecoder::WriteInternal(const char* 
+   return;
+ }
+ mPos += aCount;
+ aBuffer += aCount;
+ aCount = 0;
+ 
+ // Raymond Chen says that 32bpp only are valid PNG ICOs
+ // http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx
+-if (static_cast(mContainedDecoder.get())->HasValidInfo() 
&& 
+-static_cast(mContainedDecoder.get())->GetPixelDepth() 
!= 32) {
++if (!static_cast(mContainedDecoder.get())->IsValidICO()) {
+   PostDataError();
+ }
+ return;
+   }
+ 
+   // We've processed all of the icon dir entries and are within the 
+   // bitmap info size
+   if (!mIsPNG && mCurrIcon == mNumIcons && mPos >= mImageOffset && 
+diff --git a/modules/libpr0n/decoders/nsPNGDecoder.h 
b/modules/libpr0n/decoders/nsPNGDecoder.h
+--- a/modules/libpr0n/decoders/nsPNGDecoder.h
 b/modules/libpr0n/decoders/nsPNGDecoder.h
+@@ -68,29 +68,35 @@ public:
+ 
+   void CreateFrame(png_uint_32 x_offset, png_uint_32 y_offset,
+PRInt32 width, PRInt32 height,
+gfxASurface::gfxImageFormat format);
+   void SetAnimFrameInfo();
+ 
+   void EndImageFrame();
+ 
+-  // Checks if the info header contains valid information
+-  bool HasValidInfo() const 
++  // Check if PNG is valid ICO (32bpp RGBA)
++  // http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx
++  bool IsValidICO() const
+   {
+-return mInfo && mInfo->valid;
+-  }
++png_uint_32
++png_width,  // Unused
++png_height; // Unused
+ 
+-  // Obtain the pixel depth if available or 0 otherwise
+-  PRInt32 GetPixelDepth() const
+-  {
+-if (!mInfo) {
+-  return 0;
++int png_bit_depth,
++png_color_type;
++
++if (png_get_IHDR(mPNG, mInfo, &png_width, &png_height, &png_bit_depth,
++ &png_color_type, NULL, NULL, NULL)) {
++
++  return (png_color_type == PNG_COLOR_TYPE_RGB_ALPHA &&
++  png_bit_depth == 8);
++} else {
++  return false;
+ }
+-return mInfo->pixel_depth;
+   }
+ 
+ public:
+   png_structp mPNG;
+   png_infop mInfo;
+   nsIntRect mFrameRect;
+   PRUint8 *mCMSLine;
+   PRUint8 *interlacebuf;
+
+

Copied: firefox/repos/testing-i686/PKGBUILD (from rev 148047, 
firefox/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:37 UTC (re

[arch-commits] Commit in firefox/repos (9 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:40
  Author: ibiru
Revision: 148097

db-move: moved firefox from [staging] to [testing] (x86_64)

Added:
  firefox/repos/testing-x86_64/
  firefox/repos/testing-x86_64/5007_fix_libpr0n_nsPNGDecoder.patch
(from rev 148047, 
firefox/repos/staging-x86_64/5007_fix_libpr0n_nsPNGDecoder.patch)
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 148047, firefox/repos/staging-x86_64/PKGBUILD)
  firefox/repos/testing-x86_64/firefox-install-dir.patch
(from rev 148047, firefox/repos/staging-x86_64/firefox-install-dir.patch)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 148047, firefox/repos/staging-x86_64/firefox.desktop)
  firefox/repos/testing-x86_64/firefox.install
(from rev 148047, firefox/repos/staging-x86_64/firefox.install)
  firefox/repos/testing-x86_64/mozconfig
(from rev 148047, firefox/repos/staging-x86_64/mozconfig)
  firefox/repos/testing-x86_64/vendor.js
(from rev 148047, firefox/repos/staging-x86_64/vendor.js)
Deleted:
  firefox/repos/staging-x86_64/

-+
 5007_fix_libpr0n_nsPNGDecoder.patch |   81 ++
 PKGBUILD|   68 
 firefox-install-dir.patch   |   28 +++
 firefox.desktop |   81 ++
 firefox.install |   13 +
 mozconfig   |   45 ++
 vendor.js   |9 +++
 7 files changed, 325 insertions(+)

Copied: firefox/repos/testing-x86_64/5007_fix_libpr0n_nsPNGDecoder.patch (from 
rev 148047, firefox/repos/staging-x86_64/5007_fix_libpr0n_nsPNGDecoder.patch)
===
--- testing-x86_64/5007_fix_libpr0n_nsPNGDecoder.patch  
(rev 0)
+++ testing-x86_64/5007_fix_libpr0n_nsPNGDecoder.patch  2012-01-30 18:45:40 UTC 
(rev 148097)
@@ -0,0 +1,81 @@
+# HG changeset patch
+# User Glenn Randers-Pehrson 
+# Date 1320490106 0
+# Node ID aff1bd412058cb6926a8feae1e8c0fc76b4c04a3
+# Parent  8248dbffd64534fb6c65ad3d757b795119e783c6
+Bug 682677 - Eliminated direct access to mInfo->pixel_depth, which is not 
allowed in libpng15.  We access pixel_depth via png_get_IHDR() instead; 
r=joedrew
+
+diff --git a/modules/libpr0n/decoders/nsICODecoder.cpp 
b/modules/libpr0n/decoders/nsICODecoder.cpp
+--- a/modules/libpr0n/decoders/nsICODecoder.cpp
 b/modules/libpr0n/decoders/nsICODecoder.cpp
+@@ -381,18 +381,17 @@ nsICODecoder::WriteInternal(const char* 
+   return;
+ }
+ mPos += aCount;
+ aBuffer += aCount;
+ aCount = 0;
+ 
+ // Raymond Chen says that 32bpp only are valid PNG ICOs
+ // http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx
+-if (static_cast(mContainedDecoder.get())->HasValidInfo() 
&& 
+-static_cast(mContainedDecoder.get())->GetPixelDepth() 
!= 32) {
++if (!static_cast(mContainedDecoder.get())->IsValidICO()) {
+   PostDataError();
+ }
+ return;
+   }
+ 
+   // We've processed all of the icon dir entries and are within the 
+   // bitmap info size
+   if (!mIsPNG && mCurrIcon == mNumIcons && mPos >= mImageOffset && 
+diff --git a/modules/libpr0n/decoders/nsPNGDecoder.h 
b/modules/libpr0n/decoders/nsPNGDecoder.h
+--- a/modules/libpr0n/decoders/nsPNGDecoder.h
 b/modules/libpr0n/decoders/nsPNGDecoder.h
+@@ -68,29 +68,35 @@ public:
+ 
+   void CreateFrame(png_uint_32 x_offset, png_uint_32 y_offset,
+PRInt32 width, PRInt32 height,
+gfxASurface::gfxImageFormat format);
+   void SetAnimFrameInfo();
+ 
+   void EndImageFrame();
+ 
+-  // Checks if the info header contains valid information
+-  bool HasValidInfo() const 
++  // Check if PNG is valid ICO (32bpp RGBA)
++  // http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx
++  bool IsValidICO() const
+   {
+-return mInfo && mInfo->valid;
+-  }
++png_uint_32
++png_width,  // Unused
++png_height; // Unused
+ 
+-  // Obtain the pixel depth if available or 0 otherwise
+-  PRInt32 GetPixelDepth() const
+-  {
+-if (!mInfo) {
+-  return 0;
++int png_bit_depth,
++png_color_type;
++
++if (png_get_IHDR(mPNG, mInfo, &png_width, &png_height, &png_bit_depth,
++ &png_color_type, NULL, NULL, NULL)) {
++
++  return (png_color_type == PNG_COLOR_TYPE_RGB_ALPHA &&
++  png_bit_depth == 8);
++} else {
++  return false;
+ }
+-return mInfo->pixel_depth;
+   }
+ 
+ public:
+   png_structp mPNG;
+   png_infop mInfo;
+   nsIntRect mFrameRect;
+   PRUint8 *mCMSLine;
+   PRUint8 *interlacebuf;
+
+

Copied: firefox/repos/testing-x86_64/PKGBUILD (from rev 148047, 
firefox/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_6

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:44:31
  Author: ibiru
Revision: 148057

db-move: moved at-spi from [staging] to [testing] (x86_64)

Added:
  at-spi/repos/testing-x86_64/
  at-spi/repos/testing-x86_64/PKGBUILD
(from rev 148047, at-spi/repos/staging-x86_64/PKGBUILD)
  at-spi/repos/testing-x86_64/at-spi.install
(from rev 148047, at-spi/repos/staging-x86_64/at-spi.install)
Deleted:
  at-spi/repos/staging-x86_64/

+
 PKGBUILD   |   37 +
 at-spi.install |   17 +
 2 files changed, 54 insertions(+)

Copied: at-spi/repos/testing-x86_64/PKGBUILD (from rev 148047, 
at-spi/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:44:31 UTC (rev 148057)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=at-spi
+pkgver=1.32.0
+pkgrel=5
+pkgdesc="Assistive Technology Service Provider Interface"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libbonobo' 'libxtst' 'gtk2' 'gconf')
+makedepends=('pkgconfig' 'python2' 'intltool' 'libice' 'libsm')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org";
+install=at-spi.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('cc841dea746413eebadf0710dabec741450b37a06821c34526f505fe9d027039')
+
+# !! make sure you 'pacman -Rsc python' from your chroot before building the 
package or it would use python3 instead of the wanted python2 !!
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/at-spi \
+  --enable-relocate
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain at-spi "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+}

Copied: at-spi/repos/testing-x86_64/at-spi.install (from rev 148047, 
at-spi/repos/staging-x86_64/at-spi.install)
===
--- testing-x86_64/at-spi.install   (rev 0)
+++ testing-x86_64/at-spi.install   2012-01-30 18:44:31 UTC (rev 148057)
@@ -0,0 +1,17 @@
+pkgname=at-spi
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:23
  Author: ibiru
Revision: 148116

db-move: moved gimp-dbp from [staging] to [testing] (i686)

Added:
  gimp-dbp/repos/testing-i686/
  gimp-dbp/repos/testing-i686/PKGBUILD
(from rev 148047, gimp-dbp/repos/staging-i686/PKGBUILD)
Deleted:
  gimp-dbp/repos/staging-i686/

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: gimp-dbp/repos/testing-i686/PKGBUILD (from rev 148047, 
gimp-dbp/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:23 UTC (rev 148116)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Tobias Kieslich 
+
+pkgname=gimp-dbp
+pkgver=1.1.9
+pkgrel=3
+pkgdesc="David's batch processor for the GIMP"
+arch=('i686' 'x86_64')
+url="http://members.ozemail.com.au/~hodsond/dbp.html";
+license=('GPL')
+depends=('gimp')
+source=(http://www.ozemail.com.au/~hodsond/dbpSrc-${pkgver//./-}.tgz)
+md5sums=('1106625707798ab8ea1317ac6bece1c5')
+
+build() {
+  cd "${srcdir}/dbp-${pkgver}"
+  sed -i "s|||" op.h
+  make
+}
+
+package() {
+  cd "${srcdir}/dbp-${pkgver}"
+  install -D -m755 dbp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/dbp"
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:24
  Author: ibiru
Revision: 148117

db-move: moved gimp-dbp from [staging] to [testing] (x86_64)

Added:
  gimp-dbp/repos/testing-x86_64/
  gimp-dbp/repos/testing-x86_64/PKGBUILD
(from rev 148047, gimp-dbp/repos/staging-x86_64/PKGBUILD)
Deleted:
  gimp-dbp/repos/staging-x86_64/

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: gimp-dbp/repos/testing-x86_64/PKGBUILD (from rev 148047, 
gimp-dbp/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:24 UTC (rev 148117)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Tobias Kieslich 
+
+pkgname=gimp-dbp
+pkgver=1.1.9
+pkgrel=3
+pkgdesc="David's batch processor for the GIMP"
+arch=('i686' 'x86_64')
+url="http://members.ozemail.com.au/~hodsond/dbp.html";
+license=('GPL')
+depends=('gimp')
+source=(http://www.ozemail.com.au/~hodsond/dbpSrc-${pkgver//./-}.tgz)
+md5sums=('1106625707798ab8ea1317ac6bece1c5')
+
+build() {
+  cd "${srcdir}/dbp-${pkgver}"
+  sed -i "s|||" op.h
+  make
+}
+
+package() {
+  cd "${srcdir}/dbp-${pkgver}"
+  install -D -m755 dbp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/dbp"
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:25
  Author: ibiru
Revision: 148118

db-move: moved gimp-devel from [staging] to [testing] (i686)

Added:
  gimp-devel/repos/testing-i686/
  gimp-devel/repos/testing-i686/PKGBUILD
(from rev 148047, gimp-devel/repos/staging-i686/PKGBUILD)
  gimp-devel/repos/testing-i686/gimp-devel.install
(from rev 148047, gimp-devel/repos/staging-i686/gimp-devel.install)
  gimp-devel/repos/testing-i686/linux.gpl
(from rev 148047, gimp-devel/repos/staging-i686/linux.gpl)
Deleted:
  gimp-devel/repos/staging-i686/

+
 PKGBUILD   |   54 +++
 gimp-devel.install |   12 +++
 linux.gpl  |   19 +
 3 files changed, 85 insertions(+)

Copied: gimp-devel/repos/testing-i686/PKGBUILD (from rev 148047, 
gimp-devel/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:25 UTC (rev 148118)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gimp-devel
+pkgver=2.7.4
+pkgrel=2
+pkgdesc="GNU Image Manipulation Program (Development Version)"
+arch=('i686' 'x86_64')
+url="http://www.gimp.org/";
+license=('GPL3' 'LGPL3')
+depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'librsvg' 'libmng' 'dbus-glib' \
+ 'jasper' 'libexif' 'gegl' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'libwebkit' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl')
+optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
+'libwebkit: for the help browser or web-page plug-ins'
+'poppler-glib: for pdf support'
+'alsa-lib: for MIDI event controller module'
+'curl: for URI support')
+options=('!libtool' '!makeflags')
+conflicts=('gimp')
+provides=("gimp=${pkgver}")
+install=gimp-devel.install
+source=(ftp://ftp.gimp.org/pub/gimp/v${pkgver%.*}/gimp-${pkgver}.tar.bz2 
linux.gpl)
+md5sums=('bda95a29c3483b8ff458b06b1543f867'
+ 'bb27bc214261d36484093e857f015f38')
+
+build() {
+  cd "${srcdir}/gimp-${pkgver}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-mp --enable-gimp-console --enable-python --with-libcurl \
+--with-gif-compression=lzw --without-aa --without-gvfs
+  make
+}
+
+#check() {
+#  cd "${srcdir}/gimp-${pkgver}"
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/gimp-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
+  install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
+
+  ln -sf gimp-console-${pkgver%.*}.1.gz 
"${pkgdir}/usr/share/man/man1/gimp-console.1.gz"
+  ln -sf gimprc-${pkgver%.*}.5.gz "${pkgdir}/usr/share/man/man5/gimprc.5.gz"
+  ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz"
+  ln -s gimp-${pkgver%.*}.1.gz "${pkgdir}/usr/share/man/man1/gimp.1.gz"
+
+  ln -s gimp-${pkgver%.*} "${pkgdir}/usr/bin/gimp"
+  ln -s gimp-console-${pkgver%.*} "${pkgdir}/usr/bin/gimp-console"
+  ln -s gimptool-2.0 "${pkgdir}/usr/bin/gimptool"
+}

Copied: gimp-devel/repos/testing-i686/gimp-devel.install (from rev 148047, 
gimp-devel/repos/staging-i686/gimp-devel.install)
===
--- testing-i686/gimp-devel.install (rev 0)
+++ testing-i686/gimp-devel.install 2012-01-30 18:46:25 UTC (rev 148118)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gimp-devel/repos/testing-i686/linux.gpl (from rev 148047, 
gimp-devel/repos/staging-i686/linux.gpl)
===
--- testing-i686/linux.gpl  (rev 0)
+++ testing-i686/linux.gpl  2012-01-30 18:46:25 UTC (rev 148118)
@@ -0,0 +1,19 @@
+GIMP Palette
+Name: linux
+#
+  0   0   0
+  0   0 170
+  0 170   0
+  0 170 170
+170   0   0
+170   0 170
+170  85   0
+170 170 170
+ 85  85  85
+ 85  85 255
+ 85 255  85
+ 85 255 255
+255  85  85
+255  85 255
+255 255  85
+255 255 255



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:27
  Author: ibiru
Revision: 148119

db-move: moved gimp-devel from [staging] to [testing] (x86_64)

Added:
  gimp-devel/repos/testing-x86_64/
  gimp-devel/repos/testing-x86_64/PKGBUILD
(from rev 148047, gimp-devel/repos/staging-x86_64/PKGBUILD)
  gimp-devel/repos/testing-x86_64/gimp-devel.install
(from rev 148047, gimp-devel/repos/staging-x86_64/gimp-devel.install)
  gimp-devel/repos/testing-x86_64/linux.gpl
(from rev 148047, gimp-devel/repos/staging-x86_64/linux.gpl)
Deleted:
  gimp-devel/repos/staging-x86_64/

+
 PKGBUILD   |   54 +++
 gimp-devel.install |   12 +++
 linux.gpl  |   19 +
 3 files changed, 85 insertions(+)

Copied: gimp-devel/repos/testing-x86_64/PKGBUILD (from rev 148047, 
gimp-devel/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:27 UTC (rev 148119)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gimp-devel
+pkgver=2.7.4
+pkgrel=2
+pkgdesc="GNU Image Manipulation Program (Development Version)"
+arch=('i686' 'x86_64')
+url="http://www.gimp.org/";
+license=('GPL3' 'LGPL3')
+depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'librsvg' 'libmng' 'dbus-glib' \
+ 'jasper' 'libexif' 'gegl' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'libwebkit' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl')
+optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
+'libwebkit: for the help browser or web-page plug-ins'
+'poppler-glib: for pdf support'
+'alsa-lib: for MIDI event controller module'
+'curl: for URI support')
+options=('!libtool' '!makeflags')
+conflicts=('gimp')
+provides=("gimp=${pkgver}")
+install=gimp-devel.install
+source=(ftp://ftp.gimp.org/pub/gimp/v${pkgver%.*}/gimp-${pkgver}.tar.bz2 
linux.gpl)
+md5sums=('bda95a29c3483b8ff458b06b1543f867'
+ 'bb27bc214261d36484093e857f015f38')
+
+build() {
+  cd "${srcdir}/gimp-${pkgver}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-mp --enable-gimp-console --enable-python --with-libcurl \
+--with-gif-compression=lzw --without-aa --without-gvfs
+  make
+}
+
+#check() {
+#  cd "${srcdir}/gimp-${pkgver}"
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/gimp-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
+  install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
+
+  ln -sf gimp-console-${pkgver%.*}.1.gz 
"${pkgdir}/usr/share/man/man1/gimp-console.1.gz"
+  ln -sf gimprc-${pkgver%.*}.5.gz "${pkgdir}/usr/share/man/man5/gimprc.5.gz"
+  ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz"
+  ln -s gimp-${pkgver%.*}.1.gz "${pkgdir}/usr/share/man/man1/gimp.1.gz"
+
+  ln -s gimp-${pkgver%.*} "${pkgdir}/usr/bin/gimp"
+  ln -s gimp-console-${pkgver%.*} "${pkgdir}/usr/bin/gimp-console"
+  ln -s gimptool-2.0 "${pkgdir}/usr/bin/gimptool"
+}

Copied: gimp-devel/repos/testing-x86_64/gimp-devel.install (from rev 148047, 
gimp-devel/repos/staging-x86_64/gimp-devel.install)
===
--- testing-x86_64/gimp-devel.install   (rev 0)
+++ testing-x86_64/gimp-devel.install   2012-01-30 18:46:27 UTC (rev 148119)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gimp-devel/repos/testing-x86_64/linux.gpl (from rev 148047, 
gimp-devel/repos/staging-x86_64/linux.gpl)
===
--- testing-x86_64/linux.gpl(rev 0)
+++ testing-x86_64/linux.gpl2012-01-30 18:46:27 UTC (rev 148119)
@@ -0,0 +1,19 @@
+GIMP Palette
+Name: linux
+#
+  0   0   0
+  0   0 170
+  0 170   0
+  0 170 170
+170   0   0
+170   0 170
+170  85   0
+170 170 170
+ 85  85  85
+ 85  85 255
+ 85 255  85
+ 85 255 255
+255  85  85
+255  85 255
+255 255  85
+255 255 255



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:28
  Author: ibiru
Revision: 148120

db-move: moved gimp-ufraw from [staging] to [testing] (i686)

Added:
  gimp-ufraw/repos/testing-i686/
  gimp-ufraw/repos/testing-i686/PKGBUILD
(from rev 148047, gimp-ufraw/repos/staging-i686/PKGBUILD)
  gimp-ufraw/repos/testing-i686/gimp-ufraw.install
(from rev 148047, gimp-ufraw/repos/staging-i686/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/staging-i686/

+
 PKGBUILD   |   34 ++
 gimp-ufraw.install |   11 +++
 2 files changed, 45 insertions(+)

Copied: gimp-ufraw/repos/testing-i686/PKGBUILD (from rev 148047, 
gimp-ufraw/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:28 UTC (rev 148120)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=4
+pkgdesc="Standalone or gimp plugin converter for raw files"
+url="http://ufraw.sourceforge.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+
+build() {
+  cd "${srcdir}/ufraw-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp
+  sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/ufraw-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dcraw"
+}

Copied: gimp-ufraw/repos/testing-i686/gimp-ufraw.install (from rev 148047, 
gimp-ufraw/repos/staging-i686/gimp-ufraw.install)
===
--- testing-i686/gimp-ufraw.install (rev 0)
+++ testing-i686/gimp-ufraw.install 2012-01-30 18:46:28 UTC (rev 148120)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:29
  Author: ibiru
Revision: 148121

db-move: moved gimp-ufraw from [staging] to [testing] (x86_64)

Added:
  gimp-ufraw/repos/testing-x86_64/
  gimp-ufraw/repos/testing-x86_64/PKGBUILD
(from rev 148047, gimp-ufraw/repos/staging-x86_64/PKGBUILD)
  gimp-ufraw/repos/testing-x86_64/gimp-ufraw.install
(from rev 148047, gimp-ufraw/repos/staging-x86_64/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/staging-x86_64/

+
 PKGBUILD   |   34 ++
 gimp-ufraw.install |   11 +++
 2 files changed, 45 insertions(+)

Copied: gimp-ufraw/repos/testing-x86_64/PKGBUILD (from rev 148047, 
gimp-ufraw/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:29 UTC (rev 148121)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=4
+pkgdesc="Standalone or gimp plugin converter for raw files"
+url="http://ufraw.sourceforge.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+
+build() {
+  cd "${srcdir}/ufraw-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp
+  sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/ufraw-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dcraw"
+}

Copied: gimp-ufraw/repos/testing-x86_64/gimp-ufraw.install (from rev 148047, 
gimp-ufraw/repos/staging-x86_64/gimp-ufraw.install)
===
--- testing-x86_64/gimp-ufraw.install   (rev 0)
+++ testing-x86_64/gimp-ufraw.install   2012-01-30 18:46:29 UTC (rev 148121)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



[arch-commits] Commit in glade-perl/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:30
  Author: ibiru
Revision: 148122

db-move: moved glade-perl from [staging] to [testing] (i686)

Added:
  glade-perl/repos/testing-i686/
  glade-perl/repos/testing-i686/PKGBUILD
(from rev 148047, glade-perl/repos/staging-i686/PKGBUILD)
Deleted:
  glade-perl/repos/staging-i686/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: glade-perl/repos/testing-i686/PKGBUILD (from rev 148047, 
glade-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:30 UTC (rev 148122)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=glade-perl
+_realname=Gtk2-GladeXML
+pkgver=1.007
+pkgrel=5
+pkgdesc="Gtk2-GladeXML perl bindings for glade 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('libglade' 'gtk2-perl' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6ca234e2a9f0221263acd2a593c583b')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in glade-perl/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:31
  Author: ibiru
Revision: 148123

db-move: moved glade-perl from [staging] to [testing] (x86_64)

Added:
  glade-perl/repos/testing-x86_64/
  glade-perl/repos/testing-x86_64/PKGBUILD
(from rev 148047, glade-perl/repos/staging-x86_64/PKGBUILD)
Deleted:
  glade-perl/repos/staging-x86_64/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: glade-perl/repos/testing-x86_64/PKGBUILD (from rev 148047, 
glade-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:31 UTC (rev 148123)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=glade-perl
+_realname=Gtk2-GladeXML
+pkgver=1.007
+pkgrel=5
+pkgdesc="Gtk2-GladeXML perl bindings for glade 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('libglade' 'gtk2-perl' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6ca234e2a9f0221263acd2a593c583b')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in glhack/repos (5 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:33
  Author: ibiru
Revision: 148124

db-move: moved glhack from [staging] to [testing] (i686)

Added:
  glhack/repos/testing-i686/
  glhack/repos/testing-i686/PKGBUILD
(from rev 148047, glhack/repos/staging-i686/PKGBUILD)
  glhack/repos/testing-i686/glhack-libpng15.patch
(from rev 148047, glhack/repos/staging-i686/glhack-libpng15.patch)
  glhack/repos/testing-i686/glhack.install
(from rev 148047, glhack/repos/staging-i686/glhack.install)
Deleted:
  glhack/repos/staging-i686/

---+
 PKGBUILD  |   54 
 glhack-libpng15.patch |   11 +
 glhack.install|   24 +
 3 files changed, 89 insertions(+)

Copied: glhack/repos/testing-i686/PKGBUILD (from rev 148047, 
glhack/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:33 UTC (rev 148124)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=glhack
+pkgver=1.2
+pkgrel=6
+pkgdesc="A port of Nethack, a single player dungeon exploration game in 2D"
+arch=('i686' 'x86_64')
+url="http://glhack.sourceforge.net/";
+license=('custom')
+depends=('sdl' 'libpng' 'libgl')
+makedepends=('mesa')
+options=('!makeflags')
+install=glhack.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
 glhack-libpng15.patch)
+sha1sums=('7dc46e6bd4a3c2ec10ab4d314acfbb30cefc6eae'
+  '4cf1a13e76cc1f1eb3708d42c74b85b7f321092d')
+
+build(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i ../glhack-libpng15.patch
+  sed -i 's|/usr/lib/games|/usr/share|' include/config.h
+  sed -i 's|/var/lib/games/glhack|/var/games/glhack|' include/unixconf.h
+  sed -i -e 's|PREFIX   = /usr|PREFIX   = $(DESTDIR)/usr|' Makefile
+  sed -i -e 's|VARDIR   = /var/lib/games/glhack|VARDIR   = 
$(DESTDIR)/var/games/glhack|' Makefile
+  sed -i -e 's|/usr/man/man6|$(DESTDIR)/usr/share/man/man6|' doc/Makefile
+  sed -i -e 's|GAMEDIR  = $(PREFIX)/lib/games/$(GAME)|GAMEDIR  = 
$(PREFIX)/share/$(GAME)|' Makefile
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -d "${pkgdir}"/usr/share/man/man{5,6}
+  make DESTDIR="$pkgdir" install
+  install -D -m644 dat/license 
"${pkgdir}/usr/share/licenses/${pkgname}/license"
+
+# Renaming man pages which conflicts with nethack
+  cd "${pkgdir}/usr/share/man/man6"
+  for manpage in dgn_comp dlb lev_comp nethack recover; do
+mv $manpage.6 $manpage-glhack.6
+  done
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mv "${pkgdir}/usr/share/glhack/glhack" "${pkgdir}/usr/bin/glhack"
+  mv "${pkgdir}/usr/share/glhack/recover_glhack" 
"${pkgdir}/usr/bin/recover_glhack"
+
+  chown -R root:root "${pkgdir}/usr/share/glhack"
+
+  rm -r "${pkgdir}"/var/games/glhack
+  install -d "${pkgdir}/var/games/glhack/save"
+  chmod -R 775 "${pkgdir}/var/games"
+  chown -R root:games "${pkgdir}/var/games"
+}

Copied: glhack/repos/testing-i686/glhack-libpng15.patch (from rev 148047, 
glhack/repos/staging-i686/glhack-libpng15.patch)
===
--- testing-i686/glhack-libpng15.patch  (rev 0)
+++ testing-i686/glhack-libpng15.patch  2012-01-30 18:46:33 UTC (rev 148124)
@@ -0,0 +1,11 @@
+--- win/gl/gl_image.c.old  2012-01-19 04:01:26.0 -0500
 win/gl/gl_image.c  2012-01-19 04:03:04.0 -0500
+@@ -486,7 +486,7 @@
+   /* set error handling since we are using the setjmp/longjmp method
+* (this is the normal method of doing things with libpng).
+*/
+-  if (setjmp(png_ptr->jmpbuf))
++  if (setjmp(png_jmpbuf(png_ptr)))
+   {
+ sdlgl_warning("Problem within LibPNG (unknown)\n");
+ goto failed;

Copied: glhack/repos/testing-i686/glhack.install (from rev 148047, 
glhack/repos/staging-i686/glhack.install)
===
--- testing-i686/glhack.install (rev 0)
+++ testing-i686/glhack.install 2012-01-30 18:46:33 UTC (rev 148124)
@@ -0,0 +1,24 @@
+post_install() {
+  touch var/games/glhack/{record,perm,logfile}
+  chown root:games var/games/glhack/{record,perm,logfile}
+  chmod 664 var/games/glhack/{record,perm,logfile}
+}
+
+pre_upgrade() {
+  install -d -m775 var/games/glhack
+  chown root:games var/games/glhack
+  [ -e usr/share/glhack/record ] && cp usr/share/glhack/record var/games/glhack
+  [ -e usr/share/glhack/perm ] && cp usr/share/glhack/perm var/games/glhack
+  [ -e usr/share/glhack/logfile ] && cp usr/share/glhack/logfile 
var/games/glhack
+  if [ -d usr/share/glhack/save ]; then
+chmod g-s usr/share/glhack/save
+mv usr/share/glhack/save var/games/glhack
+  else
+install -d -m775 var/games/glhack/save
+  fi
+  chown root:games var/games/glhack/save
+}
+
+post_upgrade() {
+  post_install
+}



[arch-commits] Commit in glhack/repos (5 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:34
  Author: ibiru
Revision: 148125

db-move: moved glhack from [staging] to [testing] (x86_64)

Added:
  glhack/repos/testing-x86_64/
  glhack/repos/testing-x86_64/PKGBUILD
(from rev 148047, glhack/repos/staging-x86_64/PKGBUILD)
  glhack/repos/testing-x86_64/glhack-libpng15.patch
(from rev 148047, glhack/repos/staging-x86_64/glhack-libpng15.patch)
  glhack/repos/testing-x86_64/glhack.install
(from rev 148047, glhack/repos/staging-x86_64/glhack.install)
Deleted:
  glhack/repos/staging-x86_64/

---+
 PKGBUILD  |   54 
 glhack-libpng15.patch |   11 +
 glhack.install|   24 +
 3 files changed, 89 insertions(+)

Copied: glhack/repos/testing-x86_64/PKGBUILD (from rev 148047, 
glhack/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:34 UTC (rev 148125)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=glhack
+pkgver=1.2
+pkgrel=6
+pkgdesc="A port of Nethack, a single player dungeon exploration game in 2D"
+arch=('i686' 'x86_64')
+url="http://glhack.sourceforge.net/";
+license=('custom')
+depends=('sdl' 'libpng' 'libgl')
+makedepends=('mesa')
+options=('!makeflags')
+install=glhack.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
 glhack-libpng15.patch)
+sha1sums=('7dc46e6bd4a3c2ec10ab4d314acfbb30cefc6eae'
+  '4cf1a13e76cc1f1eb3708d42c74b85b7f321092d')
+
+build(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i ../glhack-libpng15.patch
+  sed -i 's|/usr/lib/games|/usr/share|' include/config.h
+  sed -i 's|/var/lib/games/glhack|/var/games/glhack|' include/unixconf.h
+  sed -i -e 's|PREFIX   = /usr|PREFIX   = $(DESTDIR)/usr|' Makefile
+  sed -i -e 's|VARDIR   = /var/lib/games/glhack|VARDIR   = 
$(DESTDIR)/var/games/glhack|' Makefile
+  sed -i -e 's|/usr/man/man6|$(DESTDIR)/usr/share/man/man6|' doc/Makefile
+  sed -i -e 's|GAMEDIR  = $(PREFIX)/lib/games/$(GAME)|GAMEDIR  = 
$(PREFIX)/share/$(GAME)|' Makefile
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -d "${pkgdir}"/usr/share/man/man{5,6}
+  make DESTDIR="$pkgdir" install
+  install -D -m644 dat/license 
"${pkgdir}/usr/share/licenses/${pkgname}/license"
+
+# Renaming man pages which conflicts with nethack
+  cd "${pkgdir}/usr/share/man/man6"
+  for manpage in dgn_comp dlb lev_comp nethack recover; do
+mv $manpage.6 $manpage-glhack.6
+  done
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mv "${pkgdir}/usr/share/glhack/glhack" "${pkgdir}/usr/bin/glhack"
+  mv "${pkgdir}/usr/share/glhack/recover_glhack" 
"${pkgdir}/usr/bin/recover_glhack"
+
+  chown -R root:root "${pkgdir}/usr/share/glhack"
+
+  rm -r "${pkgdir}"/var/games/glhack
+  install -d "${pkgdir}/var/games/glhack/save"
+  chmod -R 775 "${pkgdir}/var/games"
+  chown -R root:games "${pkgdir}/var/games"
+}

Copied: glhack/repos/testing-x86_64/glhack-libpng15.patch (from rev 148047, 
glhack/repos/staging-x86_64/glhack-libpng15.patch)
===
--- testing-x86_64/glhack-libpng15.patch(rev 0)
+++ testing-x86_64/glhack-libpng15.patch2012-01-30 18:46:34 UTC (rev 
148125)
@@ -0,0 +1,11 @@
+--- win/gl/gl_image.c.old  2012-01-19 04:01:26.0 -0500
 win/gl/gl_image.c  2012-01-19 04:03:04.0 -0500
+@@ -486,7 +486,7 @@
+   /* set error handling since we are using the setjmp/longjmp method
+* (this is the normal method of doing things with libpng).
+*/
+-  if (setjmp(png_ptr->jmpbuf))
++  if (setjmp(png_jmpbuf(png_ptr)))
+   {
+ sdlgl_warning("Problem within LibPNG (unknown)\n");
+ goto failed;

Copied: glhack/repos/testing-x86_64/glhack.install (from rev 148047, 
glhack/repos/staging-x86_64/glhack.install)
===
--- testing-x86_64/glhack.install   (rev 0)
+++ testing-x86_64/glhack.install   2012-01-30 18:46:34 UTC (rev 148125)
@@ -0,0 +1,24 @@
+post_install() {
+  touch var/games/glhack/{record,perm,logfile}
+  chown root:games var/games/glhack/{record,perm,logfile}
+  chmod 664 var/games/glhack/{record,perm,logfile}
+}
+
+pre_upgrade() {
+  install -d -m775 var/games/glhack
+  chown root:games var/games/glhack
+  [ -e usr/share/glhack/record ] && cp usr/share/glhack/record var/games/glhack
+  [ -e usr/share/glhack/perm ] && cp usr/share/glhack/perm var/games/glhack
+  [ -e usr/share/glhack/logfile ] && cp usr/share/glhack/logfile 
var/games/glhack
+  if [ -d usr/share/glhack/save ]; then
+chmod g-s usr/share/glhack/save
+mv usr/share/glhack/save var/games/glhack
+  else
+install -d -m775 var/games/glhack/save
+  fi
+  chown root:games var/games/glhack/save
+}

[arch-commits] Commit in gnomecanvas-perl/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:35
  Author: ibiru
Revision: 148126

db-move: moved gnomecanvas-perl from [staging] to [testing] (i686)

Added:
  gnomecanvas-perl/repos/testing-i686/
  gnomecanvas-perl/repos/testing-i686/PKGBUILD
(from rev 148047, gnomecanvas-perl/repos/staging-i686/PKGBUILD)
Deleted:
  gnomecanvas-perl/repos/staging-i686/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: gnomecanvas-perl/repos/testing-i686/PKGBUILD (from rev 148047, 
gnomecanvas-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:35 UTC (rev 148126)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnomecanvas-perl
+_realname=Gnome2-Canvas
+pkgver=1.002
+pkgrel=9
+pkgdesc="Gnome2-Canvas perl bindings for libgnomecanvas"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'libgnomecanvas' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('93405a987ba4bbd03c2f91592b88f5cb')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in gnomecanvas-perl/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:36
  Author: ibiru
Revision: 148127

db-move: moved gnomecanvas-perl from [staging] to [testing] (x86_64)

Added:
  gnomecanvas-perl/repos/testing-x86_64/
  gnomecanvas-perl/repos/testing-x86_64/PKGBUILD
(from rev 148047, gnomecanvas-perl/repos/staging-x86_64/PKGBUILD)
Deleted:
  gnomecanvas-perl/repos/staging-x86_64/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: gnomecanvas-perl/repos/testing-x86_64/PKGBUILD (from rev 148047, 
gnomecanvas-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:36 UTC (rev 148127)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnomecanvas-perl
+_realname=Gnome2-Canvas
+pkgver=1.002
+pkgrel=9
+pkgdesc="Gnome2-Canvas perl bindings for libgnomecanvas"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'libgnomecanvas' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('93405a987ba4bbd03c2f91592b88f5cb')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in gnome-color-manager/repos (4 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:37
  Author: ibiru
Revision: 148128

db-move: moved gnome-color-manager from [staging] to [testing] (i686)

Added:
  gnome-color-manager/repos/testing-i686/
  gnome-color-manager/repos/testing-i686/PKGBUILD
(from rev 148047, gnome-color-manager/repos/staging-i686/PKGBUILD)
  gnome-color-manager/repos/testing-i686/gnome-color-manager.install
(from rev 148047, 
gnome-color-manager/repos/staging-i686/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/staging-i686/

-+
 PKGBUILD|   36 
 gnome-color-manager.install |   19 +++
 2 files changed, 55 insertions(+)

Copied: gnome-color-manager/repos/testing-i686/PKGBUILD (from rev 148047, 
gnome-color-manager/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:37 UTC (rev 148128)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-color-manager
+pkgver=3.2.2
+pkgrel=2
+pkgdesc="Color profile manager for the GNOME desktop"
+arch=(i686 x86_64)
+url="http://projects.gnome.org/gnome-color-manager/";
+license=(GPL2)
+depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk' 'mash' 'shared-color-profiles' 
'shared-color-targets')
+makedepends=('intltool' 'gtk-doc')
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4898fe8c29761d8dc0859c4a3a1bf725d3b80d552caab1225202f6030a118d9a')
+
+build(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager \
+  --disable-static --disable-man-pages
+
+  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() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-color-manager/repos/testing-i686/gnome-color-manager.install 
(from rev 148047, 
gnome-color-manager/repos/staging-i686/gnome-color-manager.install)
===
--- testing-i686/gnome-color-manager.install(rev 0)
+++ testing-i686/gnome-color-manager.install2012-01-30 18:46:37 UTC (rev 
148128)
@@ -0,0 +1,19 @@
+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
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall gnome-color-manager
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in gnome-color-manager/repos (4 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:38
  Author: ibiru
Revision: 148129

db-move: moved gnome-color-manager from [staging] to [testing] (x86_64)

Added:
  gnome-color-manager/repos/testing-x86_64/
  gnome-color-manager/repos/testing-x86_64/PKGBUILD
(from rev 148047, gnome-color-manager/repos/staging-x86_64/PKGBUILD)
  gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install
(from rev 148047, 
gnome-color-manager/repos/staging-x86_64/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/staging-x86_64/

-+
 PKGBUILD|   36 
 gnome-color-manager.install |   19 +++
 2 files changed, 55 insertions(+)

Copied: gnome-color-manager/repos/testing-x86_64/PKGBUILD (from rev 148047, 
gnome-color-manager/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:38 UTC (rev 148129)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-color-manager
+pkgver=3.2.2
+pkgrel=2
+pkgdesc="Color profile manager for the GNOME desktop"
+arch=(i686 x86_64)
+url="http://projects.gnome.org/gnome-color-manager/";
+license=(GPL2)
+depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk' 'mash' 'shared-color-profiles' 
'shared-color-targets')
+makedepends=('intltool' 'gtk-doc')
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4898fe8c29761d8dc0859c4a3a1bf725d3b80d552caab1225202f6030a118d9a')
+
+build(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager \
+  --disable-static --disable-man-pages
+
+  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() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install 
(from rev 148047, 
gnome-color-manager/repos/staging-x86_64/gnome-color-manager.install)
===
--- testing-x86_64/gnome-color-manager.install  (rev 0)
+++ testing-x86_64/gnome-color-manager.install  2012-01-30 18:46:38 UTC (rev 
148129)
@@ -0,0 +1,19 @@
+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
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall gnome-color-manager
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in gnome-desktop2/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:39
  Author: ibiru
Revision: 148130

db-move: moved gnome-desktop2 from [staging] to [testing] (i686)

Added:
  gnome-desktop2/repos/testing-i686/
  gnome-desktop2/repos/testing-i686/PKGBUILD
(from rev 148047, gnome-desktop2/repos/staging-i686/PKGBUILD)
Deleted:
  gnome-desktop2/repos/staging-i686/

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: gnome-desktop2/repos/testing-i686/PKGBUILD (from rev 148047, 
gnome-desktop2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:39 UTC (rev 148130)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor:  Jan de Groot 
+
+_pkgname=gnome-desktop
+pkgname=${_pkgname}2
+pkgver=2.32.1
+pkgrel=2
+pkgdesc="Library with common API for various GNOME modules (legacy version)"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gconf gtk2 startup-notification)
+makedepends=(gnome-doc-utils intltool)
+url="http://www.gnome.org";
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('55cbecf67efe1fa1e57ac966520a7c46d799c8ba3c652a1219f60cafccb3739d')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-gnome-distributor="Archlinux" \
+  --disable-scrollkeeper \
+  --disable-gnome-about --disable-desktop-docs
+
+  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() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in fontforge/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:48
  Author: ibiru
Revision: 148100

db-move: moved fontforge from [staging] to [testing] (i686)

Added:
  fontforge/repos/testing-i686/
  fontforge/repos/testing-i686/PKGBUILD
(from rev 148047, fontforge/repos/staging-i686/PKGBUILD)
Deleted:
  fontforge/repos/staging-i686/

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

Copied: fontforge/repos/testing-i686/PKGBUILD (from rev 148047, 
fontforge/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:48 UTC (rev 148100)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Belanger 
+# Contributor: William Rea 
+
+pkgname=fontforge
+pkgver=20120119
+pkgrel=1
+pkgdesc='Outline and bitmap font editor'
+arch=('i686' 'x86_64')
+url='http://fontforge.sourceforge.net/'
+license=('BSD')
+depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro')
+options=('!libtool' '!makeflags')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('2c363af075e77bf35d21ee1939e3d6ab39a9f80c')
+
+# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > 
../${pkgname}-${pkgver}.tar.xz
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i 's/python /python2 /g' Makefile.dynamic.in
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-type3 \
+   --enable-devicetables \
+   --enable-double \
+   --with-regular-link \
+   --with-python=python2 \
+   --enable-pyextension \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in fontforge/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:51
  Author: ibiru
Revision: 148101

db-move: moved fontforge from [staging] to [testing] (x86_64)

Added:
  fontforge/repos/testing-x86_64/
  fontforge/repos/testing-x86_64/PKGBUILD
(from rev 148047, fontforge/repos/staging-x86_64/PKGBUILD)
Deleted:
  fontforge/repos/staging-x86_64/

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

Copied: fontforge/repos/testing-x86_64/PKGBUILD (from rev 148047, 
fontforge/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:51 UTC (rev 148101)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Belanger 
+# Contributor: William Rea 
+
+pkgname=fontforge
+pkgver=20120119
+pkgrel=1
+pkgdesc='Outline and bitmap font editor'
+arch=('i686' 'x86_64')
+url='http://fontforge.sourceforge.net/'
+license=('BSD')
+depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro')
+options=('!libtool' '!makeflags')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('2c363af075e77bf35d21ee1939e3d6ab39a9f80c')
+
+# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > 
../${pkgname}-${pkgver}.tar.xz
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i 's/python /python2 /g' Makefile.dynamic.in
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-type3 \
+   --enable-devicetables \
+   --enable-double \
+   --with-regular-link \
+   --with-python=python2 \
+   --enable-pyextension \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:53
  Author: ibiru
Revision: 148102

db-move: moved fvwm from [staging] to [testing] (i686)

Added:
  fvwm/repos/testing-i686/
  fvwm/repos/testing-i686/PKGBUILD
(from rev 148047, fvwm/repos/staging-i686/PKGBUILD)
  fvwm/repos/testing-i686/fvwm.desktop
(from rev 148047, fvwm/repos/staging-i686/fvwm.desktop)
Deleted:
  fvwm/repos/staging-i686/

--+
 PKGBUILD |   33 +
 fvwm.desktop |7 +++
 2 files changed, 40 insertions(+)

Copied: fvwm/repos/testing-i686/PKGBUILD (from rev 148047, 
fvwm/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:53 UTC (rev 148102)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fvwm
+pkgver=2.6.3
+pkgrel=2
+pkgdesc="A multiple large virtual desktop window manager originally derived 
from twm"
+arch=('i686' 'x86_64')
+url="http://www.fvwm.org";
+license=('GPL' 'custom')
+depends=('imlib' 'fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 
'libxcursor')
+makedepends=('libxslt')
+provides=('fvwm-devel')
+conflicts=('fvwm-devel')
+replaces=('fvwm-devel')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.fvwm.org/pub/fvwm/version-${pkgver%%.*}/${pkgname}-${pkgver}.tar.bz2
 fvwm.desktop)
+sha1sums=('7a04dae0e4a17f4d908589e704b48246b7c05e39'
+  '6fd8fd767f32f88cc8b4743a2ba49bcfcdb32bcb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib 
--with-stroke-library
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 
sample.fvwmrc/{decor_examples,DecorMwm,DecorWin95,new-features,system.*} 
"${pkgdir}/usr/share/doc/fvwm"
+  install -D -m644 ../fvwm.desktop "${pkgdir}/usr/share/xsessions/fvwm.desktop"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: fvwm/repos/testing-i686/fvwm.desktop (from rev 148047, 
fvwm/repos/staging-i686/fvwm.desktop)
===
--- testing-i686/fvwm.desktop   (rev 0)
+++ testing-i686/fvwm.desktop   2012-01-30 18:45:53 UTC (rev 148102)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=FVWM
+Comment=The fvwm window manager
+Type=XSession
+Exec=/usr/bin/fvwm
+TryExec=/usr/bin/fvwm



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:55
  Author: ibiru
Revision: 148103

db-move: moved fvwm from [staging] to [testing] (x86_64)

Added:
  fvwm/repos/testing-x86_64/
  fvwm/repos/testing-x86_64/PKGBUILD
(from rev 148047, fvwm/repos/staging-x86_64/PKGBUILD)
  fvwm/repos/testing-x86_64/fvwm.desktop
(from rev 148047, fvwm/repos/staging-x86_64/fvwm.desktop)
Deleted:
  fvwm/repos/staging-x86_64/

--+
 PKGBUILD |   33 +
 fvwm.desktop |7 +++
 2 files changed, 40 insertions(+)

Copied: fvwm/repos/testing-x86_64/PKGBUILD (from rev 148047, 
fvwm/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:55 UTC (rev 148103)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fvwm
+pkgver=2.6.3
+pkgrel=2
+pkgdesc="A multiple large virtual desktop window manager originally derived 
from twm"
+arch=('i686' 'x86_64')
+url="http://www.fvwm.org";
+license=('GPL' 'custom')
+depends=('imlib' 'fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 
'libxcursor')
+makedepends=('libxslt')
+provides=('fvwm-devel')
+conflicts=('fvwm-devel')
+replaces=('fvwm-devel')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.fvwm.org/pub/fvwm/version-${pkgver%%.*}/${pkgname}-${pkgver}.tar.bz2
 fvwm.desktop)
+sha1sums=('7a04dae0e4a17f4d908589e704b48246b7c05e39'
+  '6fd8fd767f32f88cc8b4743a2ba49bcfcdb32bcb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib 
--with-stroke-library
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 
sample.fvwmrc/{decor_examples,DecorMwm,DecorWin95,new-features,system.*} 
"${pkgdir}/usr/share/doc/fvwm"
+  install -D -m644 ../fvwm.desktop "${pkgdir}/usr/share/xsessions/fvwm.desktop"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: fvwm/repos/testing-x86_64/fvwm.desktop (from rev 148047, 
fvwm/repos/staging-x86_64/fvwm.desktop)
===
--- testing-x86_64/fvwm.desktop (rev 0)
+++ testing-x86_64/fvwm.desktop 2012-01-30 18:45:55 UTC (rev 148103)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=FVWM
+Comment=The fvwm window manager
+Type=XSession
+Exec=/usr/bin/fvwm
+TryExec=/usr/bin/fvwm



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:58
  Author: ibiru
Revision: 148104

db-move: moved gd from [staging] to [testing] (i686)

Added:
  gd/repos/testing-i686/
  gd/repos/testing-i686/PKGBUILD
(from rev 148047, gd/repos/staging-i686/PKGBUILD)
  gd/repos/testing-i686/libpng14.patch
(from rev 148047, gd/repos/staging-i686/libpng14.patch)
Deleted:
  gd/repos/staging-i686/

+
 PKGBUILD   |   31 +++
 libpng14.patch |   12 
 2 files changed, 43 insertions(+)

Copied: gd/repos/testing-i686/PKGBUILD (from rev 148047, 
gd/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:58 UTC (rev 148104)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Belanger 
+
+pkgname=gd
+pkgver=2.0.36RC1
+pkgrel=5
+pkgdesc="Library for the dynamic creation of images by programmers"
+arch=('i686' 'x86_64')
+url="http://www.libgd.org/";
+license=('custom')
+depends=('libpng' 'fontconfig' 'libjpeg')
+optdepends=('perl: bdftogd script')
+options=('!libtool')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'libpng14.patch')
+md5sums=('e876979ca3130623a4e7866d9579171a'
+ '7921556f4960e8d66cf4fb67ea7101b5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i ${srcdir}/libpng14.patch
+  ./configure --prefix=/usr --without-xpm
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: gd/repos/testing-i686/libpng14.patch (from rev 148047, 
gd/repos/staging-i686/libpng14.patch)
===
--- testing-i686/libpng14.patch (rev 0)
+++ testing-i686/libpng14.patch 2012-01-30 18:45:58 UTC (rev 148104)
@@ -0,0 +1,12 @@
+diff -Nur gd-2.0.36RC1.orig/gd_png.c gd-2.0.36RC1/gd_png.c
+--- gd-2.0.36RC1.orig/gd_png.c 2007-11-27 10:30:34.0 +0200
 gd-2.0.36RC1/gd_png.c  2010-01-17 17:14:11.0 +0200
+@@ -151,7 +151,7 @@
+   return NULL;
+   }
+ 
+-  if (!png_check_sig (sig, 8)) { /* bad signature */
++  if (png_sig_cmp (sig, 0, 8)) { /* bad signature */
+   return NULL;/* bad signature */
+   }
+ 



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:00
  Author: ibiru
Revision: 148105

db-move: moved gd from [staging] to [testing] (x86_64)

Added:
  gd/repos/testing-x86_64/
  gd/repos/testing-x86_64/PKGBUILD
(from rev 148047, gd/repos/staging-x86_64/PKGBUILD)
  gd/repos/testing-x86_64/libpng14.patch
(from rev 148047, gd/repos/staging-x86_64/libpng14.patch)
Deleted:
  gd/repos/staging-x86_64/

+
 PKGBUILD   |   31 +++
 libpng14.patch |   12 
 2 files changed, 43 insertions(+)

Copied: gd/repos/testing-x86_64/PKGBUILD (from rev 148047, 
gd/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:00 UTC (rev 148105)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Belanger 
+
+pkgname=gd
+pkgver=2.0.36RC1
+pkgrel=5
+pkgdesc="Library for the dynamic creation of images by programmers"
+arch=('i686' 'x86_64')
+url="http://www.libgd.org/";
+license=('custom')
+depends=('libpng' 'fontconfig' 'libjpeg')
+optdepends=('perl: bdftogd script')
+options=('!libtool')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'libpng14.patch')
+md5sums=('e876979ca3130623a4e7866d9579171a'
+ '7921556f4960e8d66cf4fb67ea7101b5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i ${srcdir}/libpng14.patch
+  ./configure --prefix=/usr --without-xpm
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: gd/repos/testing-x86_64/libpng14.patch (from rev 148047, 
gd/repos/staging-x86_64/libpng14.patch)
===
--- testing-x86_64/libpng14.patch   (rev 0)
+++ testing-x86_64/libpng14.patch   2012-01-30 18:46:00 UTC (rev 148105)
@@ -0,0 +1,12 @@
+diff -Nur gd-2.0.36RC1.orig/gd_png.c gd-2.0.36RC1/gd_png.c
+--- gd-2.0.36RC1.orig/gd_png.c 2007-11-27 10:30:34.0 +0200
 gd-2.0.36RC1/gd_png.c  2010-01-17 17:14:11.0 +0200
+@@ -151,7 +151,7 @@
+   return NULL;
+   }
+ 
+-  if (!png_check_sig (sig, 8)) { /* bad signature */
++  if (png_sig_cmp (sig, 0, 8)) { /* bad signature */
+   return NULL;/* bad signature */
+   }
+ 



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:03
  Author: ibiru
Revision: 148106

db-move: moved gdk-pixbuf2 from [staging] to [testing] (i686)

Added:
  gdk-pixbuf2/repos/testing-i686/
  gdk-pixbuf2/repos/testing-i686/PKGBUILD
(from rev 148047, gdk-pixbuf2/repos/staging-i686/PKGBUILD)
  gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install
(from rev 148047, gdk-pixbuf2/repos/staging-i686/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/staging-i686/

-+
 PKGBUILD|   33 +
 gdk-pixbuf2.install |   11 +++
 2 files changed, 44 insertions(+)

Copied: gdk-pixbuf2/repos/testing-i686/PKGBUILD (from rev 148047, 
gdk-pixbuf2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:03 UTC (rev 148106)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=gdk-pixbuf2
+pkgver=2.24.1
+pkgrel=2
+pkgdesc="An image loading library"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/";
+license=('GPL2')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11')
+makedepends=('gtk-doc' 'gobject-introspection')
+options=('!libtool')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/2.24/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('da7a3f00db360913716368e19e336402755cafa93769f3cfa28a969303e4bee1')
+
+build() {
+  cd "$srcdir/gdk-pixbuf-$pkgver"
+
+  ./configure --prefix=/usr \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd "$srcdir/gdk-pixbuf-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install (from rev 148047, 
gdk-pixbuf2/repos/staging-i686/gdk-pixbuf2.install)
===
--- testing-i686/gdk-pixbuf2.install(rev 0)
+++ testing-i686/gdk-pixbuf2.install2012-01-30 18:46:03 UTC (rev 148106)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:05
  Author: ibiru
Revision: 148107

db-move: moved gdk-pixbuf2 from [staging] to [testing] (x86_64)

Added:
  gdk-pixbuf2/repos/testing-x86_64/
  gdk-pixbuf2/repos/testing-x86_64/PKGBUILD
(from rev 148047, gdk-pixbuf2/repos/staging-x86_64/PKGBUILD)
  gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install
(from rev 148047, gdk-pixbuf2/repos/staging-x86_64/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/staging-x86_64/

-+
 PKGBUILD|   33 +
 gdk-pixbuf2.install |   11 +++
 2 files changed, 44 insertions(+)

Copied: gdk-pixbuf2/repos/testing-x86_64/PKGBUILD (from rev 148047, 
gdk-pixbuf2/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:05 UTC (rev 148107)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=gdk-pixbuf2
+pkgver=2.24.1
+pkgrel=2
+pkgdesc="An image loading library"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/";
+license=('GPL2')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11')
+makedepends=('gtk-doc' 'gobject-introspection')
+options=('!libtool')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/2.24/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('da7a3f00db360913716368e19e336402755cafa93769f3cfa28a969303e4bee1')
+
+build() {
+  cd "$srcdir/gdk-pixbuf-$pkgver"
+
+  ./configure --prefix=/usr \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd "$srcdir/gdk-pixbuf-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install (from rev 148047, 
gdk-pixbuf2/repos/staging-x86_64/gdk-pixbuf2.install)
===
--- testing-x86_64/gdk-pixbuf2.install  (rev 0)
+++ testing-x86_64/gdk-pixbuf2.install  2012-01-30 18:46:05 UTC (rev 148107)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}



[arch-commits] Commit in gegl/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:07
  Author: ibiru
Revision: 148108

db-move: moved gegl from [staging] to [testing] (i686)

Added:
  gegl/repos/testing-i686/
  gegl/repos/testing-i686/PKGBUILD
(from rev 148047, gegl/repos/staging-i686/PKGBUILD)
Deleted:
  gegl/repos/staging-i686/

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: gegl/repos/testing-i686/PKGBUILD (from rev 148047, 
gegl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:07 UTC (rev 148108)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gegl
+pkgver=0.1.8
+pkgrel=2
+pkgdesc="Graph based image processing framework"
+arch=('i686' 'x86_64')
+url="http://www.gegl.org/";
+license=('GPL3' 'LGPL3')
+depends=('babl' 'gtk2')
+makedepends=('ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 'exiv2')
+optdepends=('openexr: for using the openexr plugin' \
+'ffmpeg: for using the ffmpeg plugin' \
+'librsvg: for using the svg plugin' \
+'jasper: for using the jasper plugin')
+options=('!libtool')
+source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3d4d902580f5c5122b01b5188b6b5da03089ecac')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
+--with-libavformat --with-jasper --disable-docs
+  make
+}
+
+#check() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in gegl/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:09
  Author: ibiru
Revision: 148109

db-move: moved gegl from [staging] to [testing] (x86_64)

Added:
  gegl/repos/testing-x86_64/
  gegl/repos/testing-x86_64/PKGBUILD
(from rev 148047, gegl/repos/staging-x86_64/PKGBUILD)
Deleted:
  gegl/repos/staging-x86_64/

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: gegl/repos/testing-x86_64/PKGBUILD (from rev 148047, 
gegl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:09 UTC (rev 148109)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gegl
+pkgver=0.1.8
+pkgrel=2
+pkgdesc="Graph based image processing framework"
+arch=('i686' 'x86_64')
+url="http://www.gegl.org/";
+license=('GPL3' 'LGPL3')
+depends=('babl' 'gtk2')
+makedepends=('ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 'exiv2')
+optdepends=('openexr: for using the openexr plugin' \
+'ffmpeg: for using the ffmpeg plugin' \
+'librsvg: for using the svg plugin' \
+'jasper: for using the jasper plugin')
+options=('!libtool')
+source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3d4d902580f5c5122b01b5188b6b5da03089ecac')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
+--with-libavformat --with-jasper --disable-docs
+  make
+}
+
+#check() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in ghostscript/repos (7 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:12
  Author: ibiru
Revision: 148110

db-move: moved ghostscript from [staging] to [testing] (i686)

Added:
  ghostscript/repos/testing-i686/
  ghostscript/repos/testing-i686/PKGBUILD
(from rev 148047, ghostscript/repos/staging-i686/PKGBUILD)
  ghostscript/repos/testing-i686/ghostscript-cups-rgbw.patch
(from rev 148047, 
ghostscript/repos/staging-i686/ghostscript-cups-rgbw.patch)
  
ghostscript/repos/testing-i686/ghostscript-gpl-9.04-freetype-underlinking.patch
(from rev 148047, 
ghostscript/repos/staging-i686/ghostscript-gpl-9.04-freetype-underlinking.patch)
  ghostscript/repos/testing-i686/gs_bug691759and691760.diff
(from rev 148047, ghostscript/repos/staging-i686/gs_bug691759and691760.diff)
  ghostscript/repos/testing-i686/svn_rev11948.diff
(from rev 148047, ghostscript/repos/staging-i686/svn_rev11948.diff)
Deleted:
  ghostscript/repos/staging-i686/

--+
 PKGBUILD |   74 +
 ghostscript-cups-rgbw.patch  |  263 +
 ghostscript-gpl-9.04-freetype-underlinking.patch |   12 
 gs_bug691759and691760.diff   |  215 +
 svn_rev11948.diff|   16 +
 5 files changed, 580 insertions(+)

Copied: ghostscript/repos/testing-i686/PKGBUILD (from rev 148047, 
ghostscript/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:12 UTC (rev 148110)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=ghostscript
+pkgver=9.04
+pkgrel=6
+pkgdesc="An interpreter for the PostScript language"
+arch=('i686' 'x86_64')
+license=('GPL3' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 
'libjpeg' 'libtiff>=4.0.0' 'lcms') # 'lcms2' won't get used) # move in libpaper 
from community?
+makedepends=('gtk2' 'gnutls')
+optdepends=('texlive-core:  needed for dvipdf'
+'gtk2:  needed for gsx')
+url="http://www.ghostscript.com/";
+source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
+   ghostscript-cups-rgbw.patch
+   ghostscript-gpl-9.04-freetype-underlinking.patch)
+options=('!libtool' '!makeflags')
+md5sums=('9f6899e821ab6d78ab2c856f10fa3023'
+ 'bc56eb8c5fef0ecf964f6b3e9b7e65ae'
+ 'a1928c3e4459dcfee0aaa4b38fadba57')
+
+build() {
+  cd ${srcdir}/ghostscript-${pkgver}
+  
+  # fix broken color printing https://bugs.archlinux.org/task/25519
+  patch -Np1 -i ${srcdir}/ghostscript-cups-rgbw.patch
+  # fix a linking issue
+  patch -Np1 -i ${srcdir}/ghostscript-gpl-9.04-freetype-underlinking.patch
+  
+  # force it to use system-libs
+  rm -rf jpeg libpng zlib jasper expat tiff lcms freetype 
+  
+  ./configure --prefix=/usr \
+   --enable-dynamic \
+   --with-ijs \
+   --with-jbig2dec \
+   --with-omni \
+   --with-x \
+   --with-drivers=ALL\
+   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
+   --with-install-cups \
+   --enable-fontconfig \
+   --enable-freetype \
+   --without-luratech \
+   --disable-compile-inits #--help # needed for linking with system-zlib
+  make
+
+  # Build IJS
+  cd ${srcdir}/ghostscript-${pkgver}/ijs
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/ghostscript-${pkgver}
+  make DESTDIR=${pkgdir} \
+   cups_serverroot=${pkgdir}/etc/cups \
+   cups_serverbin=${pkgdir}/usr/lib/cups install soinstall
+
+  # install missing doc files # http://bugs.archlinux.org/task/18023
+  install -m 644 
${srcdir}/ghostscript-${pkgver}/doc/{Ps2ps2.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 ${pkgdir}/usr/share/ghostscript/$pkgver/doc/
+  
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  # remove unwanted localized man-pages
+  rm -rf $pkgdir/usr/share/man/[^man1]*
+
+  # install IJS
+  cd ${srcdir}/ghostscript-${pkgver}/ijs
+  make DESTDIR=${pkgdir} install
+}

Copied: ghostscript/repos/testing-i686/ghostscript-cups-rgbw.patch (from rev 
148047, ghostscript/repos/staging-i686/ghostscript-cups-rgbw.patch)
===
--- testing-i686/ghostscript-cups-rgbw.patch(rev 0)
+++ testing-i686/ghostscript-cups-rgbw.patch2012-01-30 18:46:12 UTC (rev 
148110)
@@ -0,0 +1,263 @@
+diff -up ghostscript-9.04/cups/gdevcups.c.cups-rgbw 
ghostscript-9.04/cups/gdevcups.c
+--- ghostscript-9.04/cups/gdevcups.c.cups-rgbw 2011-08-05 12:12:21.0 
+0100
 ghostscript-9.04/cups/gdevcups.c   2011-08-22 10:54:24.614010581 +0100
+@@ -225,6 +225,7 @@ typedef struct gx_device_cups_s
+   unsigned short  EncodeLUT[gx_max_color_value + 1];/* RGB v

[arch-commits] Commit in ghostscript/repos (7 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:15
  Author: ibiru
Revision: 148111

db-move: moved ghostscript from [staging] to [testing] (x86_64)

Added:
  ghostscript/repos/testing-x86_64/
  ghostscript/repos/testing-x86_64/PKGBUILD
(from rev 148047, ghostscript/repos/staging-x86_64/PKGBUILD)
  ghostscript/repos/testing-x86_64/ghostscript-cups-rgbw.patch
(from rev 148047, 
ghostscript/repos/staging-x86_64/ghostscript-cups-rgbw.patch)
  
ghostscript/repos/testing-x86_64/ghostscript-gpl-9.04-freetype-underlinking.patch
(from rev 148047, 
ghostscript/repos/staging-x86_64/ghostscript-gpl-9.04-freetype-underlinking.patch)
  ghostscript/repos/testing-x86_64/gs_bug691759and691760.diff
(from rev 148047, 
ghostscript/repos/staging-x86_64/gs_bug691759and691760.diff)
  ghostscript/repos/testing-x86_64/svn_rev11948.diff
(from rev 148047, ghostscript/repos/staging-x86_64/svn_rev11948.diff)
Deleted:
  ghostscript/repos/staging-x86_64/

--+
 PKGBUILD |   74 +
 ghostscript-cups-rgbw.patch  |  263 +
 ghostscript-gpl-9.04-freetype-underlinking.patch |   12 
 gs_bug691759and691760.diff   |  215 +
 svn_rev11948.diff|   16 +
 5 files changed, 580 insertions(+)

Copied: ghostscript/repos/testing-x86_64/PKGBUILD (from rev 148047, 
ghostscript/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:15 UTC (rev 148111)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=ghostscript
+pkgver=9.04
+pkgrel=6
+pkgdesc="An interpreter for the PostScript language"
+arch=('i686' 'x86_64')
+license=('GPL3' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 
'libjpeg' 'libtiff>=4.0.0' 'lcms') # 'lcms2' won't get used) # move in libpaper 
from community?
+makedepends=('gtk2' 'gnutls')
+optdepends=('texlive-core:  needed for dvipdf'
+'gtk2:  needed for gsx')
+url="http://www.ghostscript.com/";
+source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
+   ghostscript-cups-rgbw.patch
+   ghostscript-gpl-9.04-freetype-underlinking.patch)
+options=('!libtool' '!makeflags')
+md5sums=('9f6899e821ab6d78ab2c856f10fa3023'
+ 'bc56eb8c5fef0ecf964f6b3e9b7e65ae'
+ 'a1928c3e4459dcfee0aaa4b38fadba57')
+
+build() {
+  cd ${srcdir}/ghostscript-${pkgver}
+  
+  # fix broken color printing https://bugs.archlinux.org/task/25519
+  patch -Np1 -i ${srcdir}/ghostscript-cups-rgbw.patch
+  # fix a linking issue
+  patch -Np1 -i ${srcdir}/ghostscript-gpl-9.04-freetype-underlinking.patch
+  
+  # force it to use system-libs
+  rm -rf jpeg libpng zlib jasper expat tiff lcms freetype 
+  
+  ./configure --prefix=/usr \
+   --enable-dynamic \
+   --with-ijs \
+   --with-jbig2dec \
+   --with-omni \
+   --with-x \
+   --with-drivers=ALL\
+   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
+   --with-install-cups \
+   --enable-fontconfig \
+   --enable-freetype \
+   --without-luratech \
+   --disable-compile-inits #--help # needed for linking with system-zlib
+  make
+
+  # Build IJS
+  cd ${srcdir}/ghostscript-${pkgver}/ijs
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/ghostscript-${pkgver}
+  make DESTDIR=${pkgdir} \
+   cups_serverroot=${pkgdir}/etc/cups \
+   cups_serverbin=${pkgdir}/usr/lib/cups install soinstall
+
+  # install missing doc files # http://bugs.archlinux.org/task/18023
+  install -m 644 
${srcdir}/ghostscript-${pkgver}/doc/{Ps2ps2.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 ${pkgdir}/usr/share/ghostscript/$pkgver/doc/
+  
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  # remove unwanted localized man-pages
+  rm -rf $pkgdir/usr/share/man/[^man1]*
+
+  # install IJS
+  cd ${srcdir}/ghostscript-${pkgver}/ijs
+  make DESTDIR=${pkgdir} install
+}

Copied: ghostscript/repos/testing-x86_64/ghostscript-cups-rgbw.patch (from rev 
148047, ghostscript/repos/staging-x86_64/ghostscript-cups-rgbw.patch)
===
--- testing-x86_64/ghostscript-cups-rgbw.patch  (rev 0)
+++ testing-x86_64/ghostscript-cups-rgbw.patch  2012-01-30 18:46:15 UTC (rev 
148111)
@@ -0,0 +1,263 @@
+diff -up ghostscript-9.04/cups/gdevcups.c.cups-rgbw 
ghostscript-9.04/cups/gdevcups.c
+--- ghostscript-9.04/cups/gdevcups.c.cups-rgbw 2011-08-05 12:12:21.0 
+0100
 ghostscript-9.04/cups/gdevcups.c   2011-08-22 10:54:24.614010581 +0100
+@@ -225,6 +225,7 @@ typedef struct gx_device_cups_s
+   unsigned short  EncodeL

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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:17
  Author: ibiru
Revision: 148112

db-move: moved gif2png from [staging] to [testing] (i686)

Added:
  gif2png/repos/testing-i686/
  gif2png/repos/testing-i686/PKGBUILD
(from rev 148047, gif2png/repos/staging-i686/PKGBUILD)
  gif2png/repos/testing-i686/gif2png-2.5.4-libpng15.patch
(from rev 148047, gif2png/repos/staging-i686/gif2png-2.5.4-libpng15.patch)
Deleted:
  gif2png/repos/staging-i686/

--+
 PKGBUILD |   36 ++
 gif2png-2.5.4-libpng15.patch |   43 +
 2 files changed, 79 insertions(+)

Copied: gif2png/repos/testing-i686/PKGBUILD (from rev 148047, 
gif2png/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:17 UTC (rev 148112)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: eric 
+# Contributor: Andrew Rose 
+
+pkgname=gif2png
+pkgver=2.5.4
+pkgrel=3
+pkgdesc="A GIF to PNG image format converter"
+arch=('i686' 'x86_64')
+url="http://www.catb.org/~esr/gif2png/";
+license=('ZLIB')
+depends=('libpng')
+optdepends=('python2: for using web2png')
+source=("http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'gif2png-2.5.4-libpng15.patch')
+md5sums=('d63ea3fc6b6119589e8d4d6fead30df9'
+ 'd4d6d31e04e7448315eae56bb12d4df6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i 's#env python#env python2#' web2png
+  patch -Np0 -i ${srcdir}/gif2png-2.5.4-libpng15.patch
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: gif2png/repos/testing-i686/gif2png-2.5.4-libpng15.patch (from rev 
148047, gif2png/repos/staging-i686/gif2png-2.5.4-libpng15.patch)
===
--- testing-i686/gif2png-2.5.4-libpng15.patch   (rev 0)
+++ testing-i686/gif2png-2.5.4-libpng15.patch   2012-01-30 18:46:17 UTC (rev 
148112)
@@ -0,0 +1,43 @@
+ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/graphics/gif2png/patches/patch-aa
+
+--- gif2png.c
 gif2png.c
+@@ -10,6 +10,7 @@
+ #include 
+ #include 
+ #include/* for isatty() */
++#include 
+ 
+ #if !defined(TRUE)
+ #define FALSE 0
+@@ -120,8 +121,8 @@ int writefile(struct GIFelement *s,struc
+ int colors_used = 0;
+ byte remap[MAXCMSIZE];
+ int low_prec;
+-png_struct *png_ptr = xalloc(sizeof (png_struct));
+-png_info *info_ptr = xalloc(sizeof (png_info));
++png_struct *png_ptr;
++png_info *info_ptr;
+ int p;
+ int gray_bitdepth;
+ png_color pal_rgb[MAXCMSIZE], *pltep;
+@@ -136,6 +137,19 @@ int writefile(struct GIFelement *s,struc
+ png_text software;
+ png_text comment;
+ 
++png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
++if (png_ptr == NULL) {
++  fprintf(stderr, "gif2png: fatal error, out of memory\n");
++  fprintf(stderr, "gif2png: exiting ungracefully\n");
++  exit(1);
++}
++info_ptr = png_create_info_struct(png_ptr);
++if (info_ptr == NULL) {
++  fprintf(stderr, "gif2png: fatal error, out of memory\n");
++  fprintf(stderr, "gif2png: exiting ungracefully\n");
++  exit(1);
++}
++
+ /* these volatile declarations prevent gcc warnings ("variable might be
+  *  clobbered by `longjmp' or `vfork'") */
+ volatile int gray = TRUE;



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:19
  Author: ibiru
Revision: 148113

db-move: moved gif2png from [staging] to [testing] (x86_64)

Added:
  gif2png/repos/testing-x86_64/
  gif2png/repos/testing-x86_64/PKGBUILD
(from rev 148047, gif2png/repos/staging-x86_64/PKGBUILD)
  gif2png/repos/testing-x86_64/gif2png-2.5.4-libpng15.patch
(from rev 148047, gif2png/repos/staging-x86_64/gif2png-2.5.4-libpng15.patch)
Deleted:
  gif2png/repos/staging-x86_64/

--+
 PKGBUILD |   36 ++
 gif2png-2.5.4-libpng15.patch |   43 +
 2 files changed, 79 insertions(+)

Copied: gif2png/repos/testing-x86_64/PKGBUILD (from rev 148047, 
gif2png/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:19 UTC (rev 148113)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: eric 
+# Contributor: Andrew Rose 
+
+pkgname=gif2png
+pkgver=2.5.4
+pkgrel=3
+pkgdesc="A GIF to PNG image format converter"
+arch=('i686' 'x86_64')
+url="http://www.catb.org/~esr/gif2png/";
+license=('ZLIB')
+depends=('libpng')
+optdepends=('python2: for using web2png')
+source=("http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'gif2png-2.5.4-libpng15.patch')
+md5sums=('d63ea3fc6b6119589e8d4d6fead30df9'
+ 'd4d6d31e04e7448315eae56bb12d4df6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i 's#env python#env python2#' web2png
+  patch -Np0 -i ${srcdir}/gif2png-2.5.4-libpng15.patch
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: gif2png/repos/testing-x86_64/gif2png-2.5.4-libpng15.patch (from rev 
148047, gif2png/repos/staging-x86_64/gif2png-2.5.4-libpng15.patch)
===
--- testing-x86_64/gif2png-2.5.4-libpng15.patch (rev 0)
+++ testing-x86_64/gif2png-2.5.4-libpng15.patch 2012-01-30 18:46:19 UTC (rev 
148113)
@@ -0,0 +1,43 @@
+ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/graphics/gif2png/patches/patch-aa
+
+--- gif2png.c
 gif2png.c
+@@ -10,6 +10,7 @@
+ #include 
+ #include 
+ #include/* for isatty() */
++#include 
+ 
+ #if !defined(TRUE)
+ #define FALSE 0
+@@ -120,8 +121,8 @@ int writefile(struct GIFelement *s,struc
+ int colors_used = 0;
+ byte remap[MAXCMSIZE];
+ int low_prec;
+-png_struct *png_ptr = xalloc(sizeof (png_struct));
+-png_info *info_ptr = xalloc(sizeof (png_info));
++png_struct *png_ptr;
++png_info *info_ptr;
+ int p;
+ int gray_bitdepth;
+ png_color pal_rgb[MAXCMSIZE], *pltep;
+@@ -136,6 +137,19 @@ int writefile(struct GIFelement *s,struc
+ png_text software;
+ png_text comment;
+ 
++png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
++if (png_ptr == NULL) {
++  fprintf(stderr, "gif2png: fatal error, out of memory\n");
++  fprintf(stderr, "gif2png: exiting ungracefully\n");
++  exit(1);
++}
++info_ptr = png_create_info_struct(png_ptr);
++if (info_ptr == NULL) {
++  fprintf(stderr, "gif2png: fatal error, out of memory\n");
++  fprintf(stderr, "gif2png: exiting ungracefully\n");
++  exit(1);
++}
++
+ /* these volatile declarations prevent gcc warnings ("variable might be
+  *  clobbered by `longjmp' or `vfork'") */
+ volatile int gray = TRUE;



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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:22
  Author: ibiru
Revision: 148115

db-move: moved gimp from [staging] to [testing] (x86_64)

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

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

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


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

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:21
  Author: ibiru
Revision: 148114

db-move: moved gimp from [staging] to [testing] (i686)

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

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

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


[arch-commits] Commit in gnome-desktop2/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:41
  Author: ibiru
Revision: 148131

db-move: moved gnome-desktop2 from [staging] to [testing] (x86_64)

Added:
  gnome-desktop2/repos/testing-x86_64/
  gnome-desktop2/repos/testing-x86_64/PKGBUILD
(from rev 148047, gnome-desktop2/repos/staging-x86_64/PKGBUILD)
Deleted:
  gnome-desktop2/repos/staging-x86_64/

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: gnome-desktop2/repos/testing-x86_64/PKGBUILD (from rev 148047, 
gnome-desktop2/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:41 UTC (rev 148131)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor:  Jan de Groot 
+
+_pkgname=gnome-desktop
+pkgname=${_pkgname}2
+pkgver=2.32.1
+pkgrel=2
+pkgdesc="Library with common API for various GNOME modules (legacy version)"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gconf gtk2 startup-notification)
+makedepends=(gnome-doc-utils intltool)
+url="http://www.gnome.org";
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('55cbecf67efe1fa1e57ac966520a7c46d799c8ba3c652a1219f60cafccb3739d')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-gnome-distributor="Archlinux" \
+  --disable-scrollkeeper \
+  --disable-gnome-about --disable-desktop-docs
+
+  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() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in gnome-perl/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:42
  Author: ibiru
Revision: 148132

db-move: moved gnome-perl from [staging] to [testing] (i686)

Added:
  gnome-perl/repos/testing-i686/
  gnome-perl/repos/testing-i686/PKGBUILD
(from rev 148047, gnome-perl/repos/staging-i686/PKGBUILD)
Deleted:
  gnome-perl/repos/staging-i686/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: gnome-perl/repos/testing-i686/PKGBUILD (from rev 148047, 
gnome-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:42 UTC (rev 148132)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-perl
+_realname=Gnome2
+pkgver=1.042
+pkgrel=7
+pkgdesc="Perl bindings for libgnome"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gnomecanvas-perl' 'gnome-vfs-perl' 'libgnomeui' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('eb7b624114e45e54e022a633ffc1cce6')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in gnome-python/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:44
  Author: ibiru
Revision: 148134

db-move: moved gnome-python from [staging] to [testing] (i686)

Added:
  gnome-python/repos/testing-i686/
  gnome-python/repos/testing-i686/PKGBUILD
(from rev 148047, gnome-python/repos/staging-i686/PKGBUILD)
Deleted:
  gnome-python/repos/staging-i686/

--+
 PKGBUILD |   69 +
 1 file changed, 69 insertions(+)

Copied: gnome-python/repos/testing-i686/PKGBUILD (from rev 148047, 
gnome-python/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:44 UTC (rev 148134)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgbase=gnome-python
+pkgname=('gnome-python' 'python2-bonobo' 'python2-gconf' 'python2-libgnome' 
'python2-gnomecanvas' 'python2-gnomevfs')
+pkgver=2.28.1
+pkgrel=8
+arch=(i686 x86_64)
+license=('LGPL')
+makedepends=('pygtk' 'pyorbit' 'libgnomeui')
+options=('!libtool')
+url="http://www.pygtk.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python/2.28/gnome-python-${pkgver}.tar.bz2)
+sha256sums=('759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8')
+
+build() {
+cd "${srcdir}/gnome-python-${pkgver}"
+PYTHON=python2 ./configure --prefix=/usr
+make
+}
+
+package_gnome-python() {
+pkgdesc="PyGNOME Python extension module"
+depends=('python2-bonobo' 'python2-gconf' 'python2-libgnome' 
'python2-gnomecanvas' 'python2-gnomevfs')
+
+cd "${srcdir}/gnome-python-${pkgver}"
+make install-pkgconfigDATA DESTDIR="${pkgdir}"
+}
+
+package_python2-bonobo(){
+pkgdesc="Python bindings for interacting with Bonobo"
+depends=('pygtk' 'libbonoboui' 'pyorbit' 'python2-gnomecanvas')
+
+cd "${srcdir}/gnome-python-${pkgver}"
+make -C bonobo install DESTDIR="${pkgdir}"
+}
+
+package_python2-gconf(){
+pkgdesc="Python bindings for interacting with GConf"
+depends=('pygtk' 'gconf')
+
+cd "${srcdir}/gnome-python-${pkgver}"
+make -C gconf install DESTDIR="${pkgdir}"
+}
+
+package_python2-libgnome() {
+pkgdesc="Python bindings for libgnome"
+depends=('pygtk' 'libgnomeui' 'python2-gnomevfs' 'python2-gnomecanvas' 
'python2-bonobo')
+
+cd "${srcdir}/gnome-python-${pkgver}"
+make -C gnome install DESTDIR="${pkgdir}"
+}
+
+package_python2-gnomecanvas() {
+pkgdesc="Python bindings for the GNOME Canvas"
+depends=('pygtk' 'libgnomecanvas')
+
+cd "${srcdir}/gnome-python-${pkgver}"
+make -C gnomecanvas install DESTDIR="${pkgdir}"
+}
+
+package_python2-gnomevfs() {
+pkgdesc="Python bindings for interacting with gnome-vfs"
+depends=('python2' 'libbonobo' 'gnome-vfs')
+
+cd "${srcdir}/gnome-python-${pkgver}"
+make -C gnomevfs install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in gnome-perl/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:43
  Author: ibiru
Revision: 148133

db-move: moved gnome-perl from [staging] to [testing] (x86_64)

Added:
  gnome-perl/repos/testing-x86_64/
  gnome-perl/repos/testing-x86_64/PKGBUILD
(from rev 148047, gnome-perl/repos/staging-x86_64/PKGBUILD)
Deleted:
  gnome-perl/repos/staging-x86_64/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: gnome-perl/repos/testing-x86_64/PKGBUILD (from rev 148047, 
gnome-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:43 UTC (rev 148133)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-perl
+_realname=Gnome2
+pkgver=1.042
+pkgrel=7
+pkgdesc="Perl bindings for libgnome"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gnomecanvas-perl' 'gnome-vfs-perl' 'libgnomeui' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('eb7b624114e45e54e022a633ffc1cce6')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



  1   2   3   4   >