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

2012-11-14 Thread Juergen Hoetzel
Date: Wednesday, November 14, 2012 @ 08:31:45
  Author: juergen
Revision: 170978

update to 1.1.1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 07:19:21 UTC (rev 170977)
+++ PKGBUILD2012-11-14 13:31:45 UTC (rev 170978)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc=Steel Bank Common Lisp
 url=http://www.sbcl.org/;
@@ -17,7 +17,7 @@
 install=sbcl.install
 
source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
 arch-fixes.lisp)
-md5sums=('7390495ce158eac45002c028ed8c149b'
+md5sums=('1f000ca9d83072b2712d6cdfca7b41de'
  '7ac0c1936547f4278198b8bf7725204d')
 
 build() {



[arch-commits] Commit in sbcl/repos/extra-i686 (6 files)

2012-11-14 Thread Juergen Hoetzel
Date: Wednesday, November 14, 2012 @ 08:32:25
  Author: juergen
Revision: 170979

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 170978, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 170978, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 170978, sbcl/trunk/sbcl.install)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install

-+
 PKGBUILD|  140 +++---
 arch-fixes.lisp |   42 
 sbcl.install|   36 ++---
 3 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-14 13:31:45 UTC (rev 170978)
+++ PKGBUILD2012-11-14 13:32:25 UTC (rev 170979)
@@ -1,70 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-provides=('common-lisp' 'cl-asdf' 'zlib')
-makedepends=('sbcl' 'texinfo')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-arch-fixes.lisp)
-md5sums=('7390495ce158eac45002c028ed8c149b'
- '7ac0c1936547f4278198b8bf7725204d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
-  export GNUMAKE=make -e
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
-  mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 170978, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-14 13:32:25 UTC (rev 170979)
@@ -0,0 +1,70 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+provides=('common-lisp' 'cl-asdf' 'zlib')
+makedepends=('sbcl' 'texinfo')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+arch-fixes.lisp)
+md5sums=('1f000ca9d83072b2712d6cdfca7b41de'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
+  export GNUMAKE=make -e
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  INSTALL_ROOT=$pkgdir/usr sh install.sh
+
+  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
+  mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
+
+  # sources
+  mkdir -p $pkgdir/usr/share/sbcl-source
+  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
+
+  # license
+  install -D -m644 

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

2012-11-14 Thread Juergen Hoetzel
Date: Wednesday, November 14, 2012 @ 08:34:47
  Author: juergen
Revision: 170980

rebuild against sbcl 1.1.1

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 13:32:25 UTC (rev 170979)
+++ PKGBUILD2012-11-14 13:34:47 UTC (rev 170980)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.28.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Maxima - a sophisticated computer algebra system
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.0' 'texinfo' 'sh')
+depends=('sbcl=1.1.1' 'texinfo' 'sh')
 makedepends=('python2')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version



[arch-commits] Commit in maxima/repos/extra-i686 (6 files)

2012-11-14 Thread Juergen Hoetzel
Date: Wednesday, November 14, 2012 @ 08:43:11
  Author: juergen
Revision: 170981

archrelease: copy trunk to extra-i686

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 170980, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 170980, maxima/trunk/maxima.desktop)
  maxima/repos/extra-i686/maxima.install
(from rev 170980, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install

+
 PKGBUILD   |   92 +++
 maxima.desktop |   22 ++---
 maxima.install |   36 ++---
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-14 13:34:47 UTC (rev 170980)
+++ PKGBUILD2012-11-14 13:43:11 UTC (rev 170981)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.28.0
-pkgrel=2
-pkgdesc=Maxima - a sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.0' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('52d7dad4681711a6ead73b72835b177107363b9c'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 170980, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-14 13:43:11 UTC (rev 170981)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.28.0
+pkgrel=3
+pkgdesc=Maxima - a sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.1.1' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('52d7dad4681711a6ead73b72835b177107363b9c'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop
===
--- maxima.desktop  2012-11-14 13:34:47 UTC (rev 170980)
+++ maxima.desktop  2012-11-14 13:43:11 UTC (rev 170981)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=XMaxima
-GenericName=A computer algebra system

[arch-commits] Commit in sbcl/repos/extra-x86_64 (6 files)

2012-11-14 Thread Juergen Hoetzel
Date: Wednesday, November 14, 2012 @ 08:51:56
  Author: juergen
Revision: 170982

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 170981, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 170981, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 170981, sbcl/trunk/sbcl.install)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install

-+
 PKGBUILD|  140 +++---
 arch-fixes.lisp |   42 
 sbcl.install|   36 ++---
 3 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-14 13:43:11 UTC (rev 170981)
+++ PKGBUILD2012-11-14 13:51:56 UTC (rev 170982)
@@ -1,70 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-provides=('common-lisp' 'cl-asdf' 'zlib')
-makedepends=('sbcl' 'texinfo')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-arch-fixes.lisp)
-md5sums=('7390495ce158eac45002c028ed8c149b'
- '7ac0c1936547f4278198b8bf7725204d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
-  export GNUMAKE=make -e
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
-  mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-x86_64/PKGBUILD (from rev 170981, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-14 13:51:56 UTC (rev 170982)
@@ -0,0 +1,70 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+provides=('common-lisp' 'cl-asdf' 'zlib')
+makedepends=('sbcl' 'texinfo')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+arch-fixes.lisp)
+md5sums=('1f000ca9d83072b2712d6cdfca7b41de'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
+  export GNUMAKE=make -e
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  INSTALL_ROOT=$pkgdir/usr sh install.sh
+
+  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
+  mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
+
+  # sources
+  mkdir -p $pkgdir/usr/share/sbcl-source
+  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
+
+  # license
+  install -D -m644 

[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

2012-11-14 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 08:53:20
  Author: heftig
Revision: 170983

3.6.3

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 13:51:56 UTC (rev 170982)
+++ PKGBUILD2012-11-14 13:53:20 UTC (rev 170983)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-control-center
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc=The Control Center for GNOME
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 license=('GPL')
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3ab5aa304b424006c9f38ce2ff50afbf38e167ca632c64509bf30aa3c786afb7')
+sha256sums=('2ae23972bc64f62b4facd12dd5adce212bda02491eb6e56bbf195332157d21fb')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD)

2012-11-14 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 08:53:26
  Author: heftig
Revision: 170984

3.6.3

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 13:53:20 UTC (rev 170983)
+++ PKGBUILD2012-11-14 13:53:26 UTC (rev 170984)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-settings-daemon
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc=The GNOME Settings daemon
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
-sha256sums=('d718f9fdf3bb26fc71861548f834364955d37532871ec2e89a5ad0d63857215f'
+sha256sums=('606aaaba9cc7f51035702aead46c8bb595917a09cb947b396a579ea443328cdc'
 'c4aab9b45346fbae18808358346208f989cce8bf9c9eb753e2af7eca73715109')
 
 build() {



[arch-commits] Commit in gnome-control-center/repos (8 files)

2012-11-14 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 08:55:15
  Author: heftig
Revision: 170985

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

Added:
  gnome-control-center/repos/extra-i686/PKGBUILD
(from rev 170984, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-i686/gnome-control-center.install
(from rev 170984, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 170984, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install
(from rev 170984, gnome-control-center/trunk/gnome-control-center.install)
Deleted:
  gnome-control-center/repos/extra-i686/PKGBUILD
  gnome-control-center/repos/extra-i686/gnome-control-center.install
  gnome-control-center/repos/extra-x86_64/PKGBUILD
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install

---+
 extra-i686/PKGBUILD   |   88 ++--
 extra-i686/gnome-control-center.install   |   22 +++
 extra-x86_64/PKGBUILD |   88 ++--
 extra-x86_64/gnome-control-center.install |   22 +++
 4 files changed, 114 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 13:53:26 UTC (rev 170984)
+++ extra-i686/PKGBUILD 2012-11-14 13:55:15 UTC (rev 170985)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-control-center
-pkgver=3.6.2
-pkgrel=1
-pkgdesc=The Control Center for GNOME
-arch=('i686' 'x86_64')
-depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
- 'gnome-online-accounts' 'gnome-settings-daemon' 
'gsettings-desktop-schemas' 'gtk3'
- 'libgtop' 'libsocialweb' 'network-manager-applet' 
'sound-theme-freedesktop' 'upower' 'libpwquality' 'libsystemd')
-optdepends=('mesa-demos: provides glxinfo for graphics information'
-'gnome-color-manager: for color management tasks')
-makedepends=('gnome-doc-utils' 'intltool' 'docbook-xsl')
-url=http://www.gnome.org;
-groups=('gnome')
-install=gnome-control-center.install
-license=('GPL')
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3ab5aa304b424006c9f38ce2ff50afbf38e167ca632c64509bf30aa3c786afb7')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd --with-libsocialweb \
-  --disable-update-mimedb \
-  --without-cheese
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-control-center/repos/extra-i686/PKGBUILD (from rev 170984, 
gnome-control-center/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 13:55:15 UTC (rev 170985)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.6.3
+pkgrel=1
+pkgdesc=The Control Center for GNOME
+arch=('i686' 'x86_64')
+depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
+ 'gnome-online-accounts' 'gnome-settings-daemon' 
'gsettings-desktop-schemas' 'gtk3'
+ 'libgtop' 'libsocialweb' 'network-manager-applet' 
'sound-theme-freedesktop' 'upower' 'libpwquality' 'libsystemd')
+optdepends=('mesa-demos: provides glxinfo for graphics information'
+'gnome-color-manager: for color management tasks')
+makedepends=('gnome-doc-utils' 'intltool' 'docbook-xsl')
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-control-center.install
+license=('GPL')
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2ae23972bc64f62b4facd12dd5adce212bda02491eb6e56bbf195332157d21fb')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-systemd --with-libsocialweb \
+  --disable-update-mimedb \
+  --without-cheese
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n 

[arch-commits] Commit in gnome-settings-daemon/repos (14 files)

2012-11-14 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 08:56:11
  Author: heftig
Revision: 170986

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

Added:
  
gnome-settings-daemon/repos/extra-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
(from rev 170985, 
gnome-settings-daemon/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 170985, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
(from rev 170985, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  
gnome-settings-daemon/repos/extra-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
(from rev 170985, 
gnome-settings-daemon/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 170985, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install
(from rev 170985, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
Deleted:
  
gnome-settings-daemon/repos/extra-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
  gnome-settings-daemon/repos/extra-i686/screensaver.patch
  
gnome-settings-daemon/repos/extra-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install
  gnome-settings-daemon/repos/extra-x86_64/screensaver.patch

--+
 extra-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch   | 
2952 +-
 extra-i686/PKGBUILD  | 
  98 
 extra-i686/gnome-settings-daemon.install | 
  24 
 extra-i686/screensaver.patch | 
 145 
 extra-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch | 
2952 +-
 extra-x86_64/PKGBUILD| 
  98 
 extra-x86_64/gnome-settings-daemon.install   | 
  24 
 extra-x86_64/screensaver.patch   | 
 145 
 8 files changed, 3074 insertions(+), 3364 deletions(-)

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


[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD)

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 09:20:28
  Author: ibiru
Revision: 170987

drop ibus support since is not ready. FS#32071
we may enable it again when ibus 1.5 and gnome 3.8 is released

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 13:56:11 UTC (rev 170986)
+++ PKGBUILD2012-11-14 14:20:28 UTC (rev 170987)
@@ -3,12 +3,12 @@
 
 pkgname=gnome-settings-daemon
 pkgver=3.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNOME Settings daemon
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
- 'libsystemd' 'libwacom' 'nss' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus')
+ 'libsystemd' 'libwacom' 'nss' 'pulseaudio' 'pulseaudio-alsa' 'upower')
 makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
 options=('!emptydirs' '!libtool')
 install=gnome-settings-daemon.install
@@ -30,7 +30,7 @@
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/gnome-settings-daemon --disable-static \
-  --enable-systemd
+  --enable-systemd --disable-ibus
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2012-11-14 Thread Juergen Hoetzel
Date: Wednesday, November 14, 2012 @ 09:24:25
  Author: juergen
Revision: 170988

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 170987, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 170987, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 170987, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |   92 +++
 maxima.desktop |   22 ++---
 maxima.install |   36 ++---
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-14 14:20:28 UTC (rev 170987)
+++ PKGBUILD2012-11-14 14:24:25 UTC (rev 170988)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.28.0
-pkgrel=2
-pkgdesc=Maxima - a sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.0' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('52d7dad4681711a6ead73b72835b177107363b9c'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 170987, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-14 14:24:25 UTC (rev 170988)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.28.0
+pkgrel=3
+pkgdesc=Maxima - a sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.1.1' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('52d7dad4681711a6ead73b72835b177107363b9c'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop
===
--- maxima.desktop  2012-11-14 14:20:28 UTC (rev 170987)
+++ maxima.desktop  2012-11-14 14:24:25 UTC (rev 170988)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=XMaxima
-GenericName=A computer algebra 

[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 09:27:20
  Author: ibiru
Revision: 170989

drop ibus support since is not ready. FS#32071
we may enable it again when ibus 1.5 and gnome 3.8 is released

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 14:24:25 UTC (rev 170988)
+++ PKGBUILD2012-11-14 14:27:20 UTC (rev 170989)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-control-center
 pkgver=3.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc=The Control Center for GNOME
 arch=('i686' 'x86_64')
 depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
@@ -28,7 +28,7 @@
   --localstatedir=/var --disable-static \
   --enable-systemd --with-libsocialweb \
   --disable-update-mimedb \
-  --without-cheese
+  --without-cheese --disable-ibus
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656229
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool



[arch-commits] Commit in gnome-control-center/repos (8 files)

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 09:28:31
  Author: ibiru
Revision: 170990

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

Added:
  gnome-control-center/repos/extra-i686/PKGBUILD
(from rev 170989, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-i686/gnome-control-center.install
(from rev 170989, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 170989, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install
(from rev 170989, gnome-control-center/trunk/gnome-control-center.install)
Deleted:
  gnome-control-center/repos/extra-i686/PKGBUILD
  gnome-control-center/repos/extra-i686/gnome-control-center.install
  gnome-control-center/repos/extra-x86_64/PKGBUILD
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install

---+
 extra-i686/PKGBUILD   |   92 ++--
 extra-i686/gnome-control-center.install   |   22 +++---
 extra-x86_64/PKGBUILD |   92 ++--
 extra-x86_64/gnome-control-center.install |   22 +++---
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 14:27:20 UTC (rev 170989)
+++ extra-i686/PKGBUILD 2012-11-14 14:28:31 UTC (rev 170990)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-control-center
-pkgver=3.6.3
-pkgrel=1
-pkgdesc=The Control Center for GNOME
-arch=('i686' 'x86_64')
-depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
- 'gnome-online-accounts' 'gnome-settings-daemon' 
'gsettings-desktop-schemas' 'gtk3'
- 'libgtop' 'libsocialweb' 'network-manager-applet' 
'sound-theme-freedesktop' 'upower' 'libpwquality' 'libsystemd')
-optdepends=('mesa-demos: provides glxinfo for graphics information'
-'gnome-color-manager: for color management tasks')
-makedepends=('gnome-doc-utils' 'intltool' 'docbook-xsl')
-url=http://www.gnome.org;
-groups=('gnome')
-install=gnome-control-center.install
-license=('GPL')
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2ae23972bc64f62b4facd12dd5adce212bda02491eb6e56bbf195332157d21fb')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd --with-libsocialweb \
-  --disable-update-mimedb \
-  --without-cheese
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Copied: gnome-control-center/repos/extra-i686/PKGBUILD (from rev 170989, 
gnome-control-center/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 14:28:31 UTC (rev 170990)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.6.3
+pkgrel=2
+pkgdesc=The Control Center for GNOME
+arch=('i686' 'x86_64')
+depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
+ 'gnome-online-accounts' 'gnome-settings-daemon' 
'gsettings-desktop-schemas' 'gtk3'
+ 'libgtop' 'libsocialweb' 'network-manager-applet' 
'sound-theme-freedesktop' 'upower' 'libpwquality' 'libsystemd')
+optdepends=('mesa-demos: provides glxinfo for graphics information'
+'gnome-color-manager: for color management tasks')
+makedepends=('gnome-doc-utils' 'intltool' 'docbook-xsl')
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-control-center.install
+license=('GPL')
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2ae23972bc64f62b4facd12dd5adce212bda02491eb6e56bbf195332157d21fb')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-systemd --with-libsocialweb \
+  --disable-update-mimedb \
+  --without-cheese --disable-ibus
+
+  

[arch-commits] Commit in gnome-settings-daemon/repos (12 files)

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 09:29:35
  Author: ibiru
Revision: 170991

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

Added:
  
gnome-settings-daemon/repos/extra-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
(from rev 170990, 
gnome-settings-daemon/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 170990, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
(from rev 170990, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  
gnome-settings-daemon/repos/extra-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
(from rev 170990, 
gnome-settings-daemon/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 170990, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install
(from rev 170990, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
Deleted:
  
gnome-settings-daemon/repos/extra-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
  
gnome-settings-daemon/repos/extra-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install

--+
 extra-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch   | 
2952 +-
 extra-i686/PKGBUILD  | 
  98 
 extra-i686/gnome-settings-daemon.install | 
  24 
 extra-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch | 
2952 +-
 extra-x86_64/PKGBUILD| 
  98 
 extra-x86_64/gnome-settings-daemon.install   | 
  24 
 6 files changed, 3074 insertions(+), 3074 deletions(-)

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


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

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 09:34:03
  Author: ibiru
Revision: 170992

update to 0.2.2

Modified:
  farstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 14:29:35 UTC (rev 170991)
+++ PKGBUILD2012-11-14 14:34:03 UTC (rev 170992)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=farstream
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
 arch=(i686 x86_64)
@@ -15,10 +15,10 @@
 replaces=('farsight2')
 options=(!libtool)
 
source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('479c42adf5cc606abcb47d58ed542414')
+md5sums=('01c20c1ed014ad4e18e55f1f6caf7877')
 
 build() {
-  cd  $pkgname-$pkgver
+  cd  $pkgname-$pkgver
   ./configure --prefix=/usr \
 --with-package-name='Arch Linux farstream package' \
 --with-package-origin='http://archlinux.org' \
@@ -27,7 +27,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
 



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

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 09:37:18
  Author: ibiru
Revision: 170993

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 14:34:03 UTC (rev 170992)
+++ extra-i686/PKGBUILD 2012-11-14 14:37:18 UTC (rev 170993)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=farstream
-pkgver=0.2.1
-pkgrel=1
-pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/Farstream;
-license=('LGPL2.1')
-depends=('gst-plugins-base-libs' 'libnice')
-makedepends=('gobject-introspection')
-optdepends=('gst-plugins-good' 'gst-plugins-bad')
-conflicts=('farsight2')
-replaces=('farsight2')
-options=(!libtool)
-source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('479c42adf5cc606abcb47d58ed542414')
-
-build() {
-  cd  $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-package-name='Arch Linux farstream package' \
---with-package-origin='http://archlinux.org' \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: farstream/repos/extra-i686/PKGBUILD (from rev 170992, 
farstream/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 14:37:18 UTC (rev 170993)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=farstream
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/Farstream;
+license=('LGPL2.1')
+depends=('gst-plugins-base-libs' 'libnice')
+makedepends=('gobject-introspection')
+optdepends=('gst-plugins-good' 'gst-plugins-bad')
+conflicts=('farsight2')
+replaces=('farsight2')
+options=(!libtool)
+source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('01c20c1ed014ad4e18e55f1f6caf7877')
+
+build() {
+  cd  $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-package-name='Arch Linux farstream package' \
+--with-package-origin='http://archlinux.org' \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-14 14:34:03 UTC (rev 170992)
+++ extra-x86_64/PKGBUILD   2012-11-14 14:37:18 UTC (rev 170993)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=farstream
-pkgver=0.2.1
-pkgrel=1
-pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/Farstream;
-license=('LGPL2.1')
-depends=('gst-plugins-base-libs' 'libnice')
-makedepends=('gobject-introspection')
-optdepends=('gst-plugins-good' 'gst-plugins-bad')
-conflicts=('farsight2')
-replaces=('farsight2')
-options=(!libtool)
-source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('479c42adf5cc606abcb47d58ed542414')
-
-build() {
-  cd  $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-package-name='Arch Linux farstream package' \
---with-package-origin='http://archlinux.org' \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: farstream/repos/extra-x86_64/PKGBUILD (from rev 170992, 
farstream/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-14 14:37:18 UTC (rev 170993)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=farstream
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/Farstream;
+license=('LGPL2.1')
+depends=('gst-plugins-base-libs' 'libnice')
+makedepends=('gobject-introspection')
+optdepends=('gst-plugins-good' 'gst-plugins-bad')
+conflicts=('farsight2')
+replaces=('farsight2')

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

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 09:43:18
  Author: ibiru
Revision: 170994

update snapshot

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 14:37:18 UTC (rev 170993)
+++ PKGBUILD2012-11-14 14:43:18 UTC (rev 170994)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=x264
-pkgver=20120705
+pkgver=20121113
 pkgrel=1
 pkgdesc=free library for encoding H264/AVC video streams
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc')
 makedepends=('yasm')
 
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
-md5sums=('81e5bec5d5774a4a3f567f14bd94289c')
+md5sums=('c37851c8534ef5d7b1935145f8f5a725')
 
 build() {
 cd $pkgname-snapshot-$pkgver-2245-stable



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

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 09:43:54
  Author: ibiru
Revision: 170995

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

Added:
  x264/repos/staging-i686/
  x264/repos/staging-i686/PKGBUILD
(from rev 170994, x264/trunk/PKGBUILD)
  x264/repos/staging-x86_64/
  x264/repos/staging-x86_64/PKGBUILD
(from rev 170994, x264/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: x264/repos/staging-i686/PKGBUILD (from rev 170994, x264/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-14 14:43:54 UTC (rev 170995)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=x264
+pkgver=20121113
+pkgrel=1
+pkgdesc=free library for encoding H264/AVC video streams
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/developers/x264.html;
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm')
+source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
+md5sums=('c37851c8534ef5d7b1935145f8f5a725')
+
+build() {
+cd $pkgname-snapshot-$pkgver-2245-stable
+
+./configure --enable-shared
+
+make
+}
+package() {
+cd $pkgname-snapshot-$pkgver-2245-stable
+
+make DESTDIR=$pkgdir \
+  bindir=/usr/bin \
+  libdir=/usr/lib \
+  includedir=/usr/include \
+  install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: x264/repos/staging-x86_64/PKGBUILD (from rev 170994, 
x264/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-11-14 14:43:54 UTC (rev 170995)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=x264
+pkgver=20121113
+pkgrel=1
+pkgdesc=free library for encoding H264/AVC video streams
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/developers/x264.html;
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm')
+source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
+md5sums=('c37851c8534ef5d7b1935145f8f5a725')
+
+build() {
+cd $pkgname-snapshot-$pkgver-2245-stable
+
+./configure --enable-shared
+
+make
+}
+package() {
+cd $pkgname-snapshot-$pkgver-2245-stable
+
+make DESTDIR=$pkgdir \
+  bindir=/usr/bin \
+  libdir=/usr/lib \
+  includedir=/usr/include \
+  install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 10:17:45
  Author: ibiru
Revision: 170996

x264 rebuild

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 14:43:54 UTC (rev 170995)
+++ PKGBUILD2012-11-14 15:17:45 UTC (rev 170996)
@@ -5,7 +5,7 @@
 
 pkgname=ffmpeg
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
 arch=('i686' 'x86_64')



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

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 10:18:45
  Author: ibiru
Revision: 170997

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

Added:
  ffmpeg/repos/staging-i686/
  ffmpeg/repos/staging-i686/PKGBUILD
(from rev 170996, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/staging-x86_64/
  ffmpeg/repos/staging-x86_64/PKGBUILD
(from rev 170996, ffmpeg/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   59 ++
 staging-x86_64/PKGBUILD |   59 ++
 2 files changed, 118 insertions(+)

Copied: ffmpeg/repos/staging-i686/PKGBUILD (from rev 170996, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-14 15:18:45 UTC (rev 170997)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=1.0
+pkgrel=2
+epoch=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx 
opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore 
zlib)
+makedepends=('yasm' 'git' 'libvdpau')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('3ed526cea20c1bffb5a37f7730f710bd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-libmp3lame \
+--enable-libvorbis \
+--enable-libxvid \
+--enable-libx264 \
+--enable-libvpx \
+--enable-libtheora \
+--enable-libgsm \
+--enable-libspeex \
+--enable-postproc \
+--enable-shared \
+--enable-x11grab \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libschroedinger \
+--enable-libopenjpeg \
+--enable-librtmp \
+--enable-libpulse \
+--enable-libv4l2 \
+--enable-gpl \
+--enable-version3 \
+--enable-runtime-cpudetect \
+--disable-debug \
+--disable-static
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-man
+  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 170996, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-11-14 15:18:45 UTC (rev 170997)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=1.0
+pkgrel=2
+epoch=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx 
opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore 
zlib)
+makedepends=('yasm' 'git' 'libvdpau')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('3ed526cea20c1bffb5a37f7730f710bd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-libmp3lame \
+--enable-libvorbis \
+--enable-libxvid \
+--enable-libx264 \
+--enable-libvpx \
+--enable-libtheora \
+--enable-libgsm \
+--enable-libspeex \
+--enable-postproc \
+--enable-shared \
+--enable-x11grab \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libschroedinger \
+--enable-libopenjpeg \
+--enable-librtmp \
+--enable-libpulse \
+--enable-libv4l2 \
+--enable-gpl \
+--enable-version3 \
+--enable-runtime-cpudetect \
+--disable-debug \
+--disable-static
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-man
+  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in webmin/trunk (PKGBUILD webmin-config.tar.bz2)

2012-11-14 Thread Tobias Powalowski
Date: Wednesday, November 14, 2012 @ 11:16:48
  Author: tpowa
Revision: 170998

upgpkg: webmin 1.600-2

change to systemd usage on bootup

Modified:
  webmin/trunk/PKGBUILD
  webmin/trunk/webmin-config.tar.bz2

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 15:18:45 UTC (rev 170997)
+++ PKGBUILD2012-11-14 16:16:48 UTC (rev 170998)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=webmin
 pkgver=1.600
-pkgrel=1
+pkgrel=2
 pkgdesc=a web-based interface for system administration
 arch=(i686 x86_64)
 license=('custom:webmin')
@@ -215,7 +215,7 @@
   install -m 644 -D $startdir/src/$pkgname-$pkgver/LICENCE 
$startdir/pkg/usr/share/licenses/webmin/LICENCE
 }
 md5sums=('8a9124bdd180aeec13fc16fa75fb1419'
- '43a77243acd519c4efe9577090b59912'
+ 'b0b3e3fb231a12e60165b6b4d604dcfa'
  'bfebb75bb94029b48c46b7f1ba1aa811'
  'c77dfcd621b417a7826d25f56a1e60ae'
  'fc29ecb6a5cd8c278abe054e60381095')

Modified: webmin-config.tar.bz2
===
(Binary files differ)



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

2012-11-14 Thread Tobias Powalowski
Date: Wednesday, November 14, 2012 @ 11:17:47
  Author: tpowa
Revision: 170999

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

Added:
  webmin/repos/extra-i686/PKGBUILD
(from rev 170998, webmin/trunk/PKGBUILD)
  webmin/repos/extra-i686/webmin-config.tar.bz2
(from rev 170998, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
(from rev 170998, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-i686/webmin.install
(from rev 170998, webmin/trunk/webmin.install)
  webmin/repos/extra-i686/webmin.rc
(from rev 170998, webmin/trunk/webmin.rc)
  webmin/repos/extra-i686/webmin.service
(from rev 170998, webmin/trunk/webmin.service)
  webmin/repos/extra-x86_64/PKGBUILD
(from rev 170998, webmin/trunk/PKGBUILD)
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
(from rev 170998, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
(from rev 170998, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-x86_64/webmin.install
(from rev 170998, webmin/trunk/webmin.install)
  webmin/repos/extra-x86_64/webmin.rc
(from rev 170998, webmin/trunk/webmin.rc)
  webmin/repos/extra-x86_64/webmin.service
(from rev 170998, webmin/trunk/webmin.service)
Deleted:
  webmin/repos/extra-i686/PKGBUILD
  webmin/repos/extra-i686/webmin-config.tar.bz2
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
  webmin/repos/extra-i686/webmin.install
  webmin/repos/extra-i686/webmin.rc
  webmin/repos/extra-i686/webmin.service
  webmin/repos/extra-x86_64/PKGBUILD
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
  webmin/repos/extra-x86_64/webmin.install
  webmin/repos/extra-x86_64/webmin.rc
  webmin/repos/extra-x86_64/webmin.service

-+
 extra-i686/PKGBUILD |  442 +-
 extra-i686/webmin.install   |   70 +++---
 extra-i686/webmin.rc|   92 
 extra-i686/webmin.service   |   22 +-
 extra-x86_64/PKGBUILD   |  442 +-
 extra-x86_64/webmin.install |   70 +++---
 extra-x86_64/webmin.rc  |   92 
 extra-x86_64/webmin.service |   22 +-
 8 files changed, 626 insertions(+), 626 deletions(-)

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


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

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 11:22:14
  Author: ibiru
Revision: 171000

new snapshot
x264 rebuild

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 16:17:47 UTC (rev 170999)
+++ PKGBUILD2012-11-14 16:22:14 UTC (rev 171000)
@@ -4,7 +4,7 @@
 
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
-pkgver=35014
+pkgver=35420
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 
'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
@@ -14,7 +14,7 @@
 url=http://www.mplayerhq.hu/;
 options=(!buildflags !emptydirs)
 source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz 
mplayer.desktop)
-md5sums=('d0785560e5e8eb02e089728ef4412eae'
+md5sums=('b8a82ad1e1d6c3ac847074772daba817'
  'c0d6ef795cf6de48e3b87ff7c23f0319')
 
 build() {
@@ -66,7 +66,7 @@
 package_mencoder() {
 pkgdesc=Free command line video decoding, encoding and filtering tool
 depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr'
-'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass' 'libbluray' 'libcdio')
+'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass' 'libbluray' 'libcdio' 'libvorbis')
 
 cd $srcdir/$pkgbase
 make DESTDIR=$pkgdir install-mencoder install-mencoder-man



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

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 11:24:29
  Author: ibiru
Revision: 171001

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

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 171000, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 171000, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 171000, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 171000, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 171000, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 171000, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 171000, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 171000, mplayer/trunk/mplayer.png)

+
 staging-i686/PKGBUILD  |   74 +++
 staging-i686/mplayer.desktop   |   21 +++
 staging-i686/mplayer.install   |   11 +
 staging-x86_64/PKGBUILD|   74 +++
 staging-x86_64/mplayer.desktop |   21 +++
 staging-x86_64/mplayer.install |   11 +
 6 files changed, 212 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 171000, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-14 16:24:29 UTC (rev 171001)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=35420
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 
'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
+'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
+'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass' 'libbluray' 'libcdio' 'subversion')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=(!buildflags !emptydirs)
+source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz 
mplayer.desktop)
+md5sums=('b8a82ad1e1d6c3ac847074772daba817'
+ 'c0d6ef795cf6de48e3b87ff7c23f0319')
+
+build() {
+cd $srcdir/$pkgbase
+
+./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--disable-cdparanoia \
+--enable-xvmc \
+--enable-radio \
+--enable-radio-capture \
+--language=all \
+--confdir=/etc/mplayer 
+[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
+
+make
+}
+
+package_mplayer() {
+pkgdesc=A movie player for linux
+install=mplayer.install
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
+'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
+'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm' 'libbluray' 'libcdio')
+
+cd $srcdir/$pkgbase
+
+make DESTDIR=$pkgdir install-mplayer install-mplayer-man
+install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
$pkgdir/etc/mplayer/
+install -dm755 $pkgdir/usr/share/mplayer/
+ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
$pkgdir/usr/share/mplayer/subfont.ttf
+rm -rf $pkgdir/usr/share/mplayer/font
+#desktop file  FS#14770
+install -Dm644 $srcdir/mplayer.desktop 
$pkgdir/usr/share/applications/mplayer.desktop
+install -Dm644 etc/mplayer256x256.png 
$pkgdir/usr/share/pixmaps/mplayer.png
+}
+
+package_mencoder() {
+pkgdesc=Free command line video decoding, encoding and filtering tool
+depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr'
+'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass' 'libbluray' 'libcdio' 'libvorbis')
+
+cd $srcdir/$pkgbase
+make DESTDIR=$pkgdir install-mencoder install-mencoder-man
+find $pkgdir/usr/share/man -name 'mplayer.1' -exec bash -c 'mv $1 
${1/mplayer/mencoder}' _ {} \;
+}

Copied: mplayer/repos/staging-i686/mplayer.desktop 

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

2012-11-14 Thread Stéphane Gaudreault
Date: Wednesday, November 14, 2012 @ 11:39:44
  Author: stephane
Revision: 171002

upgpkg: iputils 20121114-1

upstream update

Added:
  iputils/trunk/iputils-20121114-free-unintialized.patch
Modified:
  iputils/trunk/PKGBUILD

--+
 PKGBUILD |   18 --
 iputils-20121114-free-unintialized.patch |   36 +
 2 files changed, 47 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 16:24:29 UTC (rev 171001)
+++ PKGBUILD2012-11-14 16:39:44 UTC (rev 171002)
@@ -4,12 +4,12 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=iputils
-pkgver=20121106
+pkgver=20121114
 pkgrel=1
-pkgdesc=IP Configuration Utilities (and Ping)
+pkgdesc=Network monitoring tools, including ping
 arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.linuxfoundation.org/en/Net:Iputils;
+license=('GPL' 'BSD')
+url=http://www.skbuff.net/iputils/;
 groups=('base')
 depends=('openssl' 'sysfsutils' 'libcap')
 optdepends=('xinetd: for tftpd')
@@ -19,13 +19,17 @@
 backup=(etc/xinetd.d/tftp)
 install=${pkgname}.install
 source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2
-tftp.xinetd)
-sha1sums=('9570832f3945bb5f0e89f5837facc8fdca3b7769'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
+tftp.xinetd
+iputils-20121114-free-unintialized.patch)
+sha1sums=('6061bf2ddbf0339b0084eddc33716465b742b82d'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
+  '7f1262f4bed7fa122ea86f09cb81d817adbd8164')
 
 build() {
   cd ${srcdir}/${pkgname}-s${pkgver}
 
+  patch -Np1 -i ../iputils-20121114-free-unintialized.patch
+
   # Use our CFLAGS
   sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
 

Added: iputils-20121114-free-unintialized.patch
===
--- iputils-20121114-free-unintialized.patch(rev 0)
+++ iputils-20121114-free-unintialized.patch2012-11-14 16:39:44 UTC (rev 
171002)
@@ -0,0 +1,36 @@
+From: Jan Synacek jsyna...@redhat.com
+Date: Wed, 14 Nov 2012 12:57:16 + (+0100)
+Subject: ping: Don't free an unintialized value.
+X-Git-Url: 
http://www.linux-ipv6.org/gitweb/gitweb.cgi?p=gitroot%2Fiputils.git;a=commitdiff_plain;h=44c6c9a8d3f3fc65fc52e5957bfd4cc4634f0006
+
+ping: Don't free an unintialized value.
+
+Signed-off-by: YOSHIFUJI Hideaki yoshf...@linux-ipv6.org
+---
+
+diff --git a/ping.c b/ping.c
+index fe9ff8a..9de3d08 100644
+--- a/ping.c
 b/ping.c
+@@ -122,7 +122,7 @@ main(int argc, char **argv)
+   u_char *packet;
+   char *target;
+ #ifdef USE_IDN
+-  char *hnamebuf;
++  char *hnamebuf = NULL;
+ #else
+   char hnamebuf[MAX_HOSTNAMELEN];
+ #endif
+@@ -263,8 +263,10 @@ main(int argc, char **argv)
+ #ifdef USE_IDN
+   int rc;
+ 
+-  free(hnamebuf);
+-  hnamebuf = NULL;
++  if (hnamebuf) {
++  free(hnamebuf);
++  hnamebuf = NULL;
++  }
+ 
+   rc = idna_to_ascii_lz(target, idn, 0);
+   if (rc != IDNA_SUCCESS) {



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

2012-11-14 Thread Stéphane Gaudreault
Date: Wednesday, November 14, 2012 @ 11:40:04
  Author: stephane
Revision: 171003

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

Added:
  iputils/repos/testing-i686/
  iputils/repos/testing-i686/PKGBUILD
(from rev 171002, iputils/trunk/PKGBUILD)
  iputils/repos/testing-i686/iputils-20121114-free-unintialized.patch
(from rev 171002, iputils/trunk/iputils-20121114-free-unintialized.patch)
  iputils/repos/testing-i686/iputils.install
(from rev 171002, iputils/trunk/iputils.install)
  iputils/repos/testing-i686/tftp.xinetd
(from rev 171002, iputils/trunk/tftp.xinetd)
  iputils/repos/testing-x86_64/
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 171002, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils-20121114-free-unintialized.patch
(from rev 171002, iputils/trunk/iputils-20121114-free-unintialized.patch)
  iputils/repos/testing-x86_64/iputils.install
(from rev 171002, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 171002, iputils/trunk/tftp.xinetd)

-+
 testing-i686/PKGBUILD   |   69 ++
 testing-i686/iputils-20121114-free-unintialized.patch   |   36 +++
 testing-i686/iputils.install|   10 ++
 testing-i686/tftp.xinetd|   10 ++
 testing-x86_64/PKGBUILD |   69 ++
 testing-x86_64/iputils-20121114-free-unintialized.patch |   36 +++
 testing-x86_64/iputils.install  |   10 ++
 testing-x86_64/tftp.xinetd  |   10 ++
 8 files changed, 250 insertions(+)

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 171002, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-14 16:40:04 UTC (rev 171003)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20121114
+pkgrel=1
+pkgdesc=Network monitoring tools, including ping
+arch=('i686' 'x86_64')
+license=('GPL' 'BSD')
+url=http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2
+tftp.xinetd
+iputils-20121114-free-unintialized.patch)
+sha1sums=('6061bf2ddbf0339b0084eddc33716465b742b82d'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
+  '7f1262f4bed7fa122ea86f09cb81d817adbd8164')
+
+build() {
+  cd ${srcdir}/${pkgname}-s${pkgver}
+
+  patch -Np1 -i ../iputils-20121114-free-unintialized.patch
+
+  # Use our CFLAGS
+  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
+
+  make
+
+  cd doc
+  for file in *.sgml; do
+xf=${file/.sgml/.xml}
+osx -xlower -xno-nl-in-tag $file  $xf || true
+sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
+docbook2man $xf
+  done
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-s${pkgver}
+
+  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
+
+  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
+${pkgdir}/usr/sbin/
+
+  install -m755 ping{,6} ${pkgdir}/usr/bin/
+   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
+
+   install -dm755 ${pkgdir}/usr/share/man/man8
+   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
+ ${pkgdir}/usr/share/man/man8/
+
+  cd ${pkgdir}/usr/share/man/man8
+  ln -sf ping.8.gz  ping6.8.gz
+  ln -sf tracepath.8.gz tracepath6.8.gz
+
+  # FS#24768
+  install -dm755 ${pkgdir}/etc/xinetd.d/
+  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
+}

Copied: iputils/repos/testing-i686/iputils-20121114-free-unintialized.patch 
(from rev 171002, iputils/trunk/iputils-20121114-free-unintialized.patch)
===
--- testing-i686/iputils-20121114-free-unintialized.patch   
(rev 0)
+++ testing-i686/iputils-20121114-free-unintialized.patch   2012-11-14 
16:40:04 UTC (rev 171003)
@@ -0,0 +1,36 @@
+From: Jan Synacek jsyna...@redhat.com
+Date: Wed, 14 Nov 2012 12:57:16 + (+0100)
+Subject: ping: Don't free an unintialized value.
+X-Git-Url: 
http://www.linux-ipv6.org/gitweb/gitweb.cgi?p=gitroot%2Fiputils.git;a=commitdiff_plain;h=44c6c9a8d3f3fc65fc52e5957bfd4cc4634f0006
+
+ping: Don't free an unintialized value.
+
+Signed-off-by: YOSHIFUJI Hideaki yoshf...@linux-ipv6.org
+---
+
+diff --git a/ping.c b/ping.c
+index fe9ff8a..9de3d08 100644
+--- a/ping.c
 b

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

2012-11-14 Thread andyrtr
Date: Wednesday, November 14, 2012 @ 14:22:10
  Author: andyrtr
Revision: 171004

upgpkg: tzdata 2012j-1

upstream update 2012j

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 16:40:04 UTC (rev 171003)
+++ PKGBUILD2012-11-14 19:22:10 UTC (rev 171004)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2012i
+pkgver=2012j
 pkgrel=1
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
-sha1sums=('53b305e2d5042cd0147df41f7498243f0a55dc79')
+sha1sums=('69a5c9866612792b010f521c0f7b9a34c4e57192')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica'



[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)

2012-11-14 Thread andyrtr
Date: Wednesday, November 14, 2012 @ 14:22:33
  Author: andyrtr
Revision: 171005

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 171004, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 171004, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-11-14 19:22:33 UTC (rev 171005)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2012j
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('69a5c9866612792b010f521c0f7b9a34c4e57192')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory'
+   'solar87' 'solar88' 'solar89')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2012-11-14 Thread andyrtr
Date: Wednesday, November 14, 2012 @ 14:32:44
  Author: andyrtr
Revision: 171006

upgpkg: xf86-video-intel 2.20.13-1

upstream update 2.20.13

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 19:22:33 UTC (rev 171005)
+++ PKGBUILD2012-11-14 19:32:44 UTC (rev 171006)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.20.12
+pkgver=2.20.13
 pkgrel=1
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -19,7 +19,7 @@
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('39e02b7f90a2665efe5483075f93b1c87d24f48070d5de783dd41e20d9eb0c7c')
+sha256sums=('0151104b58ff3509ecd05ac4ee2c5d81a78506c97afbed511fed6b263060dce3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-video-intel/repos (6 files)

2012-11-14 Thread andyrtr
Date: Wednesday, November 14, 2012 @ 14:33:16
  Author: andyrtr
Revision: 171007

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 171006, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 171006, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 171006, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 171006, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   36 ++
 testing-i686/xf86-video-intel.install   |8 ++
 testing-x86_64/PKGBUILD |   36 ++
 testing-x86_64/xf86-video-intel.install |8 ++
 4 files changed, 88 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 171006, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-14 19:33:16 UTC (rev 171007)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.20.13
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0151104b58ff3509ecd05ac4ee2c5d81a78506c97afbed511fed6b263060dce3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
171006, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2012-11-14 19:33:16 UTC (rev 
171007)
@@ -0,0 +1,8 @@
+post_install() {
+  echo  This driver now allows to switch
+  echo  between sna/uxa acceleration methods.
+  echo  Add to the device section in /etc/X11/xorg.conf
+  echoOption \AccelMethod\ \sna\
+  echo  use uxa method if you run into trouble with sna.
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 171006, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-14 19:33:16 UTC (rev 171007)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.20.13
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0151104b58ff3509ecd05ac4ee2c5d81a78506c97afbed511fed6b263060dce3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING 

[arch-commits] Commit in claws-mail/trunk (PKGBUILD gnutls313.diff)

2012-11-14 Thread andyrtr
Date: Wednesday, November 14, 2012 @ 14:48:49
  Author: andyrtr
Revision: 171008

upgpkg: claws-mail 3.9.0-1

upstream update 3.9.0

Modified:
  claws-mail/trunk/PKGBUILD
Deleted:
  claws-mail/trunk/gnutls313.diff

+
 PKGBUILD   |   13 -
 gnutls313.diff |   12 
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 19:33:16 UTC (rev 171007)
+++ PKGBUILD2012-11-14 19:48:49 UTC (rev 171008)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=claws-mail
-pkgver=3.8.1
-pkgrel=3
+pkgver=3.9.0
+pkgrel=1
 pkgdesc=A GTK+ based e-mail client.
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -19,17 +19,12 @@
 provides=('claws')
 options=(!libtool)
 install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2
-gnutls313.diff)
-md5sums=('d388929fb1c8f04d4bcb2139faaf9e70'
- '21bdc9d324f9424e0071bb73be169977')
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4c5ac7b21f0ed17d0f6404124c2229a4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  # fix a bug in gnutls cert check triggered since gnutls 3.1.3 update
-  patch -Np1 -i ${srcdir}/gnutls313.diff
-   
   sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
 
   ./configure --prefix=/usr --disable-static \

Deleted: gnutls313.diff
===
--- gnutls313.diff  2012-11-14 19:33:16 UTC (rev 171007)
+++ gnutls313.diff  2012-11-14 19:48:49 UTC (rev 171008)
@@ -1,12 +0,0 @@
-diff --git a/src/common/ssl_certificate.c b/src/common/ssl_certificate.c
-index efc5c53..8303f3e 100644
 a/src/common/ssl_certificate.c
-+++ b/src/common/ssl_certificate.c
-@@ -92,6 +92,7 @@
- size_t size;
- gnutls_datum tmp;
- gnutls_x509_crt dest;
-+size = 0;
- 
- if (gnutls_x509_crt_init(dest) != 0) {
-   g_warning(couldn't gnutls_x509_crt_init\n);



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

2012-11-14 Thread andyrtr
Date: Wednesday, November 14, 2012 @ 14:49:19
  Author: andyrtr
Revision: 171009

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

Added:
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-i686/PKGBUILD
(from rev 171008, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-i686/claws-mail.install
(from rev 171008, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-x86_64/
  claws-mail/repos/staging-x86_64/PKGBUILD
(from rev 171008, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-x86_64/claws-mail.install
(from rev 171008, claws-mail/trunk/claws-mail.install)

---+
 staging-i686/PKGBUILD |   56 
 staging-i686/claws-mail.install   |   16 ++
 staging-x86_64/PKGBUILD   |   56 
 staging-x86_64/claws-mail.install |   16 ++
 4 files changed, 144 insertions(+)

Copied: claws-mail/repos/staging-i686/PKGBUILD (from rev 171008, 
claws-mail/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-14 19:49:19 UTC (rev 171009)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.9.0
+pkgrel=1
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
+ 'gpgme' 'libetpan=1.1' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
+optdepends=('python2:   needed for some tools'
+'perl:  needed for some tools'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering')
+replaces=('sylpheed-claws')
+provides=('claws')
+options=(!libtool)
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4c5ac7b21f0ed17d0f6404124c2229a4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--disable-dillo-viewer-plugin \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+--enable-jpilot
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/staging-i686/claws-mail.install (from rev 171008, 
claws-mail/trunk/claws-mail.install)
===
--- staging-i686/claws-mail.install (rev 0)
+++ staging-i686/claws-mail.install 2012-11-14 19:49:19 UTC (rev 171009)
@@ -0,0 +1,16 @@
+post_install() {
+  echo install \html2ps\ from AUR to add support for printing html mails 
together with html plugins
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+

Copied: claws-mail/repos/staging-x86_64/PKGBUILD (from rev 171008, 
claws-mail/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-11-14 19:49:19 UTC (rev 171009)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.9.0
+pkgrel=1
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
+ 'gpgme' 'libetpan=1.1' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
+optdepends=('python2:   needed for some tools'
+'perl:  needed for some tools'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering')
+replaces=('sylpheed-claws')
+provides=('claws')
+options=(!libtool)
+install=claws-mail.install

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

2012-11-14 Thread Eric Bélanger
Date: Wednesday, November 14, 2012 @ 14:51:35
  Author: eric
Revision: 171010

upgpkg: rrdtool 1.4.7-3

Build against lua51

Modified:
  rrdtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 19:49:19 UTC (rev 171009)
+++ PKGBUILD2012-11-14 19:51:35 UTC (rev 171010)
@@ -3,17 +3,17 @@
 
 pkgname=rrdtool
 pkgver=1.4.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
 license=('GPL' 'custom')
 depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
 optdepends=('tcl: to use corresponding binding' \
 'python2: to use corresponding binding' \
 'ruby: to use corresponding binding' \
-'lua: to use corresponding binding')
+'lua51: to use corresponding binding')
 options=('!libtool' '!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
 sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
@@ -24,7 +24,9 @@
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
   sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.in
 
-  PYTHON=python2 ./configure --prefix=/usr --localstatedir=/var 
--disable-rpath \
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS=-I/usr/include/lua5.1 -llua5.1 
LUA_INSTALL_CMOD=/usr/lib/lua/5.1 \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
 --enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
 --enable-ruby --enable-ruby-site-install --enable-python \
 --enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap



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

2012-11-14 Thread Eric Bélanger
Date: Wednesday, November 14, 2012 @ 14:51:58
  Author: eric
Revision: 171011

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

Added:
  rrdtool/repos/staging-i686/
  rrdtool/repos/staging-i686/PKGBUILD
(from rev 171010, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/staging-x86_64/
  rrdtool/repos/staging-x86_64/PKGBUILD
(from rev 171010, rrdtool/trunk/PKGBUILD)

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

Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 171010, 
rrdtool/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-14 19:51:58 UTC (rev 171011)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=rrdtool
+pkgver=1.4.7
+pkgrel=3
+pkgdesc=Data logging and graphing application
+arch=('i686' 'x86_64')
+url=http://www.rrdtool.org;
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('tcl: to use corresponding binding' \
+'python2: to use corresponding binding' \
+'ruby: to use corresponding binding' \
+'lua51: to use corresponding binding')
+options=('!libtool' '!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.in
+
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS=-I/usr/include/lua5.1 -llua5.1 
LUA_INSTALL_CMOD=/usr/lib/lua/5.1 \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 171010, 
rrdtool/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-11-14 19:51:58 UTC (rev 171011)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=rrdtool
+pkgver=1.4.7
+pkgrel=3
+pkgdesc=Data logging and graphing application
+arch=('i686' 'x86_64')
+url=http://www.rrdtool.org;
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('tcl: to use corresponding binding' \
+'python2: to use corresponding binding' \
+'ruby: to use corresponding binding' \
+'lua51: to use corresponding binding')
+options=('!libtool' '!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.in
+
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS=-I/usr/include/lua5.1 -llua5.1 
LUA_INSTALL_CMOD=/usr/lib/lua/5.1 \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in claws-mail-extra-plugins/trunk (PKGBUILD)

2012-11-14 Thread andyrtr
Date: Wednesday, November 14, 2012 @ 15:33:18
  Author: andyrtr
Revision: 171012

upgpkg: claws-mail-extra-plugins 3.9.0-1

upstream update 3.9.0

Modified:
  claws-mail-extra-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 19:51:58 UTC (rev 171011)
+++ PKGBUILD2012-11-14 20:33:18 UTC (rev 171012)
@@ -3,13 +3,13 @@
 # Contributor: Mildred mildred593 at online dot fr
 
 pkgname=claws-mail-extra-plugins
-pkgver=3.8.1
+pkgver=3.9.0
 pkgrel=1
 pkgdesc=Extra plugins for claws-mail
 url=http://www.claws-mail.org/plugins.php?branch=EXT;
 license=('GPL3')
 arch=('i686' 'x86_64')
-depends=('claws-mail=3.8.1')
+depends=('claws-mail=3.9.0')
 makedepends=('make' 'bc' 'perl=5.16.0' 'libgtkhtml=2.11.1-2' 'libnotify=0.7'
  'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
  'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata'
@@ -36,16 +36,13 @@
 replaces=('sylpheed-claws-extra-plugins')
 options=('!libtool' '!strip')
 
source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
-md5sums=('04528ff6c8a7a38d392c4f2afb1bb0d2')
+md5sums=('e82431243a6643bcc5520df78908240c')
 
 build() {
   cd $srcdir/claws-mail-extra-plugins-$pkgver
 
   # fix for python2
   export PYTHON=/usr/bin/python2
-
-  # fix gdata plugin build
-  sed -i -e s:libgdata\ \ 0.9.0:libgdata\ \ 0.11.0:g 
gdata_plugin-0.4/configure
  
   for dir in */; do
 [[ $dir != geolocation_plugin-* ]]  (



[arch-commits] Commit in claws-mail-extra-plugins/repos (4 files)

2012-11-14 Thread andyrtr
Date: Wednesday, November 14, 2012 @ 15:33:53
  Author: andyrtr
Revision: 171013

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

Added:
  claws-mail-extra-plugins/repos/staging-i686/
  claws-mail-extra-plugins/repos/staging-i686/PKGBUILD
(from rev 171012, claws-mail-extra-plugins/trunk/PKGBUILD)
  claws-mail-extra-plugins/repos/staging-x86_64/
  claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD
(from rev 171012, claws-mail-extra-plugins/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   66 ++
 staging-x86_64/PKGBUILD |   66 ++
 2 files changed, 132 insertions(+)

Copied: claws-mail-extra-plugins/repos/staging-i686/PKGBUILD (from rev 171012, 
claws-mail-extra-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-14 20:33:53 UTC (rev 171013)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.9.0
+pkgrel=1
+pkgdesc=Extra plugins for claws-mail
+url=http://www.claws-mail.org/plugins.php?branch=EXT;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail=3.9.0')
+makedepends=('make' 'bc' 'perl=5.16.0' 'libgtkhtml=2.11.1-2' 'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata'
+ 'poppler-glib' 'ghostscript')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+'python2: for python plugin'
+   'libgdata: for gdata plugin'
+   'poppler-glib: for pdf viewer plugin'
+   'ghostscript: for pdf viewer plugin')
+conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
+   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
+   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
+   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
+replaces=('sylpheed-claws-extra-plugins')
+options=('!libtool' '!strip')
+source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
+md5sums=('e82431243a6643bcc5520df78908240c')
+
+build() {
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+
+  # fix for python2
+  export PYTHON=/usr/bin/python2
+ 
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  (
+  cd $dir
+
+  ./configure --prefix=/usr --disable-static
+  make
+)
+  done
+}
+
+package() {
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  
+  make -C $dir DESTDIR=$pkgdir install
+  done
+
+  # fix fileconflict with libical, #11485
+  rm -f $pkgdir/usr/include/ical.h
+}

Copied: claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD (from rev 
171012, claws-mail-extra-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-11-14 20:33:53 UTC (rev 171013)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.9.0
+pkgrel=1
+pkgdesc=Extra plugins for claws-mail
+url=http://www.claws-mail.org/plugins.php?branch=EXT;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail=3.9.0')
+makedepends=('make' 'bc' 'perl=5.16.0' 'libgtkhtml=2.11.1-2' 'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata'
+ 'poppler-glib' 'ghostscript')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit 

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

2012-11-14 Thread andyrtr
Date: Wednesday, November 14, 2012 @ 15:36:08
  Author: andyrtr
Revision: 171014

db-move: moved claws-mail from [staging] to [extra] (i686, x86_64)

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 171013, claws-mail/repos/staging-i686/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 171013, claws-mail/repos/staging-i686/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 171013, claws-mail/repos/staging-x86_64/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 171013, claws-mail/repos/staging-x86_64/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-i686/gnutls313.diff
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install
  claws-mail/repos/extra-x86_64/gnutls313.diff
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-x86_64/

-+
 extra-i686/PKGBUILD |  117 ++
 extra-i686/claws-mail.install   |   32 +-
 extra-i686/gnutls313.diff   |   12 ---
 extra-x86_64/PKGBUILD   |  117 ++
 extra-x86_64/claws-mail.install |   32 +-
 extra-x86_64/gnutls313.diff |   12 ---
 6 files changed, 144 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 20:33:53 UTC (rev 171013)
+++ extra-i686/PKGBUILD 2012-11-14 20:36:08 UTC (rev 171014)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=claws-mail
-pkgver=3.8.1
-pkgrel=3
-pkgdesc=A GTK+ based e-mail client.
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
- 'gpgme' 'libetpan=1.1' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme' 
'desktop-file-utils')
-makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
-optdepends=('python2:   needed for some tools'
-'perl:  needed for some tools'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering')
-replaces=('sylpheed-claws')
-provides=('claws')
-options=(!libtool)
-install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2
-gnutls313.diff)
-md5sums=('d388929fb1c8f04d4bcb2139faaf9e70'
- '21bdc9d324f9424e0071bb73be169977')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fix a bug in gnutls cert check triggered since gnutls 3.1.3 update
-  patch -Np1 -i ${srcdir}/gnutls313.diff
-   
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---disable-dillo-viewer-plugin \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-jpilot
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 171013, 
claws-mail/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 20:36:08 UTC (rev 171014)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.9.0
+pkgrel=1
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
+ 'gpgme' 'libetpan=1.1' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
+optdepends=('python2:   needed for some tools'
+'perl:  needed for some tools'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering')
+replaces=('sylpheed-claws')
+provides=('claws')
+options=(!libtool)
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4c5ac7b21f0ed17d0f6404124c2229a4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+
+  ./configure --prefix=/usr --disable-static \
+

[arch-commits] Commit in claws-mail-extra-plugins/repos (6 files)

2012-11-14 Thread andyrtr
Date: Wednesday, November 14, 2012 @ 15:36:10
  Author: andyrtr
Revision: 171015

db-move: moved claws-mail-extra-plugins from [staging] to [extra] (i686, x86_64)

Added:
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD
(from rev 171013, claws-mail-extra-plugins/repos/staging-i686/PKGBUILD)
  claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD
(from rev 171013, claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD)
Deleted:
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD
  claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD
  claws-mail-extra-plugins/repos/staging-i686/
  claws-mail-extra-plugins/repos/staging-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 20:36:08 UTC (rev 171014)
+++ extra-i686/PKGBUILD 2012-11-14 20:36:10 UTC (rev 171015)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Mildred mildred593 at online dot fr
-
-pkgname=claws-mail-extra-plugins
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=Extra plugins for claws-mail
-url=http://www.claws-mail.org/plugins.php?branch=EXT;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('claws-mail=3.8.1')
-makedepends=('make' 'bc' 'perl=5.16.0' 'libgtkhtml=2.11.1-2' 'libnotify=0.7'
- 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
- 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata'
- 'poppler-glib' 'ghostscript')
-optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
-'perl: for perl plugin'
-'libnotify: for notification plugin'
-'libcanberra: for notification plugin'
-'dbus-core: for notification plugin'
-'libxml2: for gtkhtml2_viewer and rssyl plugins'
-'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
-'libarchive: for archive plugin'
-'libytnef: for tnef_parse plugin'
-'libwebkit: for the fancy webkit html plugin'
-'libsoup-gnome: for the fancy webkit html plugin'
-'python2: for python plugin'
-   'libgdata: for gdata plugin'
-   'poppler-glib: for pdf viewer plugin'
-   'ghostscript: for pdf viewer plugin')
-conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
-   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
-   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
-   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
-replaces=('sylpheed-claws-extra-plugins')
-options=('!libtool' '!strip')
-source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
-md5sums=('04528ff6c8a7a38d392c4f2afb1bb0d2')
-
-build() {
-  cd $srcdir/claws-mail-extra-plugins-$pkgver
-
-  # fix for python2
-  export PYTHON=/usr/bin/python2
-
-  # fix gdata plugin build
-  sed -i -e s:libgdata\ \ 0.9.0:libgdata\ \ 0.11.0:g 
gdata_plugin-0.4/configure
- 
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]]  (
-  cd $dir
-
-  ./configure --prefix=/usr --disable-static
-  make
-)
-  done
-}
-
-package() {
-  cd $srcdir/claws-mail-extra-plugins-$pkgver
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]]  
-  make -C $dir DESTDIR=$pkgdir install
-  done
-
-  # fix fileconflict with libical, #11485
-  rm -f $pkgdir/usr/include/ical.h
-}

Copied: claws-mail-extra-plugins/repos/extra-i686/PKGBUILD (from rev 171013, 
claws-mail-extra-plugins/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 20:36:10 UTC (rev 171015)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.9.0
+pkgrel=1
+pkgdesc=Extra plugins for claws-mail
+url=http://www.claws-mail.org/plugins.php?branch=EXT;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail=3.9.0')
+makedepends=('make' 'bc' 'perl=5.16.0' 'libgtkhtml=2.11.1-2' 'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata'
+ 'poppler-glib' 'ghostscript')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for 

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

2012-11-14 Thread Eric Bélanger
Date: Wednesday, November 14, 2012 @ 16:21:36
  Author: eric
Revision: 171016

upgpkg: avidemux 2.5.6-4

Rebuild against x264 20121113

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 20:36:10 UTC (rev 171015)
+++ PKGBUILD2012-11-14 21:21:36 UTC (rev 171016)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
 pkgver=2.5.6
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://fixounet.free.fr/avidemux/;



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

2012-11-14 Thread Eric Bélanger
Date: Wednesday, November 14, 2012 @ 16:21:51
  Author: eric
Revision: 171017

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

Added:
  avidemux/repos/staging-i686/
  avidemux/repos/staging-i686/PKGBUILD
(from rev 171016, avidemux/trunk/PKGBUILD)
  avidemux/repos/staging-i686/PKGBUILD.WIP
(from rev 171016, avidemux/trunk/PKGBUILD.WIP)
  avidemux/repos/staging-i686/avidemux.install
(from rev 171016, avidemux/trunk/avidemux.install)
  avidemux/repos/staging-x86_64/
  avidemux/repos/staging-x86_64/PKGBUILD
(from rev 171016, avidemux/trunk/PKGBUILD)
  avidemux/repos/staging-x86_64/PKGBUILD.WIP
(from rev 171016, avidemux/trunk/PKGBUILD.WIP)
  avidemux/repos/staging-x86_64/avidemux.install
(from rev 171016, avidemux/trunk/avidemux.install)

-+
 staging-i686/PKGBUILD   |  116 ++
 staging-i686/PKGBUILD.WIP   |   83 +++
 staging-i686/avidemux.install   |   11 +++
 staging-x86_64/PKGBUILD |  116 ++
 staging-x86_64/PKGBUILD.WIP |   83 +++
 staging-x86_64/avidemux.install |   11 +++
 6 files changed, 420 insertions(+)

Copied: avidemux/repos/staging-i686/PKGBUILD (from rev 171016, 
avidemux/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-14 21:21:51 UTC (rev 171017)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
+pkgver=2.5.6
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://fixounet.free.fr/avidemux/;
+makedepends=('cmake' 'libxslt' 'gtk2' 'qt' 'jack' 'libvorbis' 'sdl' 'libxv' \
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 
'libsamplerate' \
+ 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
+sha1sums=('47205c236bf6a4435b9d4dd944493c7b7e2752f5')
+
+build() {
+  cd ${srcdir}/${pkgbase}_${pkgver}
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D 
CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 ..
+  make
+
+# plugin build expects libraries to be already installed; we fake a prefix
+# in build/ by symlinking all libraries to build/lib/
+  mkdir -p lib
+  cd lib
+  find ../avidemux -name '*.so*' | xargs ln -sft .
+  cd ../../plugins
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D 
AVIDEMUX_SOURCE_DIR=${srcdir}/avidemux_${pkgver} \
+-D AVIDEMUX_CORECONFIG_DIR=${srcdir}/avidemux_${pkgver}/build/config \
+-D AVIDEMUX_INSTALL_PREFIX=${srcdir}/avidemux_${pkgver}/build \
+-D CMAKE_BUILD_TYPE=Release -D CMAKE_SKIP_RPATH=ON ..
+  make
+}
+
+package_avidemux-cli() {
+  pkgdesc=A graphical tool to edit video (filter/re-encode/split)
+  depends=('libxml2' 'sdl' 'fontconfig' 'libvpx' 'libva')
+  optdepends=('lame: for the corresponding audio encoder plugin'
+  'faac: for the corresponding audio encoder plugin'
+  'faad2: for the corresponding audio decoder plugin'
+  'opencore-amr: for the corresponding audio decoder plugin'
+  'jack: for the corresponding audio device plugin'
+  'libpulse: for the corresponding audio device plugin'
+  'sdl: for the corresponding audio device plugin'
+  'x264: for the corresponding video encoder plugin'
+  'xvidcore: for the corresponding video encoder plugin')
+  provides=('avidemux')
+  conflicts=('avidemux')
+  replaces=('avidemux')
+
+  cd ${srcdir}/${pkgbase}_${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/${pkgbase}_${pkgver}/plugins/build
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/share/avidemux
+  rm ${pkgdir}/usr/bin/avidemux2_{gtk,qt4}
+  rm ${pkgdir}/usr/lib/*{_gtk,_qt4,Gtk,QT4}.so
+  rm ${pkgdir}/usr/lib/ADM_plugins/videoEncoder/x264/*{Gtk,Qt}.so
+  rm ${pkgdir}/usr/lib/ADM_plugins/videoEncoder/xvid/*{Gtk,Qt}.so
+  rm ${pkgdir}/usr/lib/ADM_plugins/videoFilter/*{_gtk,_qt4}.so
+
+  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_xvid.so 
${pkgdir}/usr/lib/libADM_vidEnc_xvid.so
+  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_x264.so 
${pkgdir}/usr/lib/libADM_vidEnc_x264.so
+
+  install -D -m644 ../../avidemux_icon.png 
${pkgdir}/usr/share/pixmaps/avidemux.png
+  install -D -m644 ../../man/avidemux.1 
${pkgdir}/usr/share/man/man1/avidemux.1
+}
+
+package_avidemux-gtk() {
+  pkgdesc=A graphical tool to edit video (filter/re-encode/split) - GTK GUI
+  depends=(avidemux-cli=${pkgver} 'gtk2' 'libxv' 'desktop-file-utils')
+  install=avidemux.install
+
+  cd ${srcdir}/${pkgbase}_${pkgver}
+  install -D -m755 build/avidemux/avidemux2_gtk 
${pkgdir}/usr/bin/avidemux2_gtk
+
+  install -d 

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

2012-11-14 Thread Dave Reisner
Date: Wednesday, November 14, 2012 @ 19:46:13
  Author: dreisner
Revision: 171018

db-move: moved kmod from [testing] to [core] (i686, x86_64)

Added:
  kmod/repos/core-i686/PKGBUILD
(from rev 171017, kmod/repos/testing-i686/PKGBUILD)
  kmod/repos/core-i686/depmod-search.conf
(from rev 171017, kmod/repos/testing-i686/depmod-search.conf)
  kmod/repos/core-x86_64/PKGBUILD
(from rev 171017, kmod/repos/testing-x86_64/PKGBUILD)
  kmod/repos/core-x86_64/depmod-search.conf
(from rev 171017, kmod/repos/testing-x86_64/depmod-search.conf)
Deleted:
  
kmod/repos/core-i686/0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch
  
kmod/repos/core-i686/0001-libkmod-Add-support-for-.-in-module-parameter-on-kcm.patch
  kmod/repos/core-i686/PKGBUILD
  kmod/repos/core-i686/depmod-search.conf
  
kmod/repos/core-x86_64/0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch
  
kmod/repos/core-x86_64/0001-libkmod-Add-support-for-.-in-module-parameter-on-kcm.patch
  kmod/repos/core-x86_64/PKGBUILD
  kmod/repos/core-x86_64/depmod-search.conf
  kmod/repos/testing-i686/
  kmod/repos/testing-x86_64/

-+
 core-i686/0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch   |  
165 --
 core-i686/0001-libkmod-Add-support-for-.-in-module-parameter-on-kcm.patch   |  
 33 --
 core-i686/PKGBUILD  |  
122 +++
 core-i686/depmod-search.conf|  
 10 
 core-x86_64/0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch |  
165 --
 core-x86_64/0001-libkmod-Add-support-for-.-in-module-parameter-on-kcm.patch |  
 33 --
 core-x86_64/PKGBUILD|  
122 +++
 core-x86_64/depmod-search.conf  |  
 10 
 8 files changed, 122 insertions(+), 538 deletions(-)

Deleted: 
core-i686/0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch
===
--- core-i686/0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch   
2012-11-14 21:21:51 UTC (rev 171017)
+++ core-i686/0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch   
2012-11-15 00:46:13 UTC (rev 171018)
@@ -1,165 +0,0 @@
-From 88c247f7f18ac25181ddcaff97fbbecbd3a29f57 Mon Sep 17 00:00:00 2001
-From: Lucas De Marchi lucas.de.mar...@gmail.com
-Date: Wed, 3 Oct 2012 16:28:24 -0300
-Subject: [PATCH] depmod: fix parsing of modules.order with compressed modules
-
-We now index the modules by uncompressed-relative-path instead of
-relative-path. This is because the file modules.order, coming from
-kernel, always comes with uncompressed paths. This fixes the issue of
-not sorting the aliases correctly due to paths not matching when using
-compressed modules.

- tools/depmod.c | 46 +-
- 1 file changed, 29 insertions(+), 17 deletions(-)
-
-diff --git a/tools/depmod.c b/tools/depmod.c
-index 0bf2dea..ff19d6e 100644
 a/tools/depmod.c
-+++ b/tools/depmod.c
-@@ -39,6 +39,8 @@
- #define DEFAULT_VERBOSE LOG_WARNING
- static int verbose = DEFAULT_VERBOSE;
- 
-+#define KMOD_EXT_UNC 0
-+
- static const struct kmod_ext {
-   const char *ext;
-   size_t len;
-@@ -1001,6 +1003,7 @@ struct mod {
-   uint16_t idx; /* index in depmod-modules.array */
-   uint16_t users; /* how many modules depend on this one */
-   uint8_t dep_loop : 1;
-+  char *uncrelpath; /* same as relpath but ending in .ko */
-   char modname[];
- };
- 
-@@ -1014,7 +1017,7 @@ struct depmod {
-   const struct cfg *cfg;
-   struct kmod_ctx *ctx;
-   struct array modules;
--  struct hash *modules_by_relpath;
-+  struct hash *modules_by_uncrelpath;
-   struct hash *modules_by_name;
-   struct hash *symbols;
-   unsigned int dep_loops;
-@@ -1025,6 +1028,7 @@ static void mod_free(struct mod *mod)
-   DBG(free %p kmod=%p, path=%s\n, mod, mod-kmod, mod-path);
-   array_free_array(mod-deps);
-   kmod_module_unref(mod-kmod);
-+  free(mod-uncrelpath);
-   free(mod);
- }
- 
-@@ -1066,10 +1070,10 @@ static int depmod_init(struct depmod *depmod, struct 
cfg *cfg,
- 
-   array_init(depmod-modules, 128);
- 
--  depmod-modules_by_relpath = hash_new(512, NULL);
--  if (depmod-modules_by_relpath == NULL) {
-+  depmod-modules_by_uncrelpath = hash_new(512, NULL);
-+  if (depmod-modules_by_uncrelpath == NULL) {
-   err = -errno;
--  goto modules_by_relpath_failed;
-+  goto modules_by_uncrelpath_failed;
-   }
- 
-   depmod-modules_by_name = hash_new(512, NULL);
-@@ -1089,8 +1093,8 @@ static int depmod_init(struct depmod *depmod, struct cfg 
*cfg,
- symbols_failed:
-   hash_free(depmod-modules_by_name);
- modules_by_name_failed:
--  

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

2012-11-14 Thread Jan Steffens
Date: Thursday, November 15, 2012 @ 01:13:26
  Author: heftig
Revision: 171019

3.6.2

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 00:46:13 UTC (rev 171018)
+++ PKGBUILD2012-11-15 06:13:26 UTC (rev 171019)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gdm
-pkgver=3.6.1
-pkgrel=2
+pkgver=3.6.2
+pkgrel=1
 pkgdesc=Gnome Display Manager
 arch=(i686 x86_64)
 license=(GPL)
@@ -21,7 +21,7 @@
 install=gdm.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 fix_external_program_directories.patch)
-sha256sums=('aff69dde55e11b540145002c95cf966cd16376910283b385520431ced10c5031'
+sha256sums=('fbf41bd68299eccdcf456c0869771999f75d3d9bf0f57ce1038db08b54e8cbb9'
 'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2')
 
 build() {



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

2012-11-14 Thread Jan Steffens
Date: Thursday, November 15, 2012 @ 01:19:11
  Author: heftig
Revision: 171020

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

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

-+
 extra-i686/PKGBUILD |  116 +-
 extra-i686/fix_external_program_directories.patch   |   24 +--
 extra-i686/gdm.install  |   60 -
 extra-x86_64/PKGBUILD   |  116 +-
 extra-x86_64/fix_external_program_directories.patch |   24 +--
 extra-x86_64/gdm.install|   60 -
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-15 06:13:26 UTC (rev 171019)
+++ extra-i686/PKGBUILD 2012-11-15 06:19:11 UTC (rev 171020)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gdm
-pkgver=3.6.1
-pkgrel=2
-pkgdesc=Gnome Display Manager
-arch=(i686 x86_64)
-license=(GPL)
-url=http://www.gnome.org;
-backup=(etc/pam.d/gdm-autologin etc/pam.d/gdm-fingerprint 
etc/pam.d/gdm-launch-environment
-etc/pam.d/gdm-password etc/pam.d/gdm-smartcard etc/gdm/custom.conf)
-groups=(gnome)
-options=('!libtool')
-depends=(libcanberra gnome-session gnome-settings-daemon metacity upower 
accountsservice systemd
- xorg-xrdb nss polkit-gnome xorg-server)
-makedepends=(itstool intltool gnome-doc-utils gobject-introspection)
-optdepends=('gnome-shell: new login interface'
-'fprintd: fingerprint authentication')
-install=gdm.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-fix_external_program_directories.patch)
-sha256sums=('aff69dde55e11b540145002c95cf966cd16376910283b385520431ced10c5031'
-'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i $srcdir/fix_external_program_directories.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/gdm \
---localstatedir=/var \
---disable-static \
---disable-schemas-compile \
---with-at-spi-registryd-directory=/usr/lib/at-spi2-core \
---with-check-accelerated-directory=/usr/lib/gnome-session \
---with-authentication-agent-directory=/usr/lib/polkit-gnome \
---without-tcp-wrappers \
---without-console-kit \
---with-systemd \
---with-default-pam-config=exherbo
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make -j1 # race condition building gdm-client.c, does not wait for 
gdm-client-glue.h
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  chmod 1770 $pkgdir/var/log/gdm
-  chmod 700 $pkgdir/var/lib/gdm/.config/dconf
-  rm -r $pkgdir/var/run $pkgdir/var/gdm
-}

Copied: gdm/repos/extra-i686/PKGBUILD (from rev 171019, gdm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-15 06:19:11 UTC (rev 171020)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gdm
+pkgver=3.6.2
+pkgrel=1
+pkgdesc=Gnome Display Manager
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org;
+backup=(etc/pam.d/gdm-autologin etc/pam.d/gdm-fingerprint 
etc/pam.d/gdm-launch-environment
+etc/pam.d/gdm-password etc/pam.d/gdm-smartcard etc/gdm/custom.conf)
+groups=(gnome)
+options=('!libtool')
+depends=(libcanberra gnome-session gnome-settings-daemon metacity upower 
accountsservice systemd
+ xorg-xrdb nss polkit-gnome xorg-server gnome-icon-theme)
+makedepends=(itstool intltool gnome-doc-utils 

[arch-commits] Commit in gstreamer0.10-ugly/trunk (PKGBUILD)

2012-11-14 Thread Jan Steffens
Date: Thursday, November 15, 2012 @ 01:20:59
  Author: heftig
Revision: 171021

x264 rebuild

Modified:
  gstreamer0.10-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 06:19:11 UTC (rev 171020)
+++ PKGBUILD2012-11-15 06:20:59 UTC (rev 171021)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-ugly
 pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
 pkgver=0.10.19
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')



[arch-commits] Commit in gst-plugins-ugly/trunk (PKGBUILD)

2012-11-14 Thread Jan Steffens
Date: Thursday, November 15, 2012 @ 01:22:57
  Author: heftig
Revision: 171022

x264 rebuild

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 06:20:59 UTC (rev 171021)
+++ PKGBUILD2012-11-15 06:22:57 UTC (rev 171022)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-ugly
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=GStreamer Multimedia Framework Ugly Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')



[arch-commits] Commit in gstreamer0.10-ugly/repos (6 files)

2012-11-14 Thread Jan Steffens
Date: Thursday, November 15, 2012 @ 01:25:32
  Author: heftig
Revision: 171023

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

Added:
  gstreamer0.10-ugly/repos/staging-i686/
  gstreamer0.10-ugly/repos/staging-i686/PKGBUILD
(from rev 171022, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/staging-i686/opencore-amr.patch
(from rev 171022, gstreamer0.10-ugly/trunk/opencore-amr.patch)
  gstreamer0.10-ugly/repos/staging-x86_64/
  gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD
(from rev 171022, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/staging-x86_64/opencore-amr.patch
(from rev 171022, gstreamer0.10-ugly/trunk/opencore-amr.patch)

---+
 staging-i686/PKGBUILD |   51 
 staging-i686/opencore-amr.patch   |   35 
 staging-x86_64/PKGBUILD   |   51 
 staging-x86_64/opencore-amr.patch |   35 
 4 files changed, 172 insertions(+)

Copied: gstreamer0.10-ugly/repos/staging-i686/PKGBUILD (from rev 171022, 
gstreamer0.10-ugly/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-15 06:25:32 UTC (rev 171023)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gstreamer0.10-ugly
+pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
+pkgver=0.10.19
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+url=http://gstreamer.freedesktop.org/;
+options=(!libtool)
+source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.xz
+opencore-amr.patch)
+md5sums=('ba26045c8c8c91f0d48d327ccf53ac0c'
+ 'd8feb6c99bfaff8be6b2c48ea4e98e47')
+
+build() {
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  patch -Np0 -i ${srcdir}/opencore-amr.patch
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+  sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile
+}
+
+check() {
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  make check
+}
+
+package_gstreamer0.10-ugly() {
+  pkgdesc=GStreamer Multimedia Framework Ugly plugin libraries
+  depends=('gstreamer0.10-base=0.10.34')
+  
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+package_gstreamer0.10-ugly-plugins() {
+  pkgdesc=GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
+  depends=(gstreamer0.10-ugly=${pkgver} 'libdvdread' 'lame' 'libmpeg2' 
'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+  groups=('gstreamer0.10-plugins')
+  replaces=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+  conflicts=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  make -C ext DESTDIR=${pkgdir} install
+}

Copied: gstreamer0.10-ugly/repos/staging-i686/opencore-amr.patch (from rev 
171022, gstreamer0.10-ugly/trunk/opencore-amr.patch)
===
--- staging-i686/opencore-amr.patch (rev 0)
+++ staging-i686/opencore-amr.patch 2012-11-15 06:25:32 UTC (rev 171023)
@@ -0,0 +1,35 @@
+--- ext/amrnb/amrnbdec.h.orig  2012-03-12 16:49:14.417405139 +
 ext/amrnb/amrnbdec.h   2012-03-12 16:49:35.393899419 +
+@@ -22,7 +22,7 @@
+ 
+ #include gst/gst.h
+ #include gst/audio/gstaudiodecoder.h
+-#include interf_dec.h
++#include opencore-amrnb/interf_dec.h
+ 
+ G_BEGIN_DECLS
+ 
+--- ext/amrnb/amrnbenc.h.orig  2012-03-12 16:49:23.833996062 +
 ext/amrnb/amrnbenc.h   2012-03-12 16:49:46.597141876 +
+@@ -21,7 +21,7 @@
+ #define __GST_AMRNBENC_H__
+ 
+ #include gst/gst.h
+-#include interf_enc.h
++#include opencore-amrnb/interf_enc.h
+ #include gst/audio/gstaudioencoder.h
+ 
+ G_BEGIN_DECLS
+--- ext/amrwbdec/amrwbdec.h.orig   2012-03-12 16:47:48.658100992 +
 ext/amrwbdec/amrwbdec.h2012-03-12 16:48:12.177910733 +
+@@ -22,8 +22,8 @@
+ 
+ #include gst/gst.h
+ #include gst/audio/gstaudiodecoder.h
+-#include dec_if.h
+-#include if_rom.h
++#include opencore-amrwb/dec_if.h
++#include opencore-amrwb/if_rom.h
+ 
+ G_BEGIN_DECLS
+ 

Copied: gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD (from rev 171022, 
gstreamer0.10-ugly/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in gst-plugins-ugly/repos (4 files)

2012-11-14 Thread Jan Steffens
Date: Thursday, November 15, 2012 @ 01:28:10
  Author: heftig
Revision: 171024

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

Added:
  gst-plugins-ugly/repos/staging-i686/
  gst-plugins-ugly/repos/staging-i686/PKGBUILD
(from rev 171023, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/staging-x86_64/
  gst-plugins-ugly/repos/staging-x86_64/PKGBUILD
(from rev 171023, gst-plugins-ugly/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: gst-plugins-ugly/repos/staging-i686/PKGBUILD (from rev 171023, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-15 06:28:10 UTC (rev 171024)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('6f74dfbe9a18220a6a5961043676ff639bab7ea376335ea5aa9c95934c535c6d')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-ugly/repos/staging-x86_64/PKGBUILD (from rev 171023, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-11-15 06:28:10 UTC (rev 171024)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('6f74dfbe9a18220a6a5961043676ff639bab7ea376335ea5aa9c95934c535c6d')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}