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

2011-12-15 Thread Giovanni Scafora
Date: Thursday, December 15, 2011 @ 19:17:32
  Author: giovanni
Revision: 145061

upgpkg: gparted 0.11.0-1

upstream release

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-15 22:33:56 UTC (rev 145060)
+++ PKGBUILD2011-12-16 00:17:32 UTC (rev 145061)
@@ -4,7 +4,7 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=gparted
-pkgver=0.10.0
+pkgver=0.11.0
 pkgrel=1
 pkgdesc=A Partition Magic clone, frontend to GNU Parted
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 install=gparted.install
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
 'org.archlinux.pkexec.gparted.policy')
-md5sums=('d5b339eb5bef7a99ff73f750834b37b9'
+md5sums=('93db664bad4c5f0c9a1384b7eac7df5c'
  '27c264cfad8fa413d75954dda7a2dd50')
 
 build() {



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

2011-12-15 Thread Giovanni Scafora
Date: Thursday, December 15, 2011 @ 19:18:01
  Author: giovanni
Revision: 145062

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 145061, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 145061, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 145061, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 145061, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 145061, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 145061, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/extra-x86_64/PKGBUILD
  gparted/repos/extra-x86_64/gparted.install
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy

--+
 extra-i686/PKGBUILD  |  104 ++---
 extra-i686/gparted.install   |   22 ++--
 extra-i686/org.archlinux.pkexec.gparted.policy   |   40 
 extra-x86_64/PKGBUILD|  104 ++---
 extra-x86_64/gparted.install |   22 ++--
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   40 
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-16 00:17:32 UTC (rev 145061)
+++ extra-i686/PKGBUILD 2011-12-16 00:18:01 UTC (rev 145062)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gparted
-pkgver=0.10.0
-pkgrel=1
-pkgdesc=A Partition Magic clone, frontend to GNU Parted
-arch=('i686' 'x86_64')
-url=http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm' 'libsigc++')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'ntfsprogs: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'polkit: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools')
-install=gparted.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'org.archlinux.pkexec.gparted.policy')
-md5sums=('d5b339eb5bef7a99ff73f750834b37b9'
- '27c264cfad8fa413d75954dda7a2dd50')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # Install policy file
-  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
-
-  # Install launcher script
-  mkdir -p ${pkgdir}/usr/bin
-  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted-pkexec
-  echo 'pkexec /usr/sbin/gparted $@'  ${pkgdir}/usr/bin/gparted-pkexec
-  chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
-
-  # Modify desktop file
-  sed -i -e s/Exec=.*/Exec=gparted-pkexec/ 
${pkgdir}/usr/share/applications/gparted.desktop
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 145061, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-16 00:18:01 UTC (rev 145062)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gparted
+pkgver=0.11.0
+pkgrel=1
+pkgdesc=A Partition Magic clone, frontend to GNU Parted
+arch=('i686' 'x86_64')
+url=http://gparted.sourceforge.net;
+license=('GPL')
+depends=('parted' 'gtkmm' 'libsigc++')
+makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'ntfsprogs: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'xfsprogs: for xfs partitions'
+'polkit: to run gparted directly from menu'
+'gpart: for recovering corrupt partition tables'
+'mtools')
+install=gparted.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'org.archlinux.pkexec.gparted.policy')
+md5sums

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

2011-12-18 Thread Giovanni Scafora
Date: Sunday, December 18, 2011 @ 17:03:19
  Author: giovanni
Revision: 145168

upgpkg: gtkimageview 1.6.4-3

Fixed FS27333

Modified:
  gtkimageview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-18 19:59:26 UTC (rev 145167)
+++ PKGBUILD2011-12-18 22:03:19 UTC (rev 145168)
@@ -5,8 +5,8 @@
 
 pkgname=gtkimageview
 pkgver=1.6.4
-pkgrel=2
-pkgdesc=Simple image viewer widget for GTK
+pkgrel=3
+pkgdesc=Simple image viewer widget for GTK2
 arch=('i686' 'x86_64')
 url=http://trac.bjourne.webfactional.com/;
 license=('LGPL2.1')



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

2011-12-18 Thread Giovanni Scafora
Date: Sunday, December 18, 2011 @ 17:03:46
  Author: giovanni
Revision: 145169

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-18 22:03:19 UTC (rev 145168)
+++ extra-i686/PKGBUILD 2011-12-18 22:03:46 UTC (rev 145169)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan Blazek appol...@gmail.com
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-
-pkgname=gtkimageview
-pkgver=1.6.4
-pkgrel=2
-pkgdesc=Simple image viewer widget for GTK
-arch=('i686' 'x86_64')
-url=http://trac.bjourne.webfactional.com/;
-license=('LGPL2.1')
-depends=('gtk2')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/${pkgname}-${pkgver}.tar.gz?format=raw;)
-md5sums=('501367b3f50e69a12208dc9c6ad00b18')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/share
-}

Copied: gtkimageview/repos/extra-i686/PKGBUILD (from rev 145168, 
gtkimageview/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-18 22:03:46 UTC (rev 145169)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan Blazek appol...@gmail.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+
+pkgname=gtkimageview
+pkgver=1.6.4
+pkgrel=3
+pkgdesc=Simple image viewer widget for GTK2
+arch=('i686' 'x86_64')
+url=http://trac.bjourne.webfactional.com/;
+license=('LGPL2.1')
+depends=('gtk2')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/${pkgname}-${pkgver}.tar.gz?format=raw;)
+md5sums=('501367b3f50e69a12208dc9c6ad00b18')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/share
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-18 22:03:19 UTC (rev 145168)
+++ extra-x86_64/PKGBUILD   2011-12-18 22:03:46 UTC (rev 145169)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan Blazek appol...@gmail.com
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-
-pkgname=gtkimageview
-pkgver=1.6.4
-pkgrel=2
-pkgdesc=Simple image viewer widget for GTK
-arch=('i686' 'x86_64')
-url=http://trac.bjourne.webfactional.com/;
-license=('LGPL2.1')
-depends=('gtk2')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/${pkgname}-${pkgver}.tar.gz?format=raw;)
-md5sums=('501367b3f50e69a12208dc9c6ad00b18')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/share
-}

Copied: gtkimageview/repos/extra-x86_64/PKGBUILD (from rev 145168, 
gtkimageview/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-18 22:03:46 UTC (rev 145169)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan Blazek appol...@gmail.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+
+pkgname=gtkimageview
+pkgver=1.6.4
+pkgrel=3
+pkgdesc=Simple image viewer widget for GTK2
+arch=('i686' 'x86_64')
+url=http://trac.bjourne.webfactional.com/;
+license=('LGPL2.1')
+depends=('gtk2')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/${pkgname}-${pkgver}.tar.gz?format=raw;)
+md5sums=('501367b3f50e69a12208dc9c6ad00b18')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir

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

2011-12-18 Thread Giovanni Scafora
Date: Sunday, December 18, 2011 @ 18:33:35
  Author: giovanni
Revision: 145170

upgpkg: mkvtoolnix 5.2.0-1

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-18 22:03:46 UTC (rev 145169)
+++ PKGBUILD2011-12-18 23:33:35 UTC (rev 145170)
@@ -4,7 +4,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=5.1.0
+pkgver=5.2.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,7 +12,7 @@
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
 
source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('fed878893a7f292969e8bd81c7ab9209')
+md5sums=('53445217c42736d5932082e5596c20d4')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2011-12-18 Thread Giovanni Scafora
Date: Sunday, December 18, 2011 @ 18:33:59
  Author: giovanni
Revision: 145171

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

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

-+
 extra-i686/PKGBUILD |  164 +++---
 extra-i686/mkvtoolnix.install   |   28 +++---
 extra-x86_64/PKGBUILD   |  164 +++---
 extra-x86_64/mkvtoolnix.install |   28 +++---
 4 files changed, 192 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-18 23:33:35 UTC (rev 145170)
+++ extra-i686/PKGBUILD 2011-12-18 23:33:59 UTC (rev 145171)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=5.1.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('fed878893a7f292969e8bd81c7ab9209')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  rake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  rake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
-
-  rm -rf ${pkgdir}/usr/bin/mmg
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
-  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
-  install=mkvtoolnix.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkv*
-  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
-
-  rm -rf ${pkgdir}/usr/share/doc
-  rm -rf ${pkgdir}/usr/share/locale
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 145170, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-18 23:33:59 UTC (rev 145171)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.2.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('53445217c42736d5932082e5596c20d4')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS= CURL_LIBS=
+
+  export CFLAGS=${CFLAGS

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

2011-12-18 Thread Giovanni Scafora
Date: Sunday, December 18, 2011 @ 19:21:51
  Author: giovanni
Revision: 145173

upgpkg: mkvtoolnix 5.2.0-2

Fixed man pages

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-19 00:21:40 UTC (rev 145172)
+++ PKGBUILD2011-12-19 00:21:51 UTC (rev 145173)
@@ -5,7 +5,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
@@ -56,6 +56,7 @@
   rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
   rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
   rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
   rm -rf ${pkgdir}/usr/share/applications
   rm -rf ${pkgdir}/usr/share/icons
   rm -rf ${pkgdir}/usr/share/mime
@@ -79,4 +80,5 @@
   rm -rf ${pkgdir}/usr/share/man/man1/mkv*
   rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
   rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
 }



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

2011-12-18 Thread Giovanni Scafora
Date: Sunday, December 18, 2011 @ 19:22:15
  Author: giovanni
Revision: 145175

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

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

-+
 extra-i686/PKGBUILD |  166 +++---
 extra-i686/mkvtoolnix.install   |   28 +++---
 extra-x86_64/PKGBUILD   |  166 +++---
 extra-x86_64/mkvtoolnix.install |   28 +++---
 4 files changed, 196 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-19 00:22:14 UTC (rev 145174)
+++ extra-i686/PKGBUILD 2011-12-19 00:22:15 UTC (rev 145175)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=5.2.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('53445217c42736d5932082e5596c20d4')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  rake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  rake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
-
-  rm -rf ${pkgdir}/usr/bin/mmg
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
-  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
-  install=mkvtoolnix.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkv*
-  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
-
-  rm -rf ${pkgdir}/usr/share/doc
-  rm -rf ${pkgdir}/usr/share/locale
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 145173, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-19 00:22:15 UTC (rev 145175)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.2.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('53445217c42736d5932082e5596c20d4')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS= CURL_LIBS=
+
+  export CFLAGS=${CFLAGS

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

2011-12-19 Thread Giovanni Scafora
Date: Monday, December 19, 2011 @ 07:38:18
  Author: giovanni
Revision: 145191

upgpkg: smartmontools 5.42-3

Added libcap-ng support

Modified:
  smartmontools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-19 12:35:11 UTC (rev 145190)
+++ PKGBUILD2011-12-19 12:38:18 UTC (rev 145191)
@@ -6,12 +6,12 @@
 
 pkgname=smartmontools
 pkgver=5.42
-pkgrel=2
+pkgrel=3
 pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
 url=http://smartmontools.sourceforge.net;
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('gcc-libs')
+depends=('gcc-libs' 'libcap-ng')
 backup=('etc/smartd.conf'
 'etc/conf.d/smartd')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
@@ -26,7 +26,8 @@
 
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
-  --enable-drivedb
+  --enable-drivedb \
+  --with-libcap-ng=yes
   make
 }
 



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

2011-12-19 Thread Giovanni Scafora
Date: Monday, December 19, 2011 @ 07:38:49
  Author: giovanni
Revision: 145192

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

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 145191, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 145191, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-i686/smartd.rc
(from rev 145191, smartmontools/trunk/smartd.rc)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 145191, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 145191, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/smartd.rc
(from rev 145191, smartmontools/trunk/smartd.rc)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-i686/smartd.rc
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf
  smartmontools/repos/extra-x86_64/smartd.rc

--+
 extra-i686/PKGBUILD  |   83 ++---
 extra-i686/smartd.conf   |2 -
 extra-i686/smartd.rc |   78 +-
 extra-x86_64/PKGBUILD|   83 ++---
 extra-x86_64/smartd.conf |2 -
 extra-x86_64/smartd.rc   |   78 +-
 6 files changed, 164 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-19 12:38:18 UTC (rev 145191)
+++ extra-i686/PKGBUILD 2011-12-19 12:38:49 UTC (rev 145192)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: Jani Talikka jani.tali...@gmail.com
-# Contributor: Ralf Barth archlinux@haggy.org
-
-pkgname=smartmontools
-pkgver=5.42
-pkgrel=2
-pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
-url=http://smartmontools.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'smartd.conf'
-'smartd.rc')
-md5sums=('4460bf9a79a1252ff5c00ba52cf76b2a'
- '28c1b80c41dac52d433961dcfb4f70e0'
- 'fb30e07f87f2c1d99532e018291ad3e8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-drivedb
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm755 ${srcdir}/smartd.rc ${pkgdir}/etc/rc.d/smartd
-  install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 145191, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-19 12:38:49 UTC (rev 145192)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: Jani Talikka jani.tali...@gmail.com
+# Contributor: Ralf Barth archlinux@haggy.org
+
+pkgname=smartmontools
+pkgver=5.42
+pkgrel=3
+pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
+url=http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'smartd.conf'
+'smartd.rc')
+md5sums=('4460bf9a79a1252ff5c00ba52cf76b2a'
+ '28c1b80c41dac52d433961dcfb4f70e0'
+ 'fb30e07f87f2c1d99532e018291ad3e8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm755 ${srcdir}/smartd.rc ${pkgdir}/etc/rc.d/smartd
+  install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2011-12-19 12:38:18 UTC (rev 145191)
+++ extra-i686/smartd.conf  2011-12-19 12:38:49 UTC (rev 145192)
@@ -1 +0,0 @@
-SMARTD_ARGS=

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 145191, 
smartmontools/trunk/smartd.conf)
===
--- extra-i686/smartd.conf  (rev 0)
+++ extra-i686/smartd.conf  2011-12-19 12:38:49 UTC (rev

[arch-commits] Commit in vlc/trunk (PKGBUILD bp-set-channel-map-pulseaudio-1.0.patch)

2011-12-20 Thread Giovanni Scafora
Date: Tuesday, December 20, 2011 @ 20:40:57
  Author: giovanni
Revision: 145276

upgpkg: vlc 1.1.13-1

upstream release

Modified:
  vlc/trunk/PKGBUILD
Deleted:
  vlc/trunk/bp-set-channel-map-pulseaudio-1.0.patch

-+
 PKGBUILD|   12 +++---
 bp-set-channel-map-pulseaudio-1.0.patch |   33 --
 2 files changed, 4 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-21 01:19:51 UTC (rev 145275)
+++ PKGBUILD2011-12-21 01:40:57 UTC (rev 145276)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark martin.sandsm...@kde.org
 
 pkgname=vlc
-pkgver=1.1.12
-pkgrel=5
+pkgver=1.1.13
+pkgrel=1
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;
@@ -39,18 +39,14 @@
 'usr/share/vlc/lua/http/dialogs/.hosts')
 options=('!libtool')
 install=vlc.install
-source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'bp-set-channel-map-pulseaudio-1.0.patch')
-md5sums=('91de1ad308c947e35380f9d747ff5713'
- 'bae24e02207364d76a1a118644de484e')
+source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9678fb7a04808b6e0de63746d35e4bb1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
 
-  patch -Np1 -i ${srcdir}/bp-set-channel-map-pulseaudio-1.0.patch
-
   ./configure --prefix=/usr \
   --disable-rpath \
   --enable-faad \

Deleted: bp-set-channel-map-pulseaudio-1.0.patch
===
--- bp-set-channel-map-pulseaudio-1.0.patch 2011-12-21 01:19:51 UTC (rev 
145275)
+++ bp-set-channel-map-pulseaudio-1.0.patch 2011-12-21 01:40:57 UTC (rev 
145276)
@@ -1,33 +0,0 @@
-From 15a821886296a8efe5f8b9015b6e9c5ae5e3ae79 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= r...@remlab.net
-Date: Tue, 11 Oct 2011 19:19:21 +0300
-Subject: Set channel map when using PulseAudio 1.0
-
-(cherry picked from commit ca2cb5f01340252a85ad5bed877e84407f092b21)

- modules/audio_output/pulse.c |2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c
-index d67dc31..18ee280 100644
 a/modules/audio_output/pulse.c
-+++ b/modules/audio_output/pulse.c
-@@ -640,6 +640,7 @@ static int Open(vlc_object_t *obj)
- formatv[formatc]-encoding = encoding;
- pa_format_info_set_rate(formatv[formatc], ss.rate);
- pa_format_info_set_channels(formatv[formatc], ss.channels);
-+pa_format_info_set_channel_map(formatv[formatc], map);
- formatc++;
- }
- 
-@@ -649,6 +650,7 @@ static int Open(vlc_object_t *obj)
- pa_format_info_set_sample_format(formatv[formatc], ss.format);
- pa_format_info_set_rate(formatv[formatc], ss.rate);
- pa_format_info_set_channels(formatv[formatc], ss.channels);
-+pa_format_info_set_channel_map(formatv[formatc], map);
- formatc++;
- 
- /* Create a playback stream */
--- 
-1.7.4.1
-



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

2011-12-20 Thread Giovanni Scafora
Date: Tuesday, December 20, 2011 @ 20:41:22
  Author: giovanni
Revision: 145277

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 145276, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/vlc.install
(from rev 145276, vlc/trunk/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 145276, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/vlc.install
(from rev 145276, vlc/trunk/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/bp-set-channel-map-pulseaudio-1.0.patch
  vlc/repos/extra-i686/vlc.install
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/bp-set-channel-map-pulseaudio-1.0.patch
  vlc/repos/extra-x86_64/vlc.install

--+
 extra-i686/PKGBUILD  |  152 -
 extra-i686/bp-set-channel-map-pulseaudio-1.0.patch   |   33 ---
 extra-i686/vlc.install   |   36 ++--
 extra-x86_64/PKGBUILD|  152 -
 extra-x86_64/bp-set-channel-map-pulseaudio-1.0.patch |   33 ---
 extra-x86_64/vlc.install |   36 ++--
 6 files changed, 184 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-21 01:40:57 UTC (rev 145276)
+++ extra-i686/PKGBUILD 2011-12-21 01:41:22 UTC (rev 145277)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Martin Sandsmark martin.sandsm...@kde.org
-
-pkgname=vlc
-pkgver=1.1.12
-pkgrel=5
-pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
-arch=('i686' 'x86_64')
-url=http://www.videolan.org/vlc/;
-license=('GPL')
-depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
- 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
- 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
- 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'  
'xcb-util-keysyms'
- 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
-makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify'
- 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
- 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
- 'lirc-utils' 'gnutls' 'libcaca')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libpulse: PulseAudio support'
-'vdpau-video: vdpau back-end for nvidia'
-'libva-driver-intel: back-end for intel cards')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/http/.hosts'
-'usr/share/vlc/http/dialogs/.hosts'
-'usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool')
-install=vlc.install
-source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'bp-set-channel-map-pulseaudio-1.0.patch')
-md5sums=('91de1ad308c947e35380f9d747ff5713'
- 'bae24e02207364d76a1a118644de484e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
-
-  patch -Np1 -i ${srcdir}/bp-set-channel-map-pulseaudio-1.0.patch
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --enable-faad \
-  --enable-v4l \
-  --enable-snapshot \
-  --enable-dbus-control \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --with-live555-tree=/usr/lib/live \
-  --enable-upnp \
-  --enable-realrtsp
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-
-  for res in 16 32 48 128; do
-install -D -m644 
${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png \
-${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png
-  done
-}

Copied: vlc/repos/extra-i686/PKGBUILD (from rev 145276, vlc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-21 01:41:22 UTC (rev 145277)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Martin Sandsmark martin.sandsm

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

2011-12-22 Thread Giovanni Scafora
Date: Thursday, December 22, 2011 @ 08:02:21
  Author: giovanni
Revision: 145446

upgpkg: live-media 2011.12.20-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-22 12:34:40 UTC (rev 145445)
+++ PKGBUILD2011-12-22 13:02:21 UTC (rev 145446)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2011.12.02
+pkgver=2011.12.20
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('4f10d93d33f6714a980fd1655ead69cd')
+md5sums=('1bcbd2e45149c0d918c63df8f6d7d0e0')
 
 build() {
   cd ${srcdir}/live



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

2011-12-22 Thread Giovanni Scafora
Date: Thursday, December 22, 2011 @ 08:02:48
  Author: giovanni
Revision: 145447

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 145446, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 145446, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-22 13:02:21 UTC (rev 145446)
+++ extra-i686/PKGBUILD 2011-12-22 13:02:48 UTC (rev 145447)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2011.12.02
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('4f10d93d33f6714a980fd1655ead69cd')
-
-build() {
-  cd ${srcdir}/live
-
-   sed \
-   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DSOCKLEN_T/g' \
-   -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-   -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-   -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
-mkdir -p ${pkgdir}/usr/lib/live/${dir}
-cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
-  done
-
-  mkdir -p ${pkgdir}/usr/bin
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 145446, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-22 13:02:48 UTC (rev 145447)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2011.12.20
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('1bcbd2e45149c0d918c63df8f6d7d0e0')
+
+build() {
+  cd ${srcdir}/live
+
+   sed \
+   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DSOCKLEN_T/g' \
+   -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
+   -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
+   -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
+mkdir -p ${pkgdir}/usr/lib/live/${dir}
+cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
+  done
+
+  mkdir -p ${pkgdir}/usr/bin
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-22 13:02:21 UTC (rev 145446)
+++ extra-x86_64/PKGBUILD   2011-12-22 13:02:48 UTC (rev 145447)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2011.12.02
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('4f10d93d33f6714a980fd1655ead69cd')
-
-build() {
-  cd ${srcdir}/live
-
-   sed \
-   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DSOCKLEN_T/g' \
-   -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-   -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-   -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
-mkdir -p ${pkgdir}/usr/lib/live/${dir}
-cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
-  done
-
-  mkdir -p ${pkgdir}/usr/bin
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 145446, 
live-media/trunk/PKGBUILD

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

2011-12-26 Thread Giovanni Scafora
Date: Monday, December 26, 2011 @ 17:20:52
  Author: giovanni
Revision: 145675

upgpkg: k9copy 2.3.8-1

upstream release

Modified:
  k9copy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-26 20:12:16 UTC (rev 145674)
+++ PKGBUILD2011-12-26 22:20:52 UTC (rev 145675)
@@ -3,8 +3,8 @@
 # Contributor: Stefano Zamprogno stefano.zampro...@gmail.com
 
 pkgname=k9copy
-pkgver=2.3.7
-pkgrel=2
+pkgver=2.3.8
+pkgrel=1
 pkgdesc=A small utility which allows the copy of DVD under Linux
 arch=('i686' 'x86_64')
 url=http://k9copy.sourceforge.net;
@@ -13,13 +13,12 @@
 makedepends=('automoc4' 'cmake')
 install=k9copy.install
 
source=(http://downloads.sourceforge.net/project/${pkgname}/k9copy-kde4/${pkgver}/${pkgname}-${pkgver}-Source.tar.gz;)
-md5sums=('bbfda2937f5027d31495df67dc29efa4')
+md5sums=('584f6cc50f28befbeb0d5c1ec9476456')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}-Source
 
   sed -i -e s:Name=k9copy:Name=K9copy:g k9copy.desktop 
k9copy_assistant.desktop
-  sed -i -e s:CODEC_TYPE_VIDEO:AVMEDIA_TYPE_VIDEO:g 
src/import/k9avidecode.cpp
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr
   make



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

2011-12-26 Thread Giovanni Scafora
Date: Monday, December 26, 2011 @ 17:21:16
  Author: giovanni
Revision: 145676

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

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

-+
 extra-i686/PKGBUILD |   63 --
 extra-i686/k9copy.install   |   22 +++---
 extra-x86_64/PKGBUILD   |   63 --
 extra-x86_64/k9copy.install |   22 +++---
 4 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-26 22:20:52 UTC (rev 145675)
+++ extra-i686/PKGBUILD 2011-12-26 22:21:16 UTC (rev 145676)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Stefano Zamprogno stefano.zampro...@gmail.com
-
-pkgname=k9copy
-pkgver=2.3.7
-pkgrel=2
-pkgdesc=A small utility which allows the copy of DVD under Linux
-arch=('i686' 'x86_64')
-url=http://k9copy.sourceforge.net;
-license=('GPL')
-depends=('kdebase-runtime' 'libmpeg2' 'xine-lib' 'dvd+rw-tools' 'dvdauthor')
-makedepends=('automoc4' 'cmake')
-install=k9copy.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/k9copy-kde4/${pkgver}/${pkgname}-${pkgver}-Source.tar.gz;)
-md5sums=('bbfda2937f5027d31495df67dc29efa4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-Source
-
-  sed -i -e s:Name=k9copy:Name=K9copy:g k9copy.desktop 
k9copy_assistant.desktop
-  sed -i -e s:CODEC_TYPE_VIDEO:AVMEDIA_TYPE_VIDEO:g 
src/import/k9avidecode.cpp
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-Source
-
-  make DESTDIR=${pkgdir} install
-}

Copied: k9copy/repos/extra-i686/PKGBUILD (from rev 145675, 
k9copy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-26 22:21:16 UTC (rev 145676)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Stefano Zamprogno stefano.zampro...@gmail.com
+
+pkgname=k9copy
+pkgver=2.3.8
+pkgrel=1
+pkgdesc=A small utility which allows the copy of DVD under Linux
+arch=('i686' 'x86_64')
+url=http://k9copy.sourceforge.net;
+license=('GPL')
+depends=('kdebase-runtime' 'libmpeg2' 'xine-lib' 'dvd+rw-tools' 'dvdauthor')
+makedepends=('automoc4' 'cmake')
+install=k9copy.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/k9copy-kde4/${pkgver}/${pkgname}-${pkgver}-Source.tar.gz;)
+md5sums=('584f6cc50f28befbeb0d5c1ec9476456')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-Source
+
+  sed -i -e s:Name=k9copy:Name=K9copy:g k9copy.desktop 
k9copy_assistant.desktop
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-Source
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/k9copy.install
===
--- extra-i686/k9copy.install   2011-12-26 22:20:52 UTC (rev 145675)
+++ extra-i686/k9copy.install   2011-12-26 22:21:16 UTC (rev 145676)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: k9copy/repos/extra-i686/k9copy.install (from rev 145675, 
k9copy/trunk/k9copy.install)
===
--- extra-i686/k9copy.install   (rev 0)
+++ extra-i686/k9copy.install   2011-12-26 22:21:16 UTC (rev 145676)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-26 22:20:52 UTC (rev 145675)
+++ extra-x86_64/PKGBUILD   2011-12-26 22:21:16 UTC (rev 145676)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Stefano Zamprogno stefano.zampro...@gmail.com
-
-pkgname=k9copy
-pkgver=2.3.7
-pkgrel=2
-pkgdesc=A small utility which allows the copy of DVD under Linux
-arch=('i686' 'x86_64')
-url=http://k9copy.sourceforge.net;
-license=('GPL')
-depends=('kdebase-runtime' 'libmpeg2' 'xine-lib' 'dvd+rw-tools' 'dvdauthor')
-makedepends=('automoc4

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

2011-12-27 Thread Giovanni Scafora
Date: Tuesday, December 27, 2011 @ 19:18:02
  Author: giovanni
Revision: 145695

upgpkg: source-highlight 3.1.6-1

upstream release

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-27 21:27:15 UTC (rev 145694)
+++ PKGBUILD2011-12-28 00:18:02 UTC (rev 145695)
@@ -3,8 +3,8 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=source-highlight
-pkgver=3.1.5
-pkgrel=2
+pkgver=3.1.6
+pkgrel=1
 pkgdesc=Convert source code to syntax highlighted document
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/src-highlite/;
@@ -14,7 +14,7 @@
 options=('!libtool')
 install=$pkgname.install
 source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('3117ee47c1c6b0668667e20d2aca3757')
+md5sums=('44856c15a5dc8694e30d92f640ed348f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-12-27 Thread Giovanni Scafora
Date: Tuesday, December 27, 2011 @ 19:18:26
  Author: giovanni
Revision: 145696

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

Added:
  source-highlight/repos/extra-i686/PKGBUILD
(from rev 145695, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/extra-i686/source-highlight.install
(from rev 145695, source-highlight/trunk/source-highlight.install)
  source-highlight/repos/extra-x86_64/PKGBUILD
(from rev 145695, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/extra-x86_64/source-highlight.install
(from rev 145695, source-highlight/trunk/source-highlight.install)
Deleted:
  source-highlight/repos/extra-i686/PKGBUILD
  source-highlight/repos/extra-i686/source-highlight.install
  source-highlight/repos/extra-x86_64/PKGBUILD
  source-highlight/repos/extra-x86_64/source-highlight.install

---+
 extra-i686/PKGBUILD   |   64 
 extra-i686/source-highlight.install   |   36 +-
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/source-highlight.install |   36 +-
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-28 00:18:02 UTC (rev 145695)
+++ extra-i686/PKGBUILD 2011-12-28 00:18:26 UTC (rev 145696)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=source-highlight
-pkgver=3.1.5
-pkgrel=2
-pkgdesc=Convert source code to syntax highlighted document
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/src-highlite/;
-license=('GPL')
-depends=('gcc-libs' 'bash' 'boost-libs')
-makedepends=('ctags' 'boost')
-options=('!libtool')
-install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('3117ee47c1c6b0668667e20d2aca3757')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
- --with-bash-completion=${pkgdir}/etc/bash_completion.d
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr install
-}

Copied: source-highlight/repos/extra-i686/PKGBUILD (from rev 145695, 
source-highlight/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-28 00:18:26 UTC (rev 145696)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.6
+pkgrel=1
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('gcc-libs' 'bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('44856c15a5dc8694e30d92f640ed348f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+ --with-bash-completion=${pkgdir}/etc/bash_completion.d
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+}

Deleted: extra-i686/source-highlight.install
===
--- extra-i686/source-highlight.install 2011-12-28 00:18:02 UTC (rev 145695)
+++ extra-i686/source-highlight.install 2011-12-28 00:18:26 UTC (rev 145696)
@@ -1,18 +0,0 @@
-info_dir=usr/share/info
-info_files=(source-highlight.info source-highlight-lib.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: source-highlight/repos/extra-i686/source-highlight.install (from rev 
145695, source-highlight/trunk/source-highlight.install)
===
--- extra-i686/source-highlight.install (rev 0)
+++ extra-i686/source-highlight.install 2011-12-28 00:18:26 UTC (rev 145696)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD

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

2011-12-28 Thread Giovanni Scafora
Date: Wednesday, December 28, 2011 @ 05:18:00
  Author: giovanni
Revision: 145701

upgpkg: minicom 2.6-1

upstream release

Modified:
  minicom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-28 10:05:27 UTC (rev 145700)
+++ PKGBUILD2011-12-28 10:18:00 UTC (rev 145701)
@@ -5,8 +5,8 @@
 # Contributor: Denis Tikhomirov dvtikhomi...@gmail.com
 
 pkgname=minicom
-pkgver=2.5
-pkgrel=3
+pkgver=2.6
+pkgrel=1
 pkgdesc=A serial communication program
 arch=('i686'  'x86_64')
 url=http://alioth.debian.org/projects/minicom/;
@@ -14,8 +14,8 @@
 depends=('bash' 'ncurses')
 optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
 backup=('etc/minirc.dfl')
-source=(http://alioth.debian.org/frs/download.php/3487/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a5117d4d21e2c9e825edb586ee2fe8d2')
+source=(http://alioth.debian.org/frs/download.php/3689/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('74088234773b9beb0a1fc2bfcc2cc5cc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-12-28 Thread Giovanni Scafora
Date: Wednesday, December 28, 2011 @ 05:18:27
  Author: giovanni
Revision: 145702

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-28 10:18:00 UTC (rev 145701)
+++ extra-i686/PKGBUILD 2011-12-28 10:18:27 UTC (rev 145702)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Denis Tikhomirov dvtikhomi...@gmail.com
-
-pkgname=minicom
-pkgver=2.5
-pkgrel=3
-pkgdesc=A serial communication program
-arch=('i686'  'x86_64')
-url=http://alioth.debian.org/projects/minicom/;
-license=('GPL')
-depends=('bash' 'ncurses')
-optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
-backup=('etc/minirc.dfl')
-source=(http://alioth.debian.org/frs/download.php/3487/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a5117d4d21e2c9e825edb586ee2fe8d2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl
-}

Copied: minicom/repos/extra-i686/PKGBUILD (from rev 145701, 
minicom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-28 10:18:27 UTC (rev 145702)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Denis Tikhomirov dvtikhomi...@gmail.com
+
+pkgname=minicom
+pkgver=2.6
+pkgrel=1
+pkgdesc=A serial communication program
+arch=('i686'  'x86_64')
+url=http://alioth.debian.org/projects/minicom/;
+license=('GPL')
+depends=('bash' 'ncurses')
+optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
+backup=('etc/minirc.dfl')
+source=(http://alioth.debian.org/frs/download.php/3689/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('74088234773b9beb0a1fc2bfcc2cc5cc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-28 10:18:00 UTC (rev 145701)
+++ extra-x86_64/PKGBUILD   2011-12-28 10:18:27 UTC (rev 145702)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Denis Tikhomirov dvtikhomi...@gmail.com
-
-pkgname=minicom
-pkgver=2.5
-pkgrel=3
-pkgdesc=A serial communication program
-arch=('i686'  'x86_64')
-url=http://alioth.debian.org/projects/minicom/;
-license=('GPL')
-depends=('bash' 'ncurses')
-optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
-backup=('etc/minirc.dfl')
-source=(http://alioth.debian.org/frs/download.php/3487/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a5117d4d21e2c9e825edb586ee2fe8d2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl
-}

Copied: minicom/repos/extra-x86_64/PKGBUILD (from rev 145701, 
minicom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-28 10:18:27 UTC (rev 145702)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Denis Tikhomirov dvtikhomi...@gmail.com
+
+pkgname=minicom
+pkgver=2.6
+pkgrel=1
+pkgdesc=A serial communication program
+arch=('i686'  'x86_64')
+url=http://alioth.debian.org/projects/minicom/;
+license=('GPL')
+depends=('bash' 'ncurses')
+optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
+backup

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

2012-01-03 Thread Giovanni Scafora
Date: Tuesday, January 3, 2012 @ 14:05:01
  Author: giovanni
Revision: 145885

upgpkg: mkvtoolnix 5.2.1-1

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 18:48:03 UTC (rev 145884)
+++ PKGBUILD2012-01-03 19:05:01 UTC (rev 145885)
@@ -4,15 +4,15 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=5.2.0
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
 
source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('53445217c42736d5932082e5596c20d4')
+md5sums=('d4942dc6427935838e914b8b7b83021a')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2012-01-03 Thread Giovanni Scafora
Date: Tuesday, January 3, 2012 @ 14:05:26
  Author: giovanni
Revision: 145886

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

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

-+
 extra-i686/PKGBUILD |  168 +++---
 extra-i686/mkvtoolnix.install   |   28 +++---
 extra-x86_64/PKGBUILD   |  168 +++---
 extra-x86_64/mkvtoolnix.install |   28 +++---
 4 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 19:05:01 UTC (rev 145885)
+++ extra-i686/PKGBUILD 2012-01-03 19:05:26 UTC (rev 145886)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=5.2.0
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('53445217c42736d5932082e5596c20d4')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  rake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  rake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
-
-  rm -rf ${pkgdir}/usr/bin/mmg
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
-  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
-  install=mkvtoolnix.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkv*
-  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
-
-  rm -rf ${pkgdir}/usr/share/doc
-  rm -rf ${pkgdir}/usr/share/locale
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 145885, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 19:05:26 UTC (rev 145886)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.2.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('d4942dc6427935838e914b8b7b83021a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e

[arch-commits] Commit in tcpdump/trunk (PKGBUILD ppi.h)

2012-01-03 Thread Giovanni Scafora
Date: Tuesday, January 3, 2012 @ 14:56:44
  Author: giovanni
Revision: 145889

upgpkg: tcpdump 4.2.1-1

upstream release

Modified:
  tcpdump/trunk/PKGBUILD
Deleted:
  tcpdump/trunk/ppi.h

--+
 PKGBUILD |   13 -
 ppi.h|8 
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 19:46:57 UTC (rev 145888)
+++ PKGBUILD2012-01-03 19:56:44 UTC (rev 145889)
@@ -3,7 +3,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=tcpdump
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc=A tool for network monitoring and data acquisition
 arch=('i686' 'x86_64')
@@ -11,17 +11,12 @@
 license=('BSD')
 depends=('libpcap' 'openssl')
 source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
-'tcpdump_duplicate_executable.patch'
-'ppi.h')
-md5sums=('0296d4c487c3a156879783643704bd39'
- 'b45c978dff8193ff5529d3566e7dbfa3'
- 'd898c868bb730e14dbd2afd1ad883b87')
+'tcpdump_duplicate_executable.patch')
+md5sums=('c202878c6db054767b52651041b9e60e'
+ 'b45c978dff8193ff5529d3566e7dbfa3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Add missing header file
-  cp ${srcdir}/ppi.h .
 
   # do not install tcpdump-4.1.1 executable (FS#23346)
   patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch

Deleted: ppi.h
===
--- ppi.h   2012-01-03 19:46:57 UTC (rev 145888)
+++ ppi.h   2012-01-03 19:56:44 UTC (rev 145889)
@@ -1,8 +0,0 @@
-typedef struct ppi_header {
-uint8_t ppi_ver;
-uint8_t ppi_flags;
-uint16_t ppi_len;
-uint32_t ppi_dlt;
-} ppi_header_t;
-
-#define PPI_HDRLEN 8



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

2012-01-03 Thread Giovanni Scafora
Date: Tuesday, January 3, 2012 @ 14:57:08
  Author: giovanni
Revision: 145890

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

Added:
  tcpdump/repos/extra-i686/PKGBUILD
(from rev 145889, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
(from rev 145889, tcpdump/trunk/tcpdump_duplicate_executable.patch)
  tcpdump/repos/extra-x86_64/PKGBUILD
(from rev 145889, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch
(from rev 145889, tcpdump/trunk/tcpdump_duplicate_executable.patch)
Deleted:
  tcpdump/repos/extra-i686/PKGBUILD
  tcpdump/repos/extra-i686/ppi.h
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
  tcpdump/repos/extra-x86_64/PKGBUILD
  tcpdump/repos/extra-x86_64/ppi.h
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch

-+
 extra-i686/PKGBUILD |   77 ++
 extra-i686/ppi.h|8 --
 extra-i686/tcpdump_duplicate_executable.patch   |   20 ++---
 extra-x86_64/PKGBUILD   |   77 ++
 extra-x86_64/ppi.h  |8 --
 extra-x86_64/tcpdump_duplicate_executable.patch |   20 ++---
 6 files changed, 92 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 19:56:44 UTC (rev 145889)
+++ extra-i686/PKGBUILD 2012-01-03 19:57:08 UTC (rev 145890)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=tcpdump
-pkgver=4.2.0
-pkgrel=1
-pkgdesc=A tool for network monitoring and data acquisition
-arch=('i686' 'x86_64')
-url=http://www.tcpdump.org;
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
-'tcpdump_duplicate_executable.patch'
-'ppi.h')
-md5sums=('0296d4c487c3a156879783643704bd39'
- 'b45c978dff8193ff5529d3566e7dbfa3'
- 'd898c868bb730e14dbd2afd1ad883b87')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Add missing header file
-  cp ${srcdir}/ppi.h .
-
-  # do not install tcpdump-4.1.1 executable (FS#23346)
-  patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch
-
-  ./configure --prefix=/usr \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #install the license
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: tcpdump/repos/extra-i686/PKGBUILD (from rev 145889, 
tcpdump/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 19:57:08 UTC (rev 145890)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=tcpdump
+pkgver=4.2.1
+pkgrel=1
+pkgdesc=A tool for network monitoring and data acquisition
+arch=('i686' 'x86_64')
+url=http://www.tcpdump.org;
+license=('BSD')
+depends=('libpcap' 'openssl')
+source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
+'tcpdump_duplicate_executable.patch')
+md5sums=('c202878c6db054767b52651041b9e60e'
+ 'b45c978dff8193ff5529d3566e7dbfa3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # do not install tcpdump-4.1.1 executable (FS#23346)
+  patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch
+
+  ./configure --prefix=/usr \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #install the license
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/ppi.h
===
--- extra-i686/ppi.h2012-01-03 19:56:44 UTC (rev 145889)
+++ extra-i686/ppi.h2012-01-03 19:57:08 UTC (rev 145890)
@@ -1,8 +0,0 @@
-typedef struct ppi_header {
-uint8_t ppi_ver;
-uint8_t ppi_flags;
-uint16_t ppi_len;
-uint32_t ppi_dlt;
-} ppi_header_t;
-
-#define PPI_HDRLEN 8

Deleted: extra-i686/tcpdump_duplicate_executable.patch
===
--- extra-i686/tcpdump_duplicate_executable.patch   2012-01-03 19:56:44 UTC 
(rev 145889)
+++ extra-i686/tcpdump_duplicate_executable.patch   2012-01-03 19:57:08 UTC 
(rev 145890)
@@ -1,10 +0,0 @@
 a/Makefile.in  2011-07-24 22:58:55.0 +0200
-+++ b/Makefile.in  2011-12-05 12:59:23.0 +0100
-@@ -399,7 +399,6 @@
-   [ -d $(DESTDIR)$(sbindir) ] || \
-   (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
-   $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
--  $(INSTALL_PROGRAM) $(PROG) $(DESTDIR

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

2012-01-05 Thread Giovanni Scafora
Date: Thursday, January 5, 2012 @ 15:11:00
  Author: giovanni
Revision: 146191

upgpkg: fping 3.0-1

upstream release

Modified:
  fping/trunk/PKGBUILD
Deleted:
  fping/trunk/fping-2.4b2_p161-min-time.patch
  fping/trunk/fping_2.4b2-to-ipv6-16.1.diff

-+
 PKGBUILD|   21 
 fping-2.4b2_p161-min-time.patch |   47 --
 fping_2.4b2-to-ipv6-16.1.diff   |  838 --
 3 files changed, 7 insertions(+), 899 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-05 20:00:07 UTC (rev 146190)
+++ PKGBUILD2012-01-05 20:11:00 UTC (rev 146191)
@@ -3,33 +3,26 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=fping
-pkgver=2.4b2
-pkgrel=5
+pkgver=3.0
+pkgrel=1
 pkgdesc=A utility to ping multiple hosts at once
 arch=('i686' 'x86_64')
-url=http://packages.qa.debian.org/;
+url=http://www.fping.org/;
 license=('custom') 
 depends=('glibc')
-source=(http://ftp.de.debian.org/debian/pool/main/f/fping/fping_2.4b2-to-ipv6.orig.tar.gz;
-'fping_2.4b2-to-ipv6-16.1.diff'
-'fping-2.4b2_p161-min-time.patch')
-md5sums=('3ad516765514249a40d3c5b6caab812a'
- '4881e981971379a0948b31719e4505f5'
- '36753d9556eba1a6159c20c8db3e2232')
+source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('e937c9a2b1d65b6f5294fec57891645b')
 
 build() {
-  cd $srcdir/$pkgname-2.4b2_to-ipv6
+  cd $srcdir/$pkgname-$pkgver
 
-  patch -Np1 -i ${srcdir}/fping_2.4b2-to-ipv6-16.1.diff
-  patch -Np1 -i ${srcdir}/fping-2.4b2_p161-min-time.patch
-
   ./configure --prefix=/usr \
   --mandir=/usr/share/man
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-2.4b2_to-ipv6
+  cd $srcdir/$pkgname-$pkgver
 
   make DESTDIR=${pkgdir} install
 

Deleted: fping-2.4b2_p161-min-time.patch
===
--- fping-2.4b2_p161-min-time.patch 2012-01-05 20:00:07 UTC (rev 146190)
+++ fping-2.4b2_p161-min-time.patch 2012-01-05 20:11:00 UTC (rev 146191)
@@ -1,47 +0,0 @@
 old/fping.c2010-08-24 16:59:38.947000447 +0100
-+++ new/fping.c2010-08-24 16:55:52.101000443 +0100
-@@ -25,6 +25,7 @@
-  * Original author:  Roland Schemers  schem...@stanford.edu
-  * IPv6 Support: Jeroen Massarjer...@unfix.org / jer...@ipng.nl
-  * Bugfixes, byte order  senseful seq.-numbers: Stephan Fuhrmann 
(stephan.fuhrmann AT 1und1.de)
-+ * Fixes: min_reply_i in splits and compiler warning. Alex Ghoth (alex AT 
ghoth.net)
-  *
-  *
-  * RCS header information no longer used.  It has been moved to the
-@@ -743,7 +744,7 @@
-   
-   if( ( ping_data_size  MAX_PING_DATA ) || ( ping_data_size  
MIN_PING_DATA ) )
-   {
--  fprintf( stderr, %s: data size %u not valid, must be between 
%u and %u\n,
-+  fprintf( stderr, %s: data size %u not valid, must be between 
%lu and %u\n,
-   prog, ping_data_size, MIN_PING_DATA, MAX_PING_DATA );
-   usage();
-   
-@@ -1112,7 +1113,7 @@
-   ht = timeval_diff( current_time, cursor-last_send_time );
- 
-   if( report_interval  ( loop_flag || count_flag ) 
--  ( timeval_diff ( current_time, last_report_time ) 
 report_interval ) )
-+  ( timeval_diff ( current_time, last_report_time ) 
= report_interval ) )
-   {
-   print_per_system_splits();
-   gettimeofday( current_time, tz );
-@@ -1487,8 +1488,8 @@
-   }/* IF */
-   
-   fprintf( stderr, \n );
--  h-num_sent_i = h-num_recv_i = h-max_reply_i =
--  h-min_reply_i = h-total_time_i = 0;
-+  h-num_sent_i = h-num_recv_i = h-max_reply_i = 
h-total_time_i = 0;
-+  h-min_reply_i = 1000;
-   
-   }/* FOR */
- 
-@@ -2377,6 +2378,7 @@
-   p-timeout = timeout;
-   p-running = 1;
-   p-min_reply = 1000;
-+  p-min_reply_i = 1000;
- 
-   if( strlen( p-host )  max_hostname_len )
-   max_hostname_len = strlen( p-host );

Deleted: fping_2.4b2-to-ipv6-16.1.diff
===
--- fping_2.4b2-to-ipv6-16.1.diff   2012-01-05 20:00:07 UTC (rev 146190)
+++ fping_2.4b2-to-ipv6-16.1.diff   2012-01-05 20:11:00 UTC (rev 146191)
@@ -1,838 +0,0 @@
 fping-2.4b2-to-ipv6.orig/fping.8
-+++ fping-2.4b2-to-ipv6/fping.8
-@@ -1,4 +1,4 @@
--.TH fping l
-+.TH fping 8
- .SH NAME
- fping \- send ICMP ECHO_REQUEST packets to network hosts
- .SH SYNOPSIS
-@@ -12,9 +12,9 @@
- 
-   
- .B fping 
--is a 
--.MS ping 8
--like program which uses the Internet Control
-+is a program like
-+.B ping(8)
-+which uses the Internet Control
- Message Protocol (ICMP) echo request to determine if a target host is
- responding. 
- .B fping 
-@@ -37,8 +37,7 @@
- ).
- .PP
- Unlike 

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

2012-01-05 Thread Giovanni Scafora
Date: Thursday, January 5, 2012 @ 15:11:27
  Author: giovanni
Revision: 146192

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

Added:
  fping/repos/extra-i686/PKGBUILD
(from rev 146191, fping/trunk/PKGBUILD)
  fping/repos/extra-x86_64/PKGBUILD
(from rev 146191, fping/trunk/PKGBUILD)
Deleted:
  fping/repos/extra-i686/PKGBUILD
  fping/repos/extra-i686/fping-2.4b2_p161-min-time.patch
  fping/repos/extra-i686/fping_2.4b2-to-ipv6-16.1.diff
  fping/repos/extra-x86_64/PKGBUILD
  fping/repos/extra-x86_64/fping-2.4b2_p161-min-time.patch
  fping/repos/extra-x86_64/fping_2.4b2-to-ipv6-16.1.diff

--+
 extra-i686/PKGBUILD  |   71 --
 extra-i686/fping-2.4b2_p161-min-time.patch   |   47 -
 extra-i686/fping_2.4b2-to-ipv6-16.1.diff |  838 -
 extra-x86_64/PKGBUILD|   71 --
 extra-x86_64/fping-2.4b2_p161-min-time.patch |   47 -
 extra-x86_64/fping_2.4b2-to-ipv6-16.1.diff   |  838 -
 6 files changed, 64 insertions(+), 1848 deletions(-)

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


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

2012-01-11 Thread Giovanni Scafora
Date: Wednesday, January 11, 2012 @ 11:48:56
  Author: giovanni
Revision: 146490

upgpkg: ccache 3.1.7-1

upstream release

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-11 15:43:47 UTC (rev 146489)
+++ PKGBUILD2012-01-11 16:48:56 UTC (rev 146490)
@@ -3,15 +3,15 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=ccache
-pkgver=3.1.6
-pkgrel=2
+pkgver=3.1.7
+pkgrel=1
 pkgdesc=A compiler cache
 arch=('i686' 'x86_64')
 url=http://ccache.samba.org/;
 license=('GPL')
 depends=('zlib')
 source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('343dc9b642e1d2af1e6bd8e474dde92e')
+md5sums=('82257745eac54826527946e9e3d046f4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-01-11 Thread Giovanni Scafora
Date: Wednesday, January 11, 2012 @ 11:49:23
  Author: giovanni
Revision: 146491

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-11 16:48:56 UTC (rev 146490)
+++ extra-i686/PKGBUILD 2012-01-11 16:49:23 UTC (rev 146491)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ccache
-pkgver=3.1.6
-pkgrel=2
-pkgdesc=A compiler cache
-arch=('i686' 'x86_64')
-url=http://ccache.samba.org/;
-license=('GPL')
-depends=('zlib')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('343dc9b642e1d2af1e6bd8e474dde92e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
-  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
-
-  install -d ${pkgdir}/usr/lib/ccache/bin
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
-}

Copied: ccache/repos/extra-i686/PKGBUILD (from rev 146490, 
ccache/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-11 16:49:23 UTC (rev 146491)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ccache
+pkgver=3.1.7
+pkgrel=1
+pkgdesc=A compiler cache
+arch=('i686' 'x86_64')
+url=http://ccache.samba.org/;
+license=('GPL')
+depends=('zlib')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('82257745eac54826527946e9e3d046f4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
+  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
+
+  install -d ${pkgdir}/usr/lib/ccache/bin
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-11 16:48:56 UTC (rev 146490)
+++ extra-x86_64/PKGBUILD   2012-01-11 16:49:23 UTC (rev 146491)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ccache
-pkgver=3.1.6
-pkgrel=2
-pkgdesc=A compiler cache
-arch=('i686' 'x86_64')
-url=http://ccache.samba.org/;
-license=('GPL')
-depends=('zlib')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('343dc9b642e1d2af1e6bd8e474dde92e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
-  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
-
-  install -d ${pkgdir}/usr/lib/ccache/bin
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
-  ln

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

2012-01-11 Thread Giovanni Scafora
Date: Wednesday, January 11, 2012 @ 11:54:31
  Author: giovanni
Revision: 146492

upgpkg: mercurial 2.0.2-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-11 16:49:23 UTC (rev 146491)
+++ PKGBUILD2012-01-11 16:54:31 UTC (rev 146492)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('16576b3089a88a84a35edc30e17a03a9'
+md5sums=('226b45f19bebf73446fcd73ccb678c52'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2012-01-11 Thread Giovanni Scafora
Date: Wednesday, January 11, 2012 @ 11:54:55
  Author: giovanni
Revision: 146493

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 146492, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 146492, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 146492, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 146492, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 extra-i686/PKGBUILD|   92 +++
 extra-i686/mercurial.profile   |2 
 extra-x86_64/PKGBUILD  |   92 +++
 extra-x86_64/mercurial.profile |2 
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-11 16:54:31 UTC (rev 146492)
+++ extra-i686/PKGBUILD 2012-01-11 16:54:55 UTC (rev 146493)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=2.0.1
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('16576b3089a88a84a35edc30e17a03a9'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion ${pkgdir}/etc/bash_completion.d/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 146492, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-11 16:54:55 UTC (rev 146493)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=mercurial
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=A scalable distributed SCM tool
+arch=('i686' 'x86_64')
+url=http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('226b45f19bebf73446fcd73ccb678c52'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
+  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
+  install -m755 contrib/hgk ${pkgdir}/usr/bin
+  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
+  install -m644 -D contrib/bash_completion ${pkgdir}/etc/bash_completion.d/hg
+  install -d ${pkgdir}/usr/share/emacs/site-lisp
+  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
+
+  # set some variables
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
+
+  # install configuration file
+  install -m755 -d ${pkgdir}/etc/mercurial
+  install

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

2012-01-11 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 02:42:22
  Author: giovanni
Revision: 146501

upgpkg: live-media 2012.01.07-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 05:14:02 UTC (rev 146500)
+++ PKGBUILD2012-01-12 07:42:22 UTC (rev 146501)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2011.12.20
+pkgver=2012.01.07
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('1bcbd2e45149c0d918c63df8f6d7d0e0')
+md5sums=('416375892db282da88fdc7f7a3f2385f')
 
 build() {
   cd ${srcdir}/live



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

2012-01-11 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 02:42:48
  Author: giovanni
Revision: 146502

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 146501, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 146501, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 07:42:22 UTC (rev 146501)
+++ extra-i686/PKGBUILD 2012-01-12 07:42:48 UTC (rev 146502)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2011.12.20
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('1bcbd2e45149c0d918c63df8f6d7d0e0')
-
-build() {
-  cd ${srcdir}/live
-
-   sed \
-   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DSOCKLEN_T/g' \
-   -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-   -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-   -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
-mkdir -p ${pkgdir}/usr/lib/live/${dir}
-cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
-  done
-
-  mkdir -p ${pkgdir}/usr/bin
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 146501, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 07:42:48 UTC (rev 146502)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2012.01.07
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('416375892db282da88fdc7f7a3f2385f')
+
+build() {
+  cd ${srcdir}/live
+
+   sed \
+   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DSOCKLEN_T/g' \
+   -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
+   -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
+   -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
+mkdir -p ${pkgdir}/usr/lib/live/${dir}
+cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
+  done
+
+  mkdir -p ${pkgdir}/usr/bin
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-12 07:42:22 UTC (rev 146501)
+++ extra-x86_64/PKGBUILD   2012-01-12 07:42:48 UTC (rev 146502)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2011.12.20
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('1bcbd2e45149c0d918c63df8f6d7d0e0')
-
-build() {
-  cd ${srcdir}/live
-
-   sed \
-   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DSOCKLEN_T/g' \
-   -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-   -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-   -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
-mkdir -p ${pkgdir}/usr/lib/live/${dir}
-cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
-  done
-
-  mkdir -p ${pkgdir}/usr/bin
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 146501, 
live-media/trunk/PKGBUILD

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

2012-01-11 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 02:55:14
  Author: giovanni
Revision: 146504

upgpkg: amule 10708-1

upstream release

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 07:48:48 UTC (rev 146503)
+++ PKGBUILD2012-01-12 07:55:14 UTC (rev 146504)
@@ -5,7 +5,7 @@
 # Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
 
 pkgname=amule
-pkgver=10688
+pkgver=10708
 pkgrel=1
 pkgdesc=An eMule-like client for ed2k p2p network
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
 source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
-md5sums=('0bb387c6aafa146e75130e1537a64066')
+md5sums=('3c1c2a03b24c9ec7ba6fd675382f26a3')
 
 build() {
   cd ${srcdir}/aMule-SVN-r${pkgver}



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

2012-01-11 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 02:55:40
  Author: giovanni
Revision: 146505

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 07:55:14 UTC (rev 146504)
+++ extra-i686/PKGBUILD 2012-01-12 07:55:40 UTC (rev 146505)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Henrik Ronellenfitsch seari...@web.de
-# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
-# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
-
-pkgname=amule
-pkgver=10688
-pkgrel=1
-pkgdesc=An eMule-like client for ed2k p2p network
-arch=('i686' 'x86_64')
-url=http://www.amule.org;
-license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
-source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
-md5sums=('0bb387c6aafa146e75130e1537a64066')
-
-build() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp
-
-  make
-}
-
-package() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: amule/repos/extra-i686/PKGBUILD (from rev 146504, amule/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 07:55:40 UTC (rev 146505)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Henrik Ronellenfitsch seari...@web.de
+# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
+# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
+
+pkgname=amule
+pkgver=10708
+pkgrel=1
+pkgdesc=An eMule-like client for ed2k p2p network
+arch=('i686' 'x86_64')
+url=http://www.amule.org;
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
+source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
+md5sums=('3c1c2a03b24c9ec7ba6fd675382f26a3')
+
+build() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp
+
+  make
+}
+
+package() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-12 07:55:14 UTC (rev 146504)
+++ extra-x86_64/PKGBUILD   2012-01-12 07:55:40 UTC (rev 146505)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Henrik Ronellenfitsch seari...@web.de
-# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
-# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
-
-pkgname=amule
-pkgver=10688
-pkgrel=1
-pkgdesc=An eMule-like client for ed2k p2p network
-arch=('i686' 'x86_64')
-url=http://www.amule.org;
-license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
-source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
-md5sums=('0bb387c6aafa146e75130e1537a64066')
-
-build() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip

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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 05:17:53
  Author: giovanni
Revision: 146516

upgpkg: diffstat 1.55-1

upstream release

Modified:
  diffstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 08:10:29 UTC (rev 146515)
+++ PKGBUILD2012-01-12 10:17:53 UTC (rev 146516)
@@ -3,15 +3,15 @@
 # Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
 
 pkgname=diffstat
-pkgver=1.54
-pkgrel=3
+pkgver=1.55
+pkgrel=1
 pkgdesc=Display a histogram of diff changes
 arch=('i686' 'x86_64')
 url=http://invisible-island.net/diffstat;
 depends=('glibc')
 license=('MIT')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
-md5sums=('af08bef2eb37050ceb0c4fddedb2ee36')
+md5sums=('630d5278f1cd874dc3cc68cff3fddecf')
 
 build () {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 05:18:19
  Author: giovanni
Revision: 146517

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 10:17:53 UTC (rev 146516)
+++ extra-i686/PKGBUILD 2012-01-12 10:18:19 UTC (rev 146517)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
-
-pkgname=diffstat
-pkgver=1.54
-pkgrel=3
-pkgdesc=Display a histogram of diff changes
-arch=('i686' 'x86_64')
-url=http://invisible-island.net/diffstat;
-depends=('glibc')
-license=('MIT')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
-md5sums=('af08bef2eb37050ceb0c4fddedb2ee36')
-
-build () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: diffstat/repos/extra-i686/PKGBUILD (from rev 146516, 
diffstat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 10:18:19 UTC (rev 146517)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
+
+pkgname=diffstat
+pkgver=1.55
+pkgrel=1
+pkgdesc=Display a histogram of diff changes
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/diffstat;
+depends=('glibc')
+license=('MIT')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
+md5sums=('630d5278f1cd874dc3cc68cff3fddecf')
+
+build () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-12 10:17:53 UTC (rev 146516)
+++ extra-x86_64/PKGBUILD   2012-01-12 10:18:19 UTC (rev 146517)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
-
-pkgname=diffstat
-pkgver=1.54
-pkgrel=3
-pkgdesc=Display a histogram of diff changes
-arch=('i686' 'x86_64')
-url=http://invisible-island.net/diffstat;
-depends=('glibc')
-license=('MIT')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
-md5sums=('af08bef2eb37050ceb0c4fddedb2ee36')
-
-build () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: diffstat/repos/extra-x86_64/PKGBUILD (from rev 146516, 
diffstat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-12 10:18:19 UTC (rev 146517)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
+
+pkgname=diffstat
+pkgver=1.55
+pkgrel=1
+pkgdesc=Display a histogram of diff changes
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/diffstat;
+depends=('glibc')
+license=('MIT')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
+md5sums=('630d5278f1cd874dc3cc68cff3fddecf')
+
+build () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 05:33:37
  Author: giovanni
Revision: 146518

upgpkg: help2man 1.40.5-1

upstream release

Modified:
  help2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 10:18:19 UTC (rev 146517)
+++ PKGBUILD2012-01-12 10:33:37 UTC (rev 146518)
@@ -3,8 +3,8 @@
 # Contributor: Paul Mattal p...@mattal.com
 
 pkgname=help2man
-pkgver=1.40.4
-pkgrel=2
+pkgver=1.40.5
+pkgrel=1
 pkgdesc=Conversion tool to create man files
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/help2man/;
@@ -12,7 +12,7 @@
 depends=('perl-locale-gettext')
 install=help2man.install
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4d79dc7cb7c20019c2a3650d35259c45')
+md5sums=('75a7d2f93765cd367aab98986a75f88c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 05:34:00
  Author: giovanni
Revision: 146519

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

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

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/help2man.install   |   36 +++
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/help2man.install |   36 +++
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 10:33:37 UTC (rev 146518)
+++ extra-i686/PKGBUILD 2012-01-12 10:34:00 UTC (rev 146519)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-
-pkgname=help2man
-pkgver=1.40.4
-pkgrel=2
-pkgdesc=Conversion tool to create man files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4d79dc7cb7c20019c2a3650d35259c45')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: help2man/repos/extra-i686/PKGBUILD (from rev 146518, 
help2man/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 10:34:00 UTC (rev 146519)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+
+pkgname=help2man
+pkgver=1.40.5
+pkgrel=1
+pkgdesc=Conversion tool to create man files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/help2man/;
+license=('GPL')
+depends=('perl-locale-gettext')
+install=help2man.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('75a7d2f93765cd367aab98986a75f88c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/help2man.install
===
--- extra-i686/help2man.install 2012-01-12 10:33:37 UTC (rev 146518)
+++ extra-i686/help2man.install 2012-01-12 10:34:00 UTC (rev 146519)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: help2man/repos/extra-i686/help2man.install (from rev 146518, 
help2man/trunk/help2man.install)
===
--- extra-i686/help2man.install (rev 0)
+++ extra-i686/help2man.install 2012-01-12 10:34:00 UTC (rev 146519)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(help2man.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-12 10:33:37 UTC (rev 146518)
+++ extra-x86_64/PKGBUILD   2012-01-12 10:34:00 UTC (rev 146519)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-
-pkgname=help2man
-pkgver=1.40.4
-pkgrel=2
-pkgdesc=Conversion tool to create man files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install

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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 05:46:18
  Author: giovanni
Revision: 146520

upgpkg: mrtg 2.17.4-1

upstream release

Modified:
  mrtg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 10:34:00 UTC (rev 146519)
+++ PKGBUILD2012-01-12 10:46:18 UTC (rev 146520)
@@ -3,15 +3,15 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=mrtg
-pkgver=2.17.2
-pkgrel=2
+pkgver=2.17.4
+pkgrel=1
 pkgdesc=Multi Router Traffic Grapher.
 arch=('i686' 'x86_64')
 url=http://oss.oetiker.ch/mrtg/;
 license=('GPL')
 depends=('gd' 'perl')
 source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('f4c251ef883da2509188711eff4577ad')
+md5sums=('197565e97f97212eef7b414463c8d40c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 05:46:44
  Author: giovanni
Revision: 146521

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 10:46:18 UTC (rev 146520)
+++ extra-i686/PKGBUILD 2012-01-12 10:46:44 UTC (rev 146521)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=mrtg
-pkgver=2.17.2
-pkgrel=2
-pkgdesc=Multi Router Traffic Grapher.
-arch=('i686' 'x86_64')
-url=http://oss.oetiker.ch/mrtg/;
-license=('GPL')
-depends=('gd' 'perl')
-source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('f4c251ef883da2509188711eff4577ad')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr install
-}

Copied: mrtg/repos/extra-i686/PKGBUILD (from rev 146520, mrtg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 10:46:44 UTC (rev 146521)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=mrtg
+pkgver=2.17.4
+pkgrel=1
+pkgdesc=Multi Router Traffic Grapher.
+arch=('i686' 'x86_64')
+url=http://oss.oetiker.ch/mrtg/;
+license=('GPL')
+depends=('gd' 'perl')
+source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('197565e97f97212eef7b414463c8d40c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-12 10:46:18 UTC (rev 146520)
+++ extra-x86_64/PKGBUILD   2012-01-12 10:46:44 UTC (rev 146521)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=mrtg
-pkgver=2.17.2
-pkgrel=2
-pkgdesc=Multi Router Traffic Grapher.
-arch=('i686' 'x86_64')
-url=http://oss.oetiker.ch/mrtg/;
-license=('GPL')
-depends=('gd' 'perl')
-source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('f4c251ef883da2509188711eff4577ad')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr install
-}

Copied: mrtg/repos/extra-x86_64/PKGBUILD (from rev 146520, mrtg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-12 10:46:44 UTC (rev 146521)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=mrtg
+pkgver=2.17.4
+pkgrel=1
+pkgdesc=Multi Router Traffic Grapher.
+arch=('i686' 'x86_64')
+url=http://oss.oetiker.ch/mrtg/;
+license=('GPL')
+depends=('gd' 'perl')
+source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('197565e97f97212eef7b414463c8d40c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 07:09:09
  Author: giovanni
Revision: 146523

upgpkg: whois 5.0.14-1

upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 11:07:58 UTC (rev 146522)
+++ PKGBUILD2012-01-12 12:09:09 UTC (rev 146523)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=5.0.13
+pkgver=5.0.14
 pkgrel=1
 pkgdesc=The whois client by Marco d'Itri
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libidn')
 makedepends=('perl')
 
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('1c703fa6ddc2f41ae94efc7c8bfc794d')
+md5sums=('82c4c93ea589ce1dad1cb02ef04c08b9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 07:09:35
  Author: giovanni
Revision: 146524

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 12:09:09 UTC (rev 146523)
+++ extra-i686/PKGBUILD 2012-01-12 12:09:35 UTC (rev 146524)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.13
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('1c703fa6ddc2f41ae94efc7c8bfc794d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-}

Copied: whois/repos/extra-i686/PKGBUILD (from rev 146523, whois/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 12:09:35 UTC (rev 146524)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.0.14
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('82c4c93ea589ce1dad1cb02ef04c08b9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-12 12:09:09 UTC (rev 146523)
+++ extra-x86_64/PKGBUILD   2012-01-12 12:09:35 UTC (rev 146524)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.13
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('1c703fa6ddc2f41ae94efc7c8bfc794d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 146523, 
whois/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-12 12:09:35 UTC (rev 146524)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.0.14
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('82c4c93ea589ce1dad1cb02ef04c08b9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 07:28:05
  Author: giovanni
Revision: 146525

upgpkg: xmlto 0.0.25-1

upstream release

Modified:
  xmlto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 12:09:35 UTC (rev 146524)
+++ PKGBUILD2012-01-12 12:28:05 UTC (rev 146525)
@@ -5,8 +5,8 @@
 # Contributor: Robert Stoffers r...@ubuntu.com
 
 pkgname=xmlto
-pkgver=0.0.24
-pkgrel=2
+pkgver=0.0.25
+pkgrel=1
 pkgdesc=Convert xml to many other formats
 arch=('i686' 'x86_64')
 url=http://cyberelk.net/tim/software/xmlto/;
@@ -14,7 +14,7 @@
 depends=('libxslt' 'perl-yaml-syck' 'perl-test-pod')
 makedepends=('docbook-xsl')
 
source=(https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9d45bbe43f7c66c6bf585ba6635df31a')
+md5sums=('6b6267b1470f8571fe5f63a128970364')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 07:28:33
  Author: giovanni
Revision: 146526

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 12:28:05 UTC (rev 146525)
+++ extra-i686/PKGBUILD 2012-01-12 12:28:33 UTC (rev 146526)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin ser...@aur.archlinux.org
-# Contributor: Robert Stoffers r...@ubuntu.com
-
-pkgname=xmlto
-pkgver=0.0.24
-pkgrel=2
-pkgdesc=Convert xml to many other formats
-arch=('i686' 'x86_64')
-url=http://cyberelk.net/tim/software/xmlto/;
-license=('GPL')
-depends=('libxslt' 'perl-yaml-syck' 'perl-test-pod')
-makedepends=('docbook-xsl')
-source=(https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9d45bbe43f7c66c6bf585ba6635df31a')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: xmlto/repos/extra-i686/PKGBUILD (from rev 146525, xmlto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 12:28:33 UTC (rev 146526)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin ser...@aur.archlinux.org
+# Contributor: Robert Stoffers r...@ubuntu.com
+
+pkgname=xmlto
+pkgver=0.0.25
+pkgrel=1
+pkgdesc=Convert xml to many other formats
+arch=('i686' 'x86_64')
+url=http://cyberelk.net/tim/software/xmlto/;
+license=('GPL')
+depends=('libxslt' 'perl-yaml-syck' 'perl-test-pod')
+makedepends=('docbook-xsl')
+source=(https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6b6267b1470f8571fe5f63a128970364')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-12 12:28:05 UTC (rev 146525)
+++ extra-x86_64/PKGBUILD   2012-01-12 12:28:33 UTC (rev 146526)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin ser...@aur.archlinux.org
-# Contributor: Robert Stoffers r...@ubuntu.com
-
-pkgname=xmlto
-pkgver=0.0.24
-pkgrel=2
-pkgdesc=Convert xml to many other formats
-arch=('i686' 'x86_64')
-url=http://cyberelk.net/tim/software/xmlto/;
-license=('GPL')
-depends=('libxslt' 'perl-yaml-syck' 'perl-test-pod')
-makedepends=('docbook-xsl')
-source=(https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9d45bbe43f7c66c6bf585ba6635df31a')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: xmlto/repos/extra-x86_64/PKGBUILD (from rev 146525, 
xmlto/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-12 12:28:33 UTC (rev 146526)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin ser...@aur.archlinux.org
+# Contributor: Robert Stoffers r...@ubuntu.com
+
+pkgname=xmlto
+pkgver=0.0.25
+pkgrel=1
+pkgdesc=Convert xml to many other formats
+arch=('i686' 'x86_64')
+url=http://cyberelk.net/tim/software/xmlto/;
+license=('GPL')
+depends=('libxslt' 'perl-yaml-syck' 'perl-test-pod')
+makedepends=('docbook-xsl')
+source=(https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6b6267b1470f8571fe5f63a128970364')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-17 Thread Giovanni Scafora
Date: Tuesday, January 17, 2012 @ 19:15:12
  Author: giovanni
Revision: 146784

upgpkg: unrar 4.1.4-1

upstream release

Modified:
  unrar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-17 16:53:25 UTC (rev 146783)
+++ PKGBUILD2012-01-18 00:15:12 UTC (rev 146784)
@@ -3,7 +3,7 @@
 # Contributor: dorphell dorph...@gmx.net
 
 pkgname=unrar
-pkgver=4.1.3
+pkgver=4.1.4
 pkgrel=1
 pkgdesc=The RAR uncompression program
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('gcc-libs')
 source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-md5sums=('0cc7562737e7440f4fe611bdd5b56628')
+md5sums=('808c92a661820a637ca1330cf40c18e4')
 
 build() {
   cd ${srcdir}/${pkgname}



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

2012-01-17 Thread Giovanni Scafora
Date: Tuesday, January 17, 2012 @ 19:15:38
  Author: giovanni
Revision: 146785

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-18 00:15:12 UTC (rev 146784)
+++ extra-i686/PKGBUILD 2012-01-18 00:15:38 UTC (rev 146785)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgname=unrar
-pkgver=4.1.3
-pkgrel=1
-pkgdesc=The RAR uncompression program
-arch=('i686' 'x86_64')
-url=http://www.rarlab.com/rar_add.htm;
-license=('custom')
-depends=('gcc-libs')
-source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-md5sums=('0cc7562737e7440f4fe611bdd5b56628')
-
-build() {
-  cd ${srcdir}/${pkgname}
-
-  make -f makefile.unix
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-
-  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
-  # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: unrar/repos/extra-i686/PKGBUILD (from rev 146784, unrar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-18 00:15:38 UTC (rev 146785)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgname=unrar
+pkgver=4.1.4
+pkgrel=1
+pkgdesc=The RAR uncompression program
+arch=('i686' 'x86_64')
+url=http://www.rarlab.com/rar_add.htm;
+license=('custom')
+depends=('gcc-libs')
+source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
+md5sums=('808c92a661820a637ca1330cf40c18e4')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  make -f makefile.unix
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-18 00:15:12 UTC (rev 146784)
+++ extra-x86_64/PKGBUILD   2012-01-18 00:15:38 UTC (rev 146785)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgname=unrar
-pkgver=4.1.3
-pkgrel=1
-pkgdesc=The RAR uncompression program
-arch=('i686' 'x86_64')
-url=http://www.rarlab.com/rar_add.htm;
-license=('custom')
-depends=('gcc-libs')
-source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-md5sums=('0cc7562737e7440f4fe611bdd5b56628')
-
-build() {
-  cd ${srcdir}/${pkgname}
-
-  make -f makefile.unix
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-
-  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
-  # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: unrar/repos/extra-x86_64/PKGBUILD (from rev 146784, 
unrar/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-18 00:15:38 UTC (rev 146785)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgname=unrar
+pkgver=4.1.4
+pkgrel=1
+pkgdesc=The RAR uncompression program
+arch=('i686' 'x86_64')
+url=http://www.rarlab.com/rar_add.htm;
+license=('custom')
+depends=('gcc-libs')
+source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
+md5sums=('808c92a661820a637ca1330cf40c18e4')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  make -f makefile.unix
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in gif2png/trunk (PKGBUILD gif2png-2.5.4-libpng15.patch)

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 06:45:38
  Author: giovanni
Revision: 146932

upgpkg: gif2png 2.5.4-3

libpng 1.5 rebuild

Added:
  gif2png/trunk/gif2png-2.5.4-libpng15.patch
Modified:
  gif2png/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++---
 gif2png-2.5.4-libpng15.patch |   43 +
 2 files changed, 50 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 10:12:16 UTC (rev 146931)
+++ PKGBUILD2012-01-19 11:45:38 UTC (rev 146932)
@@ -5,20 +5,24 @@
 
 pkgname=gif2png
 pkgver=2.5.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A GIF to PNG image format converter
 arch=('i686' 'x86_64')
 url=http://www.catb.org/~esr/gif2png/;
 license=('ZLIB')
 depends=('libpng')
 optdepends=('python2: for using web2png')
-source=(http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d63ea3fc6b6119589e8d4d6fead30df9')
+source=(http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'gif2png-2.5.4-libpng15.patch')
+md5sums=('d63ea3fc6b6119589e8d4d6fead30df9'
+ 'd4d6d31e04e7448315eae56bb12d4df6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   sed -i 's#env python#env python2#' web2png
+  patch -Np0 -i ${srcdir}/gif2png-2.5.4-libpng15.patch
+
   ./configure --prefix=/usr \
   --mandir=/usr/share/man
   make

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



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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 06:45:57
  Author: giovanni
Revision: 146933

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

Added:
  gif2png/repos/staging-i686/
  gif2png/repos/staging-i686/PKGBUILD
(from rev 146932, gif2png/trunk/PKGBUILD)
  gif2png/repos/staging-i686/gif2png-2.5.4-libpng15.patch
(from rev 146932, gif2png/trunk/gif2png-2.5.4-libpng15.patch)
  gif2png/repos/staging-x86_64/
  gif2png/repos/staging-x86_64/PKGBUILD
(from rev 146932, gif2png/trunk/PKGBUILD)
  gif2png/repos/staging-x86_64/gif2png-2.5.4-libpng15.patch
(from rev 146932, gif2png/trunk/gif2png-2.5.4-libpng15.patch)

-+
 staging-i686/PKGBUILD   |   36 +
 staging-i686/gif2png-2.5.4-libpng15.patch   |   43 ++
 staging-x86_64/PKGBUILD |   36 +
 staging-x86_64/gif2png-2.5.4-libpng15.patch |   43 ++
 4 files changed, 158 insertions(+)

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

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

Copied: gif2png/repos/staging-x86_64/PKGBUILD (from rev 146932, 
gif2png/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-19 11:45:57 UTC (rev 146933)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Andrew Rose o...@netrux.com
+
+pkgname=gif2png
+pkgver=2.5.4
+pkgrel=3
+pkgdesc=A GIF to PNG image format converter
+arch=('i686' 'x86_64')
+url=http://www.catb.org/~esr/gif2png/;
+license=('ZLIB')
+depends=('libpng')
+optdepends=('python2: for using web2png')
+source=(http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'gif2png-2.5.4-libpng15.patch')
+md5sums=('d63ea3fc6b6119589e8d4d6fead30df9

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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 07:07:38
  Author: giovanni
Revision: 146935

upgpkg: lbreakout2 2.6.3-3

libpng 1.5 rebuild

Modified:
  lbreakout2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 11:54:37 UTC (rev 146934)
+++ PKGBUILD2012-01-19 12:07:38 UTC (rev 146935)
@@ -4,7 +4,7 @@
 
 pkgname=lbreakout2
 pkgver=2.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A breakout game with nice effects, graphics, and sounds
 arch=('i686' 'x86_64')
 url=http://lgames.sourceforge.net;



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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 07:08:17
  Author: giovanni
Revision: 146936

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

Added:
  lbreakout2/repos/staging-i686/
  lbreakout2/repos/staging-i686/PKGBUILD
(from rev 146935, lbreakout2/trunk/PKGBUILD)
  lbreakout2/repos/staging-i686/lbreakout2.desktop
(from rev 146935, lbreakout2/trunk/lbreakout2.desktop)
  lbreakout2/repos/staging-i686/lbreakout2.png
(from rev 146935, lbreakout2/trunk/lbreakout2.png)
  lbreakout2/repos/staging-x86_64/
  lbreakout2/repos/staging-x86_64/PKGBUILD
(from rev 146935, lbreakout2/trunk/PKGBUILD)
  lbreakout2/repos/staging-x86_64/lbreakout2.desktop
(from rev 146935, lbreakout2/trunk/lbreakout2.desktop)
  lbreakout2/repos/staging-x86_64/lbreakout2.png
(from rev 146935, lbreakout2/trunk/lbreakout2.png)

---+
 staging-i686/PKGBUILD |   44 
 staging-i686/lbreakout2.desktop   |   10 
 staging-x86_64/PKGBUILD   |   44 
 staging-x86_64/lbreakout2.desktop |   10 
 4 files changed, 108 insertions(+)

Copied: lbreakout2/repos/staging-i686/PKGBUILD (from rev 146935, 
lbreakout2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-19 12:08:17 UTC (rev 146936)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=lbreakout2
+pkgver=2.6.3
+pkgrel=3
+pkgdesc=A breakout game with nice effects, graphics, and sounds
+arch=('i686' 'x86_64')
+url=http://lgames.sourceforge.net;
+license=('GPL')
+depends=('sdl_mixer' 'libpng')
+backup=('var/games/lbreakout2/lbreakout2.hscr')
+source=(http://downloads.sourceforge.net/lgames/${pkgname}-${pkgver/_/-}.tar.gz;
+'lbreakout2.desktop'
+   'lbreakout2.png')
+md5sums=('43900187bc935475cd6489569cd2230a'
+ '14cd34a72a8f4e3b8f385f9023625241'
+ '94e2fa393eb2a7d4494641dec580573b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  ./configure --prefix=/usr \
+  --localstatedir=/var/games/lbreakout2 
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  make DESTDIR=${pkgdir}/ doc_dir=/usr/share/doc install
+  
+  chmod -R 755 ${pkgdir}/usr
+  chown root:games ${pkgdir}/var/games
+  chmod 775 ${pkgdir}/var/games
+  chown root:games ${pkgdir}/var/games/lbreakout2
+  chmod 755 ${pkgdir}/var/games/lbreakout2
+  chown root:games ${pkgdir}/var/games/lbreakout2/lbreakout2.hscr
+  chmod 775 ${pkgdir}/var/games/lbreakout2/lbreakout2.hscr
+
+  install -Dm644 ${srcdir}/lbreakout2.png 
${pkgdir}/usr/share/pixmaps/lbreakout2.png
+  install -Dm644 ${srcdir}/lbreakout2.desktop 
${pkgdir}/usr/share/applications/lbreakout2.desktop
+}

Copied: lbreakout2/repos/staging-i686/lbreakout2.desktop (from rev 146935, 
lbreakout2/trunk/lbreakout2.desktop)
===
--- staging-i686/lbreakout2.desktop (rev 0)
+++ staging-i686/lbreakout2.desktop 2012-01-19 12:08:17 UTC (rev 146936)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Linux Breakout 2
+Comment=Breakout and Arkanoid style arcade game
+Icon=/usr/share/pixmaps/lbreakout2.png
+TryExec=lbreakout2
+Exec=lbreakout2
+Terminal=false
+Categories=Application;Game;

Copied: lbreakout2/repos/staging-i686/lbreakout2.png (from rev 146935, 
lbreakout2/trunk/lbreakout2.png)
===
(Binary files differ)

Copied: lbreakout2/repos/staging-x86_64/PKGBUILD (from rev 146935, 
lbreakout2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-19 12:08:17 UTC (rev 146936)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=lbreakout2
+pkgver=2.6.3
+pkgrel=3
+pkgdesc=A breakout game with nice effects, graphics, and sounds
+arch=('i686' 'x86_64')
+url=http://lgames.sourceforge.net;
+license=('GPL')
+depends=('sdl_mixer' 'libpng')
+backup=('var/games/lbreakout2/lbreakout2.hscr')
+source=(http://downloads.sourceforge.net/lgames/${pkgname}-${pkgver/_/-}.tar.gz;
+'lbreakout2.desktop'
+   'lbreakout2.png')
+md5sums=('43900187bc935475cd6489569cd2230a'
+ '14cd34a72a8f4e3b8f385f9023625241'
+ '94e2fa393eb2a7d4494641dec580573b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  ./configure --prefix=/usr \
+  --localstatedir=/var/games/lbreakout2 
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  make DESTDIR=${pkgdir}/ doc_dir=/usr/share/doc install
+  
+  chmod -R 755 ${pkgdir}/usr
+  chown root:games

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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 07:54:20
  Author: giovanni
Revision: 146937

upgpkg: vice 2.3-5

libpng 1.5 rebuild

Modified:
  vice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 12:08:17 UTC (rev 146936)
+++ PKGBUILD2012-01-19 12:54:20 UTC (rev 146937)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=2.3
-pkgrel=4
+pkgrel=5
 pkgdesc=A Versatile Commodore Emulator
 arch=('i686' 'x86_64')
 license=('GPL')



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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 07:54:40
  Author: giovanni
Revision: 146938

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

Added:
  vice/repos/staging-i686/
  vice/repos/staging-i686/PKGBUILD
(from rev 146937, vice/trunk/PKGBUILD)
  vice/repos/staging-i686/vice-2.3-x11video.patch
(from rev 146937, vice/trunk/vice-2.3-x11video.patch)
  vice/repos/staging-x86_64/
  vice/repos/staging-x86_64/PKGBUILD
(from rev 146937, vice/trunk/PKGBUILD)
  vice/repos/staging-x86_64/vice-2.3-x11video.patch
(from rev 146937, vice/trunk/vice-2.3-x11video.patch)

+
 staging-i686/PKGBUILD  |   35 +++
 staging-i686/vice-2.3-x11video.patch   |   11 +
 staging-x86_64/PKGBUILD|   35 +++
 staging-x86_64/vice-2.3-x11video.patch |   11 +
 4 files changed, 92 insertions(+)

Copied: vice/repos/staging-i686/PKGBUILD (from rev 146937, vice/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-19 12:54:40 UTC (rev 146938)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=vice
+pkgver=2.3
+pkgrel=5
+pkgdesc=A Versatile Commodore Emulator
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.viceteam.org/;
+depends=('alsa-lib' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 
+ 'libxv' 'libjpeg' 'libpng' 'libxaw' 'libxxf86vm')
+makedepends=('xorg-font-utils')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz;
+'vice-2.3-x11video.patch')
+md5sums=('b48d137874daad50c087a0686cbdde34'
+ '088292ce9efe785edfb2b0c7c670785e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/vice-2.3-x11video.patch
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --enable-fullscreen
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: vice/repos/staging-i686/vice-2.3-x11video.patch (from rev 146937, 
vice/trunk/vice-2.3-x11video.patch)
===
--- staging-i686/vice-2.3-x11video.patch(rev 0)
+++ staging-i686/vice-2.3-x11video.patch2012-01-19 12:54:40 UTC (rev 
146938)
@@ -0,0 +1,11 @@
+--- a/src/arch/unix/x11/xaw/x11video.c 2011-01-18 23:59:00.0 +0100
 b/src/arch/unix/x11/xaw/x11video.c 2011-02-27 18:40:52.0 +0100
+@@ -60,6 +60,8 @@
+ #include X11/Xutil.h
+ #include X11/Intrinsic.h
+ #include X11/cursorfont.h
++#include X11/Xmd.h
++#include X11/extensions/shmproto.h
+ 
+ #include stdio.h
+ #include stdlib.h

Copied: vice/repos/staging-x86_64/PKGBUILD (from rev 146937, 
vice/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-19 12:54:40 UTC (rev 146938)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=vice
+pkgver=2.3
+pkgrel=5
+pkgdesc=A Versatile Commodore Emulator
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.viceteam.org/;
+depends=('alsa-lib' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 
+ 'libxv' 'libjpeg' 'libpng' 'libxaw' 'libxxf86vm')
+makedepends=('xorg-font-utils')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz;
+'vice-2.3-x11video.patch')
+md5sums=('b48d137874daad50c087a0686cbdde34'
+ '088292ce9efe785edfb2b0c7c670785e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/vice-2.3-x11video.patch
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --enable-fullscreen
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: vice/repos/staging-x86_64/vice-2.3-x11video.patch (from rev 146937, 
vice/trunk/vice-2.3-x11video.patch)
===
--- staging-x86_64/vice-2.3-x11video.patch  (rev 0)
+++ staging-x86_64/vice-2.3-x11video.patch  2012-01-19 12:54:40 UTC (rev 
146938)
@@ -0,0 +1,11 @@
+--- a/src/arch/unix/x11/xaw/x11video.c 2011-01-18 23:59:00.0 +0100
 b/src/arch/unix/x11/xaw/x11video.c 2011-02-27 18:40:52.0 +0100
+@@ -60,6 +60,8 @@
+ #include X11/Xutil.h
+ #include X11/Intrinsic.h
+ #include X11/cursorfont.h
++#include X11/Xmd.h
++#include X11/extensions/shmproto.h
+ 
+ #include stdio.h
+ #include stdlib.h



[arch-commits] Commit in zvbi/trunk (PKGBUILD zvbi-0.2.33-libpng15.patch)

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 08:11:21
  Author: giovanni
Revision: 146939

upgpkg: zvbi 0.2.33-4

libpng 1.5 rebuild

Added:
  zvbi/trunk/zvbi-0.2.33-libpng15.patch
Modified:
  zvbi/trunk/PKGBUILD

+
 PKGBUILD   |   25 +++--
 zvbi-0.2.33-libpng15.patch |   21 +
 2 files changed, 40 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 12:54:40 UTC (rev 146938)
+++ PKGBUILD2012-01-19 13:11:21 UTC (rev 146939)
@@ -2,24 +2,37 @@
 # Maintainer: 
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 # Contributor: dorphell dorph...@archlinux.org
+
 pkgname=zvbi
 pkgver=0.2.33
-pkgrel=3
+pkgrel=4
 pkgdesc=VBI capture and decoding library
 url=http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome;
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 depends=('libpng' 'libx11')
 license=('GPL')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2
-fix-includes.patch)
+source=(http://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2;
+'fix-includes.patch'
+'zvbi-0.2.33-libpng15.patch')
 md5sums=('1741a6045c3eedfb611d645f2da69ac8'
- '38766bc59e1571133d0399f0102da653')
+ '38766bc59e1571133d0399f0102da653'
+ '4434de7addc438be8c5a33274146bd11')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
   patch -Np1 -i ${srcdir}/fix-includes.patch
-  ./configure --prefix=/usr --disable-static --mandir=/usr/share/man
+  patch -Np0 -i ${srcdir}/zvbi-0.2.33-libpng15.patch
+
+  ./configure --prefix=/usr \
+  --disable-static \
+  --mandir=/usr/share/man
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   make DESTDIR=${pkgdir} install
 }

Added: zvbi-0.2.33-libpng15.patch
===
--- zvbi-0.2.33-libpng15.patch  (rev 0)
+++ zvbi-0.2.33-libpng15.patch  2012-01-19 13:11:21 UTC (rev 146939)
@@ -0,0 +1,21 @@
+Index: src/exp-gfx.c
+===
+RCS file: /cvsroot/zapping/vbi/src/exp-gfx.c,v
+retrieving revision 1.16
+diff -u -B -r1.16 exp-gfx.c
+--- src/exp-gfx.c  24 Feb 2008 14:17:47 -  1.16
 src/exp-gfx.c  15 Feb 2011 20:03:58 -
+@@ -1672,11 +1672,11 @@
+   char title[80];
+   unsigned int i;
+ 
+-  if (setjmp (png_ptr-jmpbuf))
++  if (setjmp (png_jmpbuf(png_ptr)))
+   return FALSE;
+ 
+   png_set_write_fn (png_ptr,
+-(voidp) gfx,
++(png_voidp) gfx,
+ write_data,
+ flush_data);
+ 



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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 08:11:45
  Author: giovanni
Revision: 146940

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

Added:
  zvbi/repos/staging-i686/
  zvbi/repos/staging-i686/PKGBUILD
(from rev 146939, zvbi/trunk/PKGBUILD)
  zvbi/repos/staging-i686/fix-includes.patch
(from rev 146939, zvbi/trunk/fix-includes.patch)
  zvbi/repos/staging-i686/zvbi-0.2.33-libpng15.patch
(from rev 146939, zvbi/trunk/zvbi-0.2.33-libpng15.patch)
  zvbi/repos/staging-x86_64/
  zvbi/repos/staging-x86_64/PKGBUILD
(from rev 146939, zvbi/trunk/PKGBUILD)
  zvbi/repos/staging-x86_64/fix-includes.patch
(from rev 146939, zvbi/trunk/fix-includes.patch)
  zvbi/repos/staging-x86_64/zvbi-0.2.33-libpng15.patch
(from rev 146939, zvbi/trunk/zvbi-0.2.33-libpng15.patch)

---+
 staging-i686/PKGBUILD |   38 
 staging-i686/fix-includes.patch   |   36 ++
 staging-i686/zvbi-0.2.33-libpng15.patch   |   21 +++
 staging-x86_64/PKGBUILD   |   38 
 staging-x86_64/fix-includes.patch |   36 ++
 staging-x86_64/zvbi-0.2.33-libpng15.patch |   21 +++
 6 files changed, 190 insertions(+)

Copied: zvbi/repos/staging-i686/PKGBUILD (from rev 146939, zvbi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-19 13:11:45 UTC (rev 146940)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: 
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=zvbi
+pkgver=0.2.33
+pkgrel=4
+pkgdesc=VBI capture and decoding library
+url=http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome;
+arch=('i686' 'x86_64')
+depends=('libpng' 'libx11')
+license=('GPL')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2;
+'fix-includes.patch'
+'zvbi-0.2.33-libpng15.patch')
+md5sums=('1741a6045c3eedfb611d645f2da69ac8'
+ '38766bc59e1571133d0399f0102da653'
+ '4434de7addc438be8c5a33274146bd11')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/fix-includes.patch
+  patch -Np0 -i ${srcdir}/zvbi-0.2.33-libpng15.patch
+
+  ./configure --prefix=/usr \
+  --disable-static \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: zvbi/repos/staging-i686/fix-includes.patch (from rev 146939, 
zvbi/trunk/fix-includes.patch)
===
--- staging-i686/fix-includes.patch (rev 0)
+++ staging-i686/fix-includes.patch 2012-01-19 13:11:45 UTC (rev 146940)
@@ -0,0 +1,36 @@
+Add proper #includes so that we do not get undef errors to S_ISCHR
+during linking.
+
+Signed-off-by: Alex Chiang achi...@canonical.com
+---
+--- zvbi-0.2.33.orig/src/io-dvb.c
 zvbi-0.2.33/src/io-dvb.c
+@@ -29,6 +29,8 @@
+ #include errno.h
+ #include sys/select.h
+ #include sys/ioctl.h
++#include sys/types.h
++#include sys/stat.h
+ 
+ #ifndef HAVE_S64_U64
+   /* Linux 2.6.x asm/types.h defines __s64 and __u64 only
+--- zvbi-0.2.33.orig/src/io-v4l.c
 zvbi-0.2.33/src/io-v4l.c
+@@ -42,6 +42,7 @@ static const char rcsid [] =
+ #include assert.h
+ #include sys/time.h /* timeval */
+ #include sys/types.h/* fd_set, uid_t */
++#include sys/stat.h /* S_ISCHR */
+ #include sys/ioctl.h/* for (_)videodev.h */
+ #include pthread.h
+ 
+--- zvbi-0.2.33.orig/contrib/ntsc-cc.c
 zvbi-0.2.33/contrib/ntsc-cc.c
+@@ -34,6 +34,7 @@
+ #include locale.h
+ #include sys/ioctl.h
+ #include sys/types.h
++#include sys/stat.h
+ #include sys/time.h
+ #ifdef HAVE_GETOPT_LONG
+ #  include getopt.h

Copied: zvbi/repos/staging-i686/zvbi-0.2.33-libpng15.patch (from rev 146939, 
zvbi/trunk/zvbi-0.2.33-libpng15.patch)
===
--- staging-i686/zvbi-0.2.33-libpng15.patch (rev 0)
+++ staging-i686/zvbi-0.2.33-libpng15.patch 2012-01-19 13:11:45 UTC (rev 
146940)
@@ -0,0 +1,21 @@
+Index: src/exp-gfx.c
+===
+RCS file: /cvsroot/zapping/vbi/src/exp-gfx.c,v
+retrieving revision 1.16
+diff -u -B -r1.16 exp-gfx.c
+--- src/exp-gfx.c  24 Feb 2008 14:17:47 -  1.16
 src/exp-gfx.c  15 Feb 2011 20:03:58 -
+@@ -1672,11 +1672,11 @@
+   char title[80];
+   unsigned int i;
+ 
+-  if (setjmp (png_ptr-jmpbuf))
++  if (setjmp (png_jmpbuf(png_ptr)))
+   return FALSE;
+ 
+   png_set_write_fn (png_ptr,
+-(voidp) gfx,
++(png_voidp) gfx,
+ 

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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 08:35:54
  Author: giovanni
Revision: 146941

upgpkg: amule 10708-2

libpng 1.5 rebuild

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 13:11:45 UTC (rev 146940)
+++ PKGBUILD2012-01-19 13:35:54 UTC (rev 146941)
@@ -6,7 +6,7 @@
 
 pkgname=amule
 pkgver=10708
-pkgrel=1
+pkgrel=2
 pkgdesc=An eMule-like client for ed2k p2p network
 arch=('i686' 'x86_64')
 url=http://www.amule.org;



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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 08:36:15
  Author: giovanni
Revision: 146942

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

Added:
  amule/repos/staging-i686/
  amule/repos/staging-i686/PKGBUILD
(from rev 146941, amule/trunk/PKGBUILD)
  amule/repos/staging-x86_64/
  amule/repos/staging-x86_64/PKGBUILD
(from rev 146941, amule/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   44 
 staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: amule/repos/staging-i686/PKGBUILD (from rev 146941, 
amule/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-19 13:36:15 UTC (rev 146942)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Henrik Ronellenfitsch seari...@web.de
+# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
+# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
+
+pkgname=amule
+pkgver=10708
+pkgrel=2
+pkgdesc=An eMule-like client for ed2k p2p network
+arch=('i686' 'x86_64')
+url=http://www.amule.org;
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
+source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
+md5sums=('3c1c2a03b24c9ec7ba6fd675382f26a3')
+
+build() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp
+
+  make
+}
+
+package() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+}

Copied: amule/repos/staging-x86_64/PKGBUILD (from rev 146941, 
amule/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-19 13:36:15 UTC (rev 146942)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Henrik Ronellenfitsch seari...@web.de
+# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
+# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
+
+pkgname=amule
+pkgver=10708
+pkgrel=2
+pkgdesc=An eMule-like client for ed2k p2p network
+arch=('i686' 'x86_64')
+url=http://www.amule.org;
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
+source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
+md5sums=('3c1c2a03b24c9ec7ba6fd675382f26a3')
+
+build() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp
+
+  make
+}
+
+package() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+}



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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 08:58:28
  Author: giovanni
Revision: 146943

upgpkg: wv 1.2.9-1

libpng 1.5 rebuild

Modified:
  wv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 13:36:15 UTC (rev 146942)
+++ PKGBUILD2012-01-19 13:58:28 UTC (rev 146943)
@@ -2,24 +2,28 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: William Rea sillywi...@gmail.com
 pkgname=wv
-pkgver=1.2.7
+pkgver=1.2.9
 pkgrel=1
 pkgdesc=MSWord library can load and parse Word 2000, 97, 95 and 6 file 
formats
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/wvware;
-license=(GPL)
-depends=('libgsf=1.14.18' 'libpng=1.4.2' 'sh')
+license=('GPL')
+depends=('libgsf' 'libpng' 'sh')
 makedepends=('pkg-config')
 options=('!libtool')
-source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
-fix-soname.patch)
-sha256sums=('a3a367062e894770fc3ef63bbf7e285cb025253f972fa899c16931f741e856ea'
-'0fccf12cc5db8481dfcd5cffa987545e060f8bb526c9c910fd76a18468bd7ce1')
+source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/fix-soname.patch || return 1
-  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 08:58:47
  Author: giovanni
Revision: 146944

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

Added:
  wv/repos/staging-i686/
  wv/repos/staging-i686/PKGBUILD
(from rev 146943, wv/trunk/PKGBUILD)
  wv/repos/staging-i686/fix-soname.patch
(from rev 146943, wv/trunk/fix-soname.patch)
  wv/repos/staging-x86_64/
  wv/repos/staging-x86_64/PKGBUILD
(from rev 146943, wv/trunk/PKGBUILD)
  wv/repos/staging-x86_64/fix-soname.patch
(from rev 146943, wv/trunk/fix-soname.patch)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-i686/fix-soname.patch   |   14 ++
 staging-x86_64/PKGBUILD |   29 +
 staging-x86_64/fix-soname.patch |   14 ++
 4 files changed, 86 insertions(+)

Copied: wv/repos/staging-i686/PKGBUILD (from rev 146943, wv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-19 13:58:47 UTC (rev 146944)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+pkgname=wv
+pkgver=1.2.9
+pkgrel=1
+pkgdesc=MSWord library can load and parse Word 2000, 97, 95 and 6 file 
formats
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/wvware;
+license=('GPL')
+depends=('libgsf' 'libpng' 'sh')
+makedepends=('pkg-config')
+options=('!libtool')
+source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: wv/repos/staging-i686/fix-soname.patch (from rev 146943, 
wv/trunk/fix-soname.patch)
===
--- staging-i686/fix-soname.patch   (rev 0)
+++ staging-i686/fix-soname.patch   2012-01-19 13:58:47 UTC (rev 146944)
@@ -0,0 +1,14 @@
+diff -ru wv-1.2.7.orig//configure wv-1.2.7//configure
+--- wv-1.2.7.orig//configure   2009-09-21 12:22:46.0 +0200
 wv-1.2.7//configure2010-06-08 12:00:27.948857203 +0200
+@@ -2082,8 +2082,8 @@
+ WV_MAJOR_VERSION=1
+ WV_MINOR_VERSION=2
+ WV_MICRO_VERSION=7
+-WV_INTERFACE_AGE=3
+-WV_BINARY_AGE=3
++WV_INTERFACE_AGE=4
++WV_BINARY_AGE=4
+ WV_VERSION=$WV_MAJOR_VERSION.$WV_MINOR_VERSION.$WV_MICRO_VERSION
+ 
+ 

Copied: wv/repos/staging-x86_64/PKGBUILD (from rev 146943, wv/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-19 13:58:47 UTC (rev 146944)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+pkgname=wv
+pkgver=1.2.9
+pkgrel=1
+pkgdesc=MSWord library can load and parse Word 2000, 97, 95 and 6 file 
formats
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/wvware;
+license=('GPL')
+depends=('libgsf' 'libpng' 'sh')
+makedepends=('pkg-config')
+options=('!libtool')
+source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: wv/repos/staging-x86_64/fix-soname.patch (from rev 146943, 
wv/trunk/fix-soname.patch)
===
--- staging-x86_64/fix-soname.patch (rev 0)
+++ staging-x86_64/fix-soname.patch 2012-01-19 13:58:47 UTC (rev 146944)
@@ -0,0 +1,14 @@
+diff -ru wv-1.2.7.orig//configure wv-1.2.7//configure
+--- wv-1.2.7.orig//configure   2009-09-21 12:22:46.0 +0200
 wv-1.2.7//configure2010-06-08 12:00:27.948857203 +0200
+@@ -2082,8 +2082,8 @@
+ WV_MAJOR_VERSION=1
+ WV_MINOR_VERSION=2
+ WV_MICRO_VERSION=7
+-WV_INTERFACE_AGE=3
+-WV_BINARY_AGE=3
++WV_INTERFACE_AGE=4
++WV_BINARY_AGE=4
+ WV_VERSION=$WV_MAJOR_VERSION.$WV_MINOR_VERSION.$WV_MICRO_VERSION
+ 
+ 



[arch-commits] Commit in abiword/trunk (PKGBUILD abiword-2.8.6-libpng15.patch)

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 09:58:28
  Author: giovanni
Revision: 146945

upgpkg: abiword 2.8.6-7

libpng 1.5 rebuild

Added:
  abiword/trunk/abiword-2.8.6-libpng15.patch
Modified:
  abiword/trunk/PKGBUILD

--+
 PKGBUILD |   35 ++
 abiword-2.8.6-libpng15.patch |  100 +
 2 files changed, 126 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 13:58:47 UTC (rev 146944)
+++ PKGBUILD2012-01-19 14:58:28 UTC (rev 146945)
@@ -5,18 +5,21 @@
 pkgbase=abiword
 pkgname=('abiword' 'abiword-plugins')
 pkgver=2.8.6
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.abisource.com;
-makedepends=('pkgconfig' 'asio' 'boost' 'fribidi' 'goffice' 'libwmf' 'wv' 
'link-grammar' 'gtkmathview' 'aiksaurus' 'libxslt' 'enchant' 'libots' 'libwpg' 
'librsvg' 'loudmouth' 'libsoup')
+makedepends=('pkgconfig' 'asio' 'boost' 'fribidi' 'goffice' 'libwmf' 'wv' 
'link-grammar' 'gtkmathview' 
+ 'aiksaurus' 'libxslt' 'enchant' 'libots' 'libwpg' 'librsvg' 
'loudmouth' 'libsoup')
 options=('!makeflags' '!libtool')
 
source=(http://www.abisource.com/downloads/${pkgbase}/${pkgver}/source/${pkgbase}-${pkgver}.tar.gz;
-compat_libwpg_0_9.patch
-   abiword-2.8.6-no-undefined.patch)
-sha1sums=('998f69d038000b3fc027d4259548f02d67c8d0df'
-  'e5374f439e3d9b63a4bbd2cd39146c67cf1e85ea'
-  '159b1cd0b9354868ab86f851b64a03dae7d254dc')
+'compat_libwpg_0_9.patch'
+   'abiword-2.8.6-no-undefined.patch'
+'abiword-2.8.6-libpng15.patch')
+md5sums=('f883b0a7f26229a9c66fd6a1a94381aa'
+ '09446a2ebba8288fc611e88f7cf17298'
+ '42e2614b6e0aad457d91f6ce20b6f225'
+ '40e370e7e88c5437140ef18037abfbd3')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -24,10 +27,23 @@
   patch -Np1 -i ${srcdir}/compat_libwpg_0_9.patch
   # fix a gcc 4.6.x build issue, patch from Fedora
   patch -Np1 -i ${srcdir}/abiword-2.8.6-no-undefined.patch
+  patch -Np0 -i ${srcdir}/abiword-2.8.6-libpng15.patch
+
   libtoolize --force
   autoreconf
 
-  ./configure --prefix=/usr --enable-clipart --enable-templates 
--enable-collab-backend-xmpp --enable-collab-backend-tcp 
--enable-collab-backend-service --disable-collab-backend-sugar --enable-plugins 
--without-gnomevfs --with-gio --with-goffice --disable-static 
--with-psiconv-config=/nothere
+  ./configure --prefix=/usr \
+  --enable-clipart \
+  --enable-templates \
+  --enable-collab-backend-xmpp \
+  --enable-collab-backend-tcp \
+  --enable-collab-backend-service \
+  --disable-collab-backend-sugar \
+  --enable-plugins --without-gnomevfs \
+  --with-gio \
+  --with-goffice \
+  --disable-static \
+  --with-psiconv-config=/nothere
   make
 }
 
@@ -54,7 +70,8 @@
 
 package_abiword-plugins() {
   pkgdesc=Additional plugins for Abiword
-  depends=(abiword=${pkgver}-${pkgrel} 'loudmouth' 'libwpg' 'libwmf' 
'link-grammar' 'gtkmathview' 'aiksaurus' 'libxslt' 'libsoup' 'libots' 'libgsf')
+  depends=(abiword=${pkgver}-${pkgrel} 'loudmouth' 'libwpg' 'libwmf' 
'link-grammar' 
+   'gtkmathview' 'aiksaurus' 'libxslt' 'libsoup' 'libots' 'libgsf')
 
   cd ${srcdir}/${pkgbase}-${pkgver}/plugins
   for dir in collab wpg wmf grammar mathview aiksaurus latex ots wordperfect; 
do

Added: abiword-2.8.6-libpng15.patch
===
--- abiword-2.8.6-libpng15.patch(rev 0)
+++ abiword-2.8.6-libpng15.patch2012-01-19 14:58:28 UTC (rev 146945)
@@ -0,0 +1,100 @@
+$NetBSD: patch-plugins_bmp_xp_ie__impGraphic__BMP.cpp,v 1.1 2011/02/01 
10:48:15 wiz Exp $
+
+Fix build with png-1.5.
+
+--- plugins/bmp/xp/ie_impGraphic_BMP.cpp.orig  2009-06-25 04:02:06.0 
+
 plugins/bmp/xp/ie_impGraphic_BMP.cpp
+@@ -191,7 +191,10 @@ UT_Error IE_ImpGraphic_BMP::_convertGrap
+ 
+   /* Clean Up Memory Used */
+   
+-  FREEP(m_pPNGInfo-palette);
++  png_colorp palette;
++  int num_palette;
++  png_get_PLTE( m_pPNG, m_pPNGInfo, palette, num_palette );
++  FREEP(palette);
+   DELETEP(pBB);
+   png_destroy_write_struct(m_pPNG, m_pPNGInfo);
+
+@@ -313,7 +316,7 @@ UT_Error IE_ImpGraphic_BMP::Initialize_P
+* the normal method of doing things with libpng).  REQUIRED unless you
+* set up your own error handlers in the png_create_read_struct() 
earlier.
+*/
+-  if (setjmp(m_pPNG-jmpbuf))
++  if (setjmp(png_jmpbuf(m_pPNG)))
+   {
+   /* Free all of the memory associated with the png_ptr and 
info_ptr */
+   png_destroy_write_struct(m_pPNG, m_pPNGInfo);
+@@ -332,7 +335,7 @@ UT_Error IE_ImpGraphic_BMP::Initialize_P
+   UT_Error 

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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 09:59:03
  Author: giovanni
Revision: 146946

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

Added:
  abiword/repos/staging-i686/
  abiword/repos/staging-i686/PKGBUILD
(from rev 146945, abiword/trunk/PKGBUILD)
  abiword/repos/staging-i686/abiword-2.8.6-libpng15.patch
(from rev 146945, abiword/trunk/abiword-2.8.6-libpng15.patch)
  abiword/repos/staging-i686/abiword-2.8.6-no-undefined.patch
(from rev 146945, abiword/trunk/abiword-2.8.6-no-undefined.patch)
  abiword/repos/staging-i686/abiword.install
(from rev 146945, abiword/trunk/abiword.install)
  abiword/repos/staging-i686/compat_libwpg_0_9.patch
(from rev 146945, abiword/trunk/compat_libwpg_0_9.patch)
  abiword/repos/staging-x86_64/
  abiword/repos/staging-x86_64/PKGBUILD
(from rev 146945, abiword/trunk/PKGBUILD)
  abiword/repos/staging-x86_64/abiword-2.8.6-libpng15.patch
(from rev 146945, abiword/trunk/abiword-2.8.6-libpng15.patch)
  abiword/repos/staging-x86_64/abiword-2.8.6-no-undefined.patch
(from rev 146945, abiword/trunk/abiword-2.8.6-no-undefined.patch)
  abiword/repos/staging-x86_64/abiword.install
(from rev 146945, abiword/trunk/abiword.install)
  abiword/repos/staging-x86_64/compat_libwpg_0_9.patch
(from rev 146945, abiword/trunk/compat_libwpg_0_9.patch)

-+
 staging-i686/PKGBUILD   |   80 
 staging-i686/abiword-2.8.6-libpng15.patch   |  100 +
 staging-i686/abiword-2.8.6-no-undefined.patch   |   21 +
 staging-i686/abiword.install|   11 
 staging-i686/compat_libwpg_0_9.patch|  371 ++
 staging-x86_64/PKGBUILD |   80 
 staging-x86_64/abiword-2.8.6-libpng15.patch |  100 +
 staging-x86_64/abiword-2.8.6-no-undefined.patch |   21 +
 staging-x86_64/abiword.install  |   11 
 staging-x86_64/compat_libwpg_0_9.patch  |  371 ++
 10 files changed, 1166 insertions(+)

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


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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 10:30:34
  Author: giovanni
Revision: 146949

upgpkg: libass 0.10.0-3

libass is not requested, it's only for tests and it's disabled by default

Modified:
  libass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 15:15:14 UTC (rev 146948)
+++ PKGBUILD2012-01-19 15:30:34 UTC (rev 146949)
@@ -4,12 +4,12 @@
 
 pkgname=libass
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A portable library for SSA/ASS subtitles rendering
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/libass/;
 license=('BSD')
-depends=('enca' 'fontconfig' 'libpng' 'fribidi')
+depends=('enca' 'fontconfig' 'fribidi')
 makedepends=('pkg-config')
 options=(!libtool)
 source=(http://libass.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)



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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 10:31:00
  Author: giovanni
Revision: 146950

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-19 15:30:34 UTC (rev 146949)
+++ extra-i686/PKGBUILD 2012-01-19 15:31:00 UTC (rev 146950)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
-
-pkgname=libass
-pkgver=0.10.0
-pkgrel=2
-pkgdesc=A portable library for SSA/ASS subtitles rendering
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/libass/;
-license=('BSD')
-depends=('enca' 'fontconfig' 'libpng' 'fribidi')
-makedepends=('pkg-config')
-options=(!libtool)
-source=(http://libass.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1855bddc4c167f96968dddeeda0eb45c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libass/repos/extra-i686/PKGBUILD (from rev 146949, 
libass/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-19 15:31:00 UTC (rev 146950)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+
+pkgname=libass
+pkgver=0.10.0
+pkgrel=3
+pkgdesc=A portable library for SSA/ASS subtitles rendering
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/libass/;
+license=('BSD')
+depends=('enca' 'fontconfig' 'fribidi')
+makedepends=('pkg-config')
+options=(!libtool)
+source=(http://libass.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1855bddc4c167f96968dddeeda0eb45c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-19 15:30:34 UTC (rev 146949)
+++ extra-x86_64/PKGBUILD   2012-01-19 15:31:00 UTC (rev 146950)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
-
-pkgname=libass
-pkgver=0.10.0
-pkgrel=2
-pkgdesc=A portable library for SSA/ASS subtitles rendering
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/libass/;
-license=('BSD')
-depends=('enca' 'fontconfig' 'libpng' 'fribidi')
-makedepends=('pkg-config')
-options=(!libtool)
-source=(http://libass.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1855bddc4c167f96968dddeeda0eb45c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libass/repos/extra-x86_64/PKGBUILD (from rev 146949, 
libass/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-19 15:31:00 UTC (rev 146950)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+
+pkgname=libass
+pkgver=0.10.0
+pkgrel=3
+pkgdesc=A portable library for SSA/ASS subtitles rendering
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/libass/;
+license=('BSD')
+depends=('enca' 'fontconfig' 'fribidi')
+makedepends=('pkg-config')
+options=(!libtool)
+source=(http://libass.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1855bddc4c167f96968dddeeda0eb45c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 14:43:27
  Author: giovanni
Revision: 146970

upgpkg: gtkglext 1.2.0-7

libpng 1.5 rebuild

Modified:
  gtkglext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 19:16:11 UTC (rev 146969)
+++ PKGBUILD2012-01-19 19:43:27 UTC (rev 146970)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: damir da...@archlinux.org
+# Maintainer:
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gtkglext
 pkgver=1.2.0
-pkgrel=6
+pkgrel=7
 pkgdesc=opengl extensions for gtk2
 arch=('i686' 'x86_64')
 url=http://gtkglext.sourceforge.net/;
@@ -12,16 +12,24 @@
 depends=('gtk2' 'mesa' 'libxmu')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/gtkglext/${pkgname}-${pkgver}.tar.bz2;
-   gtk2.20.patch)
+   'gtk2.20.patch')
 md5sums=('ed7ba24ce06a8630c07f2d0ee5f04ab4'
  'e5a87ec3f2d0e616c6f32f90c3f7237f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
   patch -Np1 -i ${srcdir}/gtk2.20.patch
   sed '/AC_PATH_XTRA/d' -i configure.in
+
   autoreconf --force --install
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr \
+  --disable-static
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   make DESTDIR=${pkgdir} install
 }



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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 14:43:46
  Author: giovanni
Revision: 146971

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

Added:
  gtkglext/repos/staging-i686/
  gtkglext/repos/staging-i686/PKGBUILD
(from rev 146970, gtkglext/trunk/PKGBUILD)
  gtkglext/repos/staging-i686/gtk2.20.patch
(from rev 146970, gtkglext/trunk/gtk2.20.patch)
  gtkglext/repos/staging-x86_64/
  gtkglext/repos/staging-x86_64/PKGBUILD
(from rev 146970, gtkglext/trunk/PKGBUILD)
  gtkglext/repos/staging-x86_64/gtk2.20.patch
(from rev 146970, gtkglext/trunk/gtk2.20.patch)

--+
 staging-i686/PKGBUILD|   35 ++
 staging-i686/gtk2.20.patch   |   77 +
 staging-x86_64/PKGBUILD  |   35 ++
 staging-x86_64/gtk2.20.patch |   77 +
 4 files changed, 224 insertions(+)

Copied: gtkglext/repos/staging-i686/PKGBUILD (from rev 146970, 
gtkglext/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-19 19:43:46 UTC (rev 146971)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gtkglext
+pkgver=1.2.0
+pkgrel=7
+pkgdesc=opengl extensions for gtk2
+arch=('i686' 'x86_64')
+url=http://gtkglext.sourceforge.net/;
+license=('LGPL')
+depends=('gtk2' 'mesa' 'libxmu')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/gtkglext/${pkgname}-${pkgver}.tar.bz2;
+   'gtk2.20.patch')
+md5sums=('ed7ba24ce06a8630c07f2d0ee5f04ab4'
+ 'e5a87ec3f2d0e616c6f32f90c3f7237f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/gtk2.20.patch
+  sed '/AC_PATH_XTRA/d' -i configure.in
+
+  autoreconf --force --install
+  ./configure --prefix=/usr \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: gtkglext/repos/staging-i686/gtk2.20.patch (from rev 146970, 
gtkglext/trunk/gtk2.20.patch)
===
--- staging-i686/gtk2.20.patch  (rev 0)
+++ staging-i686/gtk2.20.patch  2012-01-19 19:43:46 UTC (rev 146971)
@@ -0,0 +1,77 @@
+diff -Nur gtkglext-1.2.0.orig/gtk/gtkglwidget.c 
gtkglext-1.2.0/gtk/gtkglwidget.c
+--- gtkglext-1.2.0.orig/gtk/gtkglwidget.c  2004-02-20 11:38:36.0 
+0200
 gtkglext-1.2.0/gtk/gtkglwidget.c   2010-04-20 19:29:42.941917275 +0300
+@@ -127,7 +127,7 @@
+* Synchronize OpenGL and window resizing request streams.
+*/
+ 
+-  if (GTK_WIDGET_REALIZED (widget)  private-is_realized)
++  if (gtk_widget_get_realized (widget)  private-is_realized)
+ {
+   gldrawable = gdk_window_get_gl_drawable (widget-window);
+   gdk_gl_drawable_wait_gdk (gldrawable);
+@@ -154,7 +154,7 @@
+* Remove OpenGL-capability from widget-window.
+*/
+ 
+-  if (GTK_WIDGET_REALIZED (widget))
++  if (gtk_widget_get_realized (widget))
+ gdk_window_unset_gl_capability (widget-window);
+ 
+   private-is_realized = FALSE;
+@@ -174,7 +174,7 @@
+*/
+ 
+   toplevel = gtk_widget_get_toplevel (widget);
+-  if (GTK_WIDGET_TOPLEVEL (toplevel)  !GTK_WIDGET_REALIZED (toplevel))
++  if (gtk_widget_is_toplevel (toplevel)  !gtk_widget_get_realized 
(toplevel))
+ {
+   GTK_GL_NOTE (MISC,
+ g_message ( - Install colormap to the top-level window.));
+@@ -194,7 +194,7 @@
+* Set a background of None on window to avoid AIX X server crash.
+*/
+ 
+-  if (GTK_WIDGET_REALIZED (widget))
++  if (gtk_widget_get_realized (widget))
+ {
+   GTK_GL_NOTE (MISC,
+ g_message ( - window-bg_pixmap = %p,
+@@ -250,8 +250,8 @@
+   GTK_GL_NOTE_FUNC ();
+ 
+   g_return_val_if_fail (GTK_IS_WIDGET (widget), FALSE);
+-  g_return_val_if_fail (!GTK_WIDGET_NO_WINDOW (widget), FALSE);
+-  g_return_val_if_fail (!GTK_WIDGET_REALIZED (widget), FALSE);
++  g_return_val_if_fail (gtk_widget_get_has_window (widget), FALSE);
++  g_return_val_if_fail (!gtk_widget_get_realized (widget), FALSE);
+   g_return_val_if_fail (GDK_IS_GL_CONFIG (glconfig), FALSE);
+ 
+   /* 
+@@ -432,7 +432,7 @@
+   GTK_GL_NOTE_FUNC ();
+ 
+   g_return_val_if_fail (GTK_IS_WIDGET (widget), NULL);
+-  g_return_val_if_fail (GTK_WIDGET_REALIZED (widget), NULL);
++  g_return_val_if_fail (gtk_widget_get_realized (widget), NULL);
+ 
+   gldrawable = gdk_window_get_gl_drawable (widget-window);
+   if (gldrawable == NULL)
+@@ -474,7 +474,7 @@
+   GLWidgetPrivate *private;
+ 
+   g_return_val_if_fail (GTK_IS_WIDGET (widget), NULL);
+-  g_return_val_if_fail (GTK_WIDGET_REALIZED (widget), NULL);
++  g_return_val_if_fail (gtk_widget_get_realized (widget), NULL);
+ 
+   private = g_object_get_qdata (G_OBJECT (widget), quark_gl_private);
+   if (private == NULL)
+@@ -501,7 +501,7 @@
+ gtk_widget_get_gl_window (GtkWidget *widget)
+ {
+ 

[arch-commits] Commit in celestia/trunk (4 files)

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 16:56:40
  Author: giovanni
Revision: 146980

upgpkg: celestia 1.6.1-2

libpng 1.5 rebuild

Added:
  celestia/trunk/celestia-1.6.1-gcc46.patch
  celestia/trunk/celestia-1.6.1-libpng15.patch
  celestia/trunk/celestia-1.6.1-linking.patch
Modified:
  celestia/trunk/PKGBUILD

---+
 PKGBUILD  |   28 ++--
 celestia-1.6.1-gcc46.patch|   13 +
 celestia-1.6.1-libpng15.patch |   14 ++
 celestia-1.6.1-linking.patch  |   54 
 4 files changed, 101 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 21:29:09 UTC (rev 146979)
+++ PKGBUILD2012-01-19 21:56:40 UTC (rev 146980)
@@ -4,35 +4,47 @@
 
 pkgname=celestia
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Real-time space simulation
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.shatters.net/celestia/;
 depends=('gtk2' 'libtheora' 'lua' 'gtkglext' 'glut' 'libxmu' 'mesa' 'libjpeg')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/celestia/${pkgname}-${pkgver}.tar.gz
-   celestia-1.5.1-gcc44.patch celestia-1.6.1-gentoo.patch)
+source=(http://downloads.sourceforge.net/sourceforge/celestia/${pkgname}-${pkgver}.tar.gz;
+'celestia-1.6.1-gcc46.patch' 
+'celestia-1.6.1-libpng15.patch'
+'celestia-1.6.1-linking.patch')
 sha1sums=('1f0fdf4525a8b9d6c708e1f6383babed670d18e7'
-  '5ab2769e239a89468bb8ffb5740cbeec6018143c'
-  'aebf894630fdba4c4d429622f5e2b8da56d8b61e')
+  '7c08ca391603806d788cb8f3342acedafc924eef'
+  '46ecc4e10b24191384bc848c206652498843adf0'
+  '534c8eee18d13a868c91f0b870ebecc05f3e7ae1')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
 
 # build patch
-patch -Np0  ${srcdir}/celestia-1.5.1-gcc44.patch
-patch -Np0 -i ${srcdir}/celestia-1.6.1-gentoo.patch
+patch -Np0 -i ${srcdir}/celestia-1.6.1-gcc46.patch
+patch -Np0 -i ${srcdir}/celestia-1.6.1-libpng15.patch
+patch -Np1 -i ${srcdir}/celestia-1.6.1-linking.patch
 
+# This version of Celestia has a bug in the font rendering and requires 
-fsigned-char 
+export CFLAGS=$CFLAGS -fsigned-char
+export CXXFLAGS=$CXXFLAGS -fsigned-char
+
+autoreconf
 ./configure --prefix=/usr \
 --with-lua=/usr \
--datadir=/usr/share \
---with-gtk
+--with-gtk \
+--disable-rpath \
+--with-lua
 make
 }
 
 package() {
 cd ${srcdir}/${pkgname}-${pkgver}
+
 make DESTDIR=${pkgdir} install
 }
 

Added: celestia-1.6.1-gcc46.patch
===
--- celestia-1.6.1-gcc46.patch  (rev 0)
+++ celestia-1.6.1-gcc46.patch  2012-01-19 21:56:40 UTC (rev 146980)
@@ -0,0 +1,13 @@
+http://bugs.gentoo.org/show_bug.cgi?id=366073
+
+Patch written by Nils Larsson n...@nerdshack.com
+--- src/celengine/frametree.h
 src/celengine/frametree.h
+@@ -14,6 +14,7 @@
+ #define _CELENGINE_FRAMETREE_H_
+ 
+ #include vector
++#include cstddef
+ 
+ class Star;
+ class Body;

Added: celestia-1.6.1-libpng15.patch
===
--- celestia-1.6.1-libpng15.patch   (rev 0)
+++ celestia-1.6.1-libpng15.patch   2012-01-19 21:56:40 UTC (rev 146980)
@@ -0,0 +1,14 @@
+imagecapture.cpp:184:40: error: ‘Z_BEST_COMPRESSION’ was not declared in this 
scope
+
+--- src/celestia/imagecapture.cpp
 src/celestia/imagecapture.cpp
+@@ -31,6 +31,9 @@
+ #include png.h
+ #endif
+ 
++// Z_BEST_COMPRESSION
++#include zlib.h
++
+ // Define png_jmpbuf() in case we are using a pre-1.0.6 version of libpng
+ #ifndef png_jmpbuf
+ #define png_jmpbuf(png_ptr) png_ptr-jmpbuf

Added: celestia-1.6.1-linking.patch
===
--- celestia-1.6.1-linking.patch(rev 0)
+++ celestia-1.6.1-linking.patch2012-01-19 21:56:40 UTC (rev 146980)
@@ -0,0 +1,54 @@
+Fix linking issues:
+ * underlinking GLUT (bug #372123, #387609)
+ * as-needed (bug #281258)
+
+--- a/src/celestia/Makefile.am
 b/src/celestia/Makefile.am
+@@ -7,14 +7,15 @@
+ 
+ if ENABLE_KDE
+ SUBDIRS += kde
+-celestiaKDELIBS = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE) \
+-  $(LIBSOCKET) -lDCOP kde/libkdegui.a
++celestiaKDELIBS = kde/libkdegui.a
+ celestia_LDFLAGS = $(all_libraries) $(KDE_RPATH)
++LIBS += $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE) $(LIBSOCKET) -lDCOP
+ endif
+ 
+ if ENABLE_GTK
+ SUBDIRS += gtk
+-celestiaGTKLIBS = $(GTK_LIBS) gtk/libgtkgui.a
++celestiaGTKLIBS = gtk/libgtkgui.a
++LIBS += $(GTK_LIBS)
+ endif
+ 
+ COMMONSOURCES = \
+@@ -62,6 +63,7 @@
+ 
+ if ENABLE_GLUT
+ GLUTSOURCES = glutmain.cpp
++GLUTLIBS = -lGL
+ endif
+ 
+ if ENABLE_THEORA
+@@ 

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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 16:57:20
  Author: giovanni
Revision: 146981

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

Added:
  celestia/repos/staging-i686/
  celestia/repos/staging-i686/PKGBUILD
(from rev 146980, celestia/trunk/PKGBUILD)
  celestia/repos/staging-i686/celestia-1.5.1-gcc44.patch
(from rev 146980, celestia/trunk/celestia-1.5.1-gcc44.patch)
  celestia/repos/staging-i686/celestia-1.6.1-gcc46.patch
(from rev 146980, celestia/trunk/celestia-1.6.1-gcc46.patch)
  celestia/repos/staging-i686/celestia-1.6.1-gentoo.patch
(from rev 146980, celestia/trunk/celestia-1.6.1-gentoo.patch)
  celestia/repos/staging-i686/celestia-1.6.1-libpng15.patch
(from rev 146980, celestia/trunk/celestia-1.6.1-libpng15.patch)
  celestia/repos/staging-i686/celestia-1.6.1-linking.patch
(from rev 146980, celestia/trunk/celestia-1.6.1-linking.patch)
  celestia/repos/staging-x86_64/
  celestia/repos/staging-x86_64/PKGBUILD
(from rev 146980, celestia/trunk/PKGBUILD)
  celestia/repos/staging-x86_64/celestia-1.5.1-gcc44.patch
(from rev 146980, celestia/trunk/celestia-1.5.1-gcc44.patch)
  celestia/repos/staging-x86_64/celestia-1.6.1-gcc46.patch
(from rev 146980, celestia/trunk/celestia-1.6.1-gcc46.patch)
  celestia/repos/staging-x86_64/celestia-1.6.1-gentoo.patch
(from rev 146980, celestia/trunk/celestia-1.6.1-gentoo.patch)
  celestia/repos/staging-x86_64/celestia-1.6.1-libpng15.patch
(from rev 146980, celestia/trunk/celestia-1.6.1-libpng15.patch)
  celestia/repos/staging-x86_64/celestia-1.6.1-linking.patch
(from rev 146980, celestia/trunk/celestia-1.6.1-linking.patch)

--+
 staging-i686/PKGBUILD|   50 +++
 staging-i686/celestia-1.5.1-gcc44.patch  |   20 +
 staging-i686/celestia-1.6.1-gcc46.patch  |   13 ++
 staging-i686/celestia-1.6.1-gentoo.patch |   23 ++
 staging-i686/celestia-1.6.1-libpng15.patch   |   14 ++
 staging-i686/celestia-1.6.1-linking.patch|   54 +
 staging-x86_64/PKGBUILD  |   50 +++
 staging-x86_64/celestia-1.5.1-gcc44.patch|   20 +
 staging-x86_64/celestia-1.6.1-gcc46.patch|   13 ++
 staging-x86_64/celestia-1.6.1-gentoo.patch   |   23 ++
 staging-x86_64/celestia-1.6.1-libpng15.patch |   14 ++
 staging-x86_64/celestia-1.6.1-linking.patch  |   54 +
 12 files changed, 348 insertions(+)

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

Copied: celestia/repos/staging-i686/celestia-1.5.1-gcc44.patch (from rev 
146980, celestia/trunk/celestia-1.5.1-gcc44.patch)
===
--- staging-i686/celestia-1.5.1-gcc44.patch (rev 0)
+++ staging-i686/celestia-1.5.1-gcc44.patch 2012-01-19 21:57:20 UTC (rev 
146981)
@@ -0,0 +1,20 @@
+--- src/celengine/overlay.h.orig   2009-07-08 02:27:08.0 -0400
 src/celengine/overlay.h2009-07-08 02:27:28.0 -0400
+@@ -10,6 +10,7 @@
+ #ifndef _OVERLAY_H_
+ #define _OVERLAY_H_
+ 

[arch-commits] Commit in dvdauthor/trunk (PKGBUILD dvdauthor-0.7.0-libpng15.patch)

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 17:25:08
  Author: giovanni
Revision: 146984

upgpkg: dvdauthor 0.7.0-4

libpng 1.5 rebuild

Added:
  dvdauthor/trunk/dvdauthor-0.7.0-libpng15.patch
Modified:
  dvdauthor/trunk/PKGBUILD

+
 PKGBUILD   |   10 +++---
 dvdauthor-0.7.0-libpng15.patch |   19 +++
 2 files changed, 26 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 22:19:37 UTC (rev 146983)
+++ PKGBUILD2012-01-19 22:25:08 UTC (rev 146984)
@@ -6,19 +6,23 @@
 
 pkgname=dvdauthor
 pkgver=0.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc=DVD authoring tools
 arch=('i686' 'x86_64')
 url=http://dvdauthor.sourceforge.net/;
 license=('GPL')
 depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('33a447fb98ab3293ac40f869eedc17ff')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'dvdauthor-0.7.0-libpng15.patch')
+md5sums=('33a447fb98ab3293ac40f869eedc17ff'
+ '9ea90bbea6adb0469c8c1b2f7d033f11')
 
 build() {
   cd ${srcdir}/${pkgname}
 
+  patch -Np0 -i ${srcdir}/dvdauthor-0.7.0-libpng15.patch
+
   ./configure --prefix=/usr \
   --sysconfdir=/etc
   make

Added: dvdauthor-0.7.0-libpng15.patch
===
--- dvdauthor-0.7.0-libpng15.patch  (rev 0)
+++ dvdauthor-0.7.0-libpng15.patch  2012-01-19 22:25:08 UTC (rev 146984)
@@ -0,0 +1,19 @@
+--- src/spuunmux.c
 src/spuunmux.c
+@@ -39,6 +39,7 @@
+ #include netinet/in.h
+ 
+ #include png.h
++#include zlib.h
+ 
+ #include rgb.h
+ #include common.h
+@@ -610,7 +611,7 @@
+ png_destroy_write_struct(png_ptr, (png_infopp)NULL);
+ return -1;
+   } /*if*/
+-if (setjmp(png_ptr-jmpbuf))
++if (setjmp(png_jmpbuf(png_ptr)))
+   {
+ png_destroy_write_struct(png_ptr, info_ptr);
+ fclose(fp);



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

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 17:25:27
  Author: giovanni
Revision: 146985

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

Added:
  dvdauthor/repos/staging-i686/
  dvdauthor/repos/staging-i686/PKGBUILD
(from rev 146984, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/staging-i686/dvdauthor-0.7.0-libpng15.patch
(from rev 146984, dvdauthor/trunk/dvdauthor-0.7.0-libpng15.patch)
  dvdauthor/repos/staging-x86_64/
  dvdauthor/repos/staging-x86_64/PKGBUILD
(from rev 146984, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/staging-x86_64/dvdauthor-0.7.0-libpng15.patch
(from rev 146984, dvdauthor/trunk/dvdauthor-0.7.0-libpng15.patch)

---+
 staging-i686/PKGBUILD |   35 
 staging-i686/dvdauthor-0.7.0-libpng15.patch   |   19 +
 staging-x86_64/PKGBUILD   |   35 
 staging-x86_64/dvdauthor-0.7.0-libpng15.patch |   19 +
 4 files changed, 108 insertions(+)

Copied: dvdauthor/repos/staging-i686/PKGBUILD (from rev 146984, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-19 22:25:27 UTC (rev 146985)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=4
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'dvdauthor-0.7.0-libpng15.patch')
+md5sums=('33a447fb98ab3293ac40f869eedc17ff'
+ '9ea90bbea6adb0469c8c1b2f7d033f11')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  patch -Np0 -i ${srcdir}/dvdauthor-0.7.0-libpng15.patch
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/staging-i686/dvdauthor-0.7.0-libpng15.patch (from rev 
146984, dvdauthor/trunk/dvdauthor-0.7.0-libpng15.patch)
===
--- staging-i686/dvdauthor-0.7.0-libpng15.patch (rev 0)
+++ staging-i686/dvdauthor-0.7.0-libpng15.patch 2012-01-19 22:25:27 UTC (rev 
146985)
@@ -0,0 +1,19 @@
+--- src/spuunmux.c
 src/spuunmux.c
+@@ -39,6 +39,7 @@
+ #include netinet/in.h
+ 
+ #include png.h
++#include zlib.h
+ 
+ #include rgb.h
+ #include common.h
+@@ -610,7 +611,7 @@
+ png_destroy_write_struct(png_ptr, (png_infopp)NULL);
+ return -1;
+   } /*if*/
+-if (setjmp(png_ptr-jmpbuf))
++if (setjmp(png_jmpbuf(png_ptr)))
+   {
+ png_destroy_write_struct(png_ptr, info_ptr);
+ fclose(fp);

Copied: dvdauthor/repos/staging-x86_64/PKGBUILD (from rev 146984, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-19 22:25:27 UTC (rev 146985)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=4
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'dvdauthor-0.7.0-libpng15.patch')
+md5sums=('33a447fb98ab3293ac40f869eedc17ff'
+ '9ea90bbea6adb0469c8c1b2f7d033f11')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  patch -Np0 -i ${srcdir}/dvdauthor-0.7.0-libpng15.patch
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/staging-x86_64/dvdauthor-0.7.0-libpng15.patch (from rev 
146984, dvdauthor/trunk/dvdauthor-0.7.0-libpng15.patch)
===
--- staging-x86_64/dvdauthor-0.7.0-libpng15.patch   
(rev 0)
+++ staging-x86_64/dvdauthor-0.7.0-libpng15.patch   2012-01-19 22:25:27 UTC 
(rev 146985)
@@ -0,0 +1,19 @@
+--- src/spuunmux.c
 src/spuunmux.c
+@@ -39,6 +39,7 @@
+ #include netinet/in.h
+ 
+ #include png.h
++#include zlib.h
+ 
+ #include rgb.h
+ #include common.h
+@@ -610,7 +611,7

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

2012-01-20 Thread Giovanni Scafora
Date: Friday, January 20, 2012 @ 14:49:14
  Author: giovanni
Revision: 147017

upgpkg: tuxpuck 0.8.2-5

libpng 1.5 rebuild

Added:
  tuxpuck/trunk/tuxpuck-0.8.2-ldflags.patch
  tuxpuck/trunk/tuxpuck-0.8.2-libpng15.patch
Modified:
  tuxpuck/trunk/PKGBUILD

--+
 PKGBUILD |   33 -
 tuxpuck-0.8.2-ldflags.patch  |   11 +++
 tuxpuck-0.8.2-libpng15.patch |   63 +
 3 files changed, 100 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-20 19:27:51 UTC (rev 147016)
+++ PKGBUILD2012-01-20 19:49:14 UTC (rev 147017)
@@ -3,20 +3,39 @@
 
 pkgname=tuxpuck
 pkgver=0.8.2
-pkgrel=4
+pkgrel=5
 pkgdesc=Airhockey with tux
 arch=('i686' 'x86_64')
 url=http://home.no.net/munsuun/tuxpuck/;
 license=('GPL2')
-depends=('libjpeg=8' 'sdl' 'libpng=1.4.0' 'libvorbis')
+depends=('libjpeg' 'sdl' 'libpng' 'libvorbis')
 makedepends=('freetype2')
 options=('!makeflags')
-source=(http://ftp.de.debian.org/debian/pool/main/t/${pkgname}/${pkgname}_$pkgver.orig.tar.gz)
-md5sums=('fc839abc2b1f3eafae397e1ed6487079')
+source=(http://ftp.de.debian.org/debian/pool/main/t/${pkgname}/${pkgname}_$pkgver.orig.tar.gz;
+'tuxpuck-0.8.2-ldflags.patch'
+'tuxpuck-0.8.2-libpng15.patch')
+md5sums=('fc839abc2b1f3eafae397e1ed6487079'
+ 'cb914d211bf3f519b7700fda180612b0'
+ 'a4da530d670a0c30ac0840aab1db0dca')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  sed -i 's|usr/man|usr/share/man|' Makefile || return 1
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+
+  sed -i 's|usr/man|usr/share/man|' Makefile
+  sed -i -e 's/-Werror//' \
+ -e '/^CC/d' \
+ Makefile \
+ utils/Makefile \
+ data/Makefile
+
+  patch -Np0 -i ${srcdir}/tuxpuck-0.8.2-ldflags.patch
+  patch -Np0 -i ${srcdir}/tuxpuck-0.8.2-libpng15.patch
+
+  make
 }
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Added: tuxpuck-0.8.2-ldflags.patch
===
--- tuxpuck-0.8.2-ldflags.patch (rev 0)
+++ tuxpuck-0.8.2-ldflags.patch 2012-01-20 19:49:14 UTC (rev 147017)
@@ -0,0 +1,11 @@
+--- Makefile.old   2010-10-05 10:34:57.0 +0200
 Makefile   2010-10-05 10:35:28.0 +0200
+@@ -20,7 +20,7 @@
+ 
+ $(NAME) : $(OBJS)
+   cd data; $(MAKE)
+-  $(CC) $(CFLAGS) $(OBJS) data/libdata.a `sdl-config --libs` -lm -lpng \
++  $(CC) $(LDFLAGS) $(CFLAGS) $(OBJS) data/libdata.a `sdl-config --libs` 
-lm -lpng \
+   -ljpeg -lz -lvorbisfile -lvorbis -logg -o $(NAME)
+ 
+ w32icon.o : data/icons/tuxpuck.ico

Added: tuxpuck-0.8.2-libpng15.patch
===
--- tuxpuck-0.8.2-libpng15.patch(rev 0)
+++ tuxpuck-0.8.2-libpng15.patch2012-01-20 19:49:14 UTC (rev 147017)
@@ -0,0 +1,63 @@
+--- png.c.old  2011-09-14 16:25:54.415338149 +0200
 png.c  2011-09-14 17:41:02.190803110 +0200
+@@ -38,6 +38,8 @@
+   png_color_16 *transv;
+   SDL_RWops *src = NULL;
+   Uint32 size;
++  int num_palette;
++  png_colorp png_palette;
+ 
+   memcpy(size, data, sizeof(Uint32));
+   if (memcounter)
+@@ -74,7 +76,7 @@
+* the normal method of doing things with libpng).  REQUIRED unless you
+* set up your own error handlers in png_create_read_struct() earlier.
+*/
+-  if (setjmp(png_ptr-jmpbuf)) {
++  if (setjmp(png_jmpbuf(png_ptr))) {
+ SDL_SetError(Error reading the PNG file.);
+ goto done;
+   }
+@@ -142,9 +144,9 @@
+   Rmask = 0x00FF;
+   Gmask = 0xFF00;
+   Bmask = 0x00FF;
+-  Amask = (info_ptr-channels == 4) ? 0xFF00 : 0;
++  Amask = (png_get_channels(png_ptr, info_ptr) == 4) ? 0xFF00 : 0;
+ } else {
+-  int s = (info_ptr-channels == 4) ? 0 : 8;
++  int s = (png_get_channels(png_ptr, info_ptr) == 4) ? 0 : 8;
+   Rmask = 0xFF00  s;
+   Gmask = 0x00FF  s;
+   Bmask = 0xFF00  s;
+@@ -152,7 +154,7 @@
+ }
+   }
+   surface = SDL_AllocSurface(SDL_SWSURFACE, width, height,
+-   bit_depth * info_ptr-channels, Rmask, Gmask,
++   bit_depth * png_get_channels(png_ptr, info_ptr), 
Rmask, Gmask,
+Bmask, Amask);
+   if (surface == NULL) {
+ SDL_SetError(Out of memory);
+@@ -197,12 +199,15 @@
+   palette-colors[i].g = i;
+   palette-colors[i].b = i;
+   }
+-} else if (info_ptr-num_palette  0) {
+-  palette-ncolors = info_ptr-num_palette;
+-  for (i = 0; i  info_ptr-num_palette; ++i) {
+-  palette-colors[i].b = info_ptr-palette[i].blue;
+-  palette-colors[i].g = info_ptr-palette[i].green;
+-  palette-colors[i].r = info_ptr-palette[i].red;
++} else {
++  png_get_PLTE(png_ptr, info_ptr, png_palette, num_palette);
++  

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

2012-01-20 Thread Giovanni Scafora
Date: Friday, January 20, 2012 @ 14:49:39
  Author: giovanni
Revision: 147018

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

Added:
  tuxpuck/repos/staging-i686/
  tuxpuck/repos/staging-i686/PKGBUILD
(from rev 147017, tuxpuck/trunk/PKGBUILD)
  tuxpuck/repos/staging-i686/tuxpuck-0.8.2-ldflags.patch
(from rev 147017, tuxpuck/trunk/tuxpuck-0.8.2-ldflags.patch)
  tuxpuck/repos/staging-i686/tuxpuck-0.8.2-libpng15.patch
(from rev 147017, tuxpuck/trunk/tuxpuck-0.8.2-libpng15.patch)
  tuxpuck/repos/staging-x86_64/
  tuxpuck/repos/staging-x86_64/PKGBUILD
(from rev 147017, tuxpuck/trunk/PKGBUILD)
  tuxpuck/repos/staging-x86_64/tuxpuck-0.8.2-ldflags.patch
(from rev 147017, tuxpuck/trunk/tuxpuck-0.8.2-ldflags.patch)
  tuxpuck/repos/staging-x86_64/tuxpuck-0.8.2-libpng15.patch
(from rev 147017, tuxpuck/trunk/tuxpuck-0.8.2-libpng15.patch)

-+
 staging-i686/PKGBUILD   |   41 
 staging-i686/tuxpuck-0.8.2-ldflags.patch|   11 
 staging-i686/tuxpuck-0.8.2-libpng15.patch   |   63 ++
 staging-x86_64/PKGBUILD |   41 
 staging-x86_64/tuxpuck-0.8.2-ldflags.patch  |   11 
 staging-x86_64/tuxpuck-0.8.2-libpng15.patch |   63 ++
 6 files changed, 230 insertions(+)

Copied: tuxpuck/repos/staging-i686/PKGBUILD (from rev 147017, 
tuxpuck/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-20 19:49:39 UTC (rev 147018)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=tuxpuck
+pkgver=0.8.2
+pkgrel=5
+pkgdesc=Airhockey with tux
+arch=('i686' 'x86_64')
+url=http://home.no.net/munsuun/tuxpuck/;
+license=('GPL2')
+depends=('libjpeg' 'sdl' 'libpng' 'libvorbis')
+makedepends=('freetype2')
+options=('!makeflags')
+source=(http://ftp.de.debian.org/debian/pool/main/t/${pkgname}/${pkgname}_$pkgver.orig.tar.gz;
+'tuxpuck-0.8.2-ldflags.patch'
+'tuxpuck-0.8.2-libpng15.patch')
+md5sums=('fc839abc2b1f3eafae397e1ed6487079'
+ 'cb914d211bf3f519b7700fda180612b0'
+ 'a4da530d670a0c30ac0840aab1db0dca')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's|usr/man|usr/share/man|' Makefile
+  sed -i -e 's/-Werror//' \
+ -e '/^CC/d' \
+ Makefile \
+ utils/Makefile \
+ data/Makefile
+
+  patch -Np0 -i ${srcdir}/tuxpuck-0.8.2-ldflags.patch
+  patch -Np0 -i ${srcdir}/tuxpuck-0.8.2-libpng15.patch
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: tuxpuck/repos/staging-i686/tuxpuck-0.8.2-ldflags.patch (from rev 
147017, tuxpuck/trunk/tuxpuck-0.8.2-ldflags.patch)
===
--- staging-i686/tuxpuck-0.8.2-ldflags.patch(rev 0)
+++ staging-i686/tuxpuck-0.8.2-ldflags.patch2012-01-20 19:49:39 UTC (rev 
147018)
@@ -0,0 +1,11 @@
+--- Makefile.old   2010-10-05 10:34:57.0 +0200
 Makefile   2010-10-05 10:35:28.0 +0200
+@@ -20,7 +20,7 @@
+ 
+ $(NAME) : $(OBJS)
+   cd data; $(MAKE)
+-  $(CC) $(CFLAGS) $(OBJS) data/libdata.a `sdl-config --libs` -lm -lpng \
++  $(CC) $(LDFLAGS) $(CFLAGS) $(OBJS) data/libdata.a `sdl-config --libs` 
-lm -lpng \
+   -ljpeg -lz -lvorbisfile -lvorbis -logg -o $(NAME)
+ 
+ w32icon.o : data/icons/tuxpuck.ico

Copied: tuxpuck/repos/staging-i686/tuxpuck-0.8.2-libpng15.patch (from rev 
147017, tuxpuck/trunk/tuxpuck-0.8.2-libpng15.patch)
===
--- staging-i686/tuxpuck-0.8.2-libpng15.patch   (rev 0)
+++ staging-i686/tuxpuck-0.8.2-libpng15.patch   2012-01-20 19:49:39 UTC (rev 
147018)
@@ -0,0 +1,63 @@
+--- png.c.old  2011-09-14 16:25:54.415338149 +0200
 png.c  2011-09-14 17:41:02.190803110 +0200
+@@ -38,6 +38,8 @@
+   png_color_16 *transv;
+   SDL_RWops *src = NULL;
+   Uint32 size;
++  int num_palette;
++  png_colorp png_palette;
+ 
+   memcpy(size, data, sizeof(Uint32));
+   if (memcounter)
+@@ -74,7 +76,7 @@
+* the normal method of doing things with libpng).  REQUIRED unless you
+* set up your own error handlers in png_create_read_struct() earlier.
+*/
+-  if (setjmp(png_ptr-jmpbuf)) {
++  if (setjmp(png_jmpbuf(png_ptr))) {
+ SDL_SetError(Error reading the PNG file.);
+ goto done;
+   }
+@@ -142,9 +144,9 @@
+   Rmask = 0x00FF;
+   Gmask = 0xFF00;
+   Bmask = 0x00FF;
+-  Amask = (info_ptr-channels == 4) ? 0xFF00 : 0;
++  Amask = (png_get_channels(png_ptr, info_ptr) == 4) ? 0xFF00 : 0;
+ } else {
+-  int s = (info_ptr-channels == 4) ? 0 : 8;
++  int s = (png_get_channels(png_ptr, info_ptr) == 4) ? 0 : 8;
+   Rmask = 0xFF00  s;
+   Gmask = 0x00FF  s;
+   

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

2012-01-20 Thread Giovanni Scafora
Date: Friday, January 20, 2012 @ 15:00:43
  Author: giovanni
Revision: 147019

upgpkg: transcode 1.1.7-2

libpng 1.5 rebuild

Modified:
  transcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-20 19:49:39 UTC (rev 147018)
+++ PKGBUILD2012-01-20 20:00:43 UTC (rev 147019)
@@ -6,7 +6,7 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A video/DVD ripper and encoder for the terminal/console
 arch=('i686' 'x86_64')
 url=http://tcforge.berlios.de/;



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

2012-01-20 Thread Giovanni Scafora
Date: Friday, January 20, 2012 @ 15:01:07
  Author: giovanni
Revision: 147020

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

Added:
  transcode/repos/staging-i686/
  transcode/repos/staging-i686/PKGBUILD
(from rev 147019, transcode/trunk/PKGBUILD)
  transcode/repos/staging-i686/subtitleripper-0.3.4-linkingorder.patch
(from rev 147019, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/staging-i686/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 147019, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)
  transcode/repos/staging-x86_64/
  transcode/repos/staging-x86_64/PKGBUILD
(from rev 147019, transcode/trunk/PKGBUILD)
  transcode/repos/staging-x86_64/subtitleripper-0.3.4-linkingorder.patch
(from rev 147019, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/staging-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 147019, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)

---+
 staging-i686/PKGBUILD |   57 
 staging-i686/subtitleripper-0.3.4-linkingorder.patch  |   28 +
 staging-i686/subtitleripper-0.3.4-respect-ldflags.patch   |   28 +
 staging-x86_64/PKGBUILD   |   57 
 staging-x86_64/subtitleripper-0.3.4-linkingorder.patch|   28 +
 staging-x86_64/subtitleripper-0.3.4-respect-ldflags.patch |   28 +
 6 files changed, 226 insertions(+)

Copied: transcode/repos/staging-i686/PKGBUILD (from rev 147019, 
transcode/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-20 20:01:07 UTC (rev 147020)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: roberto robe...@archlinux.org
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.7
+pkgrel=2
+pkgdesc=A video/DVD ripper and encoder for the terminal/console
+arch=('i686' 'x86_64')
+url=http://tcforge.berlios.de/;
+license=('GPL')
+depends=('gawk' 'imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
+makedepends=('nasm')
+options=('!libtool')
+source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
+   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
+subtitleripper-0.3.4-linkingorder.patch 
subtitleripper-0.3.4-respect-ldflags.patch)
+sha1sums=('e35df68b960eb56ef0a59a4cdbed1491be56aee6'
+  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
+  'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
+  '591943a33235342a66c3df0625a164a1479c09ae')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-sse --disable-sse2 --disable-altivec --enable-mmx \
+--enable-lame --enable-ogg --enable-vorbis --enable-theora \
+--enable-libdv --enable-libxml2 --enable-v4l \
+--enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
+--enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
+--enable-xvid --enable-x264 --enable-alsa --enable-libmpeg2 
--enable-libmpeg2convert
+  make
+
+  cd ${srcdir}/subtitleripper
+  patch -p1 -i ${srcdir}/subtitleripper-0.3.4-linkingorder.patch
+  patch -p1 -i ${srcdir}/subtitleripper-0.3.4-respect-ldflags.patch
+  sed -e 's|^\(.*lppm.*\)$|#\1|' \
+  -e 's|^\(.*D_HAVE_LIB_PPM.*\)$|#\1|' \
+  -e 's/DEFINES :=/DEFINES = -DHAVE_GETLINE/' \
+  -i Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/subtitleripper
+  install -m 755 pgm2txt ${pkgdir}/usr/bin/
+  install -m 755 srttool ${pkgdir}/usr/bin/
+  install -m 755 subtitle2pgm ${pkgdir}/usr/bin/
+  install -m 755 subtitle2vobsub ${pkgdir}/usr/bin/
+  install -m 755 vobsub2pgm ${pkgdir}/usr/bin/
+}

Copied: transcode/repos/staging-i686/subtitleripper-0.3.4-linkingorder.patch 
(from rev 147019, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
===
--- staging-i686/subtitleripper-0.3.4-linkingorder.patch
(rev 0)
+++ staging-i686/subtitleripper-0.3.4-linkingorder.patch2012-01-20 
20:01:07 UTC (rev 147020)
@@ -0,0 +1,28 @@
+Index: subtitleripper/Makefile
+===
+--- subtitleripper.orig/Makefile
 subtitleripper/Makefile
+@@ -70,19 +70,19 @@ vobsub2pgm.o: vobsub2pgm.c vobsub.h spud
+ # Target
+ subtitle2pgm: subtitle2pgm.o spudec.o
+   @echo Linking $@
+-  @$(CC) $(LIBS) $^ -o $@  
++  @$(CC) $^ -o $@ $(LIBS)
+ 
+ subtitle2vobsub: subtitle2vobsub.o vobsub.o 
+   @echo Linking $@
+-  @$(CC) $(LIBS) $^ -o $@  
++  

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

2012-01-22 Thread Giovanni Scafora
Date: Sunday, January 22, 2012 @ 07:28:40
  Author: giovanni
Revision: 147134

upgpkg: vlc 1.1.13-2

libpng 1.5 rebuild

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-22 11:30:42 UTC (rev 147133)
+++ PKGBUILD2012-01-22 12:28:40 UTC (rev 147134)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=1.1.13
-pkgrel=1
+pkgrel=2
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;



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

2012-01-22 Thread Giovanni Scafora
Date: Sunday, January 22, 2012 @ 07:28:59
  Author: giovanni
Revision: 147135

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

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

+
 staging-i686/PKGBUILD  |   74 +++
 staging-i686/vlc.install   |   18 ++
 staging-x86_64/PKGBUILD|   74 +++
 staging-x86_64/vlc.install |   18 ++
 4 files changed, 184 insertions(+)

Copied: vlc/repos/staging-i686/PKGBUILD (from rev 147134, vlc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-22 12:28:59 UTC (rev 147135)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Martin Sandsmark martin.sandsm...@kde.org
+
+pkgname=vlc
+pkgver=1.1.13
+pkgrel=2
+pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/vlc/;
+license=('GPL')
+depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
+ 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
+ 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
+ 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
+ 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'  
'xcb-util-keysyms'
+ 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
+makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify'
+ 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
+ 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
+ 'lirc-utils' 'gnutls' 'libcaca')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc-utils: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libpulse: PulseAudio support'
+'vdpau-video: vdpau back-end for nvidia'
+'libva-driver-intel: back-end for intel cards')
+conflicts=('vlc-plugin')
+replaces=('vlc-plugin')
+backup=('usr/share/vlc/http/.hosts'
+'usr/share/vlc/http/dialogs/.hosts'
+'usr/share/vlc/lua/http/.hosts'
+'usr/share/vlc/lua/http/dialogs/.hosts')
+options=('!libtool')
+install=vlc.install
+source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9678fb7a04808b6e0de63746d35e4bb1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --enable-faad \
+  --enable-v4l \
+  --enable-snapshot \
+  --enable-dbus-control \
+  --enable-nls \
+  --enable-lirc \
+  --enable-pvr \
+  --enable-ncurses \
+  --with-live555-tree=/usr/lib/live \
+  --enable-upnp \
+  --enable-realrtsp
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+
+  for res in 16 32 48 128; do
+install -D -m644 
${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png \
+${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png
+  done
+}

Copied: vlc/repos/staging-i686/vlc.install (from rev 147134, 
vlc/trunk/vlc.install)
===
--- staging-i686/vlc.install(rev 0)
+++ staging-i686/vlc.install2012-01-22 12:28:59 UTC (rev 147135)
@@ -0,0 +1,18 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib/vlc/plugins/plugins-*.dat
+}
+
+post_remove() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}

Copied: vlc/repos/staging-x86_64/PKGBUILD (from rev 147134, vlc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-22 12:28:59 UTC (rev

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

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 10:29:49
  Author: giovanni
Revision: 141048

upgpkg: smartmontools 5.42-1

upstream release

Modified:
  smartmontools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-22 13:38:23 UTC (rev 141047)
+++ PKGBUILD2011-10-22 14:29:49 UTC (rev 141048)
@@ -5,7 +5,7 @@
 # Contributor: Ralf Barth archlinux@haggy.org
 
 pkgname=smartmontools
-pkgver=5.41
+pkgver=5.42
 pkgrel=1
 pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives.
 url=http://smartmontools.sourceforge.net;
@@ -17,7 +17,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 \
 smartd.conf
 smartd.rc)
-md5sums=('4577886bea79d4ff12bd9a7d323ce692'
+md5sums=('4460bf9a79a1252ff5c00ba52cf76b2a'
  '28c1b80c41dac52d433961dcfb4f70e0'
  'fb30e07f87f2c1d99532e018291ad3e8')
 



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

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 10:30:55
  Author: giovanni
Revision: 141049

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

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 141048, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 141048, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-i686/smartd.rc
(from rev 141048, smartmontools/trunk/smartd.rc)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 141048, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 141048, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/smartd.rc
(from rev 141048, smartmontools/trunk/smartd.rc)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-i686/smartd.rc
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf
  smartmontools/repos/extra-x86_64/smartd.rc

--+
 extra-i686/PKGBUILD  |   80 ++---
 extra-i686/smartd.conf   |2 -
 extra-i686/smartd.rc |   78 +--
 extra-x86_64/PKGBUILD|   80 ++---
 extra-x86_64/smartd.conf |2 -
 extra-x86_64/smartd.rc   |   78 +--
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-22 14:29:49 UTC (rev 141048)
+++ extra-i686/PKGBUILD 2011-10-22 14:30:55 UTC (rev 141049)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: Jani Talikka jani.tali...@gmail.com
-# Contributor: Ralf Barth archlinux@haggy.org
-
-pkgname=smartmontools
-pkgver=5.41
-pkgrel=1
-pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives.
-url=http://smartmontools.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 \
-smartd.conf
-smartd.rc)
-md5sums=('4577886bea79d4ff12bd9a7d323ce692'
- '28c1b80c41dac52d433961dcfb4f70e0'
- 'fb30e07f87f2c1d99532e018291ad3e8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-drivedb
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm755 ${srcdir}/smartd.rc ${pkgdir}/etc/rc.d/smartd
-  install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 141048, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-22 14:30:55 UTC (rev 141049)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: Jani Talikka jani.tali...@gmail.com
+# Contributor: Ralf Barth archlinux@haggy.org
+
+pkgname=smartmontools
+pkgver=5.42
+pkgrel=1
+pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives.
+url=http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 \
+smartd.conf
+smartd.rc)
+md5sums=('4460bf9a79a1252ff5c00ba52cf76b2a'
+ '28c1b80c41dac52d433961dcfb4f70e0'
+ 'fb30e07f87f2c1d99532e018291ad3e8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-drivedb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm755 ${srcdir}/smartd.rc ${pkgdir}/etc/rc.d/smartd
+  install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2011-10-22 14:29:49 UTC (rev 141048)
+++ extra-i686/smartd.conf  2011-10-22 14:30:55 UTC (rev 141049)
@@ -1 +0,0 @@
-SMARTD_ARGS=

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 141048, 
smartmontools/trunk/smartd.conf)
===
--- extra-i686/smartd.conf  (rev 0)
+++ extra-i686/smartd.conf  2011-10-22 14:30:55 UTC (rev 141049)
@@ -0,0 +1 @@
+SMARTD_ARGS=

Deleted: extra-i686

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

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 12:29:23
  Author: giovanni
Revision: 141052

upgpkg: mkvtoolnix 5.0.1-2

Added wxgtk GUI - Fixed FS26513

Added:
  mkvtoolnix/trunk/mkvtoolnix.install
Modified:
  mkvtoolnix/trunk/PKGBUILD

+
 PKGBUILD   |   10 +-
 mkvtoolnix.install |   14 ++
 2 files changed, 19 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-22 15:12:07 UTC (rev 141051)
+++ PKGBUILD2011-10-22 16:29:23 UTC (rev 141052)
@@ -3,13 +3,14 @@
 
 pkgname=mkvtoolnix
 pkgver=5.0.1
-pkgrel=1
-pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI version
+pkgrel=2
+pkgdesc=Set of tools to create, edit and inspect Matroska files
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-depends=('file' 'boost-libs' 'libmatroska' 'lzo2' 'expat' 'flac' 'libvorbis')
+depends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk' 'boost-libs' 'lzo2' 
'xdg-utils')
 makedepends=('boost' 'ruby')
+install=mkvtoolnix.install
 
source=(http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('93fbbe946de6013eca699c0c2a93a4e9')
 
@@ -26,8 +27,7 @@
   autoreconf
 
   ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
+  --with-boost-libdir=/usr/lib
   rake
 }
 

Added: mkvtoolnix.install
===
--- mkvtoolnix.install  (rev 0)
+++ mkvtoolnix.install  2011-10-22 16:29:23 UTC (rev 141052)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime  /dev/null
+   fi
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+pre_remove() {
+   post_install $1
+}



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

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 12:30:06
  Author: giovanni
Revision: 141053

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

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

-+
 extra-i686/PKGBUILD |   76 +++---
 extra-i686/mkvtoolnix.install   |   14 +++
 extra-x86_64/PKGBUILD   |   76 +++---
 extra-x86_64/mkvtoolnix.install |   14 +++
 4 files changed, 104 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-22 16:29:23 UTC (rev 141052)
+++ extra-i686/PKGBUILD 2011-10-22 16:30:06 UTC (rev 141053)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=mkvtoolnix
-pkgver=5.0.1
-pkgrel=1
-pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI version
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-depends=('file' 'boost-libs' 'libmatroska' 'lzo2' 'expat' 'flac' 'libvorbis')
-makedepends=('boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('93fbbe946de6013eca699c0c2a93a4e9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  rake
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 141052, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-22 16:30:06 UTC (rev 141053)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=mkvtoolnix
+pkgver=5.0.1
+pkgrel=2
+pkgdesc=Set of tools to create, edit and inspect Matroska files
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+depends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk' 'boost-libs' 'lzo2' 
'xdg-utils')
+makedepends=('boost' 'ruby')
+install=mkvtoolnix.install
+source=(http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('93fbbe946de6013eca699c0c2a93a4e9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS= CURL_LIBS=
+
+  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2
+  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib
+  rake
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+}

Copied: mkvtoolnix/repos/extra-i686/mkvtoolnix.install (from rev 141052, 
mkvtoolnix/trunk/mkvtoolnix.install)
===
--- extra-i686/mkvtoolnix.install   (rev 0)
+++ extra-i686/mkvtoolnix.install   2011-10-22 16:30:06 UTC (rev 141053)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime  /dev/null
+   fi
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+pre_remove() {
+   post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-22 16:29:23 UTC (rev 141052)
+++ extra-x86_64/PKGBUILD   2011-10-22 16:30:06 UTC (rev 141053)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=mkvtoolnix
-pkgver=5.0.1
-pkgrel=1
-pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI version
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-depends=('file' 'boost-libs' 'libmatroska' 'lzo2' 'expat' 'flac' 'libvorbis')
-makedepends=('boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver

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

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 14:41:31
  Author: giovanni
Revision: 141056

upgpkg: mkvtoolnix 5.0.1-3

Implemented split package

Modified:
  mkvtoolnix/trunk/PKGBUILD
  mkvtoolnix/trunk/mkvtoolnix.install

+
 PKGBUILD   |   50 --
 mkvtoolnix.install |4 ++--
 2 files changed, 42 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-22 18:07:50 UTC (rev 141055)
+++ PKGBUILD2011-10-22 18:41:31 UTC (rev 141056)
@@ -1,21 +1,20 @@
 # $Id$
 # Maintainer: Giovanni Scafora giova...@archlinux.org
 
-pkgname=mkvtoolnix
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
 pkgver=5.0.1
-pkgrel=2
-pkgdesc=Set of tools to create, edit and inspect Matroska files
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-depends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk' 'boost-libs' 'lzo2' 
'xdg-utils')
-makedepends=('boost' 'ruby')
-install=mkvtoolnix.install
-source=(http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2;)
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'\
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
 md5sums=('93fbbe946de6013eca699c0c2a93a4e9')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgbase}-${pkgver}
 
   # Disable automagic curl dep used for online update checking
   sed -i -e '/curl/d' configure.in
@@ -31,8 +30,39 @@
   rake
 }
 
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+package_mkvtoolnix-cli() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
+  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
+  provides=('mkvtoolnix')
+  conflicts=('mkvtoolnix')
+  replaces=('mkvtoolnix')
 
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
   rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mmg
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/mime
 }
+
+package_mkvtoolnix-gtk() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
+  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
+  install=mkvtoolnix.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkv*
+  rm -rf ${pkgdir}/usr/share/doc
+  rm -rf ${pkgdir}/usr/share/locale
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
+}

Modified: mkvtoolnix.install
===
--- mkvtoolnix.install  2011-10-22 18:07:50 UTC (rev 141055)
+++ mkvtoolnix.install  2011-10-22 18:41:31 UTC (rev 141056)
@@ -6,9 +6,9 @@
 }
 
 post_upgrade() {
-   post_install $1
+   post_install
 }
 
 pre_remove() {
-   post_install $1
+   post_install
 }



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

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 14:42:13
  Author: giovanni
Revision: 141057

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

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

-+
 extra-i686/PKGBUILD |  106 --
 extra-i686/mkvtoolnix.install   |   28 +-
 extra-x86_64/PKGBUILD   |  106 --
 extra-x86_64/mkvtoolnix.install |   28 +-
 4 files changed, 164 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-22 18:41:31 UTC (rev 141056)
+++ extra-i686/PKGBUILD 2011-10-22 18:42:13 UTC (rev 141057)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=mkvtoolnix
-pkgver=5.0.1
-pkgrel=2
-pkgdesc=Set of tools to create, edit and inspect Matroska files
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-depends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk' 'boost-libs' 'lzo2' 
'xdg-utils')
-makedepends=('boost' 'ruby')
-install=mkvtoolnix.install
-source=(http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('93fbbe946de6013eca699c0c2a93a4e9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  rake
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 141056, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-22 18:42:13 UTC (rev 141057)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.0.1
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'\
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('93fbbe946de6013eca699c0c2a93a4e9')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS= CURL_LIBS=
+
+  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2
+  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib
+  rake
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
+  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
+  provides=('mkvtoolnix')
+  conflicts=('mkvtoolnix')
+  replaces=('mkvtoolnix')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mmg
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/mime
+}
+
+package_mkvtoolnix-gtk() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
+  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
+  install=mkvtoolnix.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkv*
+  rm -rf ${pkgdir}/usr/share/doc
+  rm -rf ${pkgdir}/usr/share/locale
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
+}

Deleted: extra-i686/mkvtoolnix.install
===
--- extra-i686

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

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 15:05:02
  Author: giovanni
Revision: 141058

upgpkg: weechat 0.3.6-1

upstream release

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-22 18:42:13 UTC (rev 141057)
+++ PKGBUILD2011-10-22 19:05:02 UTC (rev 141058)
@@ -3,8 +3,8 @@
 # Contributor: lucke lucke at o2 dot pl
 
 pkgname=weechat
-pkgver=0.3.5
-pkgrel=3
+pkgver=0.3.6
+pkgrel=1
 pkgdesc=Fast, light and extensible IRC client (curses UI)
 arch=('i686' 'x86_64')
 url=http://www.weechat.org/;
@@ -14,7 +14,7 @@
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
 options=('!libtool')
 source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0d2a089bfbfa550e0c65618a171fb3c4')
+md5sums=('db2392b8e31738f79f0898f77eda8daa')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 15:05:29
  Author: giovanni
Revision: 141059

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-22 19:05:02 UTC (rev 141058)
+++ extra-i686/PKGBUILD 2011-10-22 19:05:29 UTC (rev 141059)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: lucke lucke at o2 dot pl
-
-pkgname=weechat
-pkgver=0.3.5
-pkgrel=3
-pkgdesc=Fast, light and extensible IRC client (curses UI)
-arch=('i686' 'x86_64')
-url=http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls')
-makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
-options=('!libtool')
-source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0d2a089bfbfa550e0c65618a171fb3c4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  mkdir build
-  cd build
-  cmake .. -DPREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: weechat/repos/extra-i686/PKGBUILD (from rev 141058, 
weechat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-22 19:05:29 UTC (rev 141059)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: lucke lucke at o2 dot pl
+
+pkgname=weechat
+pkgver=0.3.6
+pkgrel=1
+pkgdesc=Fast, light and extensible IRC client (curses UI)
+arch=('i686' 'x86_64')
+url=http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls')
+makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
+options=('!libtool')
+source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('db2392b8e31738f79f0898f77eda8daa')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+  cmake .. -DPREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-22 19:05:02 UTC (rev 141058)
+++ extra-x86_64/PKGBUILD   2011-10-22 19:05:29 UTC (rev 141059)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: lucke lucke at o2 dot pl
-
-pkgname=weechat
-pkgver=0.3.5
-pkgrel=3
-pkgdesc=Fast, light and extensible IRC client (curses UI)
-arch=('i686' 'x86_64')
-url=http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls')
-makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
-options=('!libtool')
-source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0d2a089bfbfa550e0c65618a171fb3c4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  mkdir build
-  cd build
-  cmake .. -DPREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: weechat/repos/extra-x86_64/PKGBUILD (from rev 141058, 
weechat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-22 19:05:29 UTC (rev 141059)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: lucke lucke at o2 dot pl
+
+pkgname=weechat
+pkgver=0.3.6
+pkgrel=1
+pkgdesc=Fast, light and extensible IRC client (curses UI)
+arch=('i686' 'x86_64')
+url=http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls')
+makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
+options=('!libtool')
+source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('db2392b8e31738f79f0898f77eda8daa')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver

[arch-commits] Commit in mkvtoolnix/repos (extra-i686)

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 19:38:34
  Author: giovanni
Revision: 141062

db-remove: mkvtoolnix removed by giovanni

Deleted:
  mkvtoolnix/repos/extra-i686/



[arch-commits] Commit in mkvtoolnix/repos (extra-x86_64)

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 19:38:50
  Author: giovanni
Revision: 141063

db-remove: mkvtoolnix removed by giovanni

Deleted:
  mkvtoolnix/repos/extra-x86_64/



[arch-commits] Commit in (mkvtoolnix)

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 19:46:00
  Author: giovanni
Revision: 141064

Deleted:
  mkvtoolnix/



[arch-commits] Commit in (5 files)

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 19:49:58
  Author: giovanni
Revision: 141065

Added:
  mkvtoolnix/
  mkvtoolnix/repos/
  mkvtoolnix/trunk/
  mkvtoolnix/trunk/PKGBUILD
  mkvtoolnix/trunk/mkvtoolnix.install

+
 PKGBUILD   |   68 +++
 mkvtoolnix.install |   14 ++
 2 files changed, 82 insertions(+)

Added: mkvtoolnix/trunk/PKGBUILD
===
--- mkvtoolnix/trunk/PKGBUILD   (rev 0)
+++ mkvtoolnix/trunk/PKGBUILD   2011-10-22 23:49:58 UTC (rev 141065)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.0.1
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'\
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('93fbbe946de6013eca699c0c2a93a4e9')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS= CURL_LIBS=
+
+  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2
+  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib
+  rake
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
+  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
+  provides=('mkvtoolnix')
+  conflicts=('mkvtoolnix')
+  replaces=('mkvtoolnix')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mmg
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/mime
+}
+
+package_mkvtoolnix-gtk() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
+  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
+  install=mkvtoolnix.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkv*
+  rm -rf ${pkgdir}/usr/share/doc
+  rm -rf ${pkgdir}/usr/share/locale
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
+}


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

Added: mkvtoolnix/trunk/mkvtoolnix.install
===
--- mkvtoolnix/trunk/mkvtoolnix.install (rev 0)
+++ mkvtoolnix/trunk/mkvtoolnix.install 2011-10-22 23:49:58 UTC (rev 141065)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime  /dev/null
+   fi
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   post_install
+}



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

2011-10-22 Thread Giovanni Scafora
Date: Saturday, October 22, 2011 @ 20:15:19
  Author: giovanni
Revision: 141066

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

Added:
  mkvtoolnix/repos/extra-i686/
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 141065, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
(from rev 141065, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/extra-x86_64/
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 141065, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install
(from rev 141065, mkvtoolnix/trunk/mkvtoolnix.install)

-+
 extra-i686/PKGBUILD |   68 ++
 extra-i686/mkvtoolnix.install   |   14 +++
 extra-x86_64/PKGBUILD   |   68 ++
 extra-x86_64/mkvtoolnix.install |   14 +++
 4 files changed, 164 insertions(+)

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 141065, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-23 00:15:19 UTC (rev 141066)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.0.1
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'\
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('93fbbe946de6013eca699c0c2a93a4e9')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS= CURL_LIBS=
+
+  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2
+  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib
+  rake
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
+  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
+  provides=('mkvtoolnix')
+  conflicts=('mkvtoolnix')
+  replaces=('mkvtoolnix')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mmg
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/mime
+}
+
+package_mkvtoolnix-gtk() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
+  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
+  install=mkvtoolnix.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkv*
+  rm -rf ${pkgdir}/usr/share/doc
+  rm -rf ${pkgdir}/usr/share/locale
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
+}

Copied: mkvtoolnix/repos/extra-i686/mkvtoolnix.install (from rev 141065, 
mkvtoolnix/trunk/mkvtoolnix.install)
===
--- extra-i686/mkvtoolnix.install   (rev 0)
+++ extra-i686/mkvtoolnix.install   2011-10-23 00:15:19 UTC (rev 141066)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime  /dev/null
+   fi
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   post_install
+}

Copied: mkvtoolnix/repos/extra-x86_64/PKGBUILD (from rev 141065, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-23 00:15:19 UTC (rev 141066)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.0.1
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'\
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('93fbbe946de6013eca699c0c2a93a4e9')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d

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

2011-10-23 Thread Giovanni Scafora
Date: Sunday, October 23, 2011 @ 09:47:48
  Author: giovanni
Revision: 141078

upgpkg: live-media 2011.10.18-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-23 09:32:55 UTC (rev 141077)
+++ PKGBUILD2011-10-23 13:47:48 UTC (rev 141078)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2011.09.19
+pkgver=2011.10.18
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('7834800179503377d7142b4bfbbf0dca')
+md5sums=('fefff83a134a5561395b11057ad2fc09')
 
 build() {
   cd ${srcdir}/live



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

2011-10-23 Thread Giovanni Scafora
Date: Sunday, October 23, 2011 @ 09:48:14
  Author: giovanni
Revision: 141079

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 141078, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 141078, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-23 13:47:48 UTC (rev 141078)
+++ extra-i686/PKGBUILD 2011-10-23 13:48:14 UTC (rev 141079)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2011.09.19
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('7834800179503377d7142b4bfbbf0dca')
-
-build() {
-  cd ${srcdir}/live
-
-   sed \
-   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DSOCKLEN_T/g' \
-   -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-   -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-   -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
-mkdir -p ${pkgdir}/usr/lib/live/${dir}
-cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
-  done
-
-  mkdir -p ${pkgdir}/usr/bin
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 141078, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-23 13:48:14 UTC (rev 141079)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2011.10.18
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('fefff83a134a5561395b11057ad2fc09')
+
+build() {
+  cd ${srcdir}/live
+
+   sed \
+   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DSOCKLEN_T/g' \
+   -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
+   -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
+   -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
+mkdir -p ${pkgdir}/usr/lib/live/${dir}
+cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
+  done
+
+  mkdir -p ${pkgdir}/usr/bin
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-23 13:47:48 UTC (rev 141078)
+++ extra-x86_64/PKGBUILD   2011-10-23 13:48:14 UTC (rev 141079)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2011.09.19
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('7834800179503377d7142b4bfbbf0dca')
-
-build() {
-  cd ${srcdir}/live
-
-   sed \
-   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DSOCKLEN_T/g' \
-   -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-   -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-   -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
-mkdir -p ${pkgdir}/usr/lib/live/${dir}
-cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
-  done
-
-  mkdir -p ${pkgdir}/usr/bin
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 141078, 
live-media/trunk/PKGBUILD

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

2011-10-23 Thread Giovanni Scafora
Date: Sunday, October 23, 2011 @ 10:23:51
  Author: giovanni
Revision: 141082

upgpkg: unrar 4.1.2-1

upstream release

Modified:
  unrar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-23 14:16:24 UTC (rev 141081)
+++ PKGBUILD2011-10-23 14:23:51 UTC (rev 141082)
@@ -3,7 +3,7 @@
 # Contributor: dorphell dorph...@gmx.net
 
 pkgname=unrar
-pkgver=4.0.7
+pkgver=4.1.2
 pkgrel=1
 pkgdesc=The RAR uncompression program
 arch=('i686' 'x86_64')
@@ -11,13 +11,13 @@
 license=('custom')
 depends=('gcc-libs')
 source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-md5sums=('41b0a9bca945b4ae2608421afd8f606e')
+md5sums=('bd6761e8be6281b945db8e15564e412c')
 
 build() {
   cd ${srcdir}/${pkgname}
 
   make -f makefile.unix
-  install -Dm755 unrar ${pkgdir}/usr/bin/unrar || return 1
+  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
   # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE 
|| return 1
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2011-10-23 Thread Giovanni Scafora
Date: Sunday, October 23, 2011 @ 10:24:17
  Author: giovanni
Revision: 141083

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-23 14:23:51 UTC (rev 141082)
+++ extra-i686/PKGBUILD 2011-10-23 14:24:17 UTC (rev 141083)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgname=unrar
-pkgver=4.0.7
-pkgrel=1
-pkgdesc=The RAR uncompression program
-arch=('i686' 'x86_64')
-url=http://www.rarlab.com/rar_add.htm;
-license=('custom')
-depends=('gcc-libs')
-source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-md5sums=('41b0a9bca945b4ae2608421afd8f606e')
-
-build() {
-  cd ${srcdir}/${pkgname}
-
-  make -f makefile.unix
-  install -Dm755 unrar ${pkgdir}/usr/bin/unrar || return 1
-  # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE 
|| return 1
-}

Copied: unrar/repos/extra-i686/PKGBUILD (from rev 141082, unrar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-23 14:24:17 UTC (rev 141083)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgname=unrar
+pkgver=4.1.2
+pkgrel=1
+pkgdesc=The RAR uncompression program
+arch=('i686' 'x86_64')
+url=http://www.rarlab.com/rar_add.htm;
+license=('custom')
+depends=('gcc-libs')
+source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
+md5sums=('bd6761e8be6281b945db8e15564e412c')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  make -f makefile.unix
+  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-23 14:23:51 UTC (rev 141082)
+++ extra-x86_64/PKGBUILD   2011-10-23 14:24:17 UTC (rev 141083)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgname=unrar
-pkgver=4.0.7
-pkgrel=1
-pkgdesc=The RAR uncompression program
-arch=('i686' 'x86_64')
-url=http://www.rarlab.com/rar_add.htm;
-license=('custom')
-depends=('gcc-libs')
-source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-md5sums=('41b0a9bca945b4ae2608421afd8f606e')
-
-build() {
-  cd ${srcdir}/${pkgname}
-
-  make -f makefile.unix
-  install -Dm755 unrar ${pkgdir}/usr/bin/unrar || return 1
-  # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE 
|| return 1
-}

Copied: unrar/repos/extra-x86_64/PKGBUILD (from rev 141082, 
unrar/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-23 14:24:17 UTC (rev 141083)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgname=unrar
+pkgver=4.1.2
+pkgrel=1
+pkgdesc=The RAR uncompression program
+arch=('i686' 'x86_64')
+url=http://www.rarlab.com/rar_add.htm;
+license=('custom')
+depends=('gcc-libs')
+source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
+md5sums=('bd6761e8be6281b945db8e15564e412c')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  make -f makefile.unix
+  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2011-10-23 Thread Giovanni Scafora
Date: Sunday, October 23, 2011 @ 10:29:39
  Author: giovanni
Revision: 141084

upgpkg: whois 5.0.12-1

upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-23 14:24:17 UTC (rev 141083)
+++ PKGBUILD2011-10-23 14:29:39 UTC (rev 141084)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=5.0.11
+pkgver=5.0.12
 pkgrel=1
 pkgdesc=The whois client by Marco d'Itri
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libidn')
 makedepends=('perl')
 
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('942e2d90b0bcd7d22765c8e3344fe118')
+md5sums=('1147b6a993af384ba341cb91666c7e97')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-23 Thread Giovanni Scafora
Date: Sunday, October 23, 2011 @ 10:30:06
  Author: giovanni
Revision: 141085

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-23 14:29:39 UTC (rev 141084)
+++ extra-i686/PKGBUILD 2011-10-23 14:30:06 UTC (rev 141085)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.11
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('942e2d90b0bcd7d22765c8e3344fe118')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-}

Copied: whois/repos/extra-i686/PKGBUILD (from rev 141084, whois/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-23 14:30:06 UTC (rev 141085)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.0.12
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('1147b6a993af384ba341cb91666c7e97')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-23 14:29:39 UTC (rev 141084)
+++ extra-x86_64/PKGBUILD   2011-10-23 14:30:06 UTC (rev 141085)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.11
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('942e2d90b0bcd7d22765c8e3344fe118')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 141084, 
whois/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-23 14:30:06 UTC (rev 141085)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.0.12
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('1147b6a993af384ba341cb91666c7e97')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+}



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

2011-10-24 Thread Giovanni Scafora
Date: Monday, October 24, 2011 @ 09:34:59
  Author: giovanni
Revision: 141127

upgpkg: smb4k 0.10.90-1

upstream release

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 13:21:17 UTC (rev 141126)
+++ PKGBUILD2011-10-24 13:34:59 UTC (rev 141127)
@@ -3,7 +3,7 @@
 # Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
 
 pkgname=smb4k
-pkgver=0.10.73
+pkgver=0.10.90
 pkgrel=1
 pkgdesc=A KDE program that browses samba shares
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'docbook-xsl')
 install=smb4k.install
-source=(http://download.berlios.de/smb4k/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('8f161a1b1146dc44217826901deb35c8')
+source=(http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28development%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6e166eead700e0a21d4f324be4471e11')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-24 Thread Giovanni Scafora
Date: Monday, October 24, 2011 @ 09:35:44
  Author: giovanni
Revision: 141128

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

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

+
 extra-i686/PKGBUILD|   58 +--
 extra-i686/smb4k.install   |   24 +++--
 extra-x86_64/PKGBUILD  |   58 +--
 extra-x86_64/smb4k.install |   24 +++--
 4 files changed, 78 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-24 13:34:59 UTC (rev 141127)
+++ extra-i686/PKGBUILD 2011-10-24 13:35:44 UTC (rev 141128)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
-
-pkgname=smb4k
-pkgver=0.10.73
-pkgrel=1
-pkgdesc=A KDE program that browses samba shares
-arch=('i686' 'x86_64')
-url=http://smb4k.berlios.de/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'docbook-xsl')
-install=smb4k.install
-source=(http://download.berlios.de/smb4k/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('8f161a1b1146dc44217826901deb35c8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: smb4k/repos/extra-i686/PKGBUILD (from rev 141127, smb4k/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-24 13:35:44 UTC (rev 141128)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
+
+pkgname=smb4k
+pkgver=0.10.90
+pkgrel=1
+pkgdesc=A KDE program that browses samba shares
+arch=('i686' 'x86_64')
+url=http://smb4k.berlios.de/;
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'docbook-xsl')
+install=smb4k.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28development%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6e166eead700e0a21d4f324be4471e11')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make VERBOSE=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/smb4k.install
===
--- extra-i686/smb4k.install2011-10-24 13:34:59 UTC (rev 141127)
+++ extra-i686/smb4k.install2011-10-24 13:35:44 UTC (rev 141128)
@@ -1,14 +0,0 @@
-# $Id: smb4k.install,v 1.2 2009/02/23 03:09:26 travis Exp $
-# arg 1:  the new package version
-post_install() {
-echo == Note: To enable mounting and unmounting of smb/cifs shares as
-echo == user, you will need to issue the following command as root:
-echo # chmod +s \$(which mount.cifs) \$(which umount.cifs)
-echo == These command will need to be re-run every upgrade of smbclient
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-post_install $1 
-}

Copied: smb4k/repos/extra-i686/smb4k.install (from rev 141127, 
smb4k/trunk/smb4k.install)
===
--- extra-i686/smb4k.install(rev 0)
+++ extra-i686/smb4k.install2011-10-24 13:35:44 UTC (rev 141128)
@@ -0,0 +1,10 @@
+post_install() {
+echo == Note: To enable mounting and unmounting of smb/cifs shares as
+echo == user, you will need to issue the following command as root:
+echo # chmod +s \$(which mount.cifs)
+echo == These command will need to be re-run every upgrade of smbclient
+}
+
+post_upgrade() {
+post_install $1 
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-24 13:34:59 UTC (rev 141127)
+++ extra-x86_64/PKGBUILD   2011-10-24 13:35:44 UTC (rev 141128)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
-
-pkgname=smb4k
-pkgver=0.10.73
-pkgrel=1
-pkgdesc=A KDE program that browses samba shares
-arch=('i686' 'x86_64')
-url=http

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

2011-10-30 Thread Giovanni Scafora
Date: Sunday, October 30, 2011 @ 13:14:03
  Author: giovanni
Revision: 141479

upgpkg: live-media 2011.10.27-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-30 16:53:57 UTC (rev 141478)
+++ PKGBUILD2011-10-30 17:14:03 UTC (rev 141479)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2011.10.18
+pkgver=2011.10.27
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('fefff83a134a5561395b11057ad2fc09')
+md5sums=('fe776efc25fbb98c6279b97cb9c48006')
 
 build() {
   cd ${srcdir}/live



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

2011-10-30 Thread Giovanni Scafora
Date: Sunday, October 30, 2011 @ 13:14:30
  Author: giovanni
Revision: 141480

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 141479, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 141479, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-30 17:14:03 UTC (rev 141479)
+++ extra-i686/PKGBUILD 2011-10-30 17:14:30 UTC (rev 141480)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2011.10.18
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('fefff83a134a5561395b11057ad2fc09')
-
-build() {
-  cd ${srcdir}/live
-
-   sed \
-   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DSOCKLEN_T/g' \
-   -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-   -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-   -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
-mkdir -p ${pkgdir}/usr/lib/live/${dir}
-cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
-  done
-
-  mkdir -p ${pkgdir}/usr/bin
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 141479, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-30 17:14:30 UTC (rev 141480)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2011.10.27
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('fe776efc25fbb98c6279b97cb9c48006')
+
+build() {
+  cd ${srcdir}/live
+
+   sed \
+   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DSOCKLEN_T/g' \
+   -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
+   -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
+   -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
+mkdir -p ${pkgdir}/usr/lib/live/${dir}
+cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
+  done
+
+  mkdir -p ${pkgdir}/usr/bin
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-30 17:14:03 UTC (rev 141479)
+++ extra-x86_64/PKGBUILD   2011-10-30 17:14:30 UTC (rev 141480)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2011.10.18
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('fefff83a134a5561395b11057ad2fc09')
-
-build() {
-  cd ${srcdir}/live
-
-   sed \
-   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DSOCKLEN_T/g' \
-   -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-   -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-   -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
-mkdir -p ${pkgdir}/usr/lib/live/${dir}
-cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
-  done
-
-  mkdir -p ${pkgdir}/usr/bin
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 141479, 
live-media/trunk/PKGBUILD

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

2011-10-30 Thread Giovanni Scafora
Date: Sunday, October 30, 2011 @ 14:13:12
  Author: giovanni
Revision: 141481

upgpkg: amule 10648-1

upstream release

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-30 17:14:30 UTC (rev 141480)
+++ PKGBUILD2011-10-30 18:13:12 UTC (rev 141481)
@@ -5,7 +5,7 @@
 # Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
 
 pkgname=amule
-pkgver=10645
+pkgver=10648
 pkgrel=1
 pkgdesc=An eMule-like client for ed2k p2p network
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
 source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
-md5sums=('2dfd86333cd42b6df5cb312de852a1f3')
+md5sums=('dc9d4bbe4b1b2fd263e98d32e71f6284')
 
 build() {
   cd ${srcdir}/aMule-SVN-r${pkgver}



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

2011-10-30 Thread Giovanni Scafora
Date: Sunday, October 30, 2011 @ 14:13:40
  Author: giovanni
Revision: 141482

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-30 18:13:12 UTC (rev 141481)
+++ extra-i686/PKGBUILD 2011-10-30 18:13:40 UTC (rev 141482)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Henrik Ronellenfitsch seari...@web.de
-# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
-# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
-
-pkgname=amule
-pkgver=10645
-pkgrel=1
-pkgdesc=An eMule-like client for ed2k p2p network
-arch=('i686' 'x86_64')
-url=http://www.amule.org;
-license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
-source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
-md5sums=('2dfd86333cd42b6df5cb312de852a1f3')
-
-build() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp
-
-  make
-}
-
-package() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: amule/repos/extra-i686/PKGBUILD (from rev 141481, amule/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-30 18:13:40 UTC (rev 141482)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Henrik Ronellenfitsch seari...@web.de
+# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
+# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
+
+pkgname=amule
+pkgver=10648
+pkgrel=1
+pkgdesc=An eMule-like client for ed2k p2p network
+arch=('i686' 'x86_64')
+url=http://www.amule.org;
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
+source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
+md5sums=('dc9d4bbe4b1b2fd263e98d32e71f6284')
+
+build() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp
+
+  make
+}
+
+package() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-30 18:13:12 UTC (rev 141481)
+++ extra-x86_64/PKGBUILD   2011-10-30 18:13:40 UTC (rev 141482)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Henrik Ronellenfitsch seari...@web.de
-# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
-# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
-
-pkgname=amule
-pkgver=10645
-pkgrel=1
-pkgdesc=An eMule-like client for ed2k p2p network
-arch=('i686' 'x86_64')
-url=http://www.amule.org;
-license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
-source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
-md5sums=('2dfd86333cd42b6df5cb312de852a1f3')
-
-build() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip

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

2011-10-31 Thread Giovanni Scafora
Date: Monday, October 31, 2011 @ 20:41:31
  Author: giovanni
Revision: 141630

upgpkg: libxmi 1.2-5

Fixed a typo into install script

Modified:
  libxmi/trunk/PKGBUILD
  libxmi/trunk/libxmi.install

+
 PKGBUILD   |2 +-
 libxmi.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-01 00:22:20 UTC (rev 141629)
+++ PKGBUILD2011-11-01 00:41:31 UTC (rev 141630)
@@ -4,7 +4,7 @@
 
 pkgname=libxmi
 pkgver=1.2
-pkgrel=4
+pkgrel=5
 pkgdesc=A library for rasterizing 2-D vector graphics
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libxmi/libxmi.html;

Modified: libxmi.install
===
--- libxmi.install  2011-11-01 00:22:20 UTC (rev 141629)
+++ libxmi.install  2011-11-01 00:41:31 UTC (rev 141630)
@@ -1,4 +1,4 @@
-nfodir=usr/share/info
+infodir=usr/share/info
 filelist=(libxmi.info)
 
 post_install() {



  1   2   3   4   5   6   7   8   9   10   >