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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 04:35:21
  Author: pierre
Revision: 137794

db-move: moved libnl from [testing] to [core] (i686)

Added:
  libnl/repos/core-i686/PKGBUILD
(from rev 137793, libnl/repos/testing-i686/PKGBUILD)
  libnl/repos/core-i686/fix-compilation.patch
(from rev 137793, libnl/repos/testing-i686/fix-compilation.patch)
Deleted:
  libnl/repos/core-i686/PKGBUILD
  libnl/repos/core-i686/fix-compilation.patch
  libnl/repos/testing-i686/

---+
 PKGBUILD  |   56 
 fix-compilation.patch |   20 -
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-09-11 03:49:47 UTC (rev 137793)
+++ core-i686/PKGBUILD  2011-09-11 08:35:21 UTC (rev 137794)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libnl
-pkgver=1.1
-pkgrel=2
-pkgdesc=Library for applications dealing with netlink sockets
-arch=('i686' 'x86_64')
-url=http://www.infradead.org/~tgr/libnl/;
-license=('GPL')
-depends=('glibc')
-source=(ftp://ftp.archlinux.org/other/libnl/${pkgname}-${pkgver}.tar.gz
-fix-compilation.patch)
-md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
- 'e1f5e82c8aa1b3ad025c7b588178de1e')
-
-build() {
-  cd ${srcdir}/libnl-${pkgver}
-  patch -Np1 -i ${srcdir}/fix-compilation.patch || return 1
-  ./configure --prefix=/usr || return 1
-  make || return 1
-}
-
-package() {
-  cd ${srcdir}/libnl-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: libnl/repos/core-i686/PKGBUILD (from rev 137793, 
libnl/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-09-11 08:35:21 UTC (rev 137794)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libnl
+pkgver=1.1
+pkgrel=3
+pkgdesc=Library for applications dealing with netlink sockets
+arch=('i686' 'x86_64')
+url=http://www.infradead.org/~tgr/libnl/;
+license=('GPL')
+depends=('glibc')
+source=(http://www.infradead.org/~tgr/libnl/files/${pkgname}-${pkgver}.tar.gz;
+'fix-compilation.patch')
+md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
+ 'e1f5e82c8aa1b3ad025c7b588178de1e')
+
+build() {
+  cd ${srcdir}/libnl-${pkgver}
+  patch -Np1 -i ${srcdir}/fix-compilation.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/libnl-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/fix-compilation.patch
===
--- core-i686/fix-compilation.patch 2011-09-11 03:49:47 UTC (rev 137793)
+++ core-i686/fix-compilation.patch 2011-09-11 08:35:21 UTC (rev 137794)
@@ -1,10 +0,0 @@
 libnl-1.1.orig/include/netlink-local.h 2008-01-14 16:48:45.0 
+0100
-+++ libnl-1.1/include/netlink-local.h  2009-06-26 11:15:33.186011844 +0200
-@@ -26,6 +26,7 @@
- #include sys/socket.h
- #include inttypes.h
- #include assert.h
-+#include limits.h
- 
- #include arpa/inet.h
- #include netdb.h

Copied: libnl/repos/core-i686/fix-compilation.patch (from rev 137793, 
libnl/repos/testing-i686/fix-compilation.patch)
===
--- core-i686/fix-compilation.patch (rev 0)
+++ core-i686/fix-compilation.patch 2011-09-11 08:35:21 UTC (rev 137794)
@@ -0,0 +1,10 @@
+--- libnl-1.1.orig/include/netlink-local.h 2008-01-14 16:48:45.0 
+0100
 libnl-1.1/include/netlink-local.h  2009-06-26 11:15:33.186011844 +0200
+@@ -26,6 +26,7 @@
+ #include sys/socket.h
+ #include inttypes.h
+ #include assert.h
++#include limits.h
+ 
+ #include arpa/inet.h
+ #include netdb.h



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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 04:35:21
  Author: pierre
Revision: 137795

db-move: moved libnl from [testing] to [core] (x86_64)

Added:
  libnl/repos/core-x86_64/PKGBUILD
(from rev 137793, libnl/repos/testing-x86_64/PKGBUILD)
  libnl/repos/core-x86_64/fix-compilation.patch
(from rev 137793, libnl/repos/testing-x86_64/fix-compilation.patch)
Deleted:
  libnl/repos/core-x86_64/PKGBUILD
  libnl/repos/core-x86_64/fix-compilation.patch
  libnl/repos/testing-x86_64/

---+
 PKGBUILD  |   56 
 fix-compilation.patch |   20 -
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-09-11 08:35:21 UTC (rev 137794)
+++ core-x86_64/PKGBUILD2011-09-11 08:35:21 UTC (rev 137795)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libnl
-pkgver=1.1
-pkgrel=2
-pkgdesc=Library for applications dealing with netlink sockets
-arch=('i686' 'x86_64')
-url=http://www.infradead.org/~tgr/libnl/;
-license=('GPL')
-depends=('glibc')
-source=(ftp://ftp.archlinux.org/other/libnl/${pkgname}-${pkgver}.tar.gz
-fix-compilation.patch)
-md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
- 'e1f5e82c8aa1b3ad025c7b588178de1e')
-
-build() {
-  cd ${srcdir}/libnl-${pkgver}
-  patch -Np1 -i ${srcdir}/fix-compilation.patch || return 1
-  ./configure --prefix=/usr || return 1
-  make || return 1
-}
-
-package() {
-  cd ${srcdir}/libnl-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: libnl/repos/core-x86_64/PKGBUILD (from rev 137793, 
libnl/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-09-11 08:35:21 UTC (rev 137795)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libnl
+pkgver=1.1
+pkgrel=3
+pkgdesc=Library for applications dealing with netlink sockets
+arch=('i686' 'x86_64')
+url=http://www.infradead.org/~tgr/libnl/;
+license=('GPL')
+depends=('glibc')
+source=(http://www.infradead.org/~tgr/libnl/files/${pkgname}-${pkgver}.tar.gz;
+'fix-compilation.patch')
+md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
+ 'e1f5e82c8aa1b3ad025c7b588178de1e')
+
+build() {
+  cd ${srcdir}/libnl-${pkgver}
+  patch -Np1 -i ${srcdir}/fix-compilation.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/libnl-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-x86_64/fix-compilation.patch
===
--- core-x86_64/fix-compilation.patch   2011-09-11 08:35:21 UTC (rev 137794)
+++ core-x86_64/fix-compilation.patch   2011-09-11 08:35:21 UTC (rev 137795)
@@ -1,10 +0,0 @@
 libnl-1.1.orig/include/netlink-local.h 2008-01-14 16:48:45.0 
+0100
-+++ libnl-1.1/include/netlink-local.h  2009-06-26 11:15:33.186011844 +0200
-@@ -26,6 +26,7 @@
- #include sys/socket.h
- #include inttypes.h
- #include assert.h
-+#include limits.h
- 
- #include arpa/inet.h
- #include netdb.h

Copied: libnl/repos/core-x86_64/fix-compilation.patch (from rev 137793, 
libnl/repos/testing-x86_64/fix-compilation.patch)
===
--- core-x86_64/fix-compilation.patch   (rev 0)
+++ core-x86_64/fix-compilation.patch   2011-09-11 08:35:21 UTC (rev 137795)
@@ -0,0 +1,10 @@
+--- libnl-1.1.orig/include/netlink-local.h 2008-01-14 16:48:45.0 
+0100
 libnl-1.1/include/netlink-local.h  2009-06-26 11:15:33.186011844 +0200
+@@ -26,6 +26,7 @@
+ #include sys/socket.h
+ #include inttypes.h
+ #include assert.h
++#include limits.h
+ 
+ #include arpa/inet.h
+ #include netdb.h



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

2011-09-11 Thread Gaetan Bisson
Date: Sunday, September 11, 2011 @ 05:16:26
  Author: bisson
Revision: 137796

cleanup, enable networkmanager support (needs testing)

Modified:
  ypbind-mt/trunk/PKGBUILD

--+
 PKGBUILD |   33 -
 1 file changed, 20 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 08:35:21 UTC (rev 137795)
+++ PKGBUILD2011-09-11 09:16:26 UTC (rev 137796)
@@ -5,15 +5,16 @@
 
 pkgname=ypbind-mt
 pkgver=1.33
-pkgrel=2
+pkgrel=3
 pkgdesc='Linux NIS daemon'
-arch=('i686' 'x86_64')
 url='http://www.linux-nis.org/nis/ypbind-mt/'
 license=('GPL2')
-depends=('rpcbind' 'openslp')
+arch=('i686' 'x86_64')
+makedepends=('networkmanager')
+depends=('rpcbind' 'openslp' 'dbus-glib')
 optdepends=('yp-tools: to set a domain name')
 backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
-source=(ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$pkgname-$pkgver.tar.gz;
+source=(ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz;
 'nisdomainname.conf'
 'ypbind.conf'
 'ypbind')
@@ -23,17 +24,23 @@
   '112fc2aedfe3f761325b69647b7938bc1be5bfcd')
 
 build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr --disable-dbus-nm
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --enable-dbus-nm \
+
make
 }
 
 package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -D -m644 etc/yp.conf $pkgdir/etc/yp.conf
-   install -D -m755 ../ypbind $pkgdir/etc/rc.d/ypbind
-   install -D -m644 ../ypbind.conf $pkgdir/etc/conf.d/ypbind
-   install -D -m644 ../nisdomainname.conf 
$pkgdir/etc/conf.d/nisdomainname
-   install -d -m755 $pkgdir/var/yp/binding
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   install -D -m644 etc/yp.conf ${pkgdir}/etc/yp.conf
+   install -D -m755 ../ypbind ${pkgdir}/etc/rc.d/ypbind
+   install -D -m644 ../ypbind.conf ${pkgdir}/etc/conf.d/ypbind
+   install -D -m644 ../nisdomainname.conf 
${pkgdir}/etc/conf.d/nisdomainname
+   install -d -m755 ${pkgdir}/var/yp/binding
 }



[arch-commits] Commit in (8 files)

2011-09-11 Thread Florian Pritz
Date: Sunday, September 11, 2011 @ 05:49:42
  Author: bluewind
Revision: 137797

add perl-io-socket-inet6 and perl-socket6

Added:
  perl-io-socket-inet6/
  perl-io-socket-inet6/repos/
  perl-io-socket-inet6/trunk/
  perl-io-socket-inet6/trunk/PKGBUILD
  perl-socket6/
  perl-socket6/repos/
  perl-socket6/trunk/
  perl-socket6/trunk/PKGBUILD

-+
 perl-io-socket-inet6/trunk/PKGBUILD |   49 ++
 perl-socket6/trunk/PKGBUILD |   49 ++
 2 files changed, 98 insertions(+)

Added: perl-io-socket-inet6/trunk/PKGBUILD
===
--- perl-io-socket-inet6/trunk/PKGBUILD (rev 0)
+++ perl-io-socket-inet6/trunk/PKGBUILD 2011-09-11 09:49:42 UTC (rev 137797)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Generator  : CPANPLUS::Dist::Arch 1.18
+
+pkgname='perl-io-socket-inet6'
+pkgver='2.67'
+pkgrel='1'
+pkgdesc=Object interface for AF_INET|AF_INET6 domain sockets
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-socket6=0.12')
+makedepends=()
+url='http://search.cpan.org/dist/IO-Socket-INET6'
+source=('http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-2.67.tar.gz')
+md5sums=('228c12e74df686f78b09aee1139dc11c')
+sha512sums=('66963be943664175d693fbc8f9e49498d9a544dc1cc4d99f30d97ffd17fb446d719d153cc439dd3586a8014dae0257088f61fe1da9aa851ea379cc518ccb5863')
+_distdir=${srcdir}/IO-Socket-INET6-2.67
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $_distdir
+  make install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Added: perl-socket6/trunk/PKGBUILD
===
--- perl-socket6/trunk/PKGBUILD (rev 0)
+++ perl-socket6/trunk/PKGBUILD 2011-09-11 09:49:42 UTC (rev 137797)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Generator  : CPANPLUS::Dist::Arch 1.18
+
+pkgname='perl-socket6'
+pkgver='0.23'
+pkgrel='1'
+pkgdesc=getaddrinfo/getnameinfo support module
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.cpan.org/dist/Socket6'
+source=('http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz')
+md5sums=('2c02adb13c449d48d232bb704ddbd492')
+sha512sums=('39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9')
+_distdir=${srcdir}/Socket6-0.23
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $_distdir
+  make install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2011-09-11 Thread Florian Pritz
Date: Sunday, September 11, 2011 @ 05:50:36
  Author: bluewind
Revision: 137798

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

Added:
  perl-socket6/repos/extra-i686/
  perl-socket6/repos/extra-i686/PKGBUILD
(from rev 137797, perl-socket6/trunk/PKGBUILD)
  perl-socket6/repos/extra-x86_64/
  perl-socket6/repos/extra-x86_64/PKGBUILD
(from rev 137797, perl-socket6/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   49 
 extra-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: perl-socket6/repos/extra-i686/PKGBUILD (from rev 137797, 
perl-socket6/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 09:50:36 UTC (rev 137798)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Generator  : CPANPLUS::Dist::Arch 1.18
+
+pkgname='perl-socket6'
+pkgver='0.23'
+pkgrel='1'
+pkgdesc=getaddrinfo/getnameinfo support module
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.cpan.org/dist/Socket6'
+source=('http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz')
+md5sums=('2c02adb13c449d48d232bb704ddbd492')
+sha512sums=('39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9')
+_distdir=${srcdir}/Socket6-0.23
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $_distdir
+  make install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-socket6/repos/extra-x86_64/PKGBUILD (from rev 137797, 
perl-socket6/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-09-11 09:50:36 UTC (rev 137798)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Generator  : CPANPLUS::Dist::Arch 1.18
+
+pkgname='perl-socket6'
+pkgver='0.23'
+pkgrel='1'
+pkgdesc=getaddrinfo/getnameinfo support module
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.cpan.org/dist/Socket6'
+source=('http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz')
+md5sums=('2c02adb13c449d48d232bb704ddbd492')
+sha512sums=('39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9')
+_distdir=${srcdir}/Socket6-0.23
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $_distdir
+  make install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2011-09-11 Thread Florian Pritz
Date: Sunday, September 11, 2011 @ 05:52:06
  Author: bluewind
Revision: 137799

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-inet6/repos/extra-any/
  perl-io-socket-inet6/repos/extra-any/PKGBUILD
(from rev 137798, perl-io-socket-inet6/trunk/PKGBUILD)

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

Copied: perl-io-socket-inet6/repos/extra-any/PKGBUILD (from rev 137798, 
perl-io-socket-inet6/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2011-09-11 09:52:06 UTC (rev 137799)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Generator  : CPANPLUS::Dist::Arch 1.18
+
+pkgname='perl-io-socket-inet6'
+pkgver='2.67'
+pkgrel='1'
+pkgdesc=Object interface for AF_INET|AF_INET6 domain sockets
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-socket6=0.12')
+makedepends=()
+url='http://search.cpan.org/dist/IO-Socket-INET6'
+source=('http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-2.67.tar.gz')
+md5sums=('228c12e74df686f78b09aee1139dc11c')
+sha512sums=('66963be943664175d693fbc8f9e49498d9a544dc1cc4d99f30d97ffd17fb446d719d153cc439dd3586a8014dae0257088f61fe1da9aa851ea379cc518ccb5863')
+_distdir=${srcdir}/IO-Socket-INET6-2.67
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $_distdir
+  make install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in kdebase-workspace (5 files)

2011-09-11 Thread Andrea Scarpino
Date: Sunday, September 11, 2011 @ 06:02:16
  Author: andrea
Revision: 137800

Apply important performance bugfix patch for kwin effects

Added:
  kdebase-workspace/repos/extra-i686/important-performance-bugfix.patch
  kdebase-workspace/repos/extra-x86_64/important-performance-bugfix.patch
  kdebase-workspace/trunk/important-performance-bugfix.patch
Modified:
  kdebase-workspace/repos/extra-i686/PKGBUILD
  kdebase-workspace/trunk/PKGBUILD

---+
 repos/extra-i686/PKGBUILD |   11 +
 repos/extra-i686/important-performance-bugfix.patch   |   91 
 repos/extra-x86_64/important-performance-bugfix.patch |   91 
 trunk/PKGBUILD|   11 +
 trunk/important-performance-bugfix.patch  |   91 
 5 files changed, 289 insertions(+), 6 deletions(-)

Modified: repos/extra-i686/PKGBUILD
===
--- repos/extra-i686/PKGBUILD   2011-09-11 09:52:06 UTC (rev 137799)
+++ repos/extra-i686/PKGBUILD   2011-09-11 10:02:16 UTC (rev 137800)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.7.1
-pkgrel=4
+pkgrel=6
 pkgdesc=KDE Base Workspace
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -30,7 +30,8 @@
 options=('emptydirs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
-'fixpath.patch' 'terminate-server.patch')
+'fixpath.patch' 'terminate-server.patch'
+'important-performance-bugfix.patch')
 sha1sums=('c7867d2f788086078abbcff53a035a6131232539'
   '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
@@ -38,7 +39,8 @@
   '603cc79c4d2b4eae62bb5f244aeecb3a778b5516'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
-  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3')
+  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
+  '4fa046db21e3203771fd29bc0e1c32918862b894')
 
 build() {
cd ${srcdir}/${_pkgname}-${pkgver}
@@ -46,6 +48,9 @@
patch -p0 -i ${srcdir}/fixpath.patch
patch -p0 -i ${srcdir}/terminate-server.patch
 
+# Already fixed upstream
+patch -p1 -i ${srcdir}/important-performance-bugfix.patch
+
cd ${srcdir}
mkdir build
cd build

Added: repos/extra-i686/important-performance-bugfix.patch
===
--- repos/extra-i686/important-performance-bugfix.patch 
(rev 0)
+++ repos/extra-i686/important-performance-bugfix.patch 2011-09-11 10:02:16 UTC 
(rev 137800)
@@ -0,0 +1,91 @@
+commit e142a1a142cbc8b87f021223e6abc947f456a7f9
+Author: Thomas Lübking thomas.luebk...@gmail.com
+Date:   Thu Sep 8 22:20:35 2011 +0200
+
+replace non-const QVector::operator[] accesses with const ::at() to avoid 
maaany deep vecor copies
+
+diff --git a/kwin/effects.cpp b/kwin/effects.cpp
+index e0c76cb..f5863fc0 100644
+--- a/kwin/effects.cpp
 b/kwin/effects.cpp
+@@ -200,7 +200,7 @@ void EffectsHandlerImpl::reconfigure()
+ void EffectsHandlerImpl::prePaintScreen(ScreenPrePaintData data, int time)
+ {
+ if (current_paint_screen  loaded_effects.size()) {
+-loaded_effects[current_paint_screen++].second-prePaintScreen(data, 
time);
++
loaded_effects.at(current_paint_screen++).second-prePaintScreen(data, time);
+ --current_paint_screen;
+ }
+ // no special final code
+@@ -209,7 +209,7 @@ void 
EffectsHandlerImpl::prePaintScreen(ScreenPrePaintData data, int time)
+ void EffectsHandlerImpl::paintScreen(int mask, QRegion region, 
ScreenPaintData data)
+ {
+ if (current_paint_screen  loaded_effects.size()) {
+-loaded_effects[current_paint_screen++].second-paintScreen(mask, 
region, data);
++loaded_effects.at(current_paint_screen++).second-paintScreen(mask, 
region, data);
+ --current_paint_screen;
+ } else
+ scene-finalPaintScreen(mask, region, data);
+@@ -218,7 +218,7 @@ void EffectsHandlerImpl::paintScreen(int mask, QRegion 
region, ScreenPaintData
+ void EffectsHandlerImpl::postPaintScreen()
+ {
+ if (current_paint_screen  loaded_effects.size()) {
+-loaded_effects[current_paint_screen++].second-postPaintScreen();
++loaded_effects.at(current_paint_screen++).second-postPaintScreen();
+ --current_paint_screen;
+ }
+ // no special final code
+@@ -227,7 +227,7 @@ void EffectsHandlerImpl::postPaintScreen()
+ void EffectsHandlerImpl::prePaintWindow(EffectWindow* w, WindowPrePaintData 
data, int time)
+ {
+ if (current_paint_window  loaded_effects.size()) {
+-loaded_effects[current_paint_window++].second-prePaintWindow(w, 
data, time);
++

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

2011-09-11 Thread Florian Pritz
Date: Sunday, September 11, 2011 @ 06:04:02
  Author: bluewind
Revision: 137801

add perl-io-socket-inet6 optdep

Modified:
  spamassassin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 10:02:16 UTC (rev 137800)
+++ PKGBUILD2011-09-11 10:04:02 UTC (rev 137801)
@@ -17,6 +17,7 @@
 optdepends=('razor: to identify collaborately-flagged spam'
'gnupg: gpg support, without this use --nogpg flag for 
sa-update'
 're2c: regexp compiler, for compiling rules with sa-compile'
+'perl-io-socket-inet6: ipv6 support'
 'perl-mail-dkim: DomainKeys Identified Mail (DKIM) checking')
 backup=(etc/conf.d/spamd etc/mail/spamassassin/local.cf \
etc/mail/spamassassin/init.pre \



[arch-commits] Commit in dvd+rw-tools/trunk (6 files)

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 07:02:28
  Author: pierre
Revision: 137802

Add patches from Gentoo to fix FS#25960

Added:
  dvd+rw-tools/trunk/dvd+rw-tools-7.0-dvddl.patch
  dvd+rw-tools/trunk/dvd+rw-tools-7.0-glibc2.6.90.patch
  dvd+rw-tools/trunk/dvd+rw-tools-7.0-wctomb.patch
  dvd+rw-tools/trunk/dvd+rw-tools-7.0-wexit.patch
Modified:
  dvd+rw-tools/trunk/PKGBUILD
Deleted:
  dvd+rw-tools/trunk/buildpatch-7.0-3-20080108-karolina.patch

--+
 PKGBUILD |   21 -
 buildpatch-7.0-3-20080108-karolina.patch |   22 --
 dvd+rw-tools-7.0-dvddl.patch |   13 +
 dvd+rw-tools-7.0-glibc2.6.90.patch   |   11 +++
 dvd+rw-tools-7.0-wctomb.patch|   11 +++
 dvd+rw-tools-7.0-wexit.patch |   11 +++
 6 files changed, 62 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 10:04:02 UTC (rev 137801)
+++ PKGBUILD2011-09-11 11:02:28 UTC (rev 137802)
@@ -3,21 +3,32 @@
 
 pkgname=dvd+rw-tools
 pkgver=7.1
-pkgrel=3
+pkgrel=4
 pkgdesc=dvd burning tools
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://fy.chalmers.se/~appro/linux/DVD+RW;
 depends=('cdrkit' 'gcc-libs')
 
source=(http://fy.chalmers.se/~appro/linux/DVD+RW/tools/${pkgname}-${pkgver}.tar.gz;
-'buildpatch-7.0-3-20080108-karolina.patch')
+'dvd+rw-tools-7.0-dvddl.patch'
+'dvd+rw-tools-7.0-glibc2.6.90.patch'
+'dvd+rw-tools-7.0-wctomb.patch'
+'dvd+rw-tools-7.0-wexit.patch')
 md5sums=('8acb3c885c87f6838704a0025e435871'
- '54b4dc52f5380216d4d9fc2dd2086d31')
+ '65d30aa98ff314f256d0a1afb9e3edf6'
+ '1be5401035ca850edb7e522f22aead4b'
+ '3ba1af063b30f942e1cd2004044702d3'
+ 'b2c66b6c6243b207fbe4f6ae34fa6cba')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # fix build, thank you Karolina
-  patch -Np1 -i ${srcdir}/buildpatch-7.0-3-20080108-karolina.patch
+  # patches from Gentoo/Fedora
+  # see https://bugs.gentoo.org/257360, 
https://bugzilla.redhat.com/show_bug.cgi?id=426068
+  # and https://bugzilla.redhat.com/show_bug.cgi?id=243036
+  patch -p0 -i ${srcdir}/dvd+rw-tools-7.0-dvddl.patch
+  patch -p1 -i ${srcdir}/dvd+rw-tools-7.0-glibc2.6.90.patch
+  patch -p0 -i ${srcdir}/dvd+rw-tools-7.0-wctomb.patch
+  patch -p1 -i ${srcdir}/dvd+rw-tools-7.0-wexit.patch
 
   make
 }

Deleted: buildpatch-7.0-3-20080108-karolina.patch
===
--- buildpatch-7.0-3-20080108-karolina.patch2011-09-11 10:04:02 UTC (rev 
137801)
+++ buildpatch-7.0-3-20080108-karolina.patch2011-09-11 11:02:28 UTC (rev 
137802)
@@ -1,22 +0,0 @@
-diff -Naur dvd+rw-tools-7.0/growisofs.c dvd+rw-tools-7.0_new/growisofs.c
 dvd+rw-tools-7.0/growisofs.c   2006-09-24 19:28:53.0 +0200
-+++ dvd+rw-tools-7.0_new/growisofs.c   2008-01-08 00:56:57.0 +0100
-@@ -418,6 +418,7 @@
- #include sys/types.h
- #include sys/stat.h
- #include assert.h
-+#include limits.h
- #include mp.h
- 
- #if defined(__unix) || defined(__unix__)
-diff -Naur dvd+rw-tools-7.0/transport.hxx dvd+rw-tools-7.0_new/transport.hxx
 dvd+rw-tools-7.0/transport.hxx 2006-09-23 13:29:07.0 +0200
-+++ dvd+rw-tools-7.0_new/transport.hxx 2008-01-08 00:57:36.0 +0100
-@@ -137,6 +137,7 @@
- #include sys/wait.h
- #include sys/utsname.h
- #include scsi/sg.h
-+#include limits.h
- #if !defined(SG_FLAG_LUN_INHIBIT)
- # if defined(SG_FLAG_UNUSED_LUN_INHIBIT)
- #  define SG_FLAG_LUN_INHIBIT SG_FLAG_UNUSED_LUN_INHIBIT

Added: dvd+rw-tools-7.0-dvddl.patch
===
--- dvd+rw-tools-7.0-dvddl.patch(rev 0)
+++ dvd+rw-tools-7.0-dvddl.patch2011-09-11 11:02:28 UTC (rev 137802)
@@ -0,0 +1,13 @@
+--- ./growisofs_mmc.cpp.joe2006-04-27 20:45:00.788446635 +0200
 ./growisofs_mmc.cpp2006-04-27 20:46:01.666824300 +0200
+@@ -1412,9 +1412,7 @@
+ blocks += 15, blocks = ~15;
+ 
+ if (blocks = split)
+-  fprintf (stderr,:-( more than 50%% of space will be *wasted*!\n
+-  use single layer media for this recording\n),
+-  exit (FATAL_START(EMEDIUMTYPE));
++  fprintf (stderr,:-? more than 50%% of space will be *wasted*!\n);
+ 
+ blocks /= 16;
+ blocks += 1;

Added: dvd+rw-tools-7.0-glibc2.6.90.patch
===
--- dvd+rw-tools-7.0-glibc2.6.90.patch  (rev 0)
+++ dvd+rw-tools-7.0-glibc2.6.90.patch  2011-09-11 11:02:28 UTC (rev 137802)
@@ -0,0 +1,11 @@
+diff -up dvd+rw-tools-7.0/transport.hxx.glibc2.6.90 
dvd+rw-tools-7.0/transport.hxx
+--- dvd+rw-tools-7.0/transport.hxx.glibc2.6.90 2007-08-15 12:56:17.0 
+0200
 dvd+rw-tools-7.0/transport.hxx 2007-08-15 

[arch-commits] Commit in dvd+rw-tools/repos (14 files)

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 07:04:53
  Author: pierre
Revision: 137803

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

Added:
  dvd+rw-tools/repos/extra-i686/PKGBUILD
(from rev 137802, dvd+rw-tools/trunk/PKGBUILD)
  dvd+rw-tools/repos/extra-i686/dvd+rw-tools-7.0-dvddl.patch
(from rev 137802, dvd+rw-tools/trunk/dvd+rw-tools-7.0-dvddl.patch)
  dvd+rw-tools/repos/extra-i686/dvd+rw-tools-7.0-glibc2.6.90.patch
(from rev 137802, dvd+rw-tools/trunk/dvd+rw-tools-7.0-glibc2.6.90.patch)
  dvd+rw-tools/repos/extra-i686/dvd+rw-tools-7.0-wctomb.patch
(from rev 137802, dvd+rw-tools/trunk/dvd+rw-tools-7.0-wctomb.patch)
  dvd+rw-tools/repos/extra-i686/dvd+rw-tools-7.0-wexit.patch
(from rev 137802, dvd+rw-tools/trunk/dvd+rw-tools-7.0-wexit.patch)
  dvd+rw-tools/repos/extra-x86_64/PKGBUILD
(from rev 137802, dvd+rw-tools/trunk/PKGBUILD)
  dvd+rw-tools/repos/extra-x86_64/dvd+rw-tools-7.0-dvddl.patch
(from rev 137802, dvd+rw-tools/trunk/dvd+rw-tools-7.0-dvddl.patch)
  dvd+rw-tools/repos/extra-x86_64/dvd+rw-tools-7.0-glibc2.6.90.patch
(from rev 137802, dvd+rw-tools/trunk/dvd+rw-tools-7.0-glibc2.6.90.patch)
  dvd+rw-tools/repos/extra-x86_64/dvd+rw-tools-7.0-wctomb.patch
(from rev 137802, dvd+rw-tools/trunk/dvd+rw-tools-7.0-wctomb.patch)
  dvd+rw-tools/repos/extra-x86_64/dvd+rw-tools-7.0-wexit.patch
(from rev 137802, dvd+rw-tools/trunk/dvd+rw-tools-7.0-wexit.patch)
Deleted:
  dvd+rw-tools/repos/extra-i686/PKGBUILD
  dvd+rw-tools/repos/extra-i686/buildpatch-7.0-3-20080108-karolina.patch
  dvd+rw-tools/repos/extra-x86_64/PKGBUILD
  dvd+rw-tools/repos/extra-x86_64/buildpatch-7.0-3-20080108-karolina.patch

---+
 extra-i686/PKGBUILD   |   75 +---
 extra-i686/buildpatch-7.0-3-20080108-karolina.patch   |   22 
 extra-i686/dvd+rw-tools-7.0-dvddl.patch   |   13 ++
 extra-i686/dvd+rw-tools-7.0-glibc2.6.90.patch |   11 ++
 extra-i686/dvd+rw-tools-7.0-wctomb.patch  |   11 ++
 extra-i686/dvd+rw-tools-7.0-wexit.patch   |   11 ++
 extra-x86_64/PKGBUILD |   75 +---
 extra-x86_64/buildpatch-7.0-3-20080108-karolina.patch |   22 
 extra-x86_64/dvd+rw-tools-7.0-dvddl.patch |   13 ++
 extra-x86_64/dvd+rw-tools-7.0-glibc2.6.90.patch   |   11 ++
 extra-x86_64/dvd+rw-tools-7.0-wctomb.patch|   11 ++
 extra-x86_64/dvd+rw-tools-7.0-wexit.patch |   11 ++
 12 files changed, 178 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-11 11:02:28 UTC (rev 137802)
+++ extra-i686/PKGBUILD 2011-09-11 11:04:53 UTC (rev 137803)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-
-pkgname=dvd+rw-tools
-pkgver=7.1
-pkgrel=3
-pkgdesc=dvd burning tools
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://fy.chalmers.se/~appro/linux/DVD+RW;
-depends=('cdrkit' 'gcc-libs')
-source=(http://fy.chalmers.se/~appro/linux/DVD+RW/tools/${pkgname}-${pkgver}.tar.gz;
-'buildpatch-7.0-3-20080108-karolina.patch')
-md5sums=('8acb3c885c87f6838704a0025e435871'
- '54b4dc52f5380216d4d9fc2dd2086d31')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # fix build, thank you Karolina
-  patch -Np1 -i ${srcdir}/buildpatch-7.0-3-20080108-karolina.patch
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -m755 -d ${pkgdir}/usr/bin
-  install -m755 -d ${pkgdir}/usr/share/man/man1
-
-  install -m755 growisofs dvd+rw-booktype dvd+rw-format dvd+rw-mediainfo 
dvd-ram-control ${pkgdir}/usr/bin/
-  install -m644 growisofs.1 ${pkgdir}/usr/share/man/man1/growisofs.1
-}

Copied: dvd+rw-tools/repos/extra-i686/PKGBUILD (from rev 137802, 
dvd+rw-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 11:04:53 UTC (rev 137803)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+
+pkgname=dvd+rw-tools
+pkgver=7.1
+pkgrel=4
+pkgdesc=dvd burning tools
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://fy.chalmers.se/~appro/linux/DVD+RW;
+depends=('cdrkit' 'gcc-libs')
+source=(http://fy.chalmers.se/~appro/linux/DVD+RW/tools/${pkgname}-${pkgver}.tar.gz;
+'dvd+rw-tools-7.0-dvddl.patch'
+'dvd+rw-tools-7.0-glibc2.6.90.patch'
+'dvd+rw-tools-7.0-wctomb.patch'
+'dvd+rw-tools-7.0-wexit.patch')
+md5sums=('8acb3c885c87f6838704a0025e435871'
+ '65d30aa98ff314f256d0a1afb9e3edf6'
+ '1be5401035ca850edb7e522f22aead4b'
+ '3ba1af063b30f942e1cd2004044702d3'
+ 'b2c66b6c6243b207fbe4f6ae34fa6cba')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # patches from Gentoo/Fedora
+  # see https://bugs.gentoo.org/257360, 
https://bugzilla.redhat.com/show_bug.cgi?id=426068
+  # and 

[arch-commits] Commit in php/trunk (PKGBUILD php.ini.patch)

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 07:09:35
  Author: pierre
Revision: 137804

upgpkg: php 5.3.8-3

* Move curl and gmp extensions back into the php package as their deps are 
needed anyway
* remove redundant deps
* Enable curl and json in default php.ini

Modified:
  php/trunk/PKGBUILD
  php/trunk/php.ini.patch

---+
 PKGBUILD  |   38 +-
 php.ini.patch |4 ++--
 2 files changed, 15 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 11:04:53 UTC (rev 137803)
+++ PKGBUILD2011-09-11 11:09:35 UTC (rev 137804)
@@ -8,10 +8,8 @@
  'php-fpm'
  'php-embed'
  'php-pear'
- 'php-curl'
  'php-enchant'
  'php-gd'
- 'php-gmp'
  'php-intl'
  'php-ldap'
  'php-mcrypt'
@@ -25,7 +23,7 @@
  'php-xsl')
 pkgver=5.3.8
 _suhosinver=5.3.7-0.9.10
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -39,7 +37,7 @@
 'logrotate.d.php-fpm')
 md5sums=('704cd414a0565d905e1074ffdc1fadfb'
  '08582e502fed8221c6577042ca45ddb8'
- '39eaa70d276fc3d45d6bcf6cd5ae1106'
+ '65606c606df97a0760dfe5aaf9893afc'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  'b01be5f816988fcee7e78225836e5e27'
  '09005dabd90c48ddd392b3dbf05f8a82'
@@ -212,10 +210,10 @@
 
 package_php() {
pkgdesc='An HTML-embedded scripting language'
-   depends=('pcre' 'libxml2' 'bzip2' 'openssl')
-   replaces=('php-fileinfo')
-   provides=('php-fileinfo')
-   conflicts=('php-fileinfo')
+   depends=('pcre' 'libxml2' 'bzip2' 'curl')
+   replaces=('php-fileinfo' 'php-gmp' 'php-curl')
+   provides=('php-fileinfo' 'php-gmp' 'php-curl')
+   conflicts=('php-fileinfo' 'php-gmp' 'php-curl')
backup=('etc/php/php.ini')
 
cd ${srcdir}/build-php
@@ -228,19 +226,21 @@
# remove static modules
rm -f ${pkgdir}/usr/lib/php/modules/*.a
# remove modules provided by sub packages
-   rm -f 
${pkgdir}/usr/lib/php/modules/{curl,enchant,gd,gmp,intl,ldap,mcrypt,mssql,odbc,pdo_odbc,pgsql,pdo_pgsql,pspell,snmp,sqlite3,pdo_sqlite,tidy,xsl}.so
+   rm -f 
${pkgdir}/usr/lib/php/modules/{enchant,gd,intl,ldap,mcrypt,mssql,odbc,pdo_odbc,pgsql,pdo_pgsql,pspell,snmp,sqlite3,pdo_sqlite,tidy,xsl}.so
+   # remove empty directory
+   rmdir ${pkgdir}/usr/include/php/include
 }
 
 package_php-cgi() {
pkgdesc='CGI and FCGI SAPI for PHP'
-   depends=('php' 'pcre' 'libxml2')
+   depends=('php')
 
install -D -m755 ${srcdir}/build-cgi/sapi/cgi/php-cgi 
${pkgdir}/usr/bin/php-cgi
 }
 
 package_php-apache() {
pkgdesc='Apache SAPI for PHP'
-   depends=('php' 'apache' 'pcre' 'libxml2')
+   depends=('php' 'apache')
backup=('etc/httpd/conf/extra/php5_module.conf')
 
install -D -m755 ${srcdir}/build-apache/libs/libphp5.so 
${pkgdir}/usr/lib/httpd/modules/libphp5.so
@@ -262,7 +262,7 @@
 
 package_php-embed() {
pkgdesc='Embed SAPI for PHP'
-   depends=('php' 'pcre' 'libxml2')
+   depends=('php')
 
install -D -m755 ${srcdir}/build-embed/libs/libphp5.so 
${pkgdir}/usr/lib/libphp5.so
install -D -m644 ${srcdir}/${pkgbase}-${pkgver}/sapi/embed/php_embed.h 
${pkgdir}/usr/include/php/sapi/embed/php_embed.h
@@ -270,7 +270,7 @@
 
 package_php-pear() {
pkgdesc='PHP Extension and Application Repository'
-   depends=('php' 'bash')
+   depends=('php')
backup=('etc/php/pear.conf')
 
cd ${srcdir}/build-pear
@@ -281,12 +281,6 @@
done  (find ${pkgdir} -name '.*')
 }
 
-package_php-curl() {
-   depends=('php' 'curl')
-   pkgdesc='curl module for PHP'
-   install -D -m755 ${srcdir}/build-php/modules/curl.so 
${pkgdir}/usr/lib/php/modules/curl.so
-}
-
 package_php-enchant() {
depends=('php' 'enchant')
pkgdesc='enchant module for PHP'
@@ -299,12 +293,6 @@
install -D -m755 ${srcdir}/build-php/modules/gd.so 
${pkgdir}/usr/lib/php/modules/gd.so
 }
 
-package_php-gmp() {
-   depends=('php' 'gmp')
-   pkgdesc='gmp module for PHP'
-   install -D -m755 ${srcdir}/build-php/modules/gmp.so 
${pkgdir}/usr/lib/php/modules/gmp.so
-}
-
 package_php-intl() {
depends=('php' 'icu')
pkgdesc='intl module for PHP'

Modified: php.ini.patch
===
--- php.ini.patch   2011-09-11 11:04:53 UTC (rev 137803)
+++ php.ini.patch   2011-09-11 11:09:35 UTC (rev 137804)
@@ -81,7 +81,7 @@
 +;extension=bcmath.so
 +;extension=bz2.so
 +;extension=calendar.so
-+;extension=curl.so
++extension=curl.so
 +;extension=dba.so
 +;extension=enchant.so
 +;extension=exif.so
@@ -92,7 +92,7 @@
 +;extension=iconv.so
 +;extension=imap.so
 +;extension=intl.so
-+;extension=json.so
++extension=json.so
 +;extension=ldap.so
 +;extension=mcrypt.so

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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 07:11:53
  Author: pierre
Revision: 137805

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

Added:
  php/repos/extra-i686/PKGBUILD
(from rev 137804, php/trunk/PKGBUILD)
  php/repos/extra-i686/apache.conf
(from rev 137804, php/trunk/apache.conf)
  php/repos/extra-i686/logrotate.d.php-fpm
(from rev 137804, php/trunk/logrotate.d.php-fpm)
  php/repos/extra-i686/php-fpm.conf.in.patch
(from rev 137804, php/trunk/php-fpm.conf.in.patch)
  php/repos/extra-i686/php.ini.patch
(from rev 137804, php/trunk/php.ini.patch)
  php/repos/extra-i686/rc.d.php-fpm
(from rev 137804, php/trunk/rc.d.php-fpm)
  php/repos/extra-x86_64/PKGBUILD
(from rev 137804, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 137804, php/trunk/apache.conf)
  php/repos/extra-x86_64/logrotate.d.php-fpm
(from rev 137804, php/trunk/logrotate.d.php-fpm)
  php/repos/extra-x86_64/php-fpm.conf.in.patch
(from rev 137804, php/trunk/php-fpm.conf.in.patch)
  php/repos/extra-x86_64/php.ini.patch
(from rev 137804, php/trunk/php.ini.patch)
  php/repos/extra-x86_64/rc.d.php-fpm
(from rev 137804, php/trunk/rc.d.php-fpm)
Deleted:
  php/repos/extra-i686/PKGBUILD
  php/repos/extra-i686/apache.conf
  php/repos/extra-i686/logrotate.d.php-fpm
  php/repos/extra-i686/php-fpm.conf.in.patch
  php/repos/extra-i686/php.ini.patch
  php/repos/extra-i686/rc.d.php-fpm
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/logrotate.d.php-fpm
  php/repos/extra-x86_64/php-fpm.conf.in.patch
  php/repos/extra-x86_64/php.ini.patch
  php/repos/extra-x86_64/rc.d.php-fpm

+
 extra-i686/PKGBUILD|  738 +--
 extra-i686/apache.conf |   26 -
 extra-i686/logrotate.d.php-fpm |   12 
 extra-i686/php-fpm.conf.in.patch   |  160 +++
 extra-i686/php.ini.patch   |  252 +--
 extra-i686/rc.d.php-fpm|  316 +++---
 extra-x86_64/PKGBUILD  |  738 +--
 extra-x86_64/apache.conf   |   26 -
 extra-x86_64/logrotate.d.php-fpm   |   12 
 extra-x86_64/php-fpm.conf.in.patch |  160 +++
 extra-x86_64/php.ini.patch |  252 +--
 extra-x86_64/rc.d.php-fpm  |  316 +++---
 12 files changed, 1492 insertions(+), 1516 deletions(-)

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


[arch-commits] Commit in kdebase-workspace/repos/extra-x86_64 (PKGBUILD)

2011-09-11 Thread Andrea Scarpino
Date: Sunday, September 11, 2011 @ 07:17:09
  Author: andrea
Revision: 137806

Apply important performance bugfix patch for kwin effects

Modified:
  kdebase-workspace/repos/extra-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 11:11:53 UTC (rev 137805)
+++ PKGBUILD2011-09-11 11:17:09 UTC (rev 137806)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.7.1
-pkgrel=4
+pkgrel=6
 pkgdesc=KDE Base Workspace
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -17,8 +17,8 @@
 depends=('kdepim-runtime' 'lm_sensors' 'libraw1394' 'libqalculate' 
'qimageblitz'
  'polkit-kde' 'consolekit' 'xorg-xprop' 'libxdamage' 'libxklavier'
  'xorg-xsetroot' 'libxcomposite' 'libxinerama')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdebindings-python'i
- 'networkmanager')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdebindings-python'
+  'networkmanager')
 optdepends=('kde-wallpapers: officials KDE wallapers')
 replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde' 
'kdebase-kinfocenter')
 conflicts=('kde-common' 'guidance-power-manager' 'policykit-kde' 
'kdebase-kinfocenter')
@@ -30,7 +30,8 @@
 options=('emptydirs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
-'fixpath.patch' 'terminate-server.patch')
+'fixpath.patch' 'terminate-server.patch'
+'important-performance-bugfix.patch')
 sha1sums=('c7867d2f788086078abbcff53a035a6131232539'
   '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
@@ -38,7 +39,8 @@
   '603cc79c4d2b4eae62bb5f244aeecb3a778b5516'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
-  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3')
+  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
+  '4fa046db21e3203771fd29bc0e1c32918862b894')
 
 build() {
cd ${srcdir}/${_pkgname}-${pkgver}
@@ -46,6 +48,9 @@
patch -p0 -i ${srcdir}/fixpath.patch
patch -p0 -i ${srcdir}/terminate-server.patch
 
+# Already fixed upstream
+patch -p1 -i ${srcdir}/important-performance-bugfix.patch
+
cd ${srcdir}
mkdir build
cd build



[arch-commits] Commit in kdebase-workspace/repos (38 files)

2011-09-11 Thread Andrea Scarpino
Date: Sunday, September 11, 2011 @ 07:17:41
  Author: andrea
Revision: 137807

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebase-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 137805, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/kde-unstable-i686/fixpath.patch
(from rev 137805, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/kde-unstable-i686/important-performance-bugfix.patch
(from rev 137805, 
kdebase-workspace/trunk/important-performance-bugfix.patch)
  kdebase-workspace/repos/kde-unstable-i686/kde-np.pam
(from rev 137805, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/kde-unstable-i686/kde.pam
(from rev 137805, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/kde-unstable-i686/kdebase-workspace.install
(from rev 137805, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/kde-unstable-i686/kdm
(from rev 137805, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/kde-unstable-i686/kdm-zsh-profile.patch
(from rev 137805, kdebase-workspace/trunk/kdm-zsh-profile.patch)
  kdebase-workspace/repos/kde-unstable-i686/kscreensaver.pam
(from rev 137805, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/kde-unstable-i686/terminate-server.patch
(from rev 137805, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 137805, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/kde-unstable-x86_64/fixpath.patch
(from rev 137805, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/important-performance-bugfix.patch
(from rev 137805, 
kdebase-workspace/trunk/important-performance-bugfix.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kde-np.pam
(from rev 137805, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 137805, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/kdebase-workspace.install
(from rev 137805, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm
(from rev 137806, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm-zsh-profile.patch
(from rev 137806, kdebase-workspace/trunk/kdm-zsh-profile.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kscreensaver.pam
(from rev 137806, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/terminate-server.patch
(from rev 137806, kdebase-workspace/trunk/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/kde-unstable-i686/PKGBUILD
  kdebase-workspace/repos/kde-unstable-i686/fixpath.patch
  kdebase-workspace/repos/kde-unstable-i686/kde-np.pam
  kdebase-workspace/repos/kde-unstable-i686/kde.pam
  kdebase-workspace/repos/kde-unstable-i686/kdebase-workspace.install
  kdebase-workspace/repos/kde-unstable-i686/kdm
  kdebase-workspace/repos/kde-unstable-i686/kdm-zsh-profile.patch
  kdebase-workspace/repos/kde-unstable-i686/kscreensaver.pam
  kdebase-workspace/repos/kde-unstable-i686/terminate-server.patch
  kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-workspace/repos/kde-unstable-x86_64/fixpath.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kde-np.pam
  kdebase-workspace/repos/kde-unstable-x86_64/kde.pam
  kdebase-workspace/repos/kde-unstable-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/kde-unstable-x86_64/kdm
  kdebase-workspace/repos/kde-unstable-x86_64/kdm-zsh-profile.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kscreensaver.pam
  kdebase-workspace/repos/kde-unstable-x86_64/terminate-server.patch

+
 kde-unstable-i686/PKGBUILD |  159 +++
 kde-unstable-i686/fixpath.patch|   68 +++---
 kde-unstable-i686/important-performance-bugfix.patch   |   91 
 kde-unstable-i686/kde-np.pam   |   14 -
 kde-unstable-i686/kde.pam  |   14 -
 kde-unstable-i686/kdebase-workspace.install|   50 ++--
 kde-unstable-i686/kdm  |   72 +++---
 kde-unstable-i686/kdm-zsh-profile.patch|   22 +-
 kde-unstable-i686/kscreensaver.pam |2 
 kde-unstable-i686/terminate-server.patch   |   22 +-
 kde-unstable-x86_64/PKGBUILD   |  159 +++
 kde-unstable-x86_64/fixpath.patch  |   68 +++---
 kde-unstable-x86_64/important-performance-bugfix.patch |   91 
 kde-unstable-x86_64/kde-np.pam |   14 -
 kde-unstable-x86_64/kde.pam|   14 -
 kde-unstable-x86_64/kdebase-workspace.install  |   50 ++--
 kde-unstable-x86_64/kdm|   72 +++---
 

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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 07:41:29
  Author: pierre
Revision: 137808

upgpkg: unixodbc 2.3.0-2

* rebuild old package
* cleanup
* replace libtool dep with libltdl to remove indirect dep to gcc

Modified:
  unixodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 11:17:41 UTC (rev 137807)
+++ PKGBUILD2011-09-11 11:41:29 UTC (rev 137808)
@@ -1,29 +1,28 @@
 # $Id$
 # Maintainer: AndyRTR andy...@archlinux.org
-
 # Contributor: Judd Vinet jvi...@zeroflux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=unixodbc
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url=http://www.unixodbc.org/;
 backup=('etc/odbc.ini' 'etc/odbcinst.ini')
-depends=('readline=6.0' 'libtool')
+depends=('readline' 'libltdl')
 options=('!libtool')
-source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz)
+source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz;)
 md5sums=('f2ad22cbdffe836c58987ed2332c2e99')
 
 build() {
 cd ${srcdir}/unixODBC-${pkgver}
 ./configure --prefix=/usr --sysconfdir=/etc
-make || return 1
+make
 }
 
 package() {
 cd ${srcdir}/unixODBC-${pkgver}
-make DESTDIR=${pkgdir} install || return 1
+make DESTDIR=${pkgdir} install
 }



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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 07:42:08
  Author: pierre
Revision: 137809

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-11 11:41:29 UTC (rev 137808)
+++ extra-i686/PKGBUILD 2011-09-11 11:42:08 UTC (rev 137809)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-# Contributor: Judd Vinet jvi...@zeroflux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=unixodbc
-pkgver=2.3.0
-pkgrel=1
-pkgdesc=ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources
-arch=(i686 x86_64)
-license=('GPL2' 'LGPL2.1')
-url=http://www.unixodbc.org/;
-backup=('etc/odbc.ini' 'etc/odbcinst.ini')
-depends=('readline=6.0' 'libtool')
-options=('!libtool')
-source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz)
-md5sums=('f2ad22cbdffe836c58987ed2332c2e99')
-
-build() {
-cd ${srcdir}/unixODBC-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc
-make || return 1
-}
-
-package() {
-cd ${srcdir}/unixODBC-${pkgver}
-make DESTDIR=${pkgdir} install || return 1
-}

Copied: unixodbc/repos/extra-i686/PKGBUILD (from rev 137808, 
unixodbc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 11:42:08 UTC (rev 137809)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=unixodbc
+pkgver=2.3.0
+pkgrel=2
+pkgdesc=ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url=http://www.unixodbc.org/;
+backup=('etc/odbc.ini' 'etc/odbcinst.ini')
+depends=('readline' 'libltdl')
+options=('!libtool')
+source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz;)
+md5sums=('f2ad22cbdffe836c58987ed2332c2e99')
+
+build() {
+cd ${srcdir}/unixODBC-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc
+make
+}
+
+package() {
+cd ${srcdir}/unixODBC-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-09-11 11:41:29 UTC (rev 137808)
+++ extra-x86_64/PKGBUILD   2011-09-11 11:42:08 UTC (rev 137809)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-# Contributor: Judd Vinet jvi...@zeroflux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=unixodbc
-pkgver=2.3.0
-pkgrel=1
-pkgdesc=ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources
-arch=(i686 x86_64)
-license=('GPL2' 'LGPL2.1')
-url=http://www.unixodbc.org/;
-backup=('etc/odbc.ini' 'etc/odbcinst.ini')
-depends=('readline=6.0' 'libtool')
-options=('!libtool')
-source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz)
-md5sums=('f2ad22cbdffe836c58987ed2332c2e99')
-
-build() {
-cd ${srcdir}/unixODBC-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc
-make || return 1
-}
-
-package() {
-cd ${srcdir}/unixODBC-${pkgver}
-make DESTDIR=${pkgdir} install || return 1
-}

Copied: unixodbc/repos/extra-x86_64/PKGBUILD (from rev 137808, 
unixodbc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-09-11 11:42:08 UTC (rev 137809)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=unixodbc
+pkgver=2.3.0
+pkgrel=2
+pkgdesc=ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url=http://www.unixodbc.org/;
+backup=('etc/odbc.ini' 'etc/odbcinst.ini')
+depends=('readline' 'libltdl')
+options=('!libtool')
+source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz;)
+md5sums=('f2ad22cbdffe836c58987ed2332c2e99')
+
+build() {
+cd ${srcdir}/unixODBC-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc
+make
+}
+
+package() {
+cd ${srcdir}/unixODBC-${pkgver}
+make 

[arch-commits] Commit in kdeplasma-applets-networkmanagement/trunk (PKGBUILD)

2011-09-11 Thread Andrea Scarpino
Date: Sunday, September 11, 2011 @ 11:32:45
  Author: andrea
Revision: 137810

upgpkg: kdeplasma-applets-networkmanagement 1:git20110911-1

new snapshot to fix hidden wireless

Modified:
  kdeplasma-applets-networkmanagement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 11:42:08 UTC (rev 137809)
+++ PKGBUILD2011-09-11 15:32:45 UTC (rev 137810)
@@ -4,8 +4,8 @@
 
 pkgname=kdeplasma-applets-networkmanagement
 epoch=1
-pkgver=git20110907
-_commit=d119e72811b25d167ee646d831b0aa4bb48f2a15
+pkgver=git20110911
+_commit=6028b72a14f7fa714e6b4b101d51a4fb4bda3168
 pkgrel=1
 pkgdesc=KDE control panel and widget network connections
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'openconnect: Cisco AnyConnect compatible VPN client')
 install=${pkgname}.install
 
source=(${pkgname}-${pkgver}.tar.gz::http://quickgit.kde.org/?p=networkmanagement.gita=snapshoth=${_commit};)
-md5sums=('54c37656f4795cef3cf69254758db094')
+md5sums=('8c8d92af3409be5a4faac21b25d0b5d0')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (8 files)

2011-09-11 Thread Andrea Scarpino
Date: Sunday, September 11, 2011 @ 11:35:27
  Author: andrea
Revision: 137811

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

Added:
  kdeplasma-applets-networkmanagement/repos/extra-i686/PKGBUILD
(from rev 137810, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
  
kdeplasma-applets-networkmanagement/repos/extra-i686/kdeplasma-applets-networkmanagement.install
(from rev 137810, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)
  kdeplasma-applets-networkmanagement/repos/extra-x86_64/PKGBUILD
(from rev 137810, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
  
kdeplasma-applets-networkmanagement/repos/extra-x86_64/kdeplasma-applets-networkmanagement.install
(from rev 137810, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)
Deleted:
  kdeplasma-applets-networkmanagement/repos/extra-i686/PKGBUILD
  
kdeplasma-applets-networkmanagement/repos/extra-i686/kdeplasma-applets-networkmanagement.install
  kdeplasma-applets-networkmanagement/repos/extra-x86_64/PKGBUILD
  
kdeplasma-applets-networkmanagement/repos/extra-x86_64/kdeplasma-applets-networkmanagement.install

--+
 extra-i686/PKGBUILD  |   72 ++---
 extra-i686/kdeplasma-applets-networkmanagement.install   |   22 +--
 extra-x86_64/PKGBUILD|   72 ++---
 extra-x86_64/kdeplasma-applets-networkmanagement.install |   22 +--
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-11 15:32:45 UTC (rev 137810)
+++ extra-i686/PKGBUILD 2011-09-11 15:35:27 UTC (rev 137811)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 105813 2011-01-12 00:25:58Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Jakub Schmidtke sjakub-at-gmail.com
-
-pkgname=kdeplasma-applets-networkmanagement
-epoch=1
-pkgver=git20110907
-_commit=d119e72811b25d167ee646d831b0aa4bb48f2a15
-pkgrel=1
-pkgdesc=KDE control panel and widget network connections
-arch=('i686' 'x86_64')
-url=http://www.kde.org/;
-license=('GPL')
-depends=('kdebase-workspace' 'networkmanager')
-makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info'
- 'openconnect')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect compatible VPN client')
-install=${pkgname}.install
-source=(${pkgname}-${pkgver}.tar.gz::http://quickgit.kde.org/?p=networkmanagement.gita=snapshoth=${_commit};)
-md5sums=('54c37656f4795cef3cf69254758db094')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../networkmanagement \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeplasma-applets-networkmanagement/repos/extra-i686/PKGBUILD (from rev 
137810, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 15:35:27 UTC (rev 137811)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 105813 2011-01-12 00:25:58Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Jakub Schmidtke sjakub-at-gmail.com
+
+pkgname=kdeplasma-applets-networkmanagement
+epoch=1
+pkgver=git20110911
+_commit=6028b72a14f7fa714e6b4b101d51a4fb4bda3168
+pkgrel=1
+pkgdesc=KDE control panel and widget network connections
+arch=('i686' 'x86_64')
+url=http://www.kde.org/;
+license=('GPL')
+depends=('kdebase-workspace' 'networkmanager')
+makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info'
+ 'openconnect')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect compatible VPN client')
+install=${pkgname}.install
+source=(${pkgname}-${pkgver}.tar.gz::http://quickgit.kde.org/?p=networkmanagement.gita=snapshoth=${_commit};)
+md5sums=('8c8d92af3409be5a4faac21b25d0b5d0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../networkmanagement \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdeplasma-applets-networkmanagement.install
===
--- extra-i686/kdeplasma-applets-networkmanagement.install  2011-09-11 
15:32:45 UTC (rev 137810)
+++ extra-i686/kdeplasma-applets-networkmanagement.install  2011-09-11 
15:35:27 UTC (rev 137811)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
- 

[arch-commits] Commit in dnsmasq/trunk (5 files)

2011-09-11 Thread Dave Reisner
Date: Sunday, September 11, 2011 @ 12:01:12
  Author: dreisner
Revision: 137812

numerous improvements to startup behavior

- create and run as dnsmasq user, as per upstream recommendation
- add checkconfig option to /etc/rc.d script
- add /etc/conf.d file, for adding arbitrary options
- use our own systemd service file, which mirrors the above behavior
- use dnsmasq's own pidfile, rather than managing the pid ourselves

Added:
  dnsmasq/trunk/dnsmasq.confd
  dnsmasq/trunk/dnsmasq.install
  dnsmasq/trunk/dnsmasq.service
Modified:
  dnsmasq/trunk/PKGBUILD
  dnsmasq/trunk/rc.dnsmasq

-+
 PKGBUILD|   20 +---
 dnsmasq.confd   |9 +
 dnsmasq.install |   21 +
 dnsmasq.service |   13 +
 rc.dnsmasq  |   47 ---
 5 files changed, 88 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 15:35:27 UTC (rev 137811)
+++ PKGBUILD2011-09-11 16:01:12 UTC (rev 137812)
@@ -5,19 +5,23 @@
 
 pkgname=dnsmasq
 pkgver=2.58
-pkgrel=1
+pkgrel=2
 pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
 url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc' 'bash' 'dbus-core')
 makedepends=('libcap=2.16')
-backup=('etc/dnsmasq.conf')
-install=
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz; 
-'rc.dnsmasq')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf'
+'etc/conf.d/dnsmasq')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz;
+'dnsmasq.confd'
+'rc.dnsmasq'
+'dnsmasq.service')
 md5sums=('14c5c81debb324adc261db971730f4c6'
- 'e956eee1ec24212a3254d2b168187495')
+ '66479e99123faeab83ebaed709ef95b5'
+ '5d1abd670b3ef093b90a28d3b9ba802e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -35,9 +39,11 @@
 
   install -dm755 $pkgdir/var/{db,lib/misc}
   install -Dm755 $srcdir/rc.dnsmasq $pkgdir/etc/rc.d/dnsmasq
+  install -Dm644 $srcdir/dnsmasq.confd $pkgdir/etc/conf.d/dnsmasq
+
   install -Dm644 dbus/dnsmasq.conf $pkgdir/etc/dbus-1/system.d/dnsmasq.conf
   install -Dm644 dnsmasq.conf.example $pkgdir/etc/dnsmasq.conf
-  install -Dm644 contrib/systemd/dnsmasq.service 
$pkgdir/lib/systemd/system/dnsmasq.service
+  install -Dm644 $srcdir/dnsmasq.service 
$pkgdir/lib/systemd/system/dnsmasq.service
 }
 
 # vim: ts=2 sw=2 et ft=sh

Added: dnsmasq.confd
===
--- dnsmasq.confd   (rev 0)
+++ dnsmasq.confd   2011-09-11 16:01:12 UTC (rev 137812)
@@ -0,0 +1,9 @@
+#
+# runtime config for dnsmasq
+#
+
+# if unset, dnsmasq will run as nobody.
+DNSMASQ_USER=dnsmasq
+
+# other runtime options. treated as an array.
+DNSMASQ_OPTS=()

Added: dnsmasq.install
===
--- dnsmasq.install (rev 0)
+++ dnsmasq.install 2011-09-11 16:01:12 UTC (rev 137812)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+add_dnsmasq_user() {
+  if ! getent passwd dnsmasq /dev/null; then
+useradd -r -d / -c 'dnsmasq daemon' -s /sbin/nologin dnsmasq
+  fi
+}
+
+post_install() {
+  add_dnsmasq_user
+}
+
+post_upgrade() {
+  add_dnsmasq_user
+}
+
+post_remove() {
+  if getent passwd dnsmasq /dev/null; then
+userdel dnsmasq
+  fi
+}

Added: dnsmasq.service
===
--- dnsmasq.service (rev 0)
+++ dnsmasq.service 2011-09-11 16:01:12 UTC (rev 137812)
@@ -0,0 +1,13 @@
+[Unit]
+Description=A lightweight DHCP and caching DNS server
+
+[Service]
+Type=dbus
+BusName=uk.org.thekelleys.dnsmasq
+ExecStartPre=/usr/sbin/dnsmasq --test
+ExecStart=/usr/sbin/dnsmasq -k --enable-dbus --user=dnsmasq --pid-file
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target
+Alias=dbus-uk.org.thekelleys.dnsmasq

Modified: rc.dnsmasq
===
--- rc.dnsmasq  2011-09-11 15:35:27 UTC (rev 137811)
+++ rc.dnsmasq  2011-09-11 16:01:12 UTC (rev 137812)
@@ -2,35 +2,52 @@
 
 . /etc/rc.conf
 . /etc/rc.d/functions
+. /etc/conf.d/dnsmasq
 
-PID=`pidof -o %PPID /usr/sbin/dnsmasq`
-case $1 in
+pidfile=/run/dnsmasq.pid
+if [[ -r $pidfile ]]; then
+  read -r PID  $pidfile
+  if [[ ! -d /proc/$PID ]]; then
+# stale pidfile
+unset PID
+rm -f $pidfile
+  fi
+fi
+
+case $1 in
   start)
 stat_busy Starting DNS/DHCP daemon
-[ -z $PID ]  /usr/sbin/dnsmasq
-if [ $? -gt 0 ] ; then
+if [[ -z $PID ]]  /usr/sbin/dnsmasq --test 
+/usr/sbin/dnsmasq --user=${DNSMASQ_USER:-nobody} \
+  --pid-file=$pidfile \
+  ${DNSMASQ_OPTS[@]}; then
+  add_daemon dnsmasq
+  stat_done
+else
   stat_fail
-else
-  

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

2011-09-11 Thread Dave Reisner
Date: Sunday, September 11, 2011 @ 12:03:00
  Author: dreisner
Revision: 137813

fix checksums in PKGBUILD

Modified:
  dnsmasq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 16:01:12 UTC (rev 137812)
+++ PKGBUILD2011-09-11 16:03:00 UTC (rev 137813)
@@ -21,7 +21,8 @@
 'dnsmasq.service')
 md5sums=('14c5c81debb324adc261db971730f4c6'
  '66479e99123faeab83ebaed709ef95b5'
- '5d1abd670b3ef093b90a28d3b9ba802e')
+ '818c122ea4d81868a75afad109411170'
+ 'f329d86f8ba1cd85f9b6ee59e0ce3791')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-09-11 Thread Dave Reisner
Date: Sunday, September 11, 2011 @ 12:06:30
  Author: dreisner
Revision: 137814

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

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 137813, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.confd
(from rev 137813, dnsmasq/trunk/dnsmasq.confd)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 137813, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 137813, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-i686/rc.dnsmasq
(from rev 137813, dnsmasq/trunk/rc.dnsmasq)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 137813, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.confd
(from rev 137813, dnsmasq/trunk/dnsmasq.confd)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 137813, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 137813, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/rc.dnsmasq
(from rev 137813, dnsmasq/trunk/rc.dnsmasq)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/rc.dnsmasq
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/rc.dnsmasq

--+
 extra-i686/PKGBUILD  |   93 ++---
 extra-i686/dnsmasq.confd |9 +++
 extra-i686/dnsmasq.install   |   21 +
 extra-i686/dnsmasq.service   |   13 +
 extra-i686/rc.dnsmasq|   89 +++
 extra-x86_64/PKGBUILD|   93 ++---
 extra-x86_64/dnsmasq.confd   |9 +++
 extra-x86_64/dnsmasq.install |   21 +
 extra-x86_64/dnsmasq.service |   13 +
 extra-x86_64/rc.dnsmasq  |   89 +++
 10 files changed, 292 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-11 16:03:00 UTC (rev 137813)
+++ extra-i686/PKGBUILD 2011-09-11 16:06:30 UTC (rev 137814)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.58
-pkgrel=1
-pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
-url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'bash' 'dbus-core')
-makedepends=('libcap=2.16')
-backup=('etc/dnsmasq.conf')
-install=
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz; 
-'rc.dnsmasq')
-md5sums=('14c5c81debb324adc261db971730f4c6'
- 'e956eee1ec24212a3254d2b168187495')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # link against dbus
-  echo '#define HAVE_DBUS'  src/config.h
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make PREFIX=/usr DESTDIR=$pkgdir install
-
-  install -dm755 $pkgdir/var/{db,lib/misc}
-  install -Dm755 $srcdir/rc.dnsmasq $pkgdir/etc/rc.d/dnsmasq
-  install -Dm644 dbus/dnsmasq.conf $pkgdir/etc/dbus-1/system.d/dnsmasq.conf
-  install -Dm644 dnsmasq.conf.example $pkgdir/etc/dnsmasq.conf
-  install -Dm644 contrib/systemd/dnsmasq.service 
$pkgdir/lib/systemd/system/dnsmasq.service
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 137813, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 16:06:30 UTC (rev 137814)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=dnsmasq
+pkgver=2.58
+pkgrel=2
+pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
+url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'bash' 'dbus-core')
+makedepends=('libcap=2.16')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf'
+'etc/conf.d/dnsmasq')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz;
+'dnsmasq.confd'
+'rc.dnsmasq'
+'dnsmasq.service')
+md5sums=('14c5c81debb324adc261db971730f4c6'
+ '66479e99123faeab83ebaed709ef95b5'
+ '818c122ea4d81868a75afad109411170'
+ 'f329d86f8ba1cd85f9b6ee59e0ce3791')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # link against dbus
+  echo '#define HAVE_DBUS'  src/config.h
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR=$pkgdir install
+
+  install -dm755 $pkgdir/var/{db,lib/misc}
+  install -Dm755 $srcdir/rc.dnsmasq $pkgdir/etc/rc.d/dnsmasq
+  install -Dm644 $srcdir/dnsmasq.confd $pkgdir/etc/conf.d/dnsmasq
+
+  install -Dm644 dbus/dnsmasq.conf $pkgdir/etc/dbus-1/system.d/dnsmasq.conf
+  install -Dm644 dnsmasq.conf.example 

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

2011-09-11 Thread Evangelos Foutras
Date: Sunday, September 11, 2011 @ 16:07:33
  Author: foutrelis
Revision: 137815

upgpkg: gptfdisk 0.8.0-2

Include man page for the fixparts command.

Modified:
  gptfdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 16:06:30 UTC (rev 137814)
+++ PKGBUILD2011-09-11 20:07:33 UTC (rev 137815)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
@@ -27,8 +27,8 @@
   cd $srcdir/$pkgname-$pkgver
 
   install -d $pkgdir/{sbin,usr/share/{doc/gdisk,man/man8}}
-  install -t $pkgdir/sbin gdisk cgdisk sgdisk fixparts
-  install -m644 -t $pkgdir/usr/share/man/man8 {gdisk,cgdisk,sgdisk}.8
+  install -t $pkgdir/sbin {,c,s}gdisk fixparts
+  install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
   install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
 }
 



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

2011-09-11 Thread Evangelos Foutras
Date: Sunday, September 11, 2011 @ 16:07:54
  Author: foutrelis
Revision: 137816

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-11 20:07:33 UTC (rev 137815)
+++ extra-i686/PKGBUILD 2011-09-11 20:07:54 UTC (rev 137816)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Hokum hokum_at_mail_dot_ru
-
-pkgname=gptfdisk
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
-arch=('i686' 'x86_64')
-url=http://www.rodsbooks.com/gdisk/;
-license=('GPL2')
-depends=('gcc-libs' 'util-linux' 'popt' 'icu')
-provides=(gdisk=$pkgver)
-conflicts=('gdisk')
-replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('f38e33a9bc644ec1dee50fdc3dfe4d69')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make
-}
-
-package () {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -d $pkgdir/{sbin,usr/share/{doc/gdisk,man/man8}}
-  install -t $pkgdir/sbin gdisk cgdisk sgdisk fixparts
-  install -m644 -t $pkgdir/usr/share/man/man8 {gdisk,cgdisk,sgdisk}.8
-  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gptfdisk/repos/extra-i686/PKGBUILD (from rev 137815, 
gptfdisk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 20:07:54 UTC (rev 137816)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Hokum hokum_at_mail_dot_ru
+
+pkgname=gptfdisk
+pkgver=0.8.0
+pkgrel=2
+pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
+arch=('i686' 'x86_64')
+url=http://www.rodsbooks.com/gdisk/;
+license=('GPL2')
+depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+provides=(gdisk=$pkgver)
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('f38e33a9bc644ec1dee50fdc3dfe4d69')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -d $pkgdir/{sbin,usr/share/{doc/gdisk,man/man8}}
+  install -t $pkgdir/sbin {,c,s}gdisk fixparts
+  install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
+  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-09-11 20:07:33 UTC (rev 137815)
+++ extra-x86_64/PKGBUILD   2011-09-11 20:07:54 UTC (rev 137816)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Hokum hokum_at_mail_dot_ru
-
-pkgname=gptfdisk
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
-arch=('i686' 'x86_64')
-url=http://www.rodsbooks.com/gdisk/;
-license=('GPL2')
-depends=('gcc-libs' 'util-linux' 'popt' 'icu')
-provides=(gdisk=$pkgver)
-conflicts=('gdisk')
-replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('f38e33a9bc644ec1dee50fdc3dfe4d69')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make
-}
-
-package () {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -d $pkgdir/{sbin,usr/share/{doc/gdisk,man/man8}}
-  install -t $pkgdir/sbin gdisk cgdisk sgdisk fixparts
-  install -m644 -t $pkgdir/usr/share/man/man8 {gdisk,cgdisk,sgdisk}.8
-  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gptfdisk/repos/extra-x86_64/PKGBUILD (from rev 137815, 
gptfdisk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-09-11 20:07:54 UTC (rev 137816)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: 

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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 16:25:53
  Author: pierre
Revision: 137817

upgpkg: aspell-de 20110609-1

upstream update

Modified:
  aspell-de/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 20:07:54 UTC (rev 137816)
+++ PKGBUILD2011-09-11 20:25:53 UTC (rev 137817)
@@ -4,16 +4,15 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=aspell-de
-pkgver=20100727
-pkgrel=3
+pkgver=20110609
+pkgrel=1
 pkgdesc=German dictionary for aspell
 arch=('i686' 'x86_64')
 url=http://j3e.de/ispell/igerman98/index.html;
 license=('GPL2')
 depends=('aspell')
-source=(http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2)
-md5sums=('53a66eccaf15fa92d4e5085e7938ee69')
-sha1sums=('7cfde06b3086b03b9d400998a7254598a5b72564')
+source=(http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2;)
+md5sums=('6e7ea765b6188c08d470111e221cc91a')
 
 build() {
   cd ${srcdir}/igerman98-${pkgver}



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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 16:26:33
  Author: pierre
Revision: 137818

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

Added:
  aspell-de/repos/extra-i686/PKGBUILD
(from rev 137817, aspell-de/trunk/PKGBUILD)
  aspell-de/repos/extra-x86_64/PKGBUILD
(from rev 137817, aspell-de/trunk/PKGBUILD)
Deleted:
  aspell-de/repos/extra-i686/PKGBUILD
  aspell-de/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-11 20:25:53 UTC (rev 137817)
+++ extra-i686/PKGBUILD 2011-09-11 20:26:33 UTC (rev 137818)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Simo Leone s...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=aspell-de
-pkgver=20100727
-pkgrel=3
-pkgdesc=German dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://j3e.de/ispell/igerman98/index.html;
-license=('GPL2')
-depends=('aspell')
-source=(http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2)
-md5sums=('53a66eccaf15fa92d4e5085e7938ee69')
-sha1sums=('7cfde06b3086b03b9d400998a7254598a5b72564')
-
-build() {
-  cd ${srcdir}/igerman98-${pkgver}
-
-  LANGS=de_DE de_AT de_CH
-  for l in ${LANGS}; do
-make aspell/${l}.rws
-  done
-}
-
-package() {
-  cd ${srcdir}/igerman98-${pkgver}/aspell
-
-  install -d ${pkgdir}/usr/lib/aspell-0.60
-
-  LANGS=de_DE de_AT de_CH
-  for l in ${LANGS}; do
-install -m644 ${l}.alias ${l}.dat ${l}_affix.dat ${l}.multi ${l}.rws \
-  ${pkgdir}/usr/lib/aspell-0.60/
-  done
-
-  echo add de_DE.multi  ${pkgdir}/usr/lib/aspell-0.60/deutsch.alias
-  echo add de_DE.multi  ${pkgdir}/usr/lib/aspell-0.60/german.alias
-  echo add de_CH.multi  ${pkgdir}/usr/lib/aspell-0.60/swiss.alias
-}

Copied: aspell-de/repos/extra-i686/PKGBUILD (from rev 137817, 
aspell-de/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 20:26:33 UTC (rev 137818)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone s...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=aspell-de
+pkgver=20110609
+pkgrel=1
+pkgdesc=German dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://j3e.de/ispell/igerman98/index.html;
+license=('GPL2')
+depends=('aspell')
+source=(http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2;)
+md5sums=('6e7ea765b6188c08d470111e221cc91a')
+
+build() {
+  cd ${srcdir}/igerman98-${pkgver}
+
+  LANGS=de_DE de_AT de_CH
+  for l in ${LANGS}; do
+make aspell/${l}.rws
+  done
+}
+
+package() {
+  cd ${srcdir}/igerman98-${pkgver}/aspell
+
+  install -d ${pkgdir}/usr/lib/aspell-0.60
+
+  LANGS=de_DE de_AT de_CH
+  for l in ${LANGS}; do
+install -m644 ${l}.alias ${l}.dat ${l}_affix.dat ${l}.multi ${l}.rws \
+  ${pkgdir}/usr/lib/aspell-0.60/
+  done
+
+  echo add de_DE.multi  ${pkgdir}/usr/lib/aspell-0.60/deutsch.alias
+  echo add de_DE.multi  ${pkgdir}/usr/lib/aspell-0.60/german.alias
+  echo add de_CH.multi  ${pkgdir}/usr/lib/aspell-0.60/swiss.alias
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-09-11 20:25:53 UTC (rev 137817)
+++ extra-x86_64/PKGBUILD   2011-09-11 20:26:33 UTC (rev 137818)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Simo Leone s...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=aspell-de
-pkgver=20100727
-pkgrel=3
-pkgdesc=German dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://j3e.de/ispell/igerman98/index.html;
-license=('GPL2')
-depends=('aspell')
-source=(http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2)
-md5sums=('53a66eccaf15fa92d4e5085e7938ee69')
-sha1sums=('7cfde06b3086b03b9d400998a7254598a5b72564')
-
-build() {
-  cd ${srcdir}/igerman98-${pkgver}
-
-  LANGS=de_DE de_AT de_CH
-  for l in ${LANGS}; do
-make aspell/${l}.rws
-  done
-}
-
-package() {
-  cd ${srcdir}/igerman98-${pkgver}/aspell
-
-  install -d ${pkgdir}/usr/lib/aspell-0.60
-
-  LANGS=de_DE de_AT de_CH
-  for l in ${LANGS}; do
-install -m644 ${l}.alias ${l}.dat ${l}_affix.dat ${l}.multi ${l}.rws \
-  ${pkgdir}/usr/lib/aspell-0.60/
-  done
-
-  echo add de_DE.multi  ${pkgdir}/usr/lib/aspell-0.60/deutsch.alias
-  echo add de_DE.multi  ${pkgdir}/usr/lib/aspell-0.60/german.alias
-  echo add de_CH.multi  ${pkgdir}/usr/lib/aspell-0.60/swiss.alias
-}

Copied: aspell-de/repos/extra-x86_64/PKGBUILD (from rev 137817, 
aspell-de/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 16:31:17
  Author: pierre
Revision: 137819

upgpkg: hunspell-de 20110609-1

upstream update

Modified:
  hunspell-de/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 20:26:33 UTC (rev 137818)
+++ PKGBUILD2011-09-11 20:31:17 UTC (rev 137819)
@@ -3,16 +3,16 @@
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=hunspell-de
-pkgver=20100727
+pkgver=20110609
 pkgrel=1
 pkgdesc=German hunspell dictionaries
-arch=(any)
+arch=('any')
 url=http://www.j3e.de/ispell/igerman98/;
 license=('GPL' 'custom:OASIS')
 makedepends=('hunspell' 'ispell')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://www.j3e.de/ispell/igerman98/dict/igerman98-$pkgver.tar.bz2)
-md5sums=('53a66eccaf15fa92d4e5085e7938ee69')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://www.j3e.de/ispell/igerman98/dict/igerman98-$pkgver.tar.bz2;)
+md5sums=('6e7ea765b6188c08d470111e221cc91a')
 
 build() {
   cd $srcdir/igerman98-$pkgver
@@ -29,13 +29,13 @@
   pushd $pkgdir/usr/share/hunspell/
   de_DE_aliases=de_BE de_LU
   for lang in $de_DE_aliases; do
-   ln -s de_DE.aff $lang.aff
-   ln -s de_DE.dic $lang.dic
+ln -s de_DE.aff $lang.aff
+ln -s de_DE.dic $lang.dic
   done
   de_CH_aliases=de_LI
   for lang in $de_CH_aliases; do
-   ln -s de_CH.aff $lang.aff
-   ln -s de_CH.dic $lang.dic
+ln -s de_CH.aff $lang.aff
+ln -s de_CH.dic $lang.dic
   done
   popd
 
@@ -46,7 +46,7 @@
   ln -sv /usr/share/hunspell/$(basename $file) .
 done
   popd
-  
+
   # docs
   install -dm755 ${pkgdir}/usr/share/doc/$pkgname
   cp -p README_de_??.txt $pkgdir/usr/share/doc/$pkgname
@@ -54,6 +54,5 @@
   # licenses
   install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
   install -D -m644 COPYING_OASIS 
$pkgdir/usr/share/licenses/$pkgname/COPYING_OASIS
-  
 
 }



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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 16:31:34
  Author: pierre
Revision: 137820

archrelease: copy trunk to extra-any

Added:
  hunspell-de/repos/extra-any/PKGBUILD
(from rev 137819, hunspell-de/trunk/PKGBUILD)
Deleted:
  hunspell-de/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-09-11 20:31:17 UTC (rev 137819)
+++ PKGBUILD2011-09-11 20:31:34 UTC (rev 137820)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=hunspell-de
-pkgver=20100727
-pkgrel=1
-pkgdesc=German hunspell dictionaries
-arch=(any)
-url=http://www.j3e.de/ispell/igerman98/;
-license=('GPL' 'custom:OASIS')
-groups=()
-depends=()
-makedepends=('hunspell' 'ispell')
-optdepends=('hunspell: the spell checking libraries and apps')
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
-source=(http://www.j3e.de/ispell/igerman98/dict/igerman98-$pkgver.tar.bz2)
-md5sums=('53a66eccaf15fa92d4e5085e7938ee69')
-
-build() {
-  cd $srcdir/igerman98-$pkgver
-  make hunspell/de_AT.dic hunspell/de_AT.aff \
-   hunspell/de_CH.dic hunspell/de_CH.aff \
-   hunspell/de_DE.dic hunspell/de_DE.aff
-}
-
-package() {
-  cd $srcdir/igerman98-$pkgver/hunspell
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  cp -p de_??.dic de_??.aff $pkgdir/usr/share/hunspell
-
-  pushd $pkgdir/usr/share/hunspell/
-  de_DE_aliases=de_BE de_LU
-  for lang in $de_DE_aliases; do
-   ln -s de_DE.aff $lang.aff
-   ln -s de_DE.dic $lang.dic
-  done
-  de_CH_aliases=de_LI
-  for lang in $de_CH_aliases; do
-   ln -s de_CH.aff $lang.aff
-   ln -s de_CH.dic $lang.dic
-  done
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-  
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  cp -p README_de_??.txt $pkgdir/usr/share/doc/$pkgname
-
-  # licenses
-  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
-  install -D -m644 COPYING_OASIS 
$pkgdir/usr/share/licenses/$pkgname/COPYING_OASIS
-  
-
-}

Copied: hunspell-de/repos/extra-any/PKGBUILD (from rev 137819, 
hunspell-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-09-11 20:31:34 UTC (rev 137820)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=hunspell-de
+pkgver=20110609
+pkgrel=1
+pkgdesc=German hunspell dictionaries
+arch=('any')
+url=http://www.j3e.de/ispell/igerman98/;
+license=('GPL' 'custom:OASIS')
+makedepends=('hunspell' 'ispell')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://www.j3e.de/ispell/igerman98/dict/igerman98-$pkgver.tar.bz2;)
+md5sums=('6e7ea765b6188c08d470111e221cc91a')
+
+build() {
+  cd $srcdir/igerman98-$pkgver
+  make hunspell/de_AT.dic hunspell/de_AT.aff \
+   hunspell/de_CH.dic hunspell/de_CH.aff \
+   hunspell/de_DE.dic hunspell/de_DE.aff
+}
+
+package() {
+  cd $srcdir/igerman98-$pkgver/hunspell
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  cp -p de_??.dic de_??.aff $pkgdir/usr/share/hunspell
+
+  pushd $pkgdir/usr/share/hunspell/
+  de_DE_aliases=de_BE de_LU
+  for lang in $de_DE_aliases; do
+ln -s de_DE.aff $lang.aff
+ln -s de_DE.dic $lang.dic
+  done
+  de_CH_aliases=de_LI
+  for lang in $de_CH_aliases; do
+ln -s de_CH.aff $lang.aff
+ln -s de_CH.dic $lang.dic
+  done
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
+  cp -p README_de_??.txt $pkgdir/usr/share/doc/$pkgname
+
+  # licenses
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
+  install -D -m644 COPYING_OASIS 
$pkgdir/usr/share/licenses/$pkgname/COPYING_OASIS
+
+}



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

2011-09-11 Thread Dan McGee
Date: Sunday, September 11, 2011 @ 16:45:02
  Author: dan
Revision: 137821

upgpkg: django 1.3.1-1

verbump 1.3.1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 20:31:34 UTC (rev 137820)
+++ PKGBUILD2011-09-11 20:45:02 UTC (rev 137821)
@@ -3,19 +3,19 @@
 # Contributor: Shahar Weiss swei...@gmx.net
 
 pkgname=django
-pkgver=1.3
+pkgver=1.3.1
 pkgrel=1
 pkgdesc=A high-level Python Web framework.
 arch=('any')
 license=('BSD')
 url=http://www.djangoproject.com/;
 depends=('python2')
-makedepends=('setuptools')
+makedepends=('python2-distribute')
 optdepends=('mysql-python: for MySQL backend'
 'python2-psycopg2: for PostgreSQL backend')
 source=(http://media.djangoproject.com/releases/1.3/Django-$pkgver.tar.gz;)
-md5sums=('1b8f76e91c27564708649671f329551f')
-sha256sums=('7aeee5c80002ab81d4ebf5416292949ff46e1448d183a183fe05ff6344771c83')
+md5sums=('62d8642fd06b9a0bf8544178f8500767')
+sha256sums=('af9118c4e8a063deb0b8cda901fcff2b805e7cf496c93fd43507163f3cde156b')
 
 build() {
   cd ${srcdir}/Django-$pkgver



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

2011-09-11 Thread Dan McGee
Date: Sunday, September 11, 2011 @ 16:45:19
  Author: dan
Revision: 137822

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 137821, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-09-11 20:45:02 UTC (rev 137821)
+++ PKGBUILD2011-09-11 20:45:19 UTC (rev 137822)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgname=django
-pkgver=1.3
-pkgrel=1
-pkgdesc=A high-level Python Web framework.
-arch=('any')
-license=('BSD')
-url=http://www.djangoproject.com/;
-depends=('python2')
-makedepends=('setuptools')
-optdepends=('mysql-python: for MySQL backend'
-'python2-psycopg2: for PostgreSQL backend')
-source=(http://media.djangoproject.com/releases/1.3/Django-$pkgver.tar.gz;)
-md5sums=('1b8f76e91c27564708649671f329551f')
-sha256sums=('7aeee5c80002ab81d4ebf5416292949ff46e1448d183a183fe05ff6344771c83')
-
-build() {
-  cd ${srcdir}/Django-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -Dm644 extras/django_bash_completion \
-${pkgdir}/etc/bash_completion.d/django
-
-  find $pkgdir/usr/lib/python2.7/site-packages/django/ -name '*.py' | \
-xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 137821, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-09-11 20:45:19 UTC (rev 137822)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Shahar Weiss swei...@gmx.net
+
+pkgname=django
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=A high-level Python Web framework.
+arch=('any')
+license=('BSD')
+url=http://www.djangoproject.com/;
+depends=('python2')
+makedepends=('python2-distribute')
+optdepends=('mysql-python: for MySQL backend'
+'python2-psycopg2: for PostgreSQL backend')
+source=(http://media.djangoproject.com/releases/1.3/Django-$pkgver.tar.gz;)
+md5sums=('62d8642fd06b9a0bf8544178f8500767')
+sha256sums=('af9118c4e8a063deb0b8cda901fcff2b805e7cf496c93fd43507163f3cde156b')
+
+build() {
+  cd ${srcdir}/Django-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -Dm644 extras/django_bash_completion \
+${pkgdir}/etc/bash_completion.d/django
+
+  find $pkgdir/usr/lib/python2.7/site-packages/django/ -name '*.py' | \
+xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}



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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 16:50:13
  Author: pierre
Revision: 137823

upgpkg: freetds 0.91-1

upstream update

Modified:
  freetds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 20:45:19 UTC (rev 137822)
+++ PKGBUILD2011-09-11 20:50:13 UTC (rev 137823)
@@ -2,8 +2,8 @@
 # Contributor: Aaron Malone aa...@munge.net
 
 pkgname=freetds
-pkgver=0.82
-pkgrel=5
+pkgver=0.91
+pkgrel=1
 pkgdesc='Library for accessing Sybase and MS SQL Server databases'
 url='http://www.freetds.org'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'etc/freetds/locales.conf'
 'etc/freetds/pool.conf')
 
source=(ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('3df6b2e83fd420e90f1becbd1162990a')
+md5sums=('b14db5823980a32f0643d1a84d3ec3ad')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 16:50:48
  Author: pierre
Revision: 137824

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-11 20:50:13 UTC (rev 137823)
+++ extra-i686/PKGBUILD 2011-09-11 20:50:48 UTC (rev 137824)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 11362 2010-02-09 23:57:26Z dgriffiths $
-# Contributor: Aaron Malone aa...@munge.net
-
-pkgname=freetds
-pkgver=0.82
-pkgrel=5
-pkgdesc='Library for accessing Sybase and MS SQL Server databases'
-url='http://www.freetds.org'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('unixodbc')
-options=('!libtool')
-backup=('etc/freetds/freetds.conf'
-'etc/freetds/locales.conf'
-'etc/freetds/pool.conf')
-source=(ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('3df6b2e83fd420e90f1becbd1162990a')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc/freetds 
--mandir=/usr/share/man --enable-msdblib --with-tdsver=7.0
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: freetds/repos/extra-i686/PKGBUILD (from rev 137823, 
freetds/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 20:50:48 UTC (rev 137824)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 11362 2010-02-09 23:57:26Z dgriffiths $
+# Contributor: Aaron Malone aa...@munge.net
+
+pkgname=freetds
+pkgver=0.91
+pkgrel=1
+pkgdesc='Library for accessing Sybase and MS SQL Server databases'
+url='http://www.freetds.org'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('unixodbc')
+options=('!libtool')
+backup=('etc/freetds/freetds.conf'
+'etc/freetds/locales.conf'
+'etc/freetds/pool.conf')
+source=(ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('b14db5823980a32f0643d1a84d3ec3ad')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sysconfdir=/etc/freetds 
--mandir=/usr/share/man --enable-msdblib --with-tdsver=7.0
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-09-11 20:50:13 UTC (rev 137823)
+++ extra-x86_64/PKGBUILD   2011-09-11 20:50:48 UTC (rev 137824)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 11362 2010-02-09 23:57:26Z dgriffiths $
-# Contributor: Aaron Malone aa...@munge.net
-
-pkgname=freetds
-pkgver=0.82
-pkgrel=5
-pkgdesc='Library for accessing Sybase and MS SQL Server databases'
-url='http://www.freetds.org'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('unixodbc')
-options=('!libtool')
-backup=('etc/freetds/freetds.conf'
-'etc/freetds/locales.conf'
-'etc/freetds/pool.conf')
-source=(ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('3df6b2e83fd420e90f1becbd1162990a')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc/freetds 
--mandir=/usr/share/man --enable-msdblib --with-tdsver=7.0
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: freetds/repos/extra-x86_64/PKGBUILD (from rev 137823, 
freetds/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-09-11 20:50:48 UTC (rev 137824)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 11362 2010-02-09 23:57:26Z dgriffiths $
+# Contributor: Aaron Malone aa...@munge.net
+
+pkgname=freetds
+pkgver=0.91
+pkgrel=1
+pkgdesc='Library for accessing Sybase and MS SQL Server databases'
+url='http://www.freetds.org'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('unixodbc')
+options=('!libtool')
+backup=('etc/freetds/freetds.conf'
+'etc/freetds/locales.conf'
+'etc/freetds/pool.conf')
+source=(ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('b14db5823980a32f0643d1a84d3ec3ad')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sysconfdir=/etc/freetds 

[arch-commits] Commit in archlinux-artwork/trunk (PKGBUILD archlinux-artwork.install)

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 16:55:49
  Author: pierre
Revision: 137825

upgpkg: archlinux-artwork 1.6-2

rebuild; minor cleanup

Modified:
  archlinux-artwork/trunk/PKGBUILD
Deleted:
  archlinux-artwork/trunk/archlinux-artwork.install

---+
 PKGBUILD  |   13 +
 archlinux-artwork.install |4 
 2 files changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 20:50:48 UTC (rev 137824)
+++ PKGBUILD2011-09-11 20:55:49 UTC (rev 137825)
@@ -1,21 +1,19 @@
 # $Id$
-# Maintainer: Thayer Williams tha...@archlinux.org
 # Contributor: Thayer Williams tha...@archlinux.org
 
 pkgname=archlinux-artwork
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Official logos, icons, CD labels and other artwork for Arch Linux
 arch=('any')
 url=http://www.archlinux.org/;
 license=('CCPL:cc-by-nc-sa' 'custom:TRADEMARKS')
-install=archlinux-artwork.install
-source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz)
+source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('85d812728309acaa6c9a07e41e3e7e65')
 
-build() {
+package() {
   cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/archlinux/{docs,cd-labels,icons,logos,wmlogos,web}
+  install -d 
$pkgdir/usr/share/archlinux/{docs,cd-labels,icons,logos,wmlogos,web}
 
   install -m644 FONTS $pkgdir/usr/share/archlinux/docs/
   install -m644 TRADEMARKS $pkgdir/usr/share/archlinux/docs/
@@ -26,7 +24,6 @@
   install -m644 web/* $pkgdir/usr/share/archlinux/web/
 
   # add the custom license
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname/
-  install -m644 TRADEMARKS $pkgdir/usr/share/licenses/$pkgname/
+  install -D -m644 TRADEMARKS $pkgdir/usr/share/licenses/$pkgname/TRADEMARKS
 }
 

Deleted: archlinux-artwork.install
===
--- archlinux-artwork.install   2011-09-11 20:50:48 UTC (rev 137824)
+++ archlinux-artwork.install   2011-09-11 20:55:49 UTC (rev 137825)
@@ -1,4 +0,0 @@
-post_install() {
-  echo == Artwork has been installed to /usr/share/archlinux
-}
-



[arch-commits] Commit in archlinux-artwork/repos/extra-any (3 files)

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 16:56:06
  Author: pierre
Revision: 137826

archrelease: copy trunk to extra-any

Added:
  archlinux-artwork/repos/extra-any/PKGBUILD
(from rev 137825, archlinux-artwork/trunk/PKGBUILD)
Deleted:
  archlinux-artwork/repos/extra-any/PKGBUILD
  archlinux-artwork/repos/extra-any/archlinux-artwork.install

---+
 PKGBUILD  |   61 
 archlinux-artwork.install |4 --
 2 files changed, 29 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-09-11 20:55:49 UTC (rev 137825)
+++ PKGBUILD2011-09-11 20:56:06 UTC (rev 137826)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Thayer Williams tha...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-
-pkgname=archlinux-artwork
-pkgver=1.6
-pkgrel=1
-pkgdesc=Official logos, icons, CD labels and other artwork for Arch Linux
-arch=('any')
-url=http://www.archlinux.org/;
-license=('CCPL:cc-by-nc-sa' 'custom:TRADEMARKS')
-install=archlinux-artwork.install
-source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz)
-md5sums=('85d812728309acaa6c9a07e41e3e7e65')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/archlinux/{docs,cd-labels,icons,logos,wmlogos,web}
-
-  install -m644 FONTS $pkgdir/usr/share/archlinux/docs/
-  install -m644 TRADEMARKS $pkgdir/usr/share/archlinux/docs/
-  install -m644 cd-labels/* $pkgdir/usr/share/archlinux/cd-labels/
-  install -m644 icons/* $pkgdir/usr/share/archlinux/icons/
-  install -m644 logos/* $pkgdir/usr/share/archlinux/logos/
-  install -m644 wmlogos/* $pkgdir/usr/share/archlinux/wmlogos/
-  install -m644 web/* $pkgdir/usr/share/archlinux/web/
-
-  # add the custom license
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname/
-  install -m644 TRADEMARKS $pkgdir/usr/share/licenses/$pkgname/
-}
-

Copied: archlinux-artwork/repos/extra-any/PKGBUILD (from rev 137825, 
archlinux-artwork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-09-11 20:56:06 UTC (rev 137826)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Thayer Williams tha...@archlinux.org
+
+pkgname=archlinux-artwork
+pkgver=1.6
+pkgrel=2
+pkgdesc=Official logos, icons, CD labels and other artwork for Arch Linux
+arch=('any')
+url=http://www.archlinux.org/;
+license=('CCPL:cc-by-nc-sa' 'custom:TRADEMARKS')
+source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('85d812728309acaa6c9a07e41e3e7e65')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -d 
$pkgdir/usr/share/archlinux/{docs,cd-labels,icons,logos,wmlogos,web}
+
+  install -m644 FONTS $pkgdir/usr/share/archlinux/docs/
+  install -m644 TRADEMARKS $pkgdir/usr/share/archlinux/docs/
+  install -m644 cd-labels/* $pkgdir/usr/share/archlinux/cd-labels/
+  install -m644 icons/* $pkgdir/usr/share/archlinux/icons/
+  install -m644 logos/* $pkgdir/usr/share/archlinux/logos/
+  install -m644 wmlogos/* $pkgdir/usr/share/archlinux/wmlogos/
+  install -m644 web/* $pkgdir/usr/share/archlinux/web/
+
+  # add the custom license
+  install -D -m644 TRADEMARKS $pkgdir/usr/share/licenses/$pkgname/TRADEMARKS
+}
+

Deleted: archlinux-artwork.install
===
--- archlinux-artwork.install   2011-09-11 20:55:49 UTC (rev 137825)
+++ archlinux-artwork.install   2011-09-11 20:56:06 UTC (rev 137826)
@@ -1,4 +0,0 @@
-post_install() {
-  echo == Artwork has been installed to /usr/share/archlinux
-}
-



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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 16:59:21
  Author: pierre
Revision: 137827

upgpkg: fcgi 2.4.0-7

rebuild old package

Modified:
  fcgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 20:56:06 UTC (rev 137826)
+++ PKGBUILD2011-09-11 20:59:21 UTC (rev 137827)
@@ -5,15 +5,15 @@
 
 pkgname=fcgi
 pkgver=2.4.0
-pkgrel=6
+pkgrel=7
 depends=('gcc-libs')
 pkgdesc=FASTCgi(fcgi) islanguage independent, high performant extension to 
CGI
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('custom')
 options=('!libtool' '!makeflags')
 url=http://www.fastcgi.com;
-source=(http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz
-gcc44-fix-include.patch)
+source=(http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz;
+'gcc44-fix-include.patch')
 md5sums=('d15060a813b91383a9f3c66faf84867e'
  'a8028462163755f3ce457a5c641f237b')
 
@@ -26,6 +26,10 @@
   automake --foreign
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -Dm644 LICENSE.TERMS 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 17:00:11
  Author: pierre
Revision: 137828

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

Added:
  fcgi/repos/extra-i686/PKGBUILD
(from rev 137827, fcgi/trunk/PKGBUILD)
  fcgi/repos/extra-i686/gcc44-fix-include.patch
(from rev 137827, fcgi/trunk/gcc44-fix-include.patch)
  fcgi/repos/extra-x86_64/PKGBUILD
(from rev 137827, fcgi/trunk/PKGBUILD)
  fcgi/repos/extra-x86_64/gcc44-fix-include.patch
(from rev 137827, fcgi/trunk/gcc44-fix-include.patch)
Deleted:
  fcgi/repos/extra-i686/PKGBUILD
  fcgi/repos/extra-i686/gcc44-fix-include.patch
  fcgi/repos/extra-x86_64/PKGBUILD
  fcgi/repos/extra-x86_64/gcc44-fix-include.patch

--+
 extra-i686/PKGBUILD  |   66 +
 extra-i686/gcc44-fix-include.patch   |   34 -
 extra-x86_64/PKGBUILD|   66 +
 extra-x86_64/gcc44-fix-include.patch |   34 -
 4 files changed, 104 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-11 20:59:21 UTC (rev 137827)
+++ extra-i686/PKGBUILD 2011-09-11 21:00:11 UTC (rev 137828)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: tobias tob...@justdreams.de
-# Modified by: eliott eli...@cactuswax.net
-# Original by Benjamin Andresen, klapmuetz [at] gmail [dot] com
-
-pkgname=fcgi
-pkgver=2.4.0
-pkgrel=6
-depends=('gcc-libs')
-pkgdesc=FASTCgi(fcgi) islanguage independent, high performant extension to 
CGI
-arch=(i686 x86_64)
-license=('custom')
-options=('!libtool' '!makeflags')
-url=http://www.fastcgi.com;
-source=(http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz
-gcc44-fix-include.patch)
-md5sums=('d15060a813b91383a9f3c66faf84867e'
- 'a8028462163755f3ce457a5c641f237b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/gcc44-fix-include.patch
-  libtoolize --force
-  aclocal
-  autoconf
-  automake --foreign
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE.TERMS 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: fcgi/repos/extra-i686/PKGBUILD (from rev 137827, fcgi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 21:00:11 UTC (rev 137828)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: tobias tob...@justdreams.de
+# Modified by: eliott eli...@cactuswax.net
+# Original by Benjamin Andresen, klapmuetz [at] gmail [dot] com
+
+pkgname=fcgi
+pkgver=2.4.0
+pkgrel=7
+depends=('gcc-libs')
+pkgdesc=FASTCgi(fcgi) islanguage independent, high performant extension to 
CGI
+arch=('i686' 'x86_64')
+license=('custom')
+options=('!libtool' '!makeflags')
+url=http://www.fastcgi.com;
+source=(http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz;
+'gcc44-fix-include.patch')
+md5sums=('d15060a813b91383a9f3c66faf84867e'
+ 'a8028462163755f3ce457a5c641f237b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/gcc44-fix-include.patch
+  libtoolize --force
+  aclocal
+  autoconf
+  automake --foreign
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 LICENSE.TERMS 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/gcc44-fix-include.patch
===
--- extra-i686/gcc44-fix-include.patch  2011-09-11 20:59:21 UTC (rev 137827)
+++ extra-i686/gcc44-fix-include.patch  2011-09-11 21:00:11 UTC (rev 137828)
@@ -1,17 +0,0 @@
-Author: Tatsuki Sugiura s...@nemui.org
-Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504963
-Bug-Debian: http://bugs.debian.org/504963
-Forwarded: no
-Last-Update: 2010-02-08
-
-Index: libfcgi/libfcgi/fcgio.cpp
-===
 libfcgi.orig/libfcgi/fcgio.cpp  2010-01-23 19:13:53.0 +0900
-+++ libfcgi/libfcgi/fcgio.cpp 2010-01-23 19:13:55.0 +0900
-@@ -22,6 +22,7 @@
- #define DLLAPI  __declspec(dllexport)
- #endif
- 
-+#include cstdio
- #include limits.h
- #include fcgio.h

Copied: fcgi/repos/extra-i686/gcc44-fix-include.patch (from rev 137827, 
fcgi/trunk/gcc44-fix-include.patch)
===
--- extra-i686/gcc44-fix-include.patch  (rev 0)
+++ extra-i686/gcc44-fix-include.patch  2011-09-11 21:00:11 UTC (rev 137828)
@@ -0,0 +1,17 @@
+Author: Tatsuki Sugiura s...@nemui.org
+Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504963
+Bug-Debian: http://bugs.debian.org/504963
+Forwarded: no
+Last-Update: 2010-02-08
+
+Index: libfcgi/libfcgi/fcgio.cpp
+===
+--- 

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

2011-09-11 Thread Gaetan Bisson
Date: Sunday, September 11, 2011 @ 17:00:31
  Author: bisson
Revision: 137829

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 21:00:11 UTC (rev 137828)
+++ PKGBUILD2011-09-11 21:00:31 UTC (rev 137829)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=feh
-pkgver=1.16
+pkgver=1.16.1
 pkgrel=1
 pkgdesc='Fast, lightweight image viewer which uses imlib2'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('perl: feh-cam, webcam wrapper for feh')
 makedepends=('libxt')
 source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4793cecb7986335c096bb3c8adf0c364c36d8a34')
+sha1sums=('f016043826cf30d33675fceba24d9753206d947a')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2011-09-11 Thread Gaetan Bisson
Date: Sunday, September 11, 2011 @ 17:00:49
  Author: bisson
Revision: 137830

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-11 21:00:31 UTC (rev 137829)
+++ extra-i686/PKGBUILD 2011-09-11 21:00:49 UTC (rev 137830)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=1.16
-pkgrel=1
-pkgdesc='Fast, lightweight image viewer which uses imlib2'
-arch=('i686' 'x86_64')
-url='http://feh.finalrewind.org/'
-license=('MIT')
-depends=('giblib' 'curl' 'libxinerama')
-optdepends=('perl: feh-cam, webcam wrapper for feh')
-makedepends=('libxt')
-source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4793cecb7986335c096bb3c8adf0c364c36d8a34')
-
-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
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 137829, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 21:00:49 UTC (rev 137830)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=1.16.1
+pkgrel=1
+pkgdesc='Fast, lightweight image viewer which uses imlib2'
+arch=('i686' 'x86_64')
+url='http://feh.finalrewind.org/'
+license=('MIT')
+depends=('giblib' 'curl' 'libxinerama')
+optdepends=('perl: feh-cam, webcam wrapper for feh')
+makedepends=('libxt')
+source=(${url}${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f016043826cf30d33675fceba24d9753206d947a')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-09-11 21:00:31 UTC (rev 137829)
+++ extra-x86_64/PKGBUILD   2011-09-11 21:00:49 UTC (rev 137830)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=1.16
-pkgrel=1
-pkgdesc='Fast, lightweight image viewer which uses imlib2'
-arch=('i686' 'x86_64')
-url='http://feh.finalrewind.org/'
-license=('MIT')
-depends=('giblib' 'curl' 'libxinerama')
-optdepends=('perl: feh-cam, webcam wrapper for feh')
-makedepends=('libxt')
-source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4793cecb7986335c096bb3c8adf0c364c36d8a34')
-
-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
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 137829, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-09-11 21:00:49 UTC (rev 137830)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=1.16.1
+pkgrel=1
+pkgdesc='Fast, lightweight image viewer which uses imlib2'
+arch=('i686' 'x86_64')
+url='http://feh.finalrewind.org/'
+license=('MIT')
+depends=('giblib' 'curl' 'libxinerama')
+optdepends=('perl: feh-cam, webcam wrapper for feh')
+makedepends=('libxt')
+source=(${url}${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f016043826cf30d33675fceba24d9753206d947a')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd 

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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 17:04:22
  Author: pierre
Revision: 137831

upgpkg: faac 1.28-3

rebuild old package

Modified:
  faac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 21:00:49 UTC (rev 137830)
+++ PKGBUILD2011-09-11 21:04:22 UTC (rev 137831)
@@ -6,13 +6,12 @@
 
 pkgname=faac
 pkgver=1.28
-pkgrel=2
+pkgrel=3
 pkgdesc=An AAC audio encoder
 arch=('i686' 'x86_64')
 url=http://www.audiocoding.com/;
 license=('GPL' 'custom')
 depends=('libmp4v2' 'glibc')
-makedepends=('automake' 'autoconf' 'libtool')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'mp4v2-1.9.patch')



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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 17:05:11
  Author: pierre
Revision: 137832

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

Added:
  faac/repos/extra-i686/PKGBUILD
(from rev 137831, faac/trunk/PKGBUILD)
  faac/repos/extra-i686/mp4v2-1.9.patch
(from rev 137831, faac/trunk/mp4v2-1.9.patch)
  faac/repos/extra-x86_64/PKGBUILD
(from rev 137831, faac/trunk/PKGBUILD)
  faac/repos/extra-x86_64/mp4v2-1.9.patch
(from rev 137831, faac/trunk/mp4v2-1.9.patch)
Deleted:
  faac/repos/extra-i686/PKGBUILD
  faac/repos/extra-i686/mp4v2-1.9.patch
  faac/repos/extra-x86_64/PKGBUILD
  faac/repos/extra-x86_64/mp4v2-1.9.patch

--+
 extra-i686/PKGBUILD  |   72 +++
 extra-i686/mp4v2-1.9.patch   |   94 -
 extra-x86_64/PKGBUILD|   72 +++
 extra-x86_64/mp4v2-1.9.patch |   94 -
 4 files changed, 166 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-11 21:04:22 UTC (rev 137831)
+++ extra-i686/PKGBUILD 2011-09-11 21:05:11 UTC (rev 137832)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria h...@archlinux.org
-# Contributor: Sarah Hay sa...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=faac
-pkgver=1.28
-pkgrel=2
-pkgdesc=FAAC is an AAC audio encoder
-arch=('i686' 'x86_64')
-url=http://www.audiocoding.com/;
-license=('GPL' 'custom')
-depends=('libmp4v2' 'glibc')
-makedepends=('automake' 'autoconf' 'libtool')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-   'mp4v2-1.9.patch')
-md5sums=('80763728d392c7d789cde25614c878f6'
- '9d52a17e68fa15ca94e88e1457b94b74')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/mp4v2-1.9.patch || return 1
-  find . -type f -print0 | xargs -0 sed -i 's/\r//g'
-  ./bootstrap
-  ./configure --prefix=/usr --with-mp4v2
-  make || return 1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/libfaac/kiss_fft/COPYING \
-${pkgdir}/usr/share/licenses/faac/LICENSE
-}

Copied: faac/repos/extra-i686/PKGBUILD (from rev 137831, faac/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 21:05:11 UTC (rev 137832)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Hugo Doria h...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=faac
+pkgver=1.28
+pkgrel=3
+pkgdesc=An AAC audio encoder
+arch=('i686' 'x86_64')
+url=http://www.audiocoding.com/;
+license=('GPL' 'custom')
+depends=('libmp4v2' 'glibc')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'mp4v2-1.9.patch')
+md5sums=('80763728d392c7d789cde25614c878f6'
+ '9d52a17e68fa15ca94e88e1457b94b74')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/mp4v2-1.9.patch
+  find . -type f -print0 | xargs -0 sed -i 's/\r//g'
+  ./bootstrap
+  ./configure --prefix=/usr --with-mp4v2
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/libfaac/kiss_fft/COPYING \
+${pkgdir}/usr/share/licenses/faac/LICENSE
+}

Deleted: extra-i686/mp4v2-1.9.patch
===
--- extra-i686/mp4v2-1.9.patch  2011-09-11 21:04:22 UTC (rev 137831)
+++ extra-i686/mp4v2-1.9.patch  2011-09-11 21:05:11 UTC (rev 137832)
@@ -1,47 +0,0 @@
-diff -ur faac-1.28.orig/configure.in faac-1.28/configure.in
 faac-1.28.orig/configure.in2009-02-05 02:55:38.0 +0200
-+++ faac-1.28/configure.in 2009-07-10 13:21:34.0 +0300
-@@ -28,14 +28,17 @@
- AC_CHECK_LIB(gnugetopt, getopt_long)
- 
- AM_CONDITIONAL(WITH_MP4V2, false)
-+AM_CONDITIONAL(WITH_EXTERNAL_MP4V2, false)
- 
- AC_CHECK_DECLS([MP4Create, MP4MetadataDelete],
-AC_CHECK_LIB(mp4v2, MP4MetadataDelete, external_mp4v2=yes,
- external_mp4v2=no, -lstdc++),
--   external_mp4v2=no, [#include mp4.h])
-+   external_mp4v2=no, [#include mp4v2/mp4v2.h])
- 
- if test x$external_mp4v2 = xyes; then
-   AC_MSG_NOTICE([*** Building with external mp4v2 ***])
-+  MY_DEFINE(HAVE_LIBMP4V2)
-+  AM_CONDITIONAL(WITH_EXTERNAL_MP4V2, true)
- else
-   if test x$WITHMP4V2 = xyes; then
-  AC_MSG_NOTICE([*** Building with internal mp4v2 ***])
-diff -ur faac-1.28.orig/frontend/main.c faac-1.28/frontend/main.c
 faac-1.28.orig/frontend/main.c 2009-01-24 03:10:20.0 +0200
-+++ faac-1.28/frontend/main.c  2009-07-10 13:22:18.0 

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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 17:19:29
  Author: pierre
Revision: 137833

upgpkg: povray 3.6.1-9

cleanup; old package rebuild

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 21:05:11 UTC (rev 137832)
+++ PKGBUILD2011-09-11 21:19:29 UTC (rev 137833)
@@ -6,32 +6,37 @@
 pkgname=povray
 pkgver=3.6.1
 _majorver=3.6
-pkgrel=8
+pkgrel=9
 pkgdesc=A script based raytracer for high-quality three-dimensional graphics
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://povray.org;
-depends=('zlib' 'libjpeg' 'libtiff' 'libpng' 'libxpm')
-backup=('etc/povray.conf' 'etc/povray.ini')
-source=(ftp://ftp.povray.org/pub/povray/Official/Unix/$pkgname-$pkgver.tar.bz2 
-  libpng-1.4.patch povray-3.6.1-use-system-libpng.patch)
-md5sums=('b5789bb7eeaed0809c5c82d0efda571d' '043d88384956ac41322dee2bf15585cd'\
+depends=('gcc-libs' 'libtiff' 'libpng' 'libxpm')
+backup=('etc/povray/3.6/povray.conf' 'etc/povray/3.6/povray.ini')
+source=(ftp://ftp.povray.org/pub/povray/Official/Unix/$pkgname-$pkgver.tar.bz2;
+'libpng-1.4.patch' 'povray-3.6.1-use-system-libpng.patch')
+md5sums=('b5789bb7eeaed0809c5c82d0efda571d'
+ '043d88384956ac41322dee2bf15585cd'
  '36e21e100ef73d5d3fc0f72615cf381f')
-sha1sums=('1fab3ccbdedafbf77e3a66087709bbdf60bc643d' 
'6cfd98bd3c6990db43f2535aa168d7c38b56e2dd'\
- '98333f7701ffd1803adc9b04d5d09beff2f34c27')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -p1  ../libpng-1.4.patch || return 1
-  patch -p1  ../povray-3.6.1-use-system-libpng.patch || return 1
+  patch -p1  ../libpng-1.4.patch
+  patch -p1  ../povray-3.6.1-use-system-libpng.patch
   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
-COMPILED_BY=ArchLinux --disable-optimiz --enable-strip
-  make || return 1
+COMPILED_BY=Arch Linux --disable-optimiz --enable-strip
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  # make install tries to write into a home dir
+  export HOME=$(mktemp -d)
   make DESTDIR=${pkgdir} sysconfdir=${pkgdir}/etc install
-  
+
   # correct the paths in the ini file
   sed -i s|/usr/local/share|/usr/share|g 
${pkgdir}/etc/$pkgname/$_majorver/povray.ini
-  
+
   # install licenses
   install -Dm 644 doc/povlegal.doc \
 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE



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

2011-09-11 Thread Pierre Schmitz
Date: Sunday, September 11, 2011 @ 17:21:44
  Author: pierre
Revision: 137834

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

Added:
  povray/repos/extra-i686/PKGBUILD
(from rev 137833, povray/trunk/PKGBUILD)
  povray/repos/extra-i686/libpng-1.4.patch
(from rev 137833, povray/trunk/libpng-1.4.patch)
  povray/repos/extra-i686/povray-3.6.1-use-system-libpng.patch
(from rev 137833, povray/trunk/povray-3.6.1-use-system-libpng.patch)
  povray/repos/extra-x86_64/PKGBUILD
(from rev 137833, povray/trunk/PKGBUILD)
  povray/repos/extra-x86_64/libpng-1.4.patch
(from rev 137833, povray/trunk/libpng-1.4.patch)
  povray/repos/extra-x86_64/povray-3.6.1-use-system-libpng.patch
(from rev 137833, povray/trunk/povray-3.6.1-use-system-libpng.patch)
Deleted:
  povray/repos/extra-i686/PKGBUILD
  povray/repos/extra-i686/libpng-1.4.patch
  povray/repos/extra-i686/povray-3.6.1-use-system-libpng.patch
  povray/repos/extra-x86_64/PKGBUILD
  povray/repos/extra-x86_64/libpng-1.4.patch
  povray/repos/extra-x86_64/povray-3.6.1-use-system-libpng.patch

---+
 extra-i686/PKGBUILD   |   89 +
 extra-i686/libpng-1.4.patch   |   42 
 extra-i686/povray-3.6.1-use-system-libpng.patch   |  102 ++--
 extra-x86_64/PKGBUILD |   89 +
 extra-x86_64/libpng-1.4.patch |   42 
 extra-x86_64/povray-3.6.1-use-system-libpng.patch |  102 ++--
 6 files changed, 238 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-11 21:19:29 UTC (rev 137833)
+++ extra-i686/PKGBUILD 2011-09-11 21:21:44 UTC (rev 137834)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: tobias tob...@archlinux.org
-# Modifications made by: red_over_blue and neri
-
-pkgname=povray
-pkgver=3.6.1
-_majorver=3.6
-pkgrel=8
-pkgdesc=A script based raytracer for high-quality three-dimensional graphics
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://povray.org;
-depends=('zlib' 'libjpeg' 'libtiff' 'libpng' 'libxpm')
-backup=('etc/povray.conf' 'etc/povray.ini')
-source=(ftp://ftp.povray.org/pub/povray/Official/Unix/$pkgname-$pkgver.tar.bz2 
-  libpng-1.4.patch povray-3.6.1-use-system-libpng.patch)
-md5sums=('b5789bb7eeaed0809c5c82d0efda571d' '043d88384956ac41322dee2bf15585cd'\
- '36e21e100ef73d5d3fc0f72615cf381f')
-sha1sums=('1fab3ccbdedafbf77e3a66087709bbdf60bc643d' 
'6cfd98bd3c6990db43f2535aa168d7c38b56e2dd'\
- '98333f7701ffd1803adc9b04d5d09beff2f34c27')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1  ../libpng-1.4.patch || return 1
-  patch -p1  ../povray-3.6.1-use-system-libpng.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
-COMPILED_BY=ArchLinux --disable-optimiz --enable-strip
-  make || return 1
-  make DESTDIR=${pkgdir} sysconfdir=${pkgdir}/etc install
-  
-  # correct the paths in the ini file
-  sed -i s|/usr/local/share|/usr/share|g 
${pkgdir}/etc/$pkgname/$_majorver/povray.ini
-  
-  # install licenses
-  install -Dm 644 doc/povlegal.doc \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm 644 doc/distribution-license.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/distribution-license.txt
-  install -Dm 644 doc/source-license.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/source-license.txt
-}

Copied: povray/repos/extra-i686/PKGBUILD (from rev 137833, 
povray/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 21:21:44 UTC (rev 137834)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: tobias tob...@archlinux.org
+# Modifications made by: red_over_blue and neri
+
+pkgname=povray
+pkgver=3.6.1
+_majorver=3.6
+pkgrel=9
+pkgdesc=A script based raytracer for high-quality three-dimensional graphics
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://povray.org;
+depends=('gcc-libs' 'libtiff' 'libpng' 'libxpm')
+backup=('etc/povray/3.6/povray.conf' 'etc/povray/3.6/povray.ini')
+source=(ftp://ftp.povray.org/pub/povray/Official/Unix/$pkgname-$pkgver.tar.bz2;
+'libpng-1.4.patch' 'povray-3.6.1-use-system-libpng.patch')
+md5sums=('b5789bb7eeaed0809c5c82d0efda571d'
+ '043d88384956ac41322dee2bf15585cd'
+ '36e21e100ef73d5d3fc0f72615cf381f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1  ../libpng-1.4.patch
+  patch -p1  ../povray-3.6.1-use-system-libpng.patch
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
+COMPILED_BY=Arch Linux --disable-optimiz --enable-strip
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  # make install tries to write into a home dir
+  export 

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

2011-09-11 Thread Eric Bélanger
Date: Sunday, September 11, 2011 @ 19:43:02
  Author: eric
Revision: 137835

upgpkg: xine-lib 1.1.19-4

Make libmodplug optdepends a depends (close FS#25853)

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 21:21:44 UTC (rev 137834)
+++ PKGBUILD2011-09-11 23:43:02 UTC (rev 137835)
@@ -3,13 +3,13 @@
 
 pkgname=xine-lib
 pkgver=1.1.19
-pkgrel=3
+pkgrel=4
 pkgdesc=A multimedia playback engine
 arch=('i686' 'x86_64')
 url=http://www.xine-project.org;
 license=('LGPL' 'GPL')
-depends=('libgl' 'libxvmc' 'flac' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa' 
'libmodplug'
+depends=('libgl' 'libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
  'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
 optdepends=('imagemagick: for using the imagemagick plugin' \
 'smbclient: for using the smb plugin' \
@@ -19,7 +19,6 @@
 'mesa: for using the opengl plugin' \
 'libpulse: for using the pulseaudio plugin' \
 'speex: for using the speex plugin' \
-'libmodplug: for using the modplug plugin' \
 'v4l-utils: for using the v4l plugin' \
 'wavpack: for using the wavpack plugin' \
 'faad2: for using the faad plugin' \



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

2011-09-11 Thread Eric Bélanger
Date: Sunday, September 11, 2011 @ 19:43:47
  Author: eric
Revision: 137836

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

Added:
  xine-lib/repos/extra-i686/PKGBUILD
(from rev 137835, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/extra-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch
(from rev 137835, 
xine-lib/trunk/xine-lib-1.1.1-configure-no-mcpu-march.patch)
  xine-lib/repos/extra-i686/xine-lib-1.1.19-xvmc.patch
(from rev 137835, xine-lib/trunk/xine-lib-1.1.19-xvmc.patch)
  xine-lib/repos/extra-x86_64/PKGBUILD
(from rev 137835, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/extra-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch
(from rev 137835, 
xine-lib/trunk/xine-lib-1.1.1-configure-no-mcpu-march.patch)
  xine-lib/repos/extra-x86_64/xine-lib-1.1.19-xvmc.patch
(from rev 137835, xine-lib/trunk/xine-lib-1.1.19-xvmc.patch)
Deleted:
  xine-lib/repos/extra-i686/PKGBUILD
  xine-lib/repos/extra-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch
  xine-lib/repos/extra-i686/xine-lib-1.1.19-xvmc.patch
  xine-lib/repos/extra-x86_64/PKGBUILD
  xine-lib/repos/extra-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch
  xine-lib/repos/extra-x86_64/xine-lib-1.1.19-xvmc.patch

---+
 extra-i686/PKGBUILD   |  113 +---
 extra-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch   |   26 +-
 extra-i686/xine-lib-1.1.19-xvmc.patch |   34 +--
 extra-x86_64/PKGBUILD |  113 +---
 extra-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch |   26 +-
 extra-x86_64/xine-lib-1.1.19-xvmc.patch   |   34 +--
 6 files changed, 172 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-11 23:43:02 UTC (rev 137835)
+++ extra-i686/PKGBUILD 2011-09-11 23:43:47 UTC (rev 137836)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=xine-lib
-pkgver=1.1.19
-pkgrel=3
-pkgdesc=A multimedia playback engine
-arch=('i686' 'x86_64')
-url=http://www.xine-project.org;
-license=('LGPL' 'GPL')
-depends=('libgl' 'libxvmc' 'flac' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa' 
'libmodplug'
- 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'smbclient: for using the smb plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin' \
-'mesa: for using the opengl plugin' \
-'libpulse: for using the pulseaudio plugin' \
-'speex: for using the speex plugin' \
-'libmodplug: for using the modplug plugin' \
-'v4l-utils: for using the v4l plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
-xine-lib-1.1.1-configure-no-mcpu-march.patch 
xine-lib-1.1.19-xvmc.patch)
-md5sums=('a410a0f0617e1d6309f0cbe907f73f8a'
- '9776df4eb54d2f1f68d8268adbc3b5c2'
- '8662fb124870b1dd7effe4ff5e2a2e3d')
-sha1sums=('5afcc28c5cf2bdaab99d951960f6587797e1e5a0'
-  '121a8358d7919b2e51067412373f52848290338a'
-  '920bf27e6e3523dfe4cc9c802ff713e9688a3f34')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0  ../xine-lib-1.1.1-configure-no-mcpu-march.patch
-  patch -p0  ../xine-lib-1.1.19-xvmc.patch
-  sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \
-configure.ac src/input/input_v4l.c src/video_out/video_out_syncfb.h
-
-  libtoolize --force --copy
-  aclocal -I m4
-  autoconf
-  automake --add-missing
-
-  ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg 
--with-external-libfaad
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 137835, 
xine-lib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-11 23:43:47 UTC (rev 137836)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.1.19
+pkgrel=4
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libgl' 'libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
+ 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 

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

2011-09-11 Thread Eric Bélanger
Date: Sunday, September 11, 2011 @ 20:54:19
  Author: eric
Revision: 137837

upgpkg: imagemagick 6.7.2.5-1

Upstream update, Change libtool depends to libltdl

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 23:43:47 UTC (rev 137836)
+++ PKGBUILD2011-09-12 00:54:19 UTC (rev 137837)
@@ -3,18 +3,18 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.2.1
+pkgver=6.7.2.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
 license=('custom')
-depends=('libtool' 'lcms2' 'libxt' 'bzip2' 'xz' 'fontconfig' 'libxext' 
'libjpeg-turbo')
+depends=('libltdl' 'lcms2' 'libxt' 'bzip2' 'xz' 'fontconfig' 'libxext' 
'libjpeg-turbo')
 makedepends=('ghostscript' 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 
'libpng')
 
source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 perlmagick.rpath.patch)
-md5sums=('efa11515407ef0a22535d5f429668bcb'
+md5sums=('ce0294e6bc7ca3ece03a432518143a29'
  'ff9974decbfe9846f8e347239d87e4eb')
-sha1sums=('9e82c6926db62aa5dc547a029b49a593f5d4a991'
+sha1sums=('0af2f0fb913f390b0b25bc4e57b344b0d54c3560'
   '23405f80904b1de94ebd7bd6fe2a332471b8c283')
 
 build() {



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

2011-09-11 Thread Eric Bélanger
Date: Sunday, September 11, 2011 @ 20:54:46
  Author: eric
Revision: 137838

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

Added:
  imagemagick/repos/staging-i686/
  imagemagick/repos/staging-i686/PKGBUILD
(from rev 137837, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-i686/perlmagick.rpath.patch
(from rev 137837, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/staging-x86_64/
  imagemagick/repos/staging-x86_64/PKGBUILD
(from rev 137837, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-x86_64/perlmagick.rpath.patch
(from rev 137837, imagemagick/trunk/perlmagick.rpath.patch)

---+
 staging-i686/PKGBUILD |   81 
 staging-i686/perlmagick.rpath.patch   |   10 +++
 staging-x86_64/PKGBUILD   |   81 
 staging-x86_64/perlmagick.rpath.patch |   10 +++
 4 files changed, 182 insertions(+)

Copied: imagemagick/repos/staging-i686/PKGBUILD (from rev 137837, 
imagemagick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-09-12 00:54:46 UTC (rev 137838)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.7.2.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.imagemagick.org/;
+license=('custom')
+depends=('libltdl' 'lcms2' 'libxt' 'bzip2' 'xz' 'fontconfig' 'libxext' 
'libjpeg-turbo')
+makedepends=('ghostscript' 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 
'libpng')
+source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
+perlmagick.rpath.patch)
+md5sums=('ce0294e6bc7ca3ece03a432518143a29'
+ 'ff9974decbfe9846f8e347239d87e4eb')
+sha1sums=('0af2f0fb913f390b0b25bc4e57b344b0d54c3560'
+  '23405f80904b1de94ebd7bd6fe2a332471b8c283')
+
+build() {
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf
+  patch -Np0 -i ../perlmagick.rpath.patch
+
+  LIBS=$LIBS -L/usr/lib/perl5/core_perl/CORE -lperl \
+./configure --prefix=/usr --sysconfdir=/etc --with-modules 
--disable-static \
+--enable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
+--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
+--with-perl --with-perl-options=INSTALLDIRS=vendor \
+--without-gvc --without-djvu --without-autotrace --without-webp \
+--without-jbig --without-fpx --without-dps --without-fftw --without-lqr
+  make
+}
+
+package_imagemagick() {
+  pkgdesc=An image viewing/manipulation program
+  optdepends=('ghostscript: for Ghostscript support' 
+  'openexr: for OpenEXR support' 
+  'libwmf: for WMF support' 
+  'librsvg: for SVG support' 
+  'libxml2: for XML support' 
+  'jasper: for JPEG-2000 support' 
+  'libpng: for PNG support')
+  backup=('etc/ImageMagick/coder.xml'
+  'etc/ImageMagick/colors.xml'
+  'etc/ImageMagick/delegates.xml'
+  'etc/ImageMagick/log.xml'
+  'etc/ImageMagick/magic.xml'
+  'etc/ImageMagick/mime.xml'
+  'etc/ImageMagick/policy.xml'
+  'etc/ImageMagick/sRGB.icm'
+  'etc/ImageMagick/thresholds.xml'
+  'etc/ImageMagick/type.xml'
+  'etc/ImageMagick/type-dejavu.xml'
+  'etc/ImageMagick/type-ghostscript.xml'
+  'etc/ImageMagick/type-windows.xml')
+  options=('!makeflags' '!docs' 'libtool')
+
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install
+  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so 
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
+
+#Cleaning
+  find ${pkgdir} -name '*.bs' -delete
+  rm -f ${pkgdir}/usr/lib/*.la
+}
+
+package_imagemagick-doc() {
+  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
+  depends=()
+  options=('!makeflags')
+
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install-data-html
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
+}

Copied: imagemagick/repos/staging-i686/perlmagick.rpath.patch (from rev 137837, 
imagemagick/trunk/perlmagick.rpath.patch)
===
--- staging-i686/perlmagick.rpath.patch (rev 0)
+++ staging-i686/perlmagick.rpath.patch 2011-09-12 00:54:46 UTC (rev 137838)
@@ -0,0 +1,10 @@
+--- Makefile.in.orig   2009-05-26 16:22:11.0 -0300
 Makefile.in2009-05-26 16:23:27.0 -0300
+@@ -10067,6 +10067,7 @@
+ 

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

2011-09-11 Thread Eric Bélanger
Date: Sunday, September 11, 2011 @ 21:58:58
  Author: eric
Revision: 137839

upgpkg: xine-lib 1.1.19-5

Rebuild against imagemagick 6.7.2.5

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 00:54:46 UTC (rev 137838)
+++ PKGBUILD2011-09-12 01:58:58 UTC (rev 137839)
@@ -3,7 +3,7 @@
 
 pkgname=xine-lib
 pkgver=1.1.19
-pkgrel=4
+pkgrel=5
 pkgdesc=A multimedia playback engine
 arch=('i686' 'x86_64')
 url=http://www.xine-project.org;



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

2011-09-11 Thread Eric Bélanger
Date: Sunday, September 11, 2011 @ 21:59:41
  Author: eric
Revision: 137840

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

Added:
  xine-lib/repos/staging-i686/
  xine-lib/repos/staging-i686/PKGBUILD
(from rev 137839, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/staging-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch
(from rev 137839, 
xine-lib/trunk/xine-lib-1.1.1-configure-no-mcpu-march.patch)
  xine-lib/repos/staging-i686/xine-lib-1.1.19-xvmc.patch
(from rev 137839, xine-lib/trunk/xine-lib-1.1.19-xvmc.patch)
  xine-lib/repos/staging-x86_64/
  xine-lib/repos/staging-x86_64/PKGBUILD
(from rev 137839, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/staging-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch
(from rev 137839, 
xine-lib/trunk/xine-lib-1.1.1-configure-no-mcpu-march.patch)
  xine-lib/repos/staging-x86_64/xine-lib-1.1.19-xvmc.patch
(from rev 137839, xine-lib/trunk/xine-lib-1.1.19-xvmc.patch)

-+
 staging-i686/PKGBUILD   |   56 ++
 staging-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch   |   13 ++
 staging-i686/xine-lib-1.1.19-xvmc.patch |   17 +++
 staging-x86_64/PKGBUILD |   56 ++
 staging-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch |   13 ++
 staging-x86_64/xine-lib-1.1.19-xvmc.patch   |   17 +++
 6 files changed, 172 insertions(+)

Copied: xine-lib/repos/staging-i686/PKGBUILD (from rev 137839, 
xine-lib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-09-12 01:59:41 UTC (rev 137840)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.1.19
+pkgrel=5
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libgl' 'libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
+ 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'smbclient: for using the smb plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin' \
+'mesa: for using the opengl plugin' \
+'libpulse: for using the pulseaudio plugin' \
+'speex: for using the speex plugin' \
+'v4l-utils: for using the v4l plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
+xine-lib-1.1.1-configure-no-mcpu-march.patch 
xine-lib-1.1.19-xvmc.patch)
+md5sums=('a410a0f0617e1d6309f0cbe907f73f8a'
+ '9776df4eb54d2f1f68d8268adbc3b5c2'
+ '8662fb124870b1dd7effe4ff5e2a2e3d')
+sha1sums=('5afcc28c5cf2bdaab99d951960f6587797e1e5a0'
+  '121a8358d7919b2e51067412373f52848290338a'
+  '920bf27e6e3523dfe4cc9c802ff713e9688a3f34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0  ../xine-lib-1.1.1-configure-no-mcpu-march.patch
+  patch -p0  ../xine-lib-1.1.19-xvmc.patch
+  sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \
+configure.ac src/input/input_v4l.c src/video_out/video_out_syncfb.h
+
+  libtoolize --force --copy
+  aclocal -I m4
+  autoconf
+  automake --add-missing
+
+  ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg 
--with-external-libfaad
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: 
xine-lib/repos/staging-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch (from 
rev 137839, xine-lib/trunk/xine-lib-1.1.1-configure-no-mcpu-march.patch)
===
--- staging-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch   
(rev 0)
+++ staging-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch   2011-09-12 
01:59:41 UTC (rev 137840)
@@ -0,0 +1,13 @@
+--- m4/optimizations.m4.orig   2005-11-27 01:20:08.0 +0100
 m4/optimizations.m42005-11-27 01:22:56.0 +0100
+@@ -161,10 +161,6 @@
+   ;;
+ 
+   esac
+-  if test x$archopt_val != x; then
+-  CFLAGS=$sarchopt=$archopt_val $CFLAGS
+-  DEBUG_CFLAGS=$sarchopt=$archopt_val $DEBUG_CFLAGS
+-  fi
+ fi
+   else
+ dnl we have the Intel compiler

Copied: 

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

2011-09-11 Thread Eric Bélanger
Date: Sunday, September 11, 2011 @ 22:25:09
  Author: eric
Revision: 137841

upgpkg: transcode 1.1.5-6

Rebuild against imagemagick 6.7.2.5, Clean up depends and makedepends

Modified:
  transcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 01:59:41 UTC (rev 137840)
+++ PKGBUILD2011-09-12 02:25:09 UTC (rev 137841)
@@ -6,22 +6,26 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.5
-pkgrel=5
+pkgrel=6
 pkgdesc=A video/DVD ripper and encoder for the terminal/console
 arch=('i686' 'x86_64')
 url=http://tcforge.berlios.de/;
 license=('GPL')
-depends=('imagemagick' 'lzo2' 'libdv' 'libdvdread' 'ffmpeg' 'mjpegtools'
-'libmpeg2' 'libtheora' 'libxaw'  'libxml2' 'libxv' 'a52dec' 'alsa-lib')
-makedepends=('nasm' 'pkg-config')
+depends=('imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
+makedepends=('nasm')
 options=('!libtool' '!makeflags')
 source=(http://download2.berlios.de/tcforge/${pkgname}-${pkgver}.tar.bz2

http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
transcode-1.1.5-jpeg-7.patch  transcode-1.1.5-mpa.patch)
-md5sums=('41ac6b1c0fe30f3aab286e771fc31b9e' 'c0bd49a88f667c68c4430ad25bbed510'\
- 'af4056b7530a6f147594f676849e7c7b' 'c299cfc6c4be6a5512d1a129f04e5450')
-sha1sums=('48c36e06ca0cd1cdc1a9c6a241e231f896eefd26' 
'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'\
- '9e380c00a3b31725dc3ec483fa7bf5e3d8a8a977' 
'6f45d9167c3aa15a83cb29545749f55eb1f1e5a2')
+md5sums=('41ac6b1c0fe30f3aab286e771fc31b9e'
+ 'c0bd49a88f667c68c4430ad25bbed510'
+ 'af4056b7530a6f147594f676849e7c7b'
+ 'c299cfc6c4be6a5512d1a129f04e5450')
+sha1sums=('48c36e06ca0cd1cdc1a9c6a241e231f896eefd26'
+  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
+  '9e380c00a3b31725dc3ec483fa7bf5e3d8a8a977'
+  '6f45d9167c3aa15a83cb29545749f55eb1f1e5a2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-09-11 Thread Eric Bélanger
Date: Sunday, September 11, 2011 @ 22:25:43
  Author: eric
Revision: 137842

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

Added:
  transcode/repos/staging-i686/
  transcode/repos/staging-i686/PKGBUILD
(from rev 137841, transcode/trunk/PKGBUILD)
  transcode/repos/staging-i686/transcode-1.1.5-jpeg-7.patch
(from rev 137841, transcode/trunk/transcode-1.1.5-jpeg-7.patch)
  transcode/repos/staging-i686/transcode-1.1.5-mpa.patch
(from rev 137841, transcode/trunk/transcode-1.1.5-mpa.patch)
  transcode/repos/staging-x86_64/
  transcode/repos/staging-x86_64/PKGBUILD
(from rev 137841, transcode/trunk/PKGBUILD)
  transcode/repos/staging-x86_64/transcode-1.1.5-jpeg-7.patch
(from rev 137841, transcode/trunk/transcode-1.1.5-jpeg-7.patch)
  transcode/repos/staging-x86_64/transcode-1.1.5-mpa.patch
(from rev 137841, transcode/trunk/transcode-1.1.5-mpa.patch)

-+
 staging-i686/PKGBUILD   |   80 ++
 staging-i686/transcode-1.1.5-jpeg-7.patch   |   16 +
 staging-i686/transcode-1.1.5-mpa.patch  |   10 +++
 staging-x86_64/PKGBUILD |   80 ++
 staging-x86_64/transcode-1.1.5-jpeg-7.patch |   16 +
 staging-x86_64/transcode-1.1.5-mpa.patch|   10 +++
 6 files changed, 212 insertions(+)

Copied: transcode/repos/staging-i686/PKGBUILD (from rev 137841, 
transcode/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-09-12 02:25:43 UTC (rev 137842)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: roberto robe...@archlinux.org
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.5
+pkgrel=6
+pkgdesc=A video/DVD ripper and encoder for the terminal/console
+arch=('i686' 'x86_64')
+url=http://tcforge.berlios.de/;
+license=('GPL')
+depends=('imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
+makedepends=('nasm')
+options=('!libtool' '!makeflags')
+source=(http://download2.berlios.de/tcforge/${pkgname}-${pkgver}.tar.bz2
+   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
+   transcode-1.1.5-jpeg-7.patch  transcode-1.1.5-mpa.patch)
+md5sums=('41ac6b1c0fe30f3aab286e771fc31b9e'
+ 'c0bd49a88f667c68c4430ad25bbed510'
+ 'af4056b7530a6f147594f676849e7c7b'
+ 'c299cfc6c4be6a5512d1a129f04e5450')
+sha1sums=('48c36e06ca0cd1cdc1a9c6a241e231f896eefd26'
+  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
+  '9e380c00a3b31725dc3ec483fa7bf5e3d8a8a977'
+  '6f45d9167c3aa15a83cb29545749f55eb1f1e5a2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0  ../transcode-1.1.5-jpeg-7.patch
+  patch -p1  ../transcode-1.1.5-mpa.patch
+
+ # building from here
+  ./configure --prefix=/usr \
+--enable-sse=no --enable-sse2=no --enable-altivec=no --enable-mmx \
+--enable-lame --enable-ogg --enable-vorbis --enable-theora \
+--enable-libdv --enable-libxml2 --enable-v4l \
+--enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
+--enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
+--enable-xvid --enable-x264 --enable-alsa \
+--enable-libmpeg2 --enable-libmpeg2convert \
+--with-libxml2-prefix=/usr \
+--with-mjpegtools-prefix=/usr \
+--with-imagemagick-prefix=/usr \
+--with-libdv-includes=/usr \
+--with-libpostproc-includes=/usr/include/libpostproc \
+--with-ogg-prefix=/usr \
+--with-lame-libs=/usr \
+--with-lzo-libs=/usr/lib \
+--with-libavcodec-prefix=/usr \
+--with-libavcodec-includes=/usr/include \
+--with-libavcodec-libs=/usr/lib
+
+  make
+ ##
+ # this imports the latest subtitleripper sources and replaces the internal
+  mkdir contrib
+  mv ${srcdir}/subtitleripper contrib/subrip
+ # removes dependency on libppm, make it dependend on netpbm just failed, 
argh...
+  cd contrib/subrip
+  sed -e 's|^\(.*lppm.*\)$|#\1|' \
+  -e 's|^\(.*D_HAVE_LIB_PPM.*\)$|#\1|' \
+  -e 's/DEFINES :=/DEFINES = -DHAVE_GETLINE/' \
+  -i Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  cd contrib/subrip
+  install -m 755 pgm2txt ${pkgdir}/usr/bin/
+  install -m 755 srttool ${pkgdir}/usr/bin/
+  install -m 755 subtitle2pgm ${pkgdir}/usr/bin/
+  install -m 755 subtitle2vobsub ${pkgdir}/usr/bin/
+  install -m 755 vobsub2pgm ${pkgdir}/usr/bin/
+}

Copied: transcode/repos/staging-i686/transcode-1.1.5-jpeg-7.patch (from rev 
137841, transcode/trunk/transcode-1.1.5-jpeg-7.patch)
===
--- staging-i686/transcode-1.1.5-jpeg-7.patch   (rev 0)
+++ 

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

2011-09-11 Thread Eric Bélanger
Date: Sunday, September 11, 2011 @ 22:59:46
  Author: eric
Revision: 137843

upgpkg: mod_dnssd 0.6-4

Rebuild against latest toolchain, Clean up PKGBUILD

Modified:
  mod_dnssd/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 02:25:43 UTC (rev 137842)
+++ PKGBUILD2011-09-12 02:59:46 UTC (rev 137843)
@@ -1,11 +1,11 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: tardo ta...@nagi-fanboi.net
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=mod_dnssd
 pkgver=0.6
-pkgrel=3
+pkgrel=4
 pkgdesc=Zeroconf module for Apache2
 arch=('i686' 'x86_64')
 url=http://0pointer.de/lennart/projects/mod_dnssd;
@@ -16,8 +16,12 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-lynx || return 1
-  make || return 1
+  ./configure --prefix=/usr --disable-lynx
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   install -m755 -d ${pkgdir}/usr/lib/httpd/modules
-  install -m755 src/.libs/mod_dnssd.so ${pkgdir}/usr/lib/httpd/modules/ || 
return 1
+  install -m755 src/.libs/mod_dnssd.so ${pkgdir}/usr/lib/httpd/modules/
 }


Property changes on: mod_dnssd/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2011-09-11 Thread Eric Bélanger
Date: Sunday, September 11, 2011 @ 23:00:03
  Author: eric
Revision: 137844

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-12 02:59:46 UTC (rev 137843)
+++ extra-i686/PKGBUILD 2011-09-12 03:00:03 UTC (rev 137844)
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: tardo ta...@nagi-fanboi.net
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=mod_dnssd
-pkgver=0.6
-pkgrel=3
-pkgdesc=Zeroconf module for Apache2
-arch=('i686' 'x86_64')
-url=http://0pointer.de/lennart/projects/mod_dnssd;
-license=('APACHE')
-depends=('avahi' 'apache')
-source=(http://0pointer.de/lennart/projects/$pkgname/${pkgname}-${pkgver}.tar.gz)
-md5sums=('bed3d95a98168bf0515922d1c05020c5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-lynx || return 1
-  make || return 1
-  install -m755 -d ${pkgdir}/usr/lib/httpd/modules
-  install -m755 src/.libs/mod_dnssd.so ${pkgdir}/usr/lib/httpd/modules/ || 
return 1
-}

Copied: mod_dnssd/repos/extra-i686/PKGBUILD (from rev 137843, 
mod_dnssd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-12 03:00:03 UTC (rev 137844)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: tardo ta...@nagi-fanboi.net
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=mod_dnssd
+pkgver=0.6
+pkgrel=4
+pkgdesc=Zeroconf module for Apache2
+arch=('i686' 'x86_64')
+url=http://0pointer.de/lennart/projects/mod_dnssd;
+license=('APACHE')
+depends=('avahi' 'apache')
+source=(http://0pointer.de/lennart/projects/$pkgname/${pkgname}-${pkgver}.tar.gz)
+md5sums=('bed3d95a98168bf0515922d1c05020c5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-lynx
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -m755 -d ${pkgdir}/usr/lib/httpd/modules
+  install -m755 src/.libs/mod_dnssd.so ${pkgdir}/usr/lib/httpd/modules/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-09-12 02:59:46 UTC (rev 137843)
+++ extra-x86_64/PKGBUILD   2011-09-12 03:00:03 UTC (rev 137844)
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: tardo ta...@nagi-fanboi.net
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=mod_dnssd
-pkgver=0.6
-pkgrel=3
-pkgdesc=Zeroconf module for Apache2
-arch=('i686' 'x86_64')
-url=http://0pointer.de/lennart/projects/mod_dnssd;
-license=('APACHE')
-depends=('avahi' 'apache')
-source=(http://0pointer.de/lennart/projects/$pkgname/${pkgname}-${pkgver}.tar.gz)
-md5sums=('bed3d95a98168bf0515922d1c05020c5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-lynx || return 1
-  make || return 1
-  install -m755 -d ${pkgdir}/usr/lib/httpd/modules
-  install -m755 src/.libs/mod_dnssd.so ${pkgdir}/usr/lib/httpd/modules/ || 
return 1
-}

Copied: mod_dnssd/repos/extra-x86_64/PKGBUILD (from rev 137843, 
mod_dnssd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-09-12 03:00:03 UTC (rev 137844)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: tardo ta...@nagi-fanboi.net
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=mod_dnssd
+pkgver=0.6
+pkgrel=4
+pkgdesc=Zeroconf module for Apache2
+arch=('i686' 'x86_64')
+url=http://0pointer.de/lennart/projects/mod_dnssd;
+license=('APACHE')
+depends=('avahi' 'apache')
+source=(http://0pointer.de/lennart/projects/$pkgname/${pkgname}-${pkgver}.tar.gz)
+md5sums=('bed3d95a98168bf0515922d1c05020c5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-lynx
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -m755 -d ${pkgdir}/usr/lib/httpd/modules
+  install -m755 src/.libs/mod_dnssd.so ${pkgdir}/usr/lib/httpd/modules/
+}



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

2011-09-11 Thread Allan McRae
Date: Sunday, September 11, 2011 @ 23:22:29
  Author: allan
Revision: 137845

upgpkg: dvdauthor 0.7.0-2

imagemagick rebuild

Modified:
  dvdauthor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 03:00:03 UTC (rev 137844)
+++ PKGBUILD2011-09-12 03:22:29 UTC (rev 137845)
@@ -6,7 +6,7 @@
 
 pkgname=dvdauthor
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc=DVD authoring tools
 arch=('i686' 'x86_64')
 url=http://dvdauthor.sourceforge.net/;
@@ -19,7 +19,11 @@
 build() {
   cd ${srcdir}/${pkgname}
   ./configure --prefix=/usr \
-  --sysconfdir=/etc || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  --sysconfdir=/etc
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}



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

2011-09-11 Thread Allan McRae
Date: Sunday, September 11, 2011 @ 23:23:19
  Author: allan
Revision: 137846

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

Added:
  dvdauthor/repos/staging-i686/
  dvdauthor/repos/staging-i686/PKGBUILD
(from rev 137845, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/staging-x86_64/
  dvdauthor/repos/staging-x86_64/PKGBUILD
(from rev 137845, dvdauthor/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: dvdauthor/repos/staging-i686/PKGBUILD (from rev 137845, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-09-12 03:23:19 UTC (rev 137846)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=2
+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)
+md5sums=('33a447fb98ab3293ac40f869eedc17ff')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/staging-x86_64/PKGBUILD (from rev 137845, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-09-12 03:23:19 UTC (rev 137846)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=2
+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)
+md5sums=('33a447fb98ab3293ac40f869eedc17ff')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}



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

2011-09-11 Thread Allan McRae
Date: Sunday, September 11, 2011 @ 23:26:17
  Author: allan
Revision: 137847

upgpkg: psiconv 0.9.8-8

imagemagick rebuild

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 03:23:19 UTC (rev 137846)
+++ PKGBUILD2011-09-12 03:26:17 UTC (rev 137847)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=7
+pkgrel=8
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;
@@ -21,6 +21,10 @@
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --mandir=/usr/share/man
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2011-09-11 Thread Allan McRae
Date: Sunday, September 11, 2011 @ 23:27:09
  Author: allan
Revision: 137848

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

Added:
  psiconv/repos/staging-i686/
  psiconv/repos/staging-i686/PKGBUILD
(from rev 137847, psiconv/trunk/PKGBUILD)
  psiconv/repos/staging-x86_64/
  psiconv/repos/staging-x86_64/PKGBUILD
(from rev 137847, psiconv/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   30 ++
 staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: psiconv/repos/staging-i686/PKGBUILD (from rev 137847, 
psiconv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-09-12 03:27:09 UTC (rev 137848)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=psiconv
+pkgver=0.9.8
+pkgrel=8
+pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
+arch=('i686' 'x86_64')
+url=http://software.frodo.looijaard.name/psiconv/;
+license=('GPL')
+depends=('imagemagick')
+makedepends=('bc')
+backup=('etc/psiconv/psiconv.conf')
+options=('!libtool')
+source=(http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8d7548e3c6b9cd408544736133728acd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: psiconv/repos/staging-x86_64/PKGBUILD (from rev 137847, 
psiconv/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-09-12 03:27:09 UTC (rev 137848)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=psiconv
+pkgver=0.9.8
+pkgrel=8
+pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
+arch=('i686' 'x86_64')
+url=http://software.frodo.looijaard.name/psiconv/;
+license=('GPL')
+depends=('imagemagick')
+makedepends=('bc')
+backup=('etc/psiconv/psiconv.conf')
+options=('!libtool')
+source=(http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8d7548e3c6b9cd408544736133728acd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-09-11 Thread Allan McRae
Date: Sunday, September 11, 2011 @ 23:30:45
  Author: allan
Revision: 137849

upgpkg: pstoedit 3.60-2

imagemagick rebuild

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 03:27:09 UTC (rev 137848)
+++ PKGBUILD2011-09-12 03:30:45 UTC (rev 137849)
@@ -5,9 +5,9 @@
 
 pkgname=pstoedit
 pkgver=3.60
-pkgrel=1
+pkgrel=2
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;
 license=('GPL')
 depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')



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

2011-09-11 Thread Allan McRae
Date: Sunday, September 11, 2011 @ 23:31:42
  Author: allan
Revision: 137850

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

Added:
  pstoedit/repos/staging-i686/
  pstoedit/repos/staging-i686/PKGBUILD
(from rev 137849, pstoedit/trunk/PKGBUILD)
  pstoedit/repos/staging-i686/pstoedit-3.50-parallel.patch
(from rev 137849, pstoedit/trunk/pstoedit-3.50-parallel.patch)
  pstoedit/repos/staging-i686/pstoedit-3.50-plugin-close.patch
(from rev 137849, pstoedit/trunk/pstoedit-3.50-plugin-close.patch)
  pstoedit/repos/staging-x86_64/
  pstoedit/repos/staging-x86_64/PKGBUILD
(from rev 137849, pstoedit/trunk/PKGBUILD)
  pstoedit/repos/staging-x86_64/pstoedit-3.50-parallel.patch
(from rev 137849, pstoedit/trunk/pstoedit-3.50-parallel.patch)
  pstoedit/repos/staging-x86_64/pstoedit-3.50-plugin-close.patch
(from rev 137849, pstoedit/trunk/pstoedit-3.50-plugin-close.patch)

-+
 staging-i686/PKGBUILD   |   34 +++
 staging-i686/pstoedit-3.50-parallel.patch   |   47 ++
 staging-i686/pstoedit-3.50-plugin-close.patch   |   14 ++
 staging-x86_64/PKGBUILD |   34 +++
 staging-x86_64/pstoedit-3.50-parallel.patch |   47 ++
 staging-x86_64/pstoedit-3.50-plugin-close.patch |   14 ++
 6 files changed, 190 insertions(+)

Copied: pstoedit/repos/staging-i686/PKGBUILD (from rev 137849, 
pstoedit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-09-12 03:31:42 UTC (rev 137850)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tobias Powalowski t.p...@gmx.de
+
+pkgname=pstoedit
+pkgver=3.60
+pkgrel=2
+pkgdesc=Translates PostScript and PDF graphics into other vector formats
+arch=('i686' 'x86_64')
+url=http://www.pstoedit.net/;
+license=('GPL')
+depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
+makedepends=('ghostscript')
+options=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;
+   'pstoedit-3.50-parallel.patch'  'pstoedit-3.50-plugin-close.patch')
+sha1sums=('649ade3d873429548eb6dd9f3e13cb79a8d6a1a2'
+  '6e278b164d3e59fbb11e7fd5ae8ffb038932d69a'
+  '54bbe019de66eb4cb8525371462595d21fbd074e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's/-pedantic//' configure
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pstoedit/repos/staging-i686/pstoedit-3.50-parallel.patch (from rev 
137849, pstoedit/trunk/pstoedit-3.50-parallel.patch)
===
--- staging-i686/pstoedit-3.50-parallel.patch   (rev 0)
+++ staging-i686/pstoedit-3.50-parallel.patch   2011-09-12 03:31:42 UTC (rev 
137850)
@@ -0,0 +1,47 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index d6178df..66f377b 100755
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -86,6 +86,7 @@ libp2edrvstd_la_SOURCES= \
+ $(sample_drivers_src)   
+ libp2edrvstd_la_LIBADD=-L. libpstoedit.la
+ libp2edrvstd_la_LDFLAGS=-no-undefined -module
++libp2edrvstd_la_DEPENDENCIES = libpstoedit.la
+ 
+ #libp2edrvplugins_la_SOURCES=drvmif.cpp drvcgm.cpp drvrtf.cpp drvwwmf.cpp
+ #libp2edrvplugins_la_LIBADD=
+@@ -95,15 +96,18 @@ libp2edrvstd_la_LDFLAGS=-no-undefined -module
+ libp2edrvlplot_la_SOURCES=drvlplot.cpp drvlplot.h initlibrary.cpp
+ libp2edrvlplot_la_LIBADD=$(LIBPLOTTER_LDFLAGS) -L. libpstoedit.la
+ libp2edrvlplot_la_LDFLAGS=-no-undefined -module
++libp2edrvlplot_la_DEPENDENCIES = libpstoedit.la
+ 
+ libp2edrvswf_la_SOURCES=drvswf.cpp drvswf.h initlibrary.cpp
+ libp2edrvswf_la_LIBADD=$(LIBMING_LDFLAGS) -L. libpstoedit.la
+ libp2edrvswf_la_LDFLAGS=-no-undefined -module
++libp2edrvswf_la_DEPENDENCIES = libpstoedit.la
+ 
+ # note the __ stand for ++ - automake treats all no alphanums chars as _
+ libp2edrvmagick___la_SOURCES=drvmagick++.cpp drvmagick++.h initlibrary.cpp
+ libp2edrvmagick___la_LIBADD=-L. libpstoedit.la
+ libp2edrvmagick___la_LDFLAGS=-no-undefined ${LIBMAGICK_LDFLAGS}  -module
++libp2edrvmagick___la_DEPENDENCIES = libpstoedit.la
+ # moved to configure.ac because needed only for g++ 
libp2edrvmagick___la_CPPFLAGS=$(LIBMAGICK_CFLAGS) $(AM_CPPFLAGS) -Wno-long-long
+ 
+ if USE_EMFBYSOURCE
+@@ -113,6 +117,7 @@ else
+ libp2edrvwmf_la_SOURCES=drvwmf.cpp drvwmf.h initlibrary.cpp
+ libp2edrvwmf_la_LDFLAGS=-no-undefined $(LIBEMF_LDFLAGS) -L. libpstoedit.la 
-module
+ endif
++libp2edrvwmf_la_DEPENDENCIES = libpstoedit.la
+ 
+ libpstoedit_la_SOURCES =  \
+   dynload.cpp dynload.h   \
+@@ -135,6 +140,7 @@ 

[arch-commits] Commit in obex-data-server/trunk (PKGBUILD)

2011-09-11 Thread Allan McRae
Date: Sunday, September 11, 2011 @ 23:34:20
  Author: allan
Revision: 137851

upgpkg: obex-data-server 0.4.6-2

imagemagick rebuild

Modified:
  obex-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 03:31:42 UTC (rev 137850)
+++ PKGBUILD2011-09-12 03:34:20 UTC (rev 137851)
@@ -6,7 +6,7 @@
 
 pkgname=obex-data-server
 pkgver=0.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A D-Bus service providing high-level OBEX client and server side 
functionality
 arch=('i686' 'x86_64')
 url=http://wiki.muiline.com/obex-data-server;



[arch-commits] Commit in obex-data-server/repos (4 files)

2011-09-11 Thread Allan McRae
Date: Sunday, September 11, 2011 @ 23:35:14
  Author: allan
Revision: 137852

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

Added:
  obex-data-server/repos/staging-i686/
  obex-data-server/repos/staging-i686/PKGBUILD
(from rev 137851, obex-data-server/trunk/PKGBUILD)
  obex-data-server/repos/staging-x86_64/
  obex-data-server/repos/staging-x86_64/PKGBUILD
(from rev 137851, obex-data-server/trunk/PKGBUILD)

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

Copied: obex-data-server/repos/staging-i686/PKGBUILD (from rev 137851, 
obex-data-server/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-09-12 03:35:14 UTC (rev 137852)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Keerthi keerthi.li...@gmail.com
+
+pkgname=obex-data-server
+pkgver=0.4.6
+pkgrel=2
+pkgdesc=A D-Bus service providing high-level OBEX client and server side 
functionality
+arch=('i686' 'x86_64')
+url=http://wiki.muiline.com/obex-data-server;
+license=('GPL')
+depends=('dbus-glib' 'openobex' 'imagemagick')
+source=(http://tadas.dailyda.com/software/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('961ca5db6fe9c97024e133cc6203cc4d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: obex-data-server/repos/staging-x86_64/PKGBUILD (from rev 137851, 
obex-data-server/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-09-12 03:35:14 UTC (rev 137852)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Keerthi keerthi.li...@gmail.com
+
+pkgname=obex-data-server
+pkgver=0.4.6
+pkgrel=2
+pkgdesc=A D-Bus service providing high-level OBEX client and server side 
functionality
+arch=('i686' 'x86_64')
+url=http://wiki.muiline.com/obex-data-server;
+license=('GPL')
+depends=('dbus-glib' 'openobex' 'imagemagick')
+source=(http://tadas.dailyda.com/software/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('961ca5db6fe9c97024e133cc6203cc4d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-09-11 Thread Gaetan Bisson
Date: Sunday, September 11, 2011 @ 23:45:35
  Author: bisson
Revision: 137853

imagemagick-6.7.2.5 rebuild

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 03:35:14 UTC (rev 137852)
+++ PKGBUILD2011-09-12 03:45:35 UTC (rev 137853)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.48.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'python-lxml: some extensions and filters'
 'uniconvertor: reading/writing to some proprietary formats')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
 
 install=install



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

2011-09-11 Thread Gaetan Bisson
Date: Sunday, September 11, 2011 @ 23:46:01
  Author: bisson
Revision: 137854

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 137853, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 137853, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 137853, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 137853, inkscape/trunk/install)

-+
 staging-i686/PKGBUILD   |   52 ++
 staging-i686/install|   13 +++
 staging-x86_64/PKGBUILD |   52 ++
 staging-x86_64/install  |   13 +++
 4 files changed, 130 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 137853, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-09-12 03:46:01 UTC (rev 137854)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.2
+pkgrel=2
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+makedepends=('boost' 'pkg-config' 'intltool')
+depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt' 'python2'
+ 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+
+   ./configure --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --without-gnome-vfs \
+   --with-xft \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Copied: inkscape/repos/staging-i686/install (from rev 137853, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2011-09-12 03:46:01 UTC (rev 137854)
@@ -0,0 +1,13 @@
+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: inkscape/repos/staging-x86_64/PKGBUILD (from rev 137853, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-09-12 03:46:01 UTC (rev 137854)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.2
+pkgrel=2
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+makedepends=('boost' 'pkg-config' 'intltool')
+depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt' 'python2'
+ 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+  

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

2011-09-11 Thread Eric Bélanger
Date: Sunday, September 11, 2011 @ 23:56:27
  Author: eric
Revision: 137855

upgpkg: oxine 0.7.1-4

Rebuild against latest toolchain, Clean up PKGBUILD, Improve description, Add 
curl build fix

Modified:
  oxine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 03:46:01 UTC (rev 137854)
+++ PKGBUILD2011-09-12 03:56:27 UTC (rev 137855)
@@ -2,22 +2,27 @@
 # Maintainer: Alexander Baldeck alexan...@archlinux.org
 # Contributor: Rouslan Solomakhin rous...@localnet.com
 # Contributor: dorphell dorph...@archlinux.org
+
 pkgname=oxine
 pkgver=0.7.1
-pkgrel=3
-pkgdesc=oxine is a lightweight, purely osd based xine frontend for set-top 
boxes and home entertainment systems.
+pkgrel=4
+pkgdesc=A lightweight, purely osd based xine frontend for set-top boxes and 
home entertainment systems
 arch=('i686' 'x86_64')
-depends=('xine-lib=1.1.16.3' 'libexif=0.6.17' 'eject' 'libcdio=0.82' 
'curl=7.19.4' 'libxinerama' 'libsm' 'libxtst')
-makedepends=('pkgconfig')
+url=http://oxine.sourceforge.net/;
 license=('GPL')
-url=http://oxine.sourceforge.net/;
+depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst')
 
source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
 md5sums=('2a2d05ee21892624e35cf539e532c0dd')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-hal \
---without-imagemagick --disable-gdkpixbuf || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  sed -i 's|#include curl/types.h||' configure src/download.c
+  ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \
+--without-imagemagick --disable-gdkpixbuf --disable-weather
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-09-11 Thread Eric Bélanger
Date: Sunday, September 11, 2011 @ 23:56:43
  Author: eric
Revision: 137856

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-12 03:56:27 UTC (rev 137855)
+++ extra-i686/PKGBUILD 2011-09-12 03:56:43 UTC (rev 137856)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Rouslan Solomakhin rous...@localnet.com
-# Contributor: dorphell dorph...@archlinux.org
-pkgname=oxine
-pkgver=0.7.1
-pkgrel=3
-pkgdesc=oxine is a lightweight, purely osd based xine frontend for set-top 
boxes and home entertainment systems.
-arch=('i686' 'x86_64')
-depends=('xine-lib=1.1.16.3' 'libexif=0.6.17' 'eject' 'libcdio=0.82' 
'curl=7.19.4' 'libxinerama' 'libsm' 'libxtst')
-makedepends=('pkgconfig')
-license=('GPL')
-url=http://oxine.sourceforge.net/;
-source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2a2d05ee21892624e35cf539e532c0dd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-hal \
---without-imagemagick --disable-gdkpixbuf || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: oxine/repos/extra-i686/PKGBUILD (from rev 137855, oxine/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-12 03:56:43 UTC (rev 137856)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Rouslan Solomakhin rous...@localnet.com
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=oxine
+pkgver=0.7.1
+pkgrel=4
+pkgdesc=A lightweight, purely osd based xine frontend for set-top boxes and 
home entertainment systems
+arch=('i686' 'x86_64')
+url=http://oxine.sourceforge.net/;
+license=('GPL')
+depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst')
+source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2a2d05ee21892624e35cf539e532c0dd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|#include curl/types.h||' configure src/download.c
+  ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \
+--without-imagemagick --disable-gdkpixbuf --disable-weather
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-09-12 03:56:27 UTC (rev 137855)
+++ extra-x86_64/PKGBUILD   2011-09-12 03:56:43 UTC (rev 137856)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Rouslan Solomakhin rous...@localnet.com
-# Contributor: dorphell dorph...@archlinux.org
-pkgname=oxine
-pkgver=0.7.1
-pkgrel=3
-pkgdesc=oxine is a lightweight, purely osd based xine frontend for set-top 
boxes and home entertainment systems.
-arch=('i686' 'x86_64')
-depends=('xine-lib=1.1.16.3' 'libexif=0.6.17' 'eject' 'libcdio=0.82' 
'curl=7.19.4' 'libxinerama' 'libsm' 'libxtst')
-makedepends=('pkgconfig')
-license=('GPL')
-url=http://oxine.sourceforge.net/;
-source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2a2d05ee21892624e35cf539e532c0dd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-hal \
---without-imagemagick --disable-gdkpixbuf || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: oxine/repos/extra-x86_64/PKGBUILD (from rev 137855, 
oxine/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-09-12 03:56:43 UTC (rev 137856)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Rouslan Solomakhin rous...@localnet.com
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=oxine
+pkgver=0.7.1
+pkgrel=4
+pkgdesc=A lightweight, purely osd based xine frontend for set-top boxes and 
home entertainment systems
+arch=('i686' 'x86_64')
+url=http://oxine.sourceforge.net/;
+license=('GPL')
+depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst')
+source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)

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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:03:50
  Author: eric
Revision: 137857

upgpkg: glhack 1.2-5

Rebuild against latest toolchain, Clean up PKGBUILD, Change mesa depends to 
libgl, Remove ChangeLog

Modified:
  glhack/trunk/PKGBUILD
Deleted:
  glhack/trunk/ChangeLog

---+
 ChangeLog |   12 
 PKGBUILD  |   28 
 2 files changed, 16 insertions(+), 24 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2011-09-12 03:56:43 UTC (rev 137856)
+++ ChangeLog   2011-09-12 05:03:50 UTC (rev 137857)
@@ -1,12 +0,0 @@
-2010-01-18  Eric Belanger  e...@archlinux.org
-
-   * glhack 1.2-4
-   * Rebuilt for libpng 1.4 and libjpeg 8
-   * Fixed man page conflict with nethack (close FS#17226)
-
-2009-06-29  Eric Belanger  e...@archlinux.org
-
-   * glhack 1.2-3
-   * Moved binaries to /usr/bin (close FS#15303)
-   * Moved saved games to /var
-   * Added ChangeLog

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 03:56:43 UTC (rev 137856)
+++ PKGBUILD2011-09-12 05:03:50 UTC (rev 137857)
@@ -1,15 +1,15 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor : Markus Meissner mar...@meissna.de
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=glhack
 pkgver=1.2
-pkgrel=4
+pkgrel=5
 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' 'mesa')
+depends=('sdl' 'libpng' 'libgl')
+makedepends=('mesa')
 options=('!makeflags')
 install=glhack.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
@@ -19,16 +19,20 @@
 build(){
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  sed -i 's|/usr/lib/games|/usr/share|' include/config.h || return 1
-  sed -i 's|/var/lib/games/glhack|/var/games/glhack|' include/unixconf.h || 
return 1
-  sed -i -e 's|PREFIX   = /usr|PREFIX   = $(DESTDIR)/usr|' Makefile || return 1
-  sed -i -e 's|VARDIR   = /var/lib/games/glhack|VARDIR   = 
$(DESTDIR)/var/games/glhack|' Makefile || return 1
-  sed -i -e 's|/usr/man/man6|$(DESTDIR)/usr/share/man/man6|' doc/Makefile || 
return 1
-  sed -i -e 's|GAMEDIR  = $(PREFIX)/lib/games/$(GAME)|GAMEDIR  = 
$(PREFIX)/share/$(GAME)|' Makefile || return 1
+  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   || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   install -d ${pkgdir}/usr/share/man/man{5,6}
-  make DESTDIR=$pkgdir install || return 1
+  make DESTDIR=$pkgdir install
   install -D -m644 dat/license 
${pkgdir}/usr/share/licenses/${pkgname}/license
 
 # Renaming man pages which conflicts with nethack



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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:04:42
  Author: eric
Revision: 137858

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

Added:
  glhack/repos/extra-i686/PKGBUILD
(from rev 137857, glhack/trunk/PKGBUILD)
  glhack/repos/extra-i686/glhack.install
(from rev 137857, glhack/trunk/glhack.install)
  glhack/repos/extra-x86_64/PKGBUILD
(from rev 137857, glhack/trunk/PKGBUILD)
  glhack/repos/extra-x86_64/glhack.install
(from rev 137857, glhack/trunk/glhack.install)
Deleted:
  glhack/repos/extra-i686/ChangeLog
  glhack/repos/extra-i686/PKGBUILD
  glhack/repos/extra-i686/glhack.install
  glhack/repos/extra-x86_64/ChangeLog
  glhack/repos/extra-x86_64/PKGBUILD
  glhack/repos/extra-x86_64/glhack.install

-+
 extra-i686/ChangeLog|   12 
 extra-i686/PKGBUILD |  104 +-
 extra-i686/glhack.install   |   48 +--
 extra-x86_64/ChangeLog  |   12 
 extra-x86_64/PKGBUILD   |  104 +-
 extra-x86_64/glhack.install |   48 +--
 6 files changed, 156 insertions(+), 172 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-09-12 05:03:50 UTC (rev 137857)
+++ extra-i686/ChangeLog2011-09-12 05:04:42 UTC (rev 137858)
@@ -1,12 +0,0 @@
-2010-01-18  Eric Belanger  e...@archlinux.org
-
-   * glhack 1.2-4
-   * Rebuilt for libpng 1.4 and libjpeg 8
-   * Fixed man page conflict with nethack (close FS#17226)
-
-2009-06-29  Eric Belanger  e...@archlinux.org
-
-   * glhack 1.2-3
-   * Moved binaries to /usr/bin (close FS#15303)
-   * Moved saved games to /var
-   * Added ChangeLog

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-12 05:03:50 UTC (rev 137857)
+++ extra-i686/PKGBUILD 2011-09-12 05:04:42 UTC (rev 137858)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor : Markus Meissner mar...@meissna.de
-
-pkgname=glhack
-pkgver=1.2
-pkgrel=4
-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' 'mesa')
-options=('!makeflags')
-install=glhack.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b4c68e3ab689610ca638b7660c1b05bd')
-sha1sums=('7dc46e6bd4a3c2ec10ab4d314acfbb30cefc6eae')
-
-build(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i 's|/usr/lib/games|/usr/share|' include/config.h || return 1
-  sed -i 's|/var/lib/games/glhack|/var/games/glhack|' include/unixconf.h || 
return 1
-  sed -i -e 's|PREFIX   = /usr|PREFIX   = $(DESTDIR)/usr|' Makefile || return 1
-  sed -i -e 's|VARDIR   = /var/lib/games/glhack|VARDIR   = 
$(DESTDIR)/var/games/glhack|' Makefile || return 1
-  sed -i -e 's|/usr/man/man6|$(DESTDIR)/usr/share/man/man6|' doc/Makefile || 
return 1
-  sed -i -e 's|GAMEDIR  = $(PREFIX)/lib/games/$(GAME)|GAMEDIR  = 
$(PREFIX)/share/$(GAME)|' Makefile || return 1
-
-  make   || return 1
-  install -d ${pkgdir}/usr/share/man/man{5,6}
-  make DESTDIR=$pkgdir install || return 1
-  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/extra-i686/PKGBUILD (from rev 137857, 
glhack/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-12 05:04:42 UTC (rev 137858)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=glhack
+pkgver=1.2
+pkgrel=5
+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)
+md5sums=('b4c68e3ab689610ca638b7660c1b05bd')
+sha1sums=('7dc46e6bd4a3c2ec10ab4d314acfbb30cefc6eae')
+
+build(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's|/usr/lib/games|/usr/share|' include/config.h
+  sed -i 's|/var/lib/games/glhack|/var/games/glhack|' 

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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:27:56
  Author: eric
Revision: 137859

upgpkg: libmng 1.0.10-4

Rebuild against latest toolchain, Clean up PKGBUILD

Modified:
  libmng/trunk/PKGBUILD

--+
 PKGBUILD |   26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 05:04:42 UTC (rev 137858)
+++ PKGBUILD2011-09-12 05:27:56 UTC (rev 137859)
@@ -1,25 +1,29 @@
 # $Id$
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: judd jvi...@zeroflux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
+
 pkgname=libmng
 pkgver=1.0.10
-pkgrel=3
+pkgrel=4
 pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files
 arch=('i686' 'x86_64')
 url=http://www.libmng.com/;
 license=('custom')
-depends=('zlib' 'libjpeg=8')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a464ae7d679781beebdf7440d144b7bd')
+depends=('zlib' 'libjpeg')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('eaf1476a3bb29f6190bca660e6abef16')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
   ln -s makefiles/configure.in .
   ln -s makefiles/Makefile.am .
   autoreconf --force --install
   ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:28:13
  Author: eric
Revision: 137860

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-12 05:27:56 UTC (rev 137859)
+++ extra-i686/PKGBUILD 2011-09-12 05:28:13 UTC (rev 137860)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: judd jvi...@zeroflux.org
-pkgname=libmng
-pkgver=1.0.10
-pkgrel=3
-pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files
-arch=('i686' 'x86_64')
-url=http://www.libmng.com/;
-license=('custom')
-depends=('zlib' 'libjpeg=8')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a464ae7d679781beebdf7440d144b7bd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ln -s makefiles/configure.in .
-  ln -s makefiles/Makefile.am .
-  autoreconf --force --install
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libmng/repos/extra-i686/PKGBUILD (from rev 137859, 
libmng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-12 05:28:13 UTC (rev 137860)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=libmng
+pkgver=1.0.10
+pkgrel=4
+pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files
+arch=('i686' 'x86_64')
+url=http://www.libmng.com/;
+license=('custom')
+depends=('zlib' 'libjpeg')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('eaf1476a3bb29f6190bca660e6abef16')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ln -s makefiles/configure.in .
+  ln -s makefiles/Makefile.am .
+  autoreconf --force --install
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-09-12 05:27:56 UTC (rev 137859)
+++ extra-x86_64/PKGBUILD   2011-09-12 05:28:13 UTC (rev 137860)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: judd jvi...@zeroflux.org
-pkgname=libmng
-pkgver=1.0.10
-pkgrel=3
-pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files
-arch=('i686' 'x86_64')
-url=http://www.libmng.com/;
-license=('custom')
-depends=('zlib' 'libjpeg=8')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a464ae7d679781beebdf7440d144b7bd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ln -s makefiles/configure.in .
-  ln -s makefiles/Makefile.am .
-  autoreconf --force --install
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libmng/repos/extra-x86_64/PKGBUILD (from rev 137859, 
libmng/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-09-12 05:28:13 UTC (rev 137860)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=libmng
+pkgver=1.0.10
+pkgrel=4
+pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files
+arch=('i686' 'x86_64')
+url=http://www.libmng.com/;
+license=('custom')
+depends=('zlib' 'libjpeg')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('eaf1476a3bb29f6190bca660e6abef16')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ln -s makefiles/configure.in .
+  ln -s makefiles/Makefile.am .
+  autoreconf --force --install
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:16
  Author: eric
Revision: 137861

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

Added:
  dvdauthor/repos/testing-i686/
  dvdauthor/repos/testing-i686/PKGBUILD
(from rev 137860, dvdauthor/repos/staging-i686/PKGBUILD)
Deleted:
  dvdauthor/repos/staging-i686/

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

Copied: dvdauthor/repos/testing-i686/PKGBUILD (from rev 137860, 
dvdauthor/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-12 05:31:16 UTC (rev 137861)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=2
+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)
+md5sums=('33a447fb98ab3293ac40f869eedc17ff')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}



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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:16
  Author: eric
Revision: 137862

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

Added:
  dvdauthor/repos/testing-x86_64/
  dvdauthor/repos/testing-x86_64/PKGBUILD
(from rev 137860, dvdauthor/repos/staging-x86_64/PKGBUILD)
Deleted:
  dvdauthor/repos/staging-x86_64/

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

Copied: dvdauthor/repos/testing-x86_64/PKGBUILD (from rev 137860, 
dvdauthor/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-12 05:31:16 UTC (rev 137862)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=2
+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)
+md5sums=('33a447fb98ab3293ac40f869eedc17ff')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}



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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:17
  Author: eric
Revision: 137863

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

Added:
  imagemagick/repos/testing-i686/
  imagemagick/repos/testing-i686/PKGBUILD
(from rev 137860, imagemagick/repos/staging-i686/PKGBUILD)
  imagemagick/repos/testing-i686/perlmagick.rpath.patch
(from rev 137860, imagemagick/repos/staging-i686/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/staging-i686/

+
 PKGBUILD   |   81 +++
 perlmagick.rpath.patch |   10 +
 2 files changed, 91 insertions(+)

Copied: imagemagick/repos/testing-i686/PKGBUILD (from rev 137860, 
imagemagick/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-12 05:31:17 UTC (rev 137863)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.7.2.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.imagemagick.org/;
+license=('custom')
+depends=('libltdl' 'lcms2' 'libxt' 'bzip2' 'xz' 'fontconfig' 'libxext' 
'libjpeg-turbo')
+makedepends=('ghostscript' 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 
'libpng')
+source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
+perlmagick.rpath.patch)
+md5sums=('ce0294e6bc7ca3ece03a432518143a29'
+ 'ff9974decbfe9846f8e347239d87e4eb')
+sha1sums=('0af2f0fb913f390b0b25bc4e57b344b0d54c3560'
+  '23405f80904b1de94ebd7bd6fe2a332471b8c283')
+
+build() {
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf
+  patch -Np0 -i ../perlmagick.rpath.patch
+
+  LIBS=$LIBS -L/usr/lib/perl5/core_perl/CORE -lperl \
+./configure --prefix=/usr --sysconfdir=/etc --with-modules 
--disable-static \
+--enable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
+--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
+--with-perl --with-perl-options=INSTALLDIRS=vendor \
+--without-gvc --without-djvu --without-autotrace --without-webp \
+--without-jbig --without-fpx --without-dps --without-fftw --without-lqr
+  make
+}
+
+package_imagemagick() {
+  pkgdesc=An image viewing/manipulation program
+  optdepends=('ghostscript: for Ghostscript support' 
+  'openexr: for OpenEXR support' 
+  'libwmf: for WMF support' 
+  'librsvg: for SVG support' 
+  'libxml2: for XML support' 
+  'jasper: for JPEG-2000 support' 
+  'libpng: for PNG support')
+  backup=('etc/ImageMagick/coder.xml'
+  'etc/ImageMagick/colors.xml'
+  'etc/ImageMagick/delegates.xml'
+  'etc/ImageMagick/log.xml'
+  'etc/ImageMagick/magic.xml'
+  'etc/ImageMagick/mime.xml'
+  'etc/ImageMagick/policy.xml'
+  'etc/ImageMagick/sRGB.icm'
+  'etc/ImageMagick/thresholds.xml'
+  'etc/ImageMagick/type.xml'
+  'etc/ImageMagick/type-dejavu.xml'
+  'etc/ImageMagick/type-ghostscript.xml'
+  'etc/ImageMagick/type-windows.xml')
+  options=('!makeflags' '!docs' 'libtool')
+
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install
+  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so 
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
+
+#Cleaning
+  find ${pkgdir} -name '*.bs' -delete
+  rm -f ${pkgdir}/usr/lib/*.la
+}
+
+package_imagemagick-doc() {
+  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
+  depends=()
+  options=('!makeflags')
+
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install-data-html
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
+}

Copied: imagemagick/repos/testing-i686/perlmagick.rpath.patch (from rev 137860, 
imagemagick/repos/staging-i686/perlmagick.rpath.patch)
===
--- testing-i686/perlmagick.rpath.patch (rev 0)
+++ testing-i686/perlmagick.rpath.patch 2011-09-12 05:31:17 UTC (rev 137863)
@@ -0,0 +1,10 @@
+--- Makefile.in.orig   2009-05-26 16:22:11.0 -0300
 Makefile.in2009-05-26 16:23:27.0 -0300
+@@ -10067,6 +10067,7 @@
+ 
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@$(PERLMAKEFILE): perl-sources 
$(PERLMAKEMAKER)
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@  cd $(PERLMAGICK)  @PERL@ 
Makefile.PL $(PERL_MAKE_OPTIONS)
++@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@  cd $(PERLMAGICK)  @SED@ -i 

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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:18
  Author: eric
Revision: 137864

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

Added:
  imagemagick/repos/testing-x86_64/
  imagemagick/repos/testing-x86_64/PKGBUILD
(from rev 137860, imagemagick/repos/staging-x86_64/PKGBUILD)
  imagemagick/repos/testing-x86_64/perlmagick.rpath.patch
(from rev 137860, imagemagick/repos/staging-x86_64/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/staging-x86_64/

+
 PKGBUILD   |   81 +++
 perlmagick.rpath.patch |   10 +
 2 files changed, 91 insertions(+)

Copied: imagemagick/repos/testing-x86_64/PKGBUILD (from rev 137860, 
imagemagick/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-12 05:31:18 UTC (rev 137864)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.7.2.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.imagemagick.org/;
+license=('custom')
+depends=('libltdl' 'lcms2' 'libxt' 'bzip2' 'xz' 'fontconfig' 'libxext' 
'libjpeg-turbo')
+makedepends=('ghostscript' 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 
'libpng')
+source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
+perlmagick.rpath.patch)
+md5sums=('ce0294e6bc7ca3ece03a432518143a29'
+ 'ff9974decbfe9846f8e347239d87e4eb')
+sha1sums=('0af2f0fb913f390b0b25bc4e57b344b0d54c3560'
+  '23405f80904b1de94ebd7bd6fe2a332471b8c283')
+
+build() {
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf
+  patch -Np0 -i ../perlmagick.rpath.patch
+
+  LIBS=$LIBS -L/usr/lib/perl5/core_perl/CORE -lperl \
+./configure --prefix=/usr --sysconfdir=/etc --with-modules 
--disable-static \
+--enable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
+--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
+--with-perl --with-perl-options=INSTALLDIRS=vendor \
+--without-gvc --without-djvu --without-autotrace --without-webp \
+--without-jbig --without-fpx --without-dps --without-fftw --without-lqr
+  make
+}
+
+package_imagemagick() {
+  pkgdesc=An image viewing/manipulation program
+  optdepends=('ghostscript: for Ghostscript support' 
+  'openexr: for OpenEXR support' 
+  'libwmf: for WMF support' 
+  'librsvg: for SVG support' 
+  'libxml2: for XML support' 
+  'jasper: for JPEG-2000 support' 
+  'libpng: for PNG support')
+  backup=('etc/ImageMagick/coder.xml'
+  'etc/ImageMagick/colors.xml'
+  'etc/ImageMagick/delegates.xml'
+  'etc/ImageMagick/log.xml'
+  'etc/ImageMagick/magic.xml'
+  'etc/ImageMagick/mime.xml'
+  'etc/ImageMagick/policy.xml'
+  'etc/ImageMagick/sRGB.icm'
+  'etc/ImageMagick/thresholds.xml'
+  'etc/ImageMagick/type.xml'
+  'etc/ImageMagick/type-dejavu.xml'
+  'etc/ImageMagick/type-ghostscript.xml'
+  'etc/ImageMagick/type-windows.xml')
+  options=('!makeflags' '!docs' 'libtool')
+
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install
+  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so 
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
+
+#Cleaning
+  find ${pkgdir} -name '*.bs' -delete
+  rm -f ${pkgdir}/usr/lib/*.la
+}
+
+package_imagemagick-doc() {
+  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
+  depends=()
+  options=('!makeflags')
+
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install-data-html
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
+}

Copied: imagemagick/repos/testing-x86_64/perlmagick.rpath.patch (from rev 
137860, imagemagick/repos/staging-x86_64/perlmagick.rpath.patch)
===
--- testing-x86_64/perlmagick.rpath.patch   (rev 0)
+++ testing-x86_64/perlmagick.rpath.patch   2011-09-12 05:31:18 UTC (rev 
137864)
@@ -0,0 +1,10 @@
+--- Makefile.in.orig   2009-05-26 16:22:11.0 -0300
 Makefile.in2009-05-26 16:23:27.0 -0300
+@@ -10067,6 +10067,7 @@
+ 
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@$(PERLMAKEFILE): perl-sources 
$(PERLMAKEMAKER)
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@  cd $(PERLMAGICK)  @PERL@ 
Makefile.PL $(PERL_MAKE_OPTIONS)
++@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@  cd $(PERLMAGICK)  @SED@ 

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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:19
  Author: eric
Revision: 137865

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

Added:
  inkscape/repos/testing-i686/
  inkscape/repos/testing-i686/PKGBUILD
(from rev 137860, inkscape/repos/staging-i686/PKGBUILD)
  inkscape/repos/testing-i686/install
(from rev 137860, inkscape/repos/staging-i686/install)
Deleted:
  inkscape/repos/staging-i686/

--+
 PKGBUILD |   52 
 install  |   13 +
 2 files changed, 65 insertions(+)

Copied: inkscape/repos/testing-i686/PKGBUILD (from rev 137860, 
inkscape/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-12 05:31:19 UTC (rev 137865)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.2
+pkgrel=2
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+makedepends=('boost' 'pkg-config' 'intltool')
+depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt' 'python2'
+ 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+
+   ./configure --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --without-gnome-vfs \
+   --with-xft \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Copied: inkscape/repos/testing-i686/install (from rev 137860, 
inkscape/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2011-09-12 05:31:19 UTC (rev 137865)
@@ -0,0 +1,13 @@
+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
+}



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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:21
  Author: eric
Revision: 137866

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

Added:
  inkscape/repos/testing-x86_64/
  inkscape/repos/testing-x86_64/PKGBUILD
(from rev 137860, inkscape/repos/staging-x86_64/PKGBUILD)
  inkscape/repos/testing-x86_64/install
(from rev 137860, inkscape/repos/staging-x86_64/install)
Deleted:
  inkscape/repos/staging-x86_64/

--+
 PKGBUILD |   52 
 install  |   13 +
 2 files changed, 65 insertions(+)

Copied: inkscape/repos/testing-x86_64/PKGBUILD (from rev 137860, 
inkscape/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-12 05:31:21 UTC (rev 137866)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.2
+pkgrel=2
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+makedepends=('boost' 'pkg-config' 'intltool')
+depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt' 'python2'
+ 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+
+   ./configure --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --without-gnome-vfs \
+   --with-xft \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Copied: inkscape/repos/testing-x86_64/install (from rev 137860, 
inkscape/repos/staging-x86_64/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2011-09-12 05:31:21 UTC (rev 137866)
@@ -0,0 +1,13 @@
+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
+}



[arch-commits] Commit in obex-data-server/repos (3 files)

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:22
  Author: eric
Revision: 137867

db-move: moved obex-data-server from [staging] to [testing] (i686)

Added:
  obex-data-server/repos/testing-i686/
  obex-data-server/repos/testing-i686/PKGBUILD
(from rev 137860, obex-data-server/repos/staging-i686/PKGBUILD)
Deleted:
  obex-data-server/repos/staging-i686/

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

Copied: obex-data-server/repos/testing-i686/PKGBUILD (from rev 137860, 
obex-data-server/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-12 05:31:22 UTC (rev 137867)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Keerthi keerthi.li...@gmail.com
+
+pkgname=obex-data-server
+pkgver=0.4.6
+pkgrel=2
+pkgdesc=A D-Bus service providing high-level OBEX client and server side 
functionality
+arch=('i686' 'x86_64')
+url=http://wiki.muiline.com/obex-data-server;
+license=('GPL')
+depends=('dbus-glib' 'openobex' 'imagemagick')
+source=(http://tadas.dailyda.com/software/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('961ca5db6fe9c97024e133cc6203cc4d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in obex-data-server/repos (3 files)

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:23
  Author: eric
Revision: 137868

db-move: moved obex-data-server from [staging] to [testing] (x86_64)

Added:
  obex-data-server/repos/testing-x86_64/
  obex-data-server/repos/testing-x86_64/PKGBUILD
(from rev 137860, obex-data-server/repos/staging-x86_64/PKGBUILD)
Deleted:
  obex-data-server/repos/staging-x86_64/

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

Copied: obex-data-server/repos/testing-x86_64/PKGBUILD (from rev 137860, 
obex-data-server/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-12 05:31:23 UTC (rev 137868)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Keerthi keerthi.li...@gmail.com
+
+pkgname=obex-data-server
+pkgver=0.4.6
+pkgrel=2
+pkgdesc=A D-Bus service providing high-level OBEX client and server side 
functionality
+arch=('i686' 'x86_64')
+url=http://wiki.muiline.com/obex-data-server;
+license=('GPL')
+depends=('dbus-glib' 'openobex' 'imagemagick')
+source=(http://tadas.dailyda.com/software/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('961ca5db6fe9c97024e133cc6203cc4d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:24
  Author: eric
Revision: 137869

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

Added:
  psiconv/repos/testing-i686/
  psiconv/repos/testing-i686/PKGBUILD
(from rev 137860, psiconv/repos/staging-i686/PKGBUILD)
Deleted:
  psiconv/repos/staging-i686/

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

Copied: psiconv/repos/testing-i686/PKGBUILD (from rev 137860, 
psiconv/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-12 05:31:24 UTC (rev 137869)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=psiconv
+pkgver=0.9.8
+pkgrel=8
+pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
+arch=('i686' 'x86_64')
+url=http://software.frodo.looijaard.name/psiconv/;
+license=('GPL')
+depends=('imagemagick')
+makedepends=('bc')
+backup=('etc/psiconv/psiconv.conf')
+options=('!libtool')
+source=(http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8d7548e3c6b9cd408544736133728acd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:25
  Author: eric
Revision: 137870

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

Added:
  psiconv/repos/testing-x86_64/
  psiconv/repos/testing-x86_64/PKGBUILD
(from rev 137860, psiconv/repos/staging-x86_64/PKGBUILD)
Deleted:
  psiconv/repos/staging-x86_64/

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

Copied: psiconv/repos/testing-x86_64/PKGBUILD (from rev 137860, 
psiconv/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-12 05:31:25 UTC (rev 137870)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=psiconv
+pkgver=0.9.8
+pkgrel=8
+pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
+arch=('i686' 'x86_64')
+url=http://software.frodo.looijaard.name/psiconv/;
+license=('GPL')
+depends=('imagemagick')
+makedepends=('bc')
+backup=('etc/psiconv/psiconv.conf')
+options=('!libtool')
+source=(http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8d7548e3c6b9cd408544736133728acd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:25
  Author: eric
Revision: 137871

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

Added:
  pstoedit/repos/testing-i686/
  pstoedit/repos/testing-i686/PKGBUILD
(from rev 137860, pstoedit/repos/staging-i686/PKGBUILD)
  pstoedit/repos/testing-i686/pstoedit-3.50-parallel.patch
(from rev 137860, pstoedit/repos/staging-i686/pstoedit-3.50-parallel.patch)
  pstoedit/repos/testing-i686/pstoedit-3.50-plugin-close.patch
(from rev 137860, 
pstoedit/repos/staging-i686/pstoedit-3.50-plugin-close.patch)
Deleted:
  pstoedit/repos/staging-i686/

--+
 PKGBUILD |   34 ++
 pstoedit-3.50-parallel.patch |   47 +
 pstoedit-3.50-plugin-close.patch |   14 +++
 3 files changed, 95 insertions(+)

Copied: pstoedit/repos/testing-i686/PKGBUILD (from rev 137860, 
pstoedit/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-12 05:31:25 UTC (rev 137871)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tobias Powalowski t.p...@gmx.de
+
+pkgname=pstoedit
+pkgver=3.60
+pkgrel=2
+pkgdesc=Translates PostScript and PDF graphics into other vector formats
+arch=('i686' 'x86_64')
+url=http://www.pstoedit.net/;
+license=('GPL')
+depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
+makedepends=('ghostscript')
+options=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;
+   'pstoedit-3.50-parallel.patch'  'pstoedit-3.50-plugin-close.patch')
+sha1sums=('649ade3d873429548eb6dd9f3e13cb79a8d6a1a2'
+  '6e278b164d3e59fbb11e7fd5ae8ffb038932d69a'
+  '54bbe019de66eb4cb8525371462595d21fbd074e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's/-pedantic//' configure
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pstoedit/repos/testing-i686/pstoedit-3.50-parallel.patch (from rev 
137860, pstoedit/repos/staging-i686/pstoedit-3.50-parallel.patch)
===
--- testing-i686/pstoedit-3.50-parallel.patch   (rev 0)
+++ testing-i686/pstoedit-3.50-parallel.patch   2011-09-12 05:31:25 UTC (rev 
137871)
@@ -0,0 +1,47 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index d6178df..66f377b 100755
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -86,6 +86,7 @@ libp2edrvstd_la_SOURCES= \
+ $(sample_drivers_src)   
+ libp2edrvstd_la_LIBADD=-L. libpstoedit.la
+ libp2edrvstd_la_LDFLAGS=-no-undefined -module
++libp2edrvstd_la_DEPENDENCIES = libpstoedit.la
+ 
+ #libp2edrvplugins_la_SOURCES=drvmif.cpp drvcgm.cpp drvrtf.cpp drvwwmf.cpp
+ #libp2edrvplugins_la_LIBADD=
+@@ -95,15 +96,18 @@ libp2edrvstd_la_LDFLAGS=-no-undefined -module
+ libp2edrvlplot_la_SOURCES=drvlplot.cpp drvlplot.h initlibrary.cpp
+ libp2edrvlplot_la_LIBADD=$(LIBPLOTTER_LDFLAGS) -L. libpstoedit.la
+ libp2edrvlplot_la_LDFLAGS=-no-undefined -module
++libp2edrvlplot_la_DEPENDENCIES = libpstoedit.la
+ 
+ libp2edrvswf_la_SOURCES=drvswf.cpp drvswf.h initlibrary.cpp
+ libp2edrvswf_la_LIBADD=$(LIBMING_LDFLAGS) -L. libpstoedit.la
+ libp2edrvswf_la_LDFLAGS=-no-undefined -module
++libp2edrvswf_la_DEPENDENCIES = libpstoedit.la
+ 
+ # note the __ stand for ++ - automake treats all no alphanums chars as _
+ libp2edrvmagick___la_SOURCES=drvmagick++.cpp drvmagick++.h initlibrary.cpp
+ libp2edrvmagick___la_LIBADD=-L. libpstoedit.la
+ libp2edrvmagick___la_LDFLAGS=-no-undefined ${LIBMAGICK_LDFLAGS}  -module
++libp2edrvmagick___la_DEPENDENCIES = libpstoedit.la
+ # moved to configure.ac because needed only for g++ 
libp2edrvmagick___la_CPPFLAGS=$(LIBMAGICK_CFLAGS) $(AM_CPPFLAGS) -Wno-long-long
+ 
+ if USE_EMFBYSOURCE
+@@ -113,6 +117,7 @@ else
+ libp2edrvwmf_la_SOURCES=drvwmf.cpp drvwmf.h initlibrary.cpp
+ libp2edrvwmf_la_LDFLAGS=-no-undefined $(LIBEMF_LDFLAGS) -L. libpstoedit.la 
-module
+ endif
++libp2edrvwmf_la_DEPENDENCIES = libpstoedit.la
+ 
+ libpstoedit_la_SOURCES =  \
+   dynload.cpp dynload.h   \
+@@ -135,6 +140,7 @@ libpstoedit_la_LDFLAGS = -no-undefined
+ 
+ pstoedit_SOURCES = cmdmain.cpp
+ pstoedit_LDFLAGS = -no-undefined -L. libpstoedit.la ${LIBLD_LDFLAGS}
++pstoedit_DEPENDENCIES = libpstoedit.la
+ 
+ pkginclude_HEADERS =  \
+   pstoedit.h  \

Copied: pstoedit/repos/testing-i686/pstoedit-3.50-plugin-close.patch (from rev 
137860, pstoedit/repos/staging-i686/pstoedit-3.50-plugin-close.patch)
===
--- 

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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:26
  Author: eric
Revision: 137872

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

Added:
  pstoedit/repos/testing-x86_64/
  pstoedit/repos/testing-x86_64/PKGBUILD
(from rev 137860, pstoedit/repos/staging-x86_64/PKGBUILD)
  pstoedit/repos/testing-x86_64/pstoedit-3.50-parallel.patch
(from rev 137860, 
pstoedit/repos/staging-x86_64/pstoedit-3.50-parallel.patch)
  pstoedit/repos/testing-x86_64/pstoedit-3.50-plugin-close.patch
(from rev 137860, 
pstoedit/repos/staging-x86_64/pstoedit-3.50-plugin-close.patch)
Deleted:
  pstoedit/repos/staging-x86_64/

--+
 PKGBUILD |   34 ++
 pstoedit-3.50-parallel.patch |   47 +
 pstoedit-3.50-plugin-close.patch |   14 +++
 3 files changed, 95 insertions(+)

Copied: pstoedit/repos/testing-x86_64/PKGBUILD (from rev 137860, 
pstoedit/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-12 05:31:26 UTC (rev 137872)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tobias Powalowski t.p...@gmx.de
+
+pkgname=pstoedit
+pkgver=3.60
+pkgrel=2
+pkgdesc=Translates PostScript and PDF graphics into other vector formats
+arch=('i686' 'x86_64')
+url=http://www.pstoedit.net/;
+license=('GPL')
+depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
+makedepends=('ghostscript')
+options=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;
+   'pstoedit-3.50-parallel.patch'  'pstoedit-3.50-plugin-close.patch')
+sha1sums=('649ade3d873429548eb6dd9f3e13cb79a8d6a1a2'
+  '6e278b164d3e59fbb11e7fd5ae8ffb038932d69a'
+  '54bbe019de66eb4cb8525371462595d21fbd074e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's/-pedantic//' configure
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pstoedit/repos/testing-x86_64/pstoedit-3.50-parallel.patch (from rev 
137860, pstoedit/repos/staging-x86_64/pstoedit-3.50-parallel.patch)
===
--- testing-x86_64/pstoedit-3.50-parallel.patch (rev 0)
+++ testing-x86_64/pstoedit-3.50-parallel.patch 2011-09-12 05:31:26 UTC (rev 
137872)
@@ -0,0 +1,47 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index d6178df..66f377b 100755
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -86,6 +86,7 @@ libp2edrvstd_la_SOURCES= \
+ $(sample_drivers_src)   
+ libp2edrvstd_la_LIBADD=-L. libpstoedit.la
+ libp2edrvstd_la_LDFLAGS=-no-undefined -module
++libp2edrvstd_la_DEPENDENCIES = libpstoedit.la
+ 
+ #libp2edrvplugins_la_SOURCES=drvmif.cpp drvcgm.cpp drvrtf.cpp drvwwmf.cpp
+ #libp2edrvplugins_la_LIBADD=
+@@ -95,15 +96,18 @@ libp2edrvstd_la_LDFLAGS=-no-undefined -module
+ libp2edrvlplot_la_SOURCES=drvlplot.cpp drvlplot.h initlibrary.cpp
+ libp2edrvlplot_la_LIBADD=$(LIBPLOTTER_LDFLAGS) -L. libpstoedit.la
+ libp2edrvlplot_la_LDFLAGS=-no-undefined -module
++libp2edrvlplot_la_DEPENDENCIES = libpstoedit.la
+ 
+ libp2edrvswf_la_SOURCES=drvswf.cpp drvswf.h initlibrary.cpp
+ libp2edrvswf_la_LIBADD=$(LIBMING_LDFLAGS) -L. libpstoedit.la
+ libp2edrvswf_la_LDFLAGS=-no-undefined -module
++libp2edrvswf_la_DEPENDENCIES = libpstoedit.la
+ 
+ # note the __ stand for ++ - automake treats all no alphanums chars as _
+ libp2edrvmagick___la_SOURCES=drvmagick++.cpp drvmagick++.h initlibrary.cpp
+ libp2edrvmagick___la_LIBADD=-L. libpstoedit.la
+ libp2edrvmagick___la_LDFLAGS=-no-undefined ${LIBMAGICK_LDFLAGS}  -module
++libp2edrvmagick___la_DEPENDENCIES = libpstoedit.la
+ # moved to configure.ac because needed only for g++ 
libp2edrvmagick___la_CPPFLAGS=$(LIBMAGICK_CFLAGS) $(AM_CPPFLAGS) -Wno-long-long
+ 
+ if USE_EMFBYSOURCE
+@@ -113,6 +117,7 @@ else
+ libp2edrvwmf_la_SOURCES=drvwmf.cpp drvwmf.h initlibrary.cpp
+ libp2edrvwmf_la_LDFLAGS=-no-undefined $(LIBEMF_LDFLAGS) -L. libpstoedit.la 
-module
+ endif
++libp2edrvwmf_la_DEPENDENCIES = libpstoedit.la
+ 
+ libpstoedit_la_SOURCES =  \
+   dynload.cpp dynload.h   \
+@@ -135,6 +140,7 @@ libpstoedit_la_LDFLAGS = -no-undefined
+ 
+ pstoedit_SOURCES = cmdmain.cpp
+ pstoedit_LDFLAGS = -no-undefined -L. libpstoedit.la ${LIBLD_LDFLAGS}
++pstoedit_DEPENDENCIES = libpstoedit.la
+ 
+ pkginclude_HEADERS =  \
+   pstoedit.h  \

Copied: pstoedit/repos/testing-x86_64/pstoedit-3.50-plugin-close.patch (from 
rev 137860, pstoedit/repos/staging-x86_64/pstoedit-3.50-plugin-close.patch)

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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:28
  Author: eric
Revision: 137873

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

Added:
  transcode/repos/testing-i686/
  transcode/repos/testing-i686/PKGBUILD
(from rev 137860, transcode/repos/staging-i686/PKGBUILD)
  transcode/repos/testing-i686/transcode-1.1.5-jpeg-7.patch
(from rev 137860, transcode/repos/staging-i686/transcode-1.1.5-jpeg-7.patch)
  transcode/repos/testing-i686/transcode-1.1.5-mpa.patch
(from rev 137860, transcode/repos/staging-i686/transcode-1.1.5-mpa.patch)
Deleted:
  transcode/repos/staging-i686/

--+
 PKGBUILD |   80 +
 transcode-1.1.5-jpeg-7.patch |   16 
 transcode-1.1.5-mpa.patch|   10 +
 3 files changed, 106 insertions(+)

Copied: transcode/repos/testing-i686/PKGBUILD (from rev 137860, 
transcode/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-12 05:31:28 UTC (rev 137873)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: roberto robe...@archlinux.org
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.5
+pkgrel=6
+pkgdesc=A video/DVD ripper and encoder for the terminal/console
+arch=('i686' 'x86_64')
+url=http://tcforge.berlios.de/;
+license=('GPL')
+depends=('imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
+makedepends=('nasm')
+options=('!libtool' '!makeflags')
+source=(http://download2.berlios.de/tcforge/${pkgname}-${pkgver}.tar.bz2
+   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
+   transcode-1.1.5-jpeg-7.patch  transcode-1.1.5-mpa.patch)
+md5sums=('41ac6b1c0fe30f3aab286e771fc31b9e'
+ 'c0bd49a88f667c68c4430ad25bbed510'
+ 'af4056b7530a6f147594f676849e7c7b'
+ 'c299cfc6c4be6a5512d1a129f04e5450')
+sha1sums=('48c36e06ca0cd1cdc1a9c6a241e231f896eefd26'
+  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
+  '9e380c00a3b31725dc3ec483fa7bf5e3d8a8a977'
+  '6f45d9167c3aa15a83cb29545749f55eb1f1e5a2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0  ../transcode-1.1.5-jpeg-7.patch
+  patch -p1  ../transcode-1.1.5-mpa.patch
+
+ # building from here
+  ./configure --prefix=/usr \
+--enable-sse=no --enable-sse2=no --enable-altivec=no --enable-mmx \
+--enable-lame --enable-ogg --enable-vorbis --enable-theora \
+--enable-libdv --enable-libxml2 --enable-v4l \
+--enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
+--enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
+--enable-xvid --enable-x264 --enable-alsa \
+--enable-libmpeg2 --enable-libmpeg2convert \
+--with-libxml2-prefix=/usr \
+--with-mjpegtools-prefix=/usr \
+--with-imagemagick-prefix=/usr \
+--with-libdv-includes=/usr \
+--with-libpostproc-includes=/usr/include/libpostproc \
+--with-ogg-prefix=/usr \
+--with-lame-libs=/usr \
+--with-lzo-libs=/usr/lib \
+--with-libavcodec-prefix=/usr \
+--with-libavcodec-includes=/usr/include \
+--with-libavcodec-libs=/usr/lib
+
+  make
+ ##
+ # this imports the latest subtitleripper sources and replaces the internal
+  mkdir contrib
+  mv ${srcdir}/subtitleripper contrib/subrip
+ # removes dependency on libppm, make it dependend on netpbm just failed, 
argh...
+  cd contrib/subrip
+  sed -e 's|^\(.*lppm.*\)$|#\1|' \
+  -e 's|^\(.*D_HAVE_LIB_PPM.*\)$|#\1|' \
+  -e 's/DEFINES :=/DEFINES = -DHAVE_GETLINE/' \
+  -i Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  cd contrib/subrip
+  install -m 755 pgm2txt ${pkgdir}/usr/bin/
+  install -m 755 srttool ${pkgdir}/usr/bin/
+  install -m 755 subtitle2pgm ${pkgdir}/usr/bin/
+  install -m 755 subtitle2vobsub ${pkgdir}/usr/bin/
+  install -m 755 vobsub2pgm ${pkgdir}/usr/bin/
+}

Copied: transcode/repos/testing-i686/transcode-1.1.5-jpeg-7.patch (from rev 
137860, transcode/repos/staging-i686/transcode-1.1.5-jpeg-7.patch)
===
--- testing-i686/transcode-1.1.5-jpeg-7.patch   (rev 0)
+++ testing-i686/transcode-1.1.5-jpeg-7.patch   2011-09-12 05:31:28 UTC (rev 
137873)
@@ -0,0 +1,16 @@
+http://bugs.gentoo.org/show_bug.cgi?id=294488
+
+Patch by: Salah Coronya
+
+Fix segmentation fault with jpeg-7 and above where dinfo.do_fancy_upsampling 
isn't set by default to FALSE anymore.
+
+--- export/export_jpg.c
 export/export_jpg.c
+@@ -91,6 +91,7 @@
+ 
+   jpeg_set_quality(encinfo, quality, TRUE);
+   encinfo.raw_data_in = TRUE;
++  encinfo.do_fancy_downsampling = FALSE;
+   

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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:29
  Author: eric
Revision: 137874

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

Added:
  transcode/repos/testing-x86_64/
  transcode/repos/testing-x86_64/PKGBUILD
(from rev 137860, transcode/repos/staging-x86_64/PKGBUILD)
  transcode/repos/testing-x86_64/transcode-1.1.5-jpeg-7.patch
(from rev 137860, 
transcode/repos/staging-x86_64/transcode-1.1.5-jpeg-7.patch)
  transcode/repos/testing-x86_64/transcode-1.1.5-mpa.patch
(from rev 137860, transcode/repos/staging-x86_64/transcode-1.1.5-mpa.patch)
Deleted:
  transcode/repos/staging-x86_64/

--+
 PKGBUILD |   80 +
 transcode-1.1.5-jpeg-7.patch |   16 
 transcode-1.1.5-mpa.patch|   10 +
 3 files changed, 106 insertions(+)

Copied: transcode/repos/testing-x86_64/PKGBUILD (from rev 137860, 
transcode/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-12 05:31:29 UTC (rev 137874)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: roberto robe...@archlinux.org
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.5
+pkgrel=6
+pkgdesc=A video/DVD ripper and encoder for the terminal/console
+arch=('i686' 'x86_64')
+url=http://tcforge.berlios.de/;
+license=('GPL')
+depends=('imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
+makedepends=('nasm')
+options=('!libtool' '!makeflags')
+source=(http://download2.berlios.de/tcforge/${pkgname}-${pkgver}.tar.bz2
+   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
+   transcode-1.1.5-jpeg-7.patch  transcode-1.1.5-mpa.patch)
+md5sums=('41ac6b1c0fe30f3aab286e771fc31b9e'
+ 'c0bd49a88f667c68c4430ad25bbed510'
+ 'af4056b7530a6f147594f676849e7c7b'
+ 'c299cfc6c4be6a5512d1a129f04e5450')
+sha1sums=('48c36e06ca0cd1cdc1a9c6a241e231f896eefd26'
+  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
+  '9e380c00a3b31725dc3ec483fa7bf5e3d8a8a977'
+  '6f45d9167c3aa15a83cb29545749f55eb1f1e5a2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0  ../transcode-1.1.5-jpeg-7.patch
+  patch -p1  ../transcode-1.1.5-mpa.patch
+
+ # building from here
+  ./configure --prefix=/usr \
+--enable-sse=no --enable-sse2=no --enable-altivec=no --enable-mmx \
+--enable-lame --enable-ogg --enable-vorbis --enable-theora \
+--enable-libdv --enable-libxml2 --enable-v4l \
+--enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
+--enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
+--enable-xvid --enable-x264 --enable-alsa \
+--enable-libmpeg2 --enable-libmpeg2convert \
+--with-libxml2-prefix=/usr \
+--with-mjpegtools-prefix=/usr \
+--with-imagemagick-prefix=/usr \
+--with-libdv-includes=/usr \
+--with-libpostproc-includes=/usr/include/libpostproc \
+--with-ogg-prefix=/usr \
+--with-lame-libs=/usr \
+--with-lzo-libs=/usr/lib \
+--with-libavcodec-prefix=/usr \
+--with-libavcodec-includes=/usr/include \
+--with-libavcodec-libs=/usr/lib
+
+  make
+ ##
+ # this imports the latest subtitleripper sources and replaces the internal
+  mkdir contrib
+  mv ${srcdir}/subtitleripper contrib/subrip
+ # removes dependency on libppm, make it dependend on netpbm just failed, 
argh...
+  cd contrib/subrip
+  sed -e 's|^\(.*lppm.*\)$|#\1|' \
+  -e 's|^\(.*D_HAVE_LIB_PPM.*\)$|#\1|' \
+  -e 's/DEFINES :=/DEFINES = -DHAVE_GETLINE/' \
+  -i Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  cd contrib/subrip
+  install -m 755 pgm2txt ${pkgdir}/usr/bin/
+  install -m 755 srttool ${pkgdir}/usr/bin/
+  install -m 755 subtitle2pgm ${pkgdir}/usr/bin/
+  install -m 755 subtitle2vobsub ${pkgdir}/usr/bin/
+  install -m 755 vobsub2pgm ${pkgdir}/usr/bin/
+}

Copied: transcode/repos/testing-x86_64/transcode-1.1.5-jpeg-7.patch (from rev 
137860, transcode/repos/staging-x86_64/transcode-1.1.5-jpeg-7.patch)
===
--- testing-x86_64/transcode-1.1.5-jpeg-7.patch (rev 0)
+++ testing-x86_64/transcode-1.1.5-jpeg-7.patch 2011-09-12 05:31:29 UTC (rev 
137874)
@@ -0,0 +1,16 @@
+http://bugs.gentoo.org/show_bug.cgi?id=294488
+
+Patch by: Salah Coronya
+
+Fix segmentation fault with jpeg-7 and above where dinfo.do_fancy_upsampling 
isn't set by default to FALSE anymore.
+
+--- export/export_jpg.c
 export/export_jpg.c
+@@ -91,6 +91,7 @@
+ 
+   jpeg_set_quality(encinfo, quality, TRUE);
+   encinfo.raw_data_in = TRUE;
++  

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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:30
  Author: eric
Revision: 137875

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

Added:
  xine-lib/repos/testing-i686/
  xine-lib/repos/testing-i686/PKGBUILD
(from rev 137860, xine-lib/repos/staging-i686/PKGBUILD)
  xine-lib/repos/testing-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch
(from rev 137860, 
xine-lib/repos/staging-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch)
  xine-lib/repos/testing-i686/xine-lib-1.1.19-xvmc.patch
(from rev 137860, xine-lib/repos/staging-i686/xine-lib-1.1.19-xvmc.patch)
Deleted:
  xine-lib/repos/staging-i686/

--+
 PKGBUILD |   56 +
 xine-lib-1.1.1-configure-no-mcpu-march.patch |   13 +
 xine-lib-1.1.19-xvmc.patch   |   17 +++
 3 files changed, 86 insertions(+)

Copied: xine-lib/repos/testing-i686/PKGBUILD (from rev 137860, 
xine-lib/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-12 05:31:30 UTC (rev 137875)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.1.19
+pkgrel=5
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libgl' 'libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
+ 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'smbclient: for using the smb plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin' \
+'mesa: for using the opengl plugin' \
+'libpulse: for using the pulseaudio plugin' \
+'speex: for using the speex plugin' \
+'v4l-utils: for using the v4l plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
+xine-lib-1.1.1-configure-no-mcpu-march.patch 
xine-lib-1.1.19-xvmc.patch)
+md5sums=('a410a0f0617e1d6309f0cbe907f73f8a'
+ '9776df4eb54d2f1f68d8268adbc3b5c2'
+ '8662fb124870b1dd7effe4ff5e2a2e3d')
+sha1sums=('5afcc28c5cf2bdaab99d951960f6587797e1e5a0'
+  '121a8358d7919b2e51067412373f52848290338a'
+  '920bf27e6e3523dfe4cc9c802ff713e9688a3f34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0  ../xine-lib-1.1.1-configure-no-mcpu-march.patch
+  patch -p0  ../xine-lib-1.1.19-xvmc.patch
+  sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \
+configure.ac src/input/input_v4l.c src/video_out/video_out_syncfb.h
+
+  libtoolize --force --copy
+  aclocal -I m4
+  autoconf
+  automake --add-missing
+
+  ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg 
--with-external-libfaad
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: 
xine-lib/repos/testing-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch (from 
rev 137860, 
xine-lib/repos/staging-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch)
===
--- testing-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch   
(rev 0)
+++ testing-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch   2011-09-12 
05:31:30 UTC (rev 137875)
@@ -0,0 +1,13 @@
+--- m4/optimizations.m4.orig   2005-11-27 01:20:08.0 +0100
 m4/optimizations.m42005-11-27 01:22:56.0 +0100
+@@ -161,10 +161,6 @@
+   ;;
+ 
+   esac
+-  if test x$archopt_val != x; then
+-  CFLAGS=$sarchopt=$archopt_val $CFLAGS
+-  DEBUG_CFLAGS=$sarchopt=$archopt_val $DEBUG_CFLAGS
+-  fi
+ fi
+   else
+ dnl we have the Intel compiler

Copied: xine-lib/repos/testing-i686/xine-lib-1.1.19-xvmc.patch (from rev 
137860, xine-lib/repos/staging-i686/xine-lib-1.1.19-xvmc.patch)
===
--- testing-i686/xine-lib-1.1.19-xvmc.patch (rev 0)
+++ testing-i686/xine-lib-1.1.19-xvmc.patch 2011-09-12 05:31:30 UTC (rev 
137875)
@@ -0,0 +1,17 @@
+Quoting ChangeLog of X11's videoproto package:
+vldXvMC.h: stop uselessly including XvMClib.h
+
+--- src/video_out/xxmc.h
 src/video_out/xxmc.h
+@@ -77,10 +77,10 @@
+ #include X11/extensions/XShm.h
+ #include 

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

2011-09-11 Thread Eric Bélanger
Date: Monday, September 12, 2011 @ 01:31:30
  Author: eric
Revision: 137876

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

Added:
  xine-lib/repos/testing-x86_64/
  xine-lib/repos/testing-x86_64/PKGBUILD
(from rev 137860, xine-lib/repos/staging-x86_64/PKGBUILD)
  xine-lib/repos/testing-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch
(from rev 137860, 
xine-lib/repos/staging-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch)
  xine-lib/repos/testing-x86_64/xine-lib-1.1.19-xvmc.patch
(from rev 137860, xine-lib/repos/staging-x86_64/xine-lib-1.1.19-xvmc.patch)
Deleted:
  xine-lib/repos/staging-x86_64/

--+
 PKGBUILD |   56 +
 xine-lib-1.1.1-configure-no-mcpu-march.patch |   13 +
 xine-lib-1.1.19-xvmc.patch   |   17 +++
 3 files changed, 86 insertions(+)

Copied: xine-lib/repos/testing-x86_64/PKGBUILD (from rev 137860, 
xine-lib/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-12 05:31:30 UTC (rev 137876)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.1.19
+pkgrel=5
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libgl' 'libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
+ 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'smbclient: for using the smb plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin' \
+'mesa: for using the opengl plugin' \
+'libpulse: for using the pulseaudio plugin' \
+'speex: for using the speex plugin' \
+'v4l-utils: for using the v4l plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
+xine-lib-1.1.1-configure-no-mcpu-march.patch 
xine-lib-1.1.19-xvmc.patch)
+md5sums=('a410a0f0617e1d6309f0cbe907f73f8a'
+ '9776df4eb54d2f1f68d8268adbc3b5c2'
+ '8662fb124870b1dd7effe4ff5e2a2e3d')
+sha1sums=('5afcc28c5cf2bdaab99d951960f6587797e1e5a0'
+  '121a8358d7919b2e51067412373f52848290338a'
+  '920bf27e6e3523dfe4cc9c802ff713e9688a3f34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0  ../xine-lib-1.1.1-configure-no-mcpu-march.patch
+  patch -p0  ../xine-lib-1.1.19-xvmc.patch
+  sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \
+configure.ac src/input/input_v4l.c src/video_out/video_out_syncfb.h
+
+  libtoolize --force --copy
+  aclocal -I m4
+  autoconf
+  automake --add-missing
+
+  ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg 
--with-external-libfaad
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: 
xine-lib/repos/testing-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch 
(from rev 137860, 
xine-lib/repos/staging-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch)
===
--- testing-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch 
(rev 0)
+++ testing-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch 2011-09-12 
05:31:30 UTC (rev 137876)
@@ -0,0 +1,13 @@
+--- m4/optimizations.m4.orig   2005-11-27 01:20:08.0 +0100
 m4/optimizations.m42005-11-27 01:22:56.0 +0100
+@@ -161,10 +161,6 @@
+   ;;
+ 
+   esac
+-  if test x$archopt_val != x; then
+-  CFLAGS=$sarchopt=$archopt_val $CFLAGS
+-  DEBUG_CFLAGS=$sarchopt=$archopt_val $DEBUG_CFLAGS
+-  fi
+ fi
+   else
+ dnl we have the Intel compiler

Copied: xine-lib/repos/testing-x86_64/xine-lib-1.1.19-xvmc.patch (from rev 
137860, xine-lib/repos/staging-x86_64/xine-lib-1.1.19-xvmc.patch)
===
--- testing-x86_64/xine-lib-1.1.19-xvmc.patch   (rev 0)
+++ testing-x86_64/xine-lib-1.1.19-xvmc.patch   2011-09-12 05:31:30 UTC (rev 
137876)
@@ -0,0 +1,17 @@
+Quoting ChangeLog of X11's videoproto package:
+vldXvMC.h: stop uselessly including XvMClib.h
+
+--- src/video_out/xxmc.h
 src/video_out/xxmc.h
+@@ -77,10 +77,10 @@
+ #include