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

2012-07-08 Thread Giovanni Scafora
Date: Sunday, July 8, 2012 @ 05:21:44
  Author: giovanni
Revision: 163138

upgpkg: mkvtoolnix 5.6.0-2

boost 1.50.0 rebuild

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 02:10:09 UTC (rev 163137)
+++ PKGBUILD2012-07-08 09:21:44 UTC (rev 163138)
@@ -5,7 +5,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
 pkgver=5.6.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";



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

2012-07-08 Thread Giovanni Scafora
Date: Sunday, July 8, 2012 @ 05:22:06
  Author: giovanni
Revision: 163139

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

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

---+
 staging-i686/PKGBUILD |   84 
 staging-i686/mkvtoolnix.install   |   14 ++
 staging-x86_64/PKGBUILD   |   84 
 staging-x86_64/mkvtoolnix.install |   14 ++
 4 files changed, 196 insertions(+)

Copied: mkvtoolnix/repos/staging-i686/PKGBUILD (from rev 163138, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-08 09:22:06 UTC (rev 163139)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.6.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=('53e96b613752913da800dcde7b65cf6d')
+
+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/staging-i686/mkvtoolnix.install (from rev 163138, 
mkvtoolnix/trunk/mkvtoolnix.install)
===
--- staging-i686/mkvtoolnix.install (rev 0)
+++ staging-i686/mkvtoolnix.install 2012-07-08 09:22:06 UTC (rev 163139)
@@ -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/staging-x86_64/PKGBUILD (from rev 163138, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-08 09:22:06 UTC (rev 163139)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: xduugu

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

2012-07-08 Thread Giovanni Scafora
Date: Sunday, July 8, 2012 @ 05:27:25
  Author: giovanni
Revision: 163140

upgpkg: source-highlight 3.1.7-2

boost 1.50.0 rebuild

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 09:22:06 UTC (rev 163139)
+++ PKGBUILD2012-07-08 09:27:25 UTC (rev 163140)
@@ -4,7 +4,7 @@
 
 pkgname=source-highlight
 pkgver=3.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Convert source code to syntax highlighted document"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/src-highlite/";



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

2012-07-08 Thread Giovanni Scafora
Date: Sunday, July 8, 2012 @ 05:27:47
  Author: giovanni
Revision: 163141

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

Added:
  source-highlight/repos/staging-i686/
  source-highlight/repos/staging-i686/PKGBUILD
(from rev 163140, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-i686/source-highlight.install
(from rev 163140, source-highlight/trunk/source-highlight.install)
  source-highlight/repos/staging-x86_64/
  source-highlight/repos/staging-x86_64/PKGBUILD
(from rev 163140, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-x86_64/source-highlight.install
(from rev 163140, source-highlight/trunk/source-highlight.install)

-+
 staging-i686/PKGBUILD   |   32 ++
 staging-i686/source-highlight.install   |   18 
 staging-x86_64/PKGBUILD |   32 ++
 staging-x86_64/source-highlight.install |   18 
 4 files changed, 100 insertions(+)

Copied: source-highlight/repos/staging-i686/PKGBUILD (from rev 163140, 
source-highlight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-08 09:27:47 UTC (rev 163141)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.7
+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=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+ 
--with-bash-completion=${pkgdir}/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}

Copied: source-highlight/repos/staging-i686/source-highlight.install (from rev 
163140, source-highlight/trunk/source-highlight.install)
===
--- staging-i686/source-highlight.install   (rev 0)
+++ staging-i686/source-highlight.install   2012-07-08 09:27:47 UTC (rev 
163141)
@@ -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
+}

Copied: source-highlight/repos/staging-x86_64/PKGBUILD (from rev 163140, 
source-highlight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-08 09:27:47 UTC (rev 163141)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.7
+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=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+ 
--with-bash-completion=${pkgdir}/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}

Copied: source-highlight/repos/staging-x86_64/source-highlight.install (from 
rev 163140, source-highlight/trunk/source-highlight.install)
===
--- staging-x86_64/source-highlight.install (rev 0)
+++ staging-x86_64/source-highlight.install 2012-07-08 09:27:47 UTC (rev 
163141)
@@ -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
+}



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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:30:27
  Author: ibiru
Revision: 163142

db-move: moved alsa-plugins from [testing] to [extra] ( i686,  x86_64)

Added:
  alsa-plugins/repos/extra-i686/PKGBUILD
(from rev 163141, alsa-plugins/repos/testing-i686/PKGBUILD)
  
alsa-plugins/repos/extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
(from rev 163141, 
alsa-plugins/repos/testing-i686/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch)
  
alsa-plugins/repos/extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
(from rev 163141, 
alsa-plugins/repos/testing-i686/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch)
  alsa-plugins/repos/extra-x86_64/PKGBUILD
(from rev 163141, alsa-plugins/repos/testing-x86_64/PKGBUILD)
  
alsa-plugins/repos/extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
(from rev 163141, 
alsa-plugins/repos/testing-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch)
  
alsa-plugins/repos/extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
(from rev 163141, 
alsa-plugins/repos/testing-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch)
Deleted:
  alsa-plugins/repos/extra-i686/PKGBUILD
  alsa-plugins/repos/extra-x86_64/PKGBUILD
  alsa-plugins/repos/testing-i686/
  alsa-plugins/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  | 
  78 +-
 extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch   | 
  11 +
 extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch   | 
  29 +++
 extra-x86_64/PKGBUILD| 
  78 +-
 extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch | 
  11 +
 extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch | 
  29 +++
 6 files changed, 164 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:27:47 UTC (rev 163141)
+++ extra-i686/PKGBUILD 2012-07-08 09:30:27 UTC (rev 163142)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.0.25
-pkgrel=1
-pkgdesc="Extra alsa plugins"
-arch=(i686 x86_64)
-url="http://www.alsa-project.org";
-license=(GPL)
-depends=(alsa-lib)
-makedepends=(libpulse jack ffmpeg)
-optdepends=('libpulse: PulseAudio plugin'
-'jack: Jack plugin'
-'ffmpeg: libavcodec resampling plugin'
-'libsamplerate: libsamplerate resampling plugin'
-'speex: libspeexdsp resampling plugin')
-options=('!libtool')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
-md5sums=('038c023eaa51171f018fbf7141255185')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: alsa-plugins/repos/extra-i686/PKGBUILD (from rev 163141, 
alsa-plugins/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:30:27 UTC (rev 163142)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.0.25
+pkgrel=2
+pkgdesc="Extra alsa plugins"
+arch=(i686 x86_64)
+url="http://www.alsa-project.org";
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+options=('!libtool')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";
+alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
+alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch)
+md5sums=('038c023eaa51171f018fbf7141255185'
+ '50d9adcda20756d063e676a563c201d9'
+ '697c6275f678d86ded2e5092d8a154c9')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i 
../alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
+  patch -Np1 -i ../alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"

[arch-commits] Commit in amarok/repos (22 files)

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:30:39
  Author: ibiru
Revision: 163143

db-move: moved amarok from [testing] to [extra] ( i686,  x86_64)

Added:
  amarok/repos/extra-i686/PKGBUILD
(from rev 163141, amarok/repos/testing-i686/PKGBUILD)
  amarok/repos/extra-i686/amarok-2.5.0-ffmpeg-fixes.patch
(from rev 163141, amarok/repos/testing-i686/amarok-2.5.0-ffmpeg-fixes.patch)
  amarok/repos/extra-i686/amarok.install
(from rev 163141, amarok/repos/testing-i686/amarok.install)
  amarok/repos/extra-i686/contextviewfix.patch
(from rev 163141, amarok/repos/testing-i686/contextviewfix.patch)
  amarok/repos/extra-i686/toolbarfix.patch
(from rev 163141, amarok/repos/testing-i686/toolbarfix.patch)
  amarok/repos/extra-x86_64/PKGBUILD
(from rev 163141, amarok/repos/testing-x86_64/PKGBUILD)
  amarok/repos/extra-x86_64/amarok-2.5.0-ffmpeg-fixes.patch
(from rev 163141, 
amarok/repos/testing-x86_64/amarok-2.5.0-ffmpeg-fixes.patch)
  amarok/repos/extra-x86_64/amarok.install
(from rev 163141, amarok/repos/testing-x86_64/amarok.install)
  amarok/repos/extra-x86_64/contextviewfix.patch
(from rev 163141, amarok/repos/testing-x86_64/contextviewfix.patch)
  amarok/repos/extra-x86_64/toolbarfix.patch
(from rev 163141, amarok/repos/testing-x86_64/toolbarfix.patch)
Deleted:
  amarok/repos/extra-i686/PKGBUILD
  amarok/repos/extra-i686/amarok-2.5.0-ffmpeg-fixes.patch
  amarok/repos/extra-i686/amarok.install
  amarok/repos/extra-i686/contextviewfix.patch
  amarok/repos/extra-i686/toolbarfix.patch
  amarok/repos/extra-x86_64/PKGBUILD
  amarok/repos/extra-x86_64/amarok-2.5.0-ffmpeg-fixes.patch
  amarok/repos/extra-x86_64/amarok.install
  amarok/repos/extra-x86_64/contextviewfix.patch
  amarok/repos/extra-x86_64/toolbarfix.patch
  amarok/repos/testing-i686/
  amarok/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  108 +++---
 extra-i686/amarok-2.5.0-ffmpeg-fixes.patch   |   38 +++
 extra-i686/amarok.install|   24 ++--
 extra-i686/contextviewfix.patch  |   28 ++---
 extra-i686/toolbarfix.patch  |  122 -
 extra-x86_64/PKGBUILD|  108 +++---
 extra-x86_64/amarok-2.5.0-ffmpeg-fixes.patch |   38 +++
 extra-x86_64/amarok.install  |   24 ++--
 extra-x86_64/contextviewfix.patch|   28 ++---
 extra-x86_64/toolbarfix.patch|  122 -
 10 files changed, 320 insertions(+), 320 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:30:27 UTC (rev 163142)
+++ extra-i686/PKGBUILD 2012-07-08 09:30:39 UTC (rev 163143)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=amarok
-replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
-pkgver=2.5.0
-pkgrel=4
-pkgdesc="The powerful music player for KDE"
-arch=("i686" "x86_64")
-url="http://amarok.kde.org";
-license=('GPL2' 'LGPL2.1' 'FDL')
-depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
-'liblastfm' 'ffmpeg' 'libofa' 'qjson')
-makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
- 'libmygpo-qt')
-optdepends=("libgpod: support for Apple iPod audio devices"
-   "libmtp: support for portable media devices"
-   "loudmouth: backend needed by mp3tunes for syncing"
-"ifuse: support for Apple iPod Touch and iPhone"
-"libmygpo-qt: gpodder.net Internet Service")
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
-   "toolbarfix.patch"
-   "amarok-2.5.0-ffmpeg-fixes.patch"
-   "contextviewfix.patch")
-sha1sums=('9849900d20225e703c43d242650a8fa211cf15f2'
-  'd22bc6a36a33ea12035ebbb8959d1fdfbb39275f'
-  '61193ccc48e9f99b4856eef27fe7a4aaf465feec'
-  'a95e3bfb177adacc268552ae479dd88b70f5f9e1')
-
-build() {
-  cd "${srcdir}"
-
-  patch -Np0 -i "${srcdir}"/toolbarfix.patch
-  patch -Np0 -i "${srcdir}"/amarok-2.5.0-ffmpeg-fixes.patch
-
-  pushd ${pkgname}-${pkgver}
-  patch -Np1 -i "${srcdir}"/contextviewfix.patch # FS#30448
-  popd
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: amarok/repos/extra-i686/PKGBUILD (from rev 163141, 
amarok/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:30:39 UTC (rev 163143)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributo

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:30:42
  Author: ibiru
Revision: 163144

db-move: moved audacious-plugins from [testing] to [extra] ( i686,  x86_64)

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 163141, audacious-plugins/repos/testing-i686/PKGBUILD)
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 163141, audacious-plugins/repos/testing-x86_64/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/extra-x86_64/PKGBUILD
  audacious-plugins/repos/testing-i686/
  audacious-plugins/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:30:39 UTC (rev 163143)
+++ extra-i686/PKGBUILD 2012-07-08 09:30:42 UTC (rev 163144)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-# Maintainer: Gaetan Bisson 
-
-pkgname=audacious-plugins
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-
-makedepends=("audacious>=${pkgver}"
- 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('oss: Open Sound System v4 output'
-'alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('7538a0391504ce4a92967dc7c5bd4948751efa91')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 163141, 
audacious-plugins/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:30:42 UTC (rev 163144)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+# Maintainer: Gaetan Bisson 
+
+pkgname=audacious-plugins
+pkgver=3.2.4
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+
+makedepends=("audacious>=${pkgver}"
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE p

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:30:48
  Author: ibiru
Revision: 163145

db-move: moved avidemux from [testing] to [extra] ( i686,  x86_64)

Added:
  avidemux/repos/extra-i686/PKGBUILD
(from rev 163141, avidemux/repos/testing-i686/PKGBUILD)
  avidemux/repos/extra-i686/avidemux.install
(from rev 163141, avidemux/repos/testing-i686/avidemux.install)
  avidemux/repos/extra-x86_64/PKGBUILD
(from rev 163141, avidemux/repos/testing-x86_64/PKGBUILD)
  avidemux/repos/extra-x86_64/avidemux.install
(from rev 163141, avidemux/repos/testing-x86_64/avidemux.install)
Deleted:
  avidemux/repos/extra-i686/PKGBUILD
  avidemux/repos/extra-i686/avidemux.install
  avidemux/repos/extra-x86_64/PKGBUILD
  avidemux/repos/extra-x86_64/avidemux.install
  avidemux/repos/testing-i686/
  avidemux/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  232 
 extra-i686/avidemux.install   |   22 +--
 extra-x86_64/PKGBUILD |  232 
 extra-x86_64/avidemux.install |   22 +--
 4 files changed, 254 insertions(+), 254 deletions(-)

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

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:30:55
  Author: ibiru
Revision: 163146

db-move: moved ekiga from [testing] to [extra] ( i686,  x86_64)

Added:
  ekiga/repos/extra-i686/PKGBUILD
(from rev 163141, ekiga/repos/testing-i686/PKGBUILD)
  ekiga/repos/extra-i686/ekiga.install
(from rev 163141, ekiga/repos/testing-i686/ekiga.install)
  ekiga/repos/extra-i686/gcc47.patch
(from rev 163141, ekiga/repos/testing-i686/gcc47.patch)
  ekiga/repos/extra-x86_64/PKGBUILD
(from rev 163141, ekiga/repos/testing-x86_64/PKGBUILD)
  ekiga/repos/extra-x86_64/ekiga.install
(from rev 163141, ekiga/repos/testing-x86_64/ekiga.install)
  ekiga/repos/extra-x86_64/gcc47.patch
(from rev 163141, ekiga/repos/testing-x86_64/gcc47.patch)
Deleted:
  ekiga/repos/extra-i686/PKGBUILD
  ekiga/repos/extra-i686/ekiga.install
  ekiga/repos/extra-i686/gcc47.patch
  ekiga/repos/extra-x86_64/PKGBUILD
  ekiga/repos/extra-x86_64/ekiga.install
  ekiga/repos/extra-x86_64/gcc47.patch
  ekiga/repos/testing-i686/
  ekiga/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   78 
 extra-i686/ekiga.install   |   44 -
 extra-i686/gcc47.patch |  198 +--
 extra-x86_64/PKGBUILD  |   78 
 extra-x86_64/ekiga.install |   44 -
 extra-x86_64/gcc47.patch   |  198 +--
 6 files changed, 320 insertions(+), 320 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:30:48 UTC (rev 163145)
+++ extra-i686/PKGBUILD 2012-07-08 09:30:55 UTC (rev 163146)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom K 
-
-pkgname=ekiga
-pkgver=3.3.2
-pkgrel=4
-pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
-url="http://www.ekiga.org";
-license=(GPL)
-arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
-optdepends=('evolution-data-server: Evolution integration')
-options=(!emptydirs)
-groups=('gnome-extra')
-install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-gcc47.patch)
-sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a'
-'9e316e1174be5d6cc60c89abeaeb61a98eb163a38abf11f4af4f2d6363ec')
-
-build() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir/gcc47.patch"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
-}

Copied: ekiga/repos/extra-i686/PKGBUILD (from rev 163141, 
ekiga/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:30:55 UTC (rev 163146)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=3.3.2
+pkgrel=5
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org";
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+groups=('gnome-extra')
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+gcc47.patch)
+sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a'
+'9e316e1174be5d6cc60c89abeaeb61a98eb163a38abf11f4af4f2d6363ec')
+
+build() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/gcc47.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/ekiga.install
===
--- extra-i686/ekiga.ins

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:30:59
  Author: ibiru
Revision: 163147

db-move: moved ffmpeg from [testing] to [extra] ( i686,  x86_64)

Added:
  ffmpeg/repos/extra-i686/PKGBUILD
(from rev 163141, ffmpeg/repos/testing-i686/PKGBUILD)
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 163141, ffmpeg/repos/testing-x86_64/PKGBUILD)
Deleted:
  ffmpeg/repos/extra-i686/PKGBUILD
  ffmpeg/repos/extra-x86_64/PKGBUILD
  ffmpeg/repos/testing-i686/
  ffmpeg/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:30:55 UTC (rev 163146)
+++ extra-i686/PKGBUILD 2012-07-08 09:30:59 UTC (rev 163147)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=20120509
-pkgrel=1
-pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
-arch=('i686' 'x86_64')
-url="http://ffmpeg.org/";
-license=('GPL')
-depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx 
opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib)
-makedepends=('yasm' 'git' 'libvdpau')
-#git clone git://git.videolan.org/ffmpeg.git
-source=(ftp://ftp.archlinux.org/other/ffmpeg/$pkgname-$pkgver.tar.xz)
-md5sums=('a35359e424608f369d380f03e4dc9966')
-
-build() {
-  cd "$pkgname"
-
-  ./configure \
---prefix=/usr \
---enable-libmp3lame \
---enable-libvorbis \
---enable-libxvid \
---enable-libx264 \
---enable-libvpx \
---enable-libtheora \
---enable-libgsm \
---enable-libspeex \
---enable-postproc \
---enable-shared \
---enable-x11grab \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libschroedinger \
---enable-libopenjpeg \
---enable-librtmp \
---enable-libpulse \
---enable-gpl \
---enable-version3 \
---enable-runtime-cpudetect \
---disable-debug \
---disable-static
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install install-man
-  install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart"
-}
-
-# vim:set ts=2 sw=2 et:

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-08 09:30:55 UTC (rev 163146)
+++ extra-x86_64/PKGBUILD   2012-07-08 09:30:59 UTC (rev 163147)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=20120509
-pkgrel=1
-pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
-arch=('i686' 'x86_64')
-url="http://ffmpeg.org/";
-license=('GPL')
-depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx 
opencore-am

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:31:06
  Author: ibiru
Revision: 163148

db-move: moved ffmpegthumbnailer from [testing] to [extra] ( i686,  x86_64)

Added:
  ffmpegthumbnailer/repos/extra-i686/PKGBUILD
(from rev 163141, ffmpegthumbnailer/repos/testing-i686/PKGBUILD)
  ffmpegthumbnailer/repos/extra-i686/ffmpegapi_fix_r241.patch
(from rev 163141, 
ffmpegthumbnailer/repos/testing-i686/ffmpegapi_fix_r241.patch)
  ffmpegthumbnailer/repos/extra-i686/ffmpegthumbnailer.desktop
(from rev 163141, 
ffmpegthumbnailer/repos/testing-i686/ffmpegthumbnailer.desktop)
  ffmpegthumbnailer/repos/extra-x86_64/PKGBUILD
(from rev 163141, ffmpegthumbnailer/repos/testing-x86_64/PKGBUILD)
  ffmpegthumbnailer/repos/extra-x86_64/ffmpegapi_fix_r241.patch
(from rev 163141, 
ffmpegthumbnailer/repos/testing-x86_64/ffmpegapi_fix_r241.patch)
  ffmpegthumbnailer/repos/extra-x86_64/ffmpegthumbnailer.desktop
(from rev 163141, 
ffmpegthumbnailer/repos/testing-x86_64/ffmpegthumbnailer.desktop)
Deleted:
  ffmpegthumbnailer/repos/extra-i686/PKGBUILD
  ffmpegthumbnailer/repos/extra-i686/ffmpegapi_fix_r241.patch
  ffmpegthumbnailer/repos/extra-i686/ffmpegthumbnailer.desktop
  ffmpegthumbnailer/repos/extra-x86_64/PKGBUILD
  ffmpegthumbnailer/repos/extra-x86_64/ffmpegapi_fix_r241.patch
  ffmpegthumbnailer/repos/extra-x86_64/ffmpegthumbnailer.desktop
  ffmpegthumbnailer/repos/testing-i686/
  ffmpegthumbnailer/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   78 ++---
 extra-i686/ffmpegapi_fix_r241.patch|  112 +++
 extra-i686/ffmpegthumbnailer.desktop   |8 +-
 extra-x86_64/PKGBUILD  |   78 ++---
 extra-x86_64/ffmpegapi_fix_r241.patch  |  112 +++
 extra-x86_64/ffmpegthumbnailer.desktop |8 +-
 6 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:30:59 UTC (rev 163147)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:06 UTC (rev 163148)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 23110 2010-08-06 11:01:51Z rvanharen $
-# Maintainer: Ronald van Haren 
-# Contributor: boro...@gmail.com
-
-pkgname=ffmpegthumbnailer
-pkgver=2.0.7
-pkgrel=4
-pkgdesc="Lightweight video thumbnailer that can be used by file managers."
-url="http://code.google.com/p/ffmpegthumbnailer/";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('ffmpeg' 'libjpeg' 'libpng')
-optdepends=('gvfs: support for gio uris')
-source=("http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz";
-'ffmpegthumbnailer.desktop' 'ffmpegapi_fix_r241.patch')
-options=('!libtool')
-sha1sums=('b8f5371aa995fefd1fb75e306e8cd76e8c9f3a73'
-  'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53'
-  '4e1a6a0f06ae3ae322ea44046599ebf3ab693cb6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Don't use deprecated (removed?) ffmpeg api
-  patch -Np0 -i "${srcdir}/ffmpegapi_fix_r241.patch"
-
-  ./configure --prefix=/usr --enable-gio
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # FS#24105: Generate thumbnails in nautilus
-  # FS#26540: Rename to .thumbnailer for nautilus
-  install -Dm644 "${srcdir}/ffmpegthumbnailer.desktop" \
-"${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.thumbnailer"
-}

Copied: ffmpegthumbnailer/repos/extra-i686/PKGBUILD (from rev 163141, 
ffmpegthumbnailer/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:06 UTC (rev 163148)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 23110 2010-08-06 11:01:51Z rvanharen $
+# Maintainer: Ronald van Haren 
+# Contributor: boro...@gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.7
+pkgrel=5
+pkgdesc="Lightweight video thumbnailer that can be used by file managers."
+url="http://code.google.com/p/ffmpegthumbnailer/";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+optdepends=('gvfs: support for gio uris')
+source=("http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz";
+'ffmpegthumbnailer.desktop' 'ffmpegapi_fix_r241.patch')
+options=('!libtool')
+sha1sums=('b8f5371aa995fefd1fb75e306e8cd76e8c9f3a73'
+  'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53'
+  '4e1a6a0f06ae3ae322ea44046599ebf3ab693cb6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Don't use deprecated (removed?) ffmpeg api
+  patch -Np0 -i "${srcdir}/ffmpegapi_fix_r241.patch"
+
+  ./configure --prefix=/usr --enable-gio
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # FS#24105: Generate thumbnails in nautilus
+  # FS#26540: Rename to .thumbnailer for nautilus
+  install -Dm644 "${srcdir}/ffmpegthumbnailer.desktop" \

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:31:09
  Author: ibiru
Revision: 163149

db-move: moved gegl from [testing] to [extra] ( i686,  x86_64)

Added:
  gegl/repos/extra-i686/PKGBUILD
(from rev 163141, gegl/repos/testing-i686/PKGBUILD)
  gegl/repos/extra-x86_64/PKGBUILD
(from rev 163141, gegl/repos/testing-x86_64/PKGBUILD)
Deleted:
  gegl/repos/extra-i686/PKGBUILD
  gegl/repos/extra-x86_64/PKGBUILD
  gegl/repos/testing-i686/
  gegl/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:31:06 UTC (rev 163148)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:09 UTC (rev 163149)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gegl
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Graph based image processing framework"
-arch=('i686' 'x86_64')
-url="http://www.gegl.org/";
-license=('GPL3' 'LGPL3')
-depends=('babl' 'gtk2')
-makedepends=('intltool' 'ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 
'exiv2')
-optdepends=('openexr: for using the openexr plugin' \
-'ffmpeg: for using the ffmpeg plugin' \
-'librsvg: for using the svg plugin' \
-'jasper: for using the jasper plugin')
-options=('!libtool')
-source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
---with-libavformat --with-jasper --disable-docs
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gegl/repos/extra-i686/PKGBUILD (from rev 163141, 
gegl/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:09 UTC (rev 163149)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gegl
+pkgver=0.2.0
+pkgrel=2
+pkgdesc="Graph based image processing framework"
+arch=('i686' 'x86_64')
+url="http://www.gegl.org/";
+license=('GPL3' 'LGPL3')
+depends=('babl' 'gtk2')
+makedepends=('intltool' 'ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 
'exiv2')
+optdepends=('openexr: for using the openexr plugin' \
+'ffmpeg: for using the ffmpeg plugin' \
+'librsvg: for using the svg plugin' \
+'jasper: for using the jasper plugin')
+options=('!libtool')
+source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
+--with-libavformat --with-jasper --disable-docs
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-08 09:31:06 UTC (rev 163148)
+++ extra-x86_64/PKGBUILD   2012-07-08 09:31:09 UTC (rev 163149)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gegl
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Graph based image processing framework"
-arch=('i686' 'x86_64')
-url="http://www.gegl.org/";
-license=('GPL3' 'LGPL3')
-depends=('babl' 'gtk2')
-makedepends=('intltool' 'ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 
'exiv2')
-optdepends=('openexr: for using the openexr plugin' \
-'ffmpeg: for using the ffmpeg plugin' \
-'librsvg: for using the svg plugin' \
-'jasper: for using the jasper plugin')
-options=('!libtool')
-source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
---with-libavformat --with-jasper --disable-docs
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gegl/repos/extra-x86_64/PKGBUILD (from rev 163141, 
gegl/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-08 09:31:09 UTC (rev 163149)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gegl
+pkgver=0

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:31:14
  Author: ibiru
Revision: 163150

db-move: moved gstreamer0.10-ugly from [testing] to [extra] ( i686,  x86_64)

Added:
  gstreamer0.10-ugly/repos/extra-i686/PKGBUILD
(from rev 163141, gstreamer0.10-ugly/repos/testing-i686/PKGBUILD)
  gstreamer0.10-ugly/repos/extra-i686/opencore-amr.patch
(from rev 163141, gstreamer0.10-ugly/repos/testing-i686/opencore-amr.patch)
  gstreamer0.10-ugly/repos/extra-x86_64/PKGBUILD
(from rev 163141, gstreamer0.10-ugly/repos/testing-x86_64/PKGBUILD)
  gstreamer0.10-ugly/repos/extra-x86_64/opencore-amr.patch
(from rev 163141, 
gstreamer0.10-ugly/repos/testing-x86_64/opencore-amr.patch)
Deleted:
  gstreamer0.10-ugly/repos/extra-i686/PKGBUILD
  gstreamer0.10-ugly/repos/extra-i686/opencore-amr.patch
  gstreamer0.10-ugly/repos/extra-x86_64/PKGBUILD
  gstreamer0.10-ugly/repos/extra-x86_64/opencore-amr.patch
  gstreamer0.10-ugly/repos/testing-i686/
  gstreamer0.10-ugly/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |  102 +++---
 extra-i686/opencore-amr.patch   |   70 +-
 extra-x86_64/PKGBUILD   |  102 +++---
 extra-x86_64/opencore-amr.patch |   70 +-
 4 files changed, 172 insertions(+), 172 deletions(-)

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

Copied: gstreamer0.10-ugly/repos/extra-i686/PKGBUILD (from rev 163141, 
gstreamer0.10-ugly/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:14 UTC (rev 163150)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gstreamer0.10-ugly
+pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
+pkgver=0.10.19
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+url="http://gstreamer.freedesktop.org/";
+options=(!libtool)
+source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.xz
+opencore-amr.patch)
+md5sums=('ba26045c8c8c91f0d48d327ccf53ac0c'
+ 'd8feb6c99bfaff8be6b2c48ea4e98e47')
+
+build() {
+  cd "${srcdir}/gst-plugins-ugly-${pkgver}"
+  patch -Np0 -i "${srcdir}/opencore-amr.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name="GStreamer Ugly Plugins (Archlinux)" \
+--with-package-origin="http://www.archlinux.org/";
+  make
+  sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile
+}
+
+check() {
+  cd "${srcdir}/gst-plugins-ugly-${pkgv

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:31:23
  Author: ibiru
Revision: 163151

db-move: moved k3b from [testing] to [extra] ( i686,  x86_64)

Added:
  k3b/repos/extra-i686/PKGBUILD
(from rev 163141, k3b/repos/testing-i686/PKGBUILD)
  k3b/repos/extra-i686/k3b-2.0.2-ffmpeg.patch
(from rev 163141, k3b/repos/testing-i686/k3b-2.0.2-ffmpeg.patch)
  k3b/repos/extra-i686/k3b-2.0.2-libavformat54.patch
(from rev 163141, k3b/repos/testing-i686/k3b-2.0.2-libavformat54.patch)
  k3b/repos/extra-i686/k3b.install
(from rev 163141, k3b/repos/testing-i686/k3b.install)
  k3b/repos/extra-x86_64/PKGBUILD
(from rev 163141, k3b/repos/testing-x86_64/PKGBUILD)
  k3b/repos/extra-x86_64/k3b-2.0.2-ffmpeg.patch
(from rev 163141, k3b/repos/testing-x86_64/k3b-2.0.2-ffmpeg.patch)
  k3b/repos/extra-x86_64/k3b-2.0.2-libavformat54.patch
(from rev 163141, k3b/repos/testing-x86_64/k3b-2.0.2-libavformat54.patch)
  k3b/repos/extra-x86_64/k3b.install
(from rev 163141, k3b/repos/testing-x86_64/k3b.install)
Deleted:
  k3b/repos/extra-i686/PKGBUILD
  k3b/repos/extra-i686/k3b-2.0.2-ffmpeg.patch
  k3b/repos/extra-i686/k3b.install
  k3b/repos/extra-x86_64/PKGBUILD
  k3b/repos/extra-x86_64/k3b-2.0.2-ffmpeg.patch
  k3b/repos/extra-x86_64/k3b.install
  k3b/repos/testing-i686/
  k3b/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   83 ++-
 extra-i686/k3b-2.0.2-ffmpeg.patch  |  192 +--
 extra-i686/k3b-2.0.2-libavformat54.patch   |   22 +++
 extra-i686/k3b.install |   26 +--
 extra-x86_64/PKGBUILD  |   83 ++-
 extra-x86_64/k3b-2.0.2-ffmpeg.patch|  192 +--
 extra-x86_64/k3b-2.0.2-libavformat54.patch |   22 +++
 extra-x86_64/k3b.install   |   26 +--
 8 files changed, 348 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:31:14 UTC (rev 163150)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:23 UTC (rev 163151)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Contributor: damir 
-
-pkgname=k3b
-pkgver=2.0.2
-pkgrel=4
-pkgdesc="Feature-rich and easy to handle CD burning application"
-arch=('i686' 'x86_64')
-url="http://k3b.org/";
-license=('GPL')
-depends=('kdebase-runtime' 'kdemultimedia-kioslave' 'libsamplerate' 
- 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrdao' 'cdrkit' 'libxft')
-makedepends=('cmake' 'automoc4' 'docbook-xml')
-optdepends=('dvd+rw-tools: for dvd burning support'
-'vcdimager: for vcd burning support'
-'transcode: for advanced mpeg conversion support'
-'emovix: for bootable multimedia cd/dvd support')
-options=('!libtool')
-install=k3b.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 \
-k3b-2.0.2-ffmpeg.patch)
-sha1sums=('8b30a4d07942e82559b01bc07dea6bcf2defd532'
-  '8120c0e22e6c41ea285ca6060be13723ed91c52b')
-
-build() {
-  cd "${srcdir}"
-  (cd ${pkgname}-${pkgver}; patch -p1 -i "${srcdir}/k3b-2.0.2-ffmpeg.patch")
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: k3b/repos/extra-i686/PKGBUILD (from rev 163141, 
k3b/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:23 UTC (rev 163151)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=k3b
+pkgver=2.0.2
+pkgrel=5
+pkgdesc="Feature-rich and easy to handle CD burning application"
+arch=('i686' 'x86_64')
+url="http://k3b.org/";
+license=('GPL')
+depends=('kdebase-runtime' 'kdemultimedia-kioslave' 'libsamplerate' 'libmad'
+ 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrkit' 'libxft')
+makedepends=('cmake' 'automoc4' 'docbook-xml')
+optdepends=('dvd+rw-tools: for dvd burning support'
+'vcdimager: for vcd burning support'
+'transcode: for advanced mpeg conversion support'
+'emovix: for bootable multimedia cd/dvd support'
+'cdrdao: for disk-at-once (DAO) mode support')
+options=('!libtool')
+install=k3b.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 \
+k3b-2.0.2-ffmpeg.patch k3b-2.0.2-libavformat54.patch)
+sha1sums=('8b30a4d07942e82559b01bc07dea6bcf2defd532'
+  '8120c0e22e6c41ea285ca6060be13723ed91c52b'
+  '5b35bff3f7670686a32bd71afea2deaca4331631')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/k3b-2.0.2-ffmpeg.patch"
+  patch -p1 -i "${srcdir}/k3b-2.0.2-libavformat54.patch"
+  cd ..
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PR

[arch-commits] Commit in kdemultimedia/repos (22 files)

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:31:34
  Author: ibiru
Revision: 163152

db-move: moved kdemultimedia from [testing] to [extra] ( i686,  x86_64)

Added:
  kdemultimedia/repos/extra-i686/PKGBUILD
(from rev 163141, kdemultimedia/repos/testing-i686/PKGBUILD)
  kdemultimedia/repos/extra-i686/ffmpeg0.11.patch
(from rev 163141, kdemultimedia/repos/testing-i686/ffmpeg0.11.patch)
  kdemultimedia/repos/extra-i686/kdemultimedia-dragonplayer.install
(from rev 163141, 
kdemultimedia/repos/testing-i686/kdemultimedia-dragonplayer.install)
  kdemultimedia/repos/extra-i686/kdemultimedia.install
(from rev 163141, kdemultimedia/repos/testing-i686/kdemultimedia.install)
  kdemultimedia/repos/extra-i686/mplayerthumbs.config
(from rev 163141, kdemultimedia/repos/testing-i686/mplayerthumbs.config)
  kdemultimedia/repos/extra-x86_64/PKGBUILD
(from rev 163141, kdemultimedia/repos/testing-x86_64/PKGBUILD)
  kdemultimedia/repos/extra-x86_64/ffmpeg0.11.patch
(from rev 163141, kdemultimedia/repos/testing-x86_64/ffmpeg0.11.patch)
  kdemultimedia/repos/extra-x86_64/kdemultimedia-dragonplayer.install
(from rev 163141, 
kdemultimedia/repos/testing-x86_64/kdemultimedia-dragonplayer.install)
  kdemultimedia/repos/extra-x86_64/kdemultimedia.install
(from rev 163141, kdemultimedia/repos/testing-x86_64/kdemultimedia.install)
  kdemultimedia/repos/extra-x86_64/mplayerthumbs.config
(from rev 163141, kdemultimedia/repos/testing-x86_64/mplayerthumbs.config)
Deleted:
  kdemultimedia/repos/extra-i686/PKGBUILD
  kdemultimedia/repos/extra-i686/ffmpeg0.11.patch
  kdemultimedia/repos/extra-i686/kdemultimedia-dragonplayer.install
  kdemultimedia/repos/extra-i686/kdemultimedia.install
  kdemultimedia/repos/extra-i686/mplayerthumbs.config
  kdemultimedia/repos/extra-x86_64/PKGBUILD
  kdemultimedia/repos/extra-x86_64/ffmpeg0.11.patch
  kdemultimedia/repos/extra-x86_64/kdemultimedia-dragonplayer.install
  kdemultimedia/repos/extra-x86_64/kdemultimedia.install
  kdemultimedia/repos/extra-x86_64/mplayerthumbs.config
  kdemultimedia/repos/testing-i686/
  kdemultimedia/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |  222 +++---
 extra-i686/ffmpeg0.11.patch |   58 ++---
 extra-i686/kdemultimedia-dragonplayer.install   |   24 +-
 extra-i686/kdemultimedia.install|   22 +-
 extra-i686/mplayerthumbs.config |4 
 extra-x86_64/PKGBUILD   |  222 +++---
 extra-x86_64/ffmpeg0.11.patch   |   58 ++---
 extra-x86_64/kdemultimedia-dragonplayer.install |   24 +-
 extra-x86_64/kdemultimedia.install  |   22 +-
 extra-x86_64/mplayerthumbs.config   |4 
 10 files changed, 330 insertions(+), 330 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:31:23 UTC (rev 163151)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:34 UTC (rev 163152)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdemultimedia
-pkgname=('kdemultimedia-dragonplayer'
- 'kdemultimedia-ffmpegthumbs'
- 'kdemultimedia-juk'
- 'kdemultimedia-kioslave'
- 'kdemultimedia-kmix'
- 'kdemultimedia-kscd'
- 'kdemultimedia-mplayerthumbs')
-pkgver=4.8.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-makedepends=('cmake' 'automoc4' 'kdelibs' 'ffmpeg' 'mplayer' 'libpulse'
- 'libmusicbrainz3' 'taglib' 'libcanberra')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";
-'mplayerthumbs.config'
-'ffmpeg0.11.patch')
-sha1sums=('dac721e82308a6347d578361e25da7c466a26ba7'
-  'ba016fa2563c14ffcba852c62506b66bfc6ee683'
-  '48331f7e2dab760c20708b81fe6c4d47c83a63e7')
-
-build() {
-cd ${srcdir}/${pkgbase}-${pkgver}/ffmpegthumbs
-patch -p1 -i ${srcdir}/ffmpeg0.11.patch
-
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_TunePimp=OFF
-   make
-}
-
-package_kdemultimedia-dragonplayer() {
-   pkgdesc='Video Player'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/multimedia/dragonplayer/";
-   install='kdemultimedia-dragonplayer.install'
-   cd $srcdir/build/dragonplayer
-   make DESTDIR=$pkgdir install
-cd $srcdir/build/dragonplayer/doc
-make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-ffmpegthumbs() {
-   pkgdesc='Video Files (ffmpegthumbs)'
-   depends=('kdebase-runtime' 'ffmpeg')
-   install='kdemultimedia.install'
-   cd $srcdir/build/ffmpegthumbs
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemu

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:31:40
  Author: ibiru
Revision: 163153

db-move: moved kradio from [testing] to [extra] ( i686,  x86_64)

Added:
  kradio/repos/extra-i686/PKGBUILD
(from rev 163141, kradio/repos/testing-i686/PKGBUILD)
  kradio/repos/extra-i686/kradio.install
(from rev 163141, kradio/repos/testing-i686/kradio.install)
  kradio/repos/extra-x86_64/PKGBUILD
(from rev 163141, kradio/repos/testing-x86_64/PKGBUILD)
  kradio/repos/extra-x86_64/kradio.install
(from rev 163141, kradio/repos/testing-x86_64/kradio.install)
Deleted:
  kradio/repos/extra-i686/PKGBUILD
  kradio/repos/extra-i686/kradio.install
  kradio/repos/extra-x86_64/PKGBUILD
  kradio/repos/extra-x86_64/kradio.install
  kradio/repos/testing-i686/
  kradio/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:31:34 UTC (rev 163152)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:40 UTC (rev 163153)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski 
-
-pkgname=kradio
-pkgver=4.0.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-pkgdesc="A comfortable KDE internet and AM/FM radio application"
-url="http://kradio.sourceforge.net/";
-depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
-makedepends=('automoc4' 'cmake')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})
-md5sums=('4b5495a4f1dda21f7201bc8db0d4f95e'
- '51c6d4ec0047d2df595b458bde285012')
-
-build() {
-  cd "$srcdir"
-  mkdir build
-  cd build
-  cmake ../${pkgname}4-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: kradio/repos/extra-i686/PKGBUILD (from rev 163141, 
kradio/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:40 UTC (rev 163153)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski 
+
+pkgname=kradio
+pkgver=4.0.4
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL2')
+pkgdesc="A comfortable KDE internet and AM/FM radio application"
+url="http://kradio.sourceforge.net/";
+depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
+makedepends=('automoc4' 'cmake')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})
+md5sums=('4b5495a4f1dda21f7201bc8db0d4f95e'
+ '51c6d4ec0047d2df595b458bde285012')
+
+build() {
+  cd "$srcdir"
+  mkdir build
+  cd build
+  cmake ../${pkgname}4-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/kradio.install
===
--- extra-i686/kradio.install   2012-07-08 09:31:34 UTC (rev 163152)
+++ extra-i686/kradio.install   2012-07-08 09:31:40 UTC (rev 163153)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kradio/repos/extra-i686/kradio.install (from rev 163141, 
kradio/repos/testing-i686/kradio.install)
===
--- extra-i686/kradio.install   (rev 0)
+++ extra-i686/kradio.install   2012-07-08 09:31:40 UTC (rev 163153)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-08 09:31:34 UTC (rev 163152)
+++ extra-x86_64/PKGBUILD   2012-07-08 09:31:40 UTC (rev 163153)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski 
-
-pkgname=kradio
-pkgver=4.0.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-pkgdesc="A comfortable KDE internet and AM/FM radio application"
-url="http://kradio.sourceforge.net/";
-depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
-makedepends=('automoc4' 'cmake')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})
-md5sums=('4b5495a4f1dda21f7201bc8db0d4f95e'
- '51c6d4ec0047d2df595b458bde285012')
-
-build() {
-  cd "$srcdir"
-  mkdir build
-  cd build

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:31:45
  Author: ibiru
Revision: 163154

db-move: moved mediastreamer from [testing] to [extra] ( i686,  x86_64)

Added:
  mediastreamer/repos/extra-i686/PKGBUILD
(from rev 163141, mediastreamer/repos/testing-i686/PKGBUILD)
  mediastreamer/repos/extra-i686/mediastreamer-ffmpeg.patch
(from rev 163141, 
mediastreamer/repos/testing-i686/mediastreamer-ffmpeg.patch)
  mediastreamer/repos/extra-x86_64/PKGBUILD
(from rev 163141, mediastreamer/repos/testing-x86_64/PKGBUILD)
  mediastreamer/repos/extra-x86_64/mediastreamer-ffmpeg.patch
(from rev 163141, 
mediastreamer/repos/testing-x86_64/mediastreamer-ffmpeg.patch)
Deleted:
  mediastreamer/repos/extra-i686/PKGBUILD
  mediastreamer/repos/extra-x86_64/PKGBUILD
  mediastreamer/repos/testing-i686/
  mediastreamer/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   63 -
 extra-i686/mediastreamer-ffmpeg.patch   |  205 ++
 extra-x86_64/PKGBUILD   |   63 -
 extra-x86_64/mediastreamer-ffmpeg.patch |  205 ++
 4 files changed, 476 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:31:40 UTC (rev 163153)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:45 UTC (rev 163154)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-
-pkgname=mediastreamer
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/";
-license=('GPL')
-depends=('ortp' 'speex' 'ffmpeg' 'v4l-utils' 'libxv' 'libpulse')
-makedepends=('intltool')
-options=('!libtool')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-md5sums=('e51ea9d5fce1396b374d10473dfbadec'
- '805da7def98f367e621363fa0c951fe8')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/extra-i686/PKGBUILD (from rev 163141, 
mediastreamer/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:45 UTC (rev 163154)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+
+pkgname=mediastreamer
+pkgver=2.8.2
+pkgrel=2
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/";
+license=('GPL')
+depends=('ortp' 'speex' 'ffmpeg' 'v4l-utils' 'libxv' 'libpulse')
+makedepends=('intltool')
+options=('!libtool')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
+mediastreamer-ffmpeg.patch)
+md5sums=('e51ea9d5fce1396b374d10473dfbadec'
+ '805da7def98f367e621363fa0c951fe8'
+ 'f147546489a973f148ce3dd2dba36834')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -p1 -i "${srcdir}"/mediastreamer-ffmpeg.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: mediastreamer/repos/extra-i686/mediastreamer-ffmpeg.patch (from rev 
163141, mediastreamer/repos/testing-i686/mediastreamer-ffmpeg.patch)
===
--- extra-i686/mediastreamer-ffmpeg.patch   (rev 0)
+++ extra-i686/mediastreamer-ffmpeg.patch   2012-07-08 09:31:45 UTC (rev 
163154)
@@ -0,0 +1,205 @@
+diff --git a/include/mediastreamer2/msvideo.h 
b/include/mediastreamer2/msvideo.h
+index 5ae8a63..86edf86 100644
+--- mediastreamer2/include/mediastreamer2/msvideo.h
 mediastreamer2/include/mediastreamer2/msvideo.h
+@@ -21,6 +21,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
+ #define msvideo_h
+ 
+ #include 
++#ifndef INT64_C
++#define INT64_C(c) (c ## LL)
++#define UINT64_C(c) (c ## ULL)
++#endif
++#include 
++#include 
+ 
+ /* some global constants for video MSFilter(s) */
+ #define MS_VIDEO_SIZE_SQCIF_W 128
+@@ -206,7 +212,9 @@ extern "C"{
+ MS2_PUBLIC int ms_pix_fmt_to_ffmpeg(MSPixFmt fmt);
+ MS2_PUBLIC MSPixFmt ffmpeg_pix_fmt_to_ms(int fmt);
+ MS2_PUBLIC MSPixFmt ms_fourcc_to_pix_fmt(uint32_t fourcc);
++#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(54, 0, 100)
+ MS2_PUBLIC void ms_ffmpeg_check_init(void);
++#endif
+ MS2_PUBLIC int ms_yuv_buf_init_from_mblk(MSPicture *buf, mblk_t *m);
+ MS2_PUBLIC int ms_yuv_buf_init_from_mblk_with_size(MSPicture *buf, mblk_t *m, 
int w, int h);
+ MS

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:31:52
  Author: ibiru
Revision: 163155

db-move: moved miro from [testing] to [extra] ( i686,  x86_64)

Added:
  miro/repos/extra-i686/PKGBUILD
(from rev 163141, miro/repos/testing-i686/PKGBUILD)
  miro/repos/extra-i686/ffmpeg.patch
(from rev 163141, miro/repos/testing-i686/ffmpeg.patch)
  miro/repos/extra-i686/miro.install
(from rev 163141, miro/repos/testing-i686/miro.install)
  miro/repos/extra-x86_64/PKGBUILD
(from rev 163141, miro/repos/testing-x86_64/PKGBUILD)
  miro/repos/extra-x86_64/ffmpeg.patch
(from rev 163141, miro/repos/testing-x86_64/ffmpeg.patch)
  miro/repos/extra-x86_64/miro.install
(from rev 163141, miro/repos/testing-x86_64/miro.install)
Deleted:
  miro/repos/extra-i686/PKGBUILD
  miro/repos/extra-i686/ffmpeg.patch
  miro/repos/extra-i686/miro.install
  miro/repos/extra-x86_64/PKGBUILD
  miro/repos/extra-x86_64/ffmpeg.patch
  miro/repos/extra-x86_64/miro.install
  miro/repos/testing-i686/
  miro/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   95 +-
 extra-i686/ffmpeg.patch   |  158 +---
 extra-i686/miro.install   |   34 -
 extra-x86_64/PKGBUILD |   95 +-
 extra-x86_64/ffmpeg.patch |  158 +---
 extra-x86_64/miro.install |   34 -
 6 files changed, 258 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:31:45 UTC (rev 163154)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:52 UTC (rev 163155)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-
-pkgname=miro
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="The free and open source internet TV platform"
-arch=('i686' 'x86_64')
-url="http://www.getmiro.com";
-license=('GPL2')
-depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf'
- 'python-pysqlite' 'pywebkitgtk' 'shared-mime-info'
- 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme'
- 'gstreamer0.10-python' 'python-notify' 'libtorrent-rasterbar'
- 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'python-pycurl' 
- 'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen' 'xdg-utils')
-makedepends=('pkg-config' 'boost')
-install=miro.install
-options=('!makeflags')
-source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('d8e08c691958c250c990b45f2c8448c478d0f0fa')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cd linux
-
-  python2 setup.py install --root="${pkgdir}"
-
-  # fix miro startup script so --debug works with python2
-  sed -i "s|which python|which python2|" "${pkgdir}/usr/bin/miro"
-  sed -i "s|./miro.real|/usr/bin/miro.real|" "${pkgdir}/usr/bin/miro"
-
-  # fix python scripts for python2
-  sed -i "s|/usr/bin/env python|/usr/bin/env python2|" 
${pkgdir}/usr/share/miro/resources/searchengines/update-icons.py
-  for i in usr/share/miro/resources/testdata/echonest-replies/generate.py 
usr/share/miro/resources/searchengines/update-icons.py \
-usr/share/miro/resources/testdata/7digital-replies/generate.py; do
-sed -i "s|/usr/bin/python|/usr/bin/python2|" ${pkgdir}/${i} 
-  done
-
-  # Fakeroot segfaults on these; remove
-  if [ ${arch} == "i686" ]; then
-rm -f ${pkgdir}/usr/bin/codegen.Linux-x86_64 || true
-  else
-rm -f ${pkgdir}/usr/bin/codegen.Linux-i686 || true
-  fi
-}

Copied: miro/repos/extra-i686/PKGBUILD (from rev 163141, 
miro/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:52 UTC (rev 163155)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+
+pkgname=miro
+pkgver=5.0.1
+pkgrel=2
+pkgdesc="The free and open source internet TV platform"
+arch=('i686' 'x86_64')
+url="http://www.getmiro.com";
+license=('GPL2')
+depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf'
+ 'python-pysqlite' 'pywebkitgtk' 'shared-mime-info'
+ 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme'
+ 'gstreamer0.10-python' 'python-notify' 'libtorrent-rasterbar'
+ 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'python-pycurl' 
+ 'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen' 'xdg-utils')
+makedepends=('pkg-config' 'boost')
+install=miro.install
+source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz";
+'ffmpeg.patch')
+sha1sums=('d8e08c691958c250c990b45f2c8448c478d0f0fa'
+  'ce0f42be2a0a3ac99f07b5abfabf0975928c841c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cd linux
+  patch -p2 -i "${srcdir}"/ffmpeg.patch
+
+  python2 setup.py install --root="${pkgdir}"
+
+  # fix miro startup script so --debug works with python2
+  sed -i "s|which python|which python2|"

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:31:55
  Author: ibiru
Revision: 163156

db-move: moved moc from [testing] to [extra] ( i686,  x86_64)

Added:
  moc/repos/extra-i686/PKGBUILD
(from rev 163141, moc/repos/testing-i686/PKGBUILD)
  moc/repos/extra-x86_64/PKGBUILD
(from rev 163141, moc/repos/testing-x86_64/PKGBUILD)
Deleted:
  moc/repos/extra-i686/PKGBUILD
  moc/repos/extra-x86_64/PKGBUILD
  moc/repos/testing-i686/
  moc/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:31:52 UTC (rev 163155)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:55 UTC (rev 163156)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=moc
-pkgver=20120224
-pkgrel=1
-pkgdesc="An ncurses console audio player with support for the mp3, ogg, and 
wave formats"
-arch=('i686' 'x86_64')
-url="http://moc.daper.net/";
-license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
-makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
-optdepends=('speex: for using the speex plugin' 
-   'ffmpeg: for using the ffmpeg plugin'
-   'taglib: for using the musepack plugin' 
-   'libmpcdec: for using the musepack plugin' 
-'wavpack: for using the wavpack plugin' 
-   'libmodplug: for using the modplug plugin')
-options=('!libtool')
-source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('8ad3521d99fe6f2514907088c70e50c84ec09b46'
-  'e8b2396d99692b0c4f85971d3fa6f5aecb1eb9d3')
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=2412
-  _svntrunk="svn://daper.net/moc/trunk"
-  _svnmod="${pkgname}-${pkgver}"
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-# Disabling aac to use the external ffmpeg to play them (FS#13164)
-  autoreconf -i
-  ./configure --prefix=/usr --without-rcc --without-aac \
---with-oss  --with-alsa  --with-jack --with-mp3 \
---with-musepack --with-vorbis --with-flac --with-wavpack \
---with-sndfile --with-modplug --with-ffmpeg --with-speex \
---with-samplerate --with-curl --disable-debug
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: moc/repos/extra-i686/PKGBUILD (from rev 163141, 
moc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:31:55 UTC (rev 163156)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=moc
+pkgver=20120224
+pkgrel=2
+pkgdesc="An ncurses console audio player with support for the mp3, ogg, and 
wave formats"
+arch=('i686' 'x86_64')
+url="http://moc.daper.net/";
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
+optdepends=('speex: for using the speex plugin' 
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin' 
+   'libmpcdec: for using the musepack plugin' 
+'wavpack: for using the wavpack plugin' 
+   'libmodplug: for using the modplug plugin')
+options=('!libtool')
+source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('8ad3521d99fe6f2514907088c70e50c84ec09b46'
+  'e8b2396d99692b0c4f85971d3fa6f5aecb1eb9d3')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=2412
+  _svntrunk="svn://daper.net/moc/trunk"
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+# Disabling aac to use the external ffmpeg to play them (FS#13164)
+  autoreconf -i
+  ./configure --prefix=/usr --without-rcc --without-aac \
+--with-oss  --with-alsa  --with-jack --with-mp3 \
+

[arch-commits] Commit in mpd/repos (18 files)

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:32:05
  Author: ibiru
Revision: 163157

db-move: moved mpd from [testing] to [extra] ( i686,  x86_64)

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 163141, mpd/repos/testing-i686/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 163141, mpd/repos/testing-i686/install)
  mpd/repos/extra-i686/rc.d
(from rev 163141, mpd/repos/testing-i686/rc.d)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 163141, mpd/repos/testing-i686/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 163141, mpd/repos/testing-x86_64/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 163141, mpd/repos/testing-x86_64/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 163141, mpd/repos/testing-x86_64/rc.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 163141, mpd/repos/testing-x86_64/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/rc.d
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/rc.d
  mpd/repos/extra-x86_64/tmpfiles.d
  mpd/repos/testing-i686/
  mpd/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |  130 +++---
 extra-i686/install  |   22 +++
 extra-i686/rc.d |   50 -
 extra-i686/tmpfiles.d   |2 
 extra-x86_64/PKGBUILD   |  130 +++---
 extra-x86_64/install|   22 +++
 extra-x86_64/rc.d   |   50 -
 extra-x86_64/tmpfiles.d |2 
 8 files changed, 204 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:31:55 UTC (rev 163156)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:05 UTC (rev 163157)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.17
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('doxygen')
-source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2";
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('36201f32ca5729b62b0e6cbddb19ade20ee3f7d7'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '3470d489565f0ed479f1665dd2876f66acb5a585')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lastfm \
-   --enable-jack \
-   --enable-pulse \
-   --enable-documentation \
-   --disable-libwrap \
-   --disable-cue \
-   --disable-sidplay \
-   --disable-documentation \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
"/var/lib/mpd/playlists"' \
-   -e '/^#db_file/c db_file "/var/lib/mpd/mpd.db"' \
-   -e '/^#pid_file/c pid_file "/run/mpd/mpd.pid"' \
-   -e '/^#state_file/c state_file "/var/lib/mpd/mpdstate"' \
-   -e '/^#user/c user "mpd"' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d "${pkgdir}"/etc/rc.d/mpd
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 163141, 
mpd/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:05 UTC (rev 163157)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.17
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
+ 'libpulse')
+makedepends=('doxygen')
+source=("http://downloads.sourceforge.net/

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:32:14
  Author: ibiru
Revision: 163158

db-move: moved mplayer from [testing] to [extra] ( i686,  x86_64)

Added:
  mplayer/repos/extra-i686/PKGBUILD
(from rev 163141, mplayer/repos/testing-i686/PKGBUILD)
  mplayer/repos/extra-i686/mplayer.desktop
(from rev 163141, mplayer/repos/testing-i686/mplayer.desktop)
  mplayer/repos/extra-i686/mplayer.install
(from rev 163141, mplayer/repos/testing-i686/mplayer.install)
  mplayer/repos/extra-i686/mplayer.png
(from rev 163141, mplayer/repos/testing-i686/mplayer.png)
  mplayer/repos/extra-x86_64/PKGBUILD
(from rev 163141, mplayer/repos/testing-x86_64/PKGBUILD)
  mplayer/repos/extra-x86_64/mplayer.desktop
(from rev 163141, mplayer/repos/testing-x86_64/mplayer.desktop)
  mplayer/repos/extra-x86_64/mplayer.install
(from rev 163141, mplayer/repos/testing-x86_64/mplayer.install)
  mplayer/repos/extra-x86_64/mplayer.png
(from rev 163141, mplayer/repos/testing-x86_64/mplayer.png)
Deleted:
  mplayer/repos/extra-i686/PKGBUILD
  mplayer/repos/extra-i686/live-media.patch
  mplayer/repos/extra-i686/mplayer.desktop
  mplayer/repos/extra-i686/mplayer.install
  mplayer/repos/extra-i686/mplayer.png
  mplayer/repos/extra-x86_64/PKGBUILD
  mplayer/repos/extra-x86_64/live-media.patch
  mplayer/repos/extra-x86_64/mplayer.desktop
  mplayer/repos/extra-x86_64/mplayer.install
  mplayer/repos/extra-x86_64/mplayer.png
  mplayer/repos/testing-i686/
  mplayer/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  152 +++-
 extra-i686/live-media.patch   |   13 ---
 extra-i686/mplayer.desktop|   42 +--
 extra-i686/mplayer.install|   22 ++---
 extra-x86_64/PKGBUILD |  152 +++-
 extra-x86_64/live-media.patch |   13 ---
 extra-x86_64/mplayer.desktop  |   42 +--
 extra-x86_64/mplayer.install  |   22 ++---
 8 files changed, 212 insertions(+), 246 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:32:05 UTC (rev 163157)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:14 UTC (rev 163158)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgbase=mplayer
-pkgname=('mplayer' 'mencoder')
-pkgver=34799
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 
'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
-'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
-'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass' 'libbluray' 'libcdio')
-license=('GPL')
-url="http://www.mplayerhq.hu/";
-options=(!buildflags !emptydirs)
-source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz 
mplayer.desktop
-live-media.patch)
-md5sums=('e8bd960bcdb48fdc5a1f45390dc13c53'
- 'c0d6ef795cf6de48e3b87ff7c23f0319'
- 'b6c057633ff7001ee0c102b5f81ec1e3')
-
-build() {
-cd "$srcdir/$pkgbase"
-
-patch -Np0 -i "$srcdir/live-media.patch"
-
-./configure --prefix=/usr \
---enable-runtime-cpudetection \
---disable-gui \
---disable-arts \
---disable-liblzo \
---disable-speex \
---disable-openal \
---disable-libdv \
---disable-musepack \
---disable-esd \
---disable-mga \
---disable-ass-internal \
---disable-cdparanoia \
---enable-xvmc \
---enable-radio \
---enable-radio-capture \
---language=all \
---confdir=/etc/mplayer
-[ "$CARCH" = "i686" ] &&  sed 's|-march=i486|-march=i686|g' -i config.mak
-
-make
-}
-
-package_mplayer() {
-pkgdesc="A movie player for linux"
-install=mplayer.install
-backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
-depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
-'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'cdparanoia' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
-'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm' 'libbluray' 'libcdio')
-
-cd "$srcdir/$pkgbase"
-
-make DESTDIR="$pkgdir" install-mplayer install-mplayer-man
-install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
"$pkgdir/etc/mplayer/"
-install -dm755 "$pkgdir/usr/share/mplayer/"
-ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
"$pkgdir/usr/share/mplayer/subfont.ttf"
-rm -rf "$pkgdir/usr/share/mplayer/font"
-#desktop file  FS#14770
-install -Dm644 "$srcdir/mplayer.desktop" 
"$pkgdir/usr/share/applications/mplayer.desktop"
-install -Dm644 etc/mplayer256x256.png 
"$pkgd

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:32:20
  Author: ibiru
Revision: 163159

db-move: moved opal from [testing] to [extra] ( i686,  x86_64)

Added:
  opal/repos/extra-i686/PKGBUILD
(from rev 163141, opal/repos/testing-i686/PKGBUILD)
  opal/repos/extra-i686/opal-ffmpeg.patch
(from rev 163141, opal/repos/testing-i686/opal-ffmpeg.patch)
  opal/repos/extra-x86_64/PKGBUILD
(from rev 163141, opal/repos/testing-x86_64/PKGBUILD)
  opal/repos/extra-x86_64/opal-ffmpeg.patch
(from rev 163141, opal/repos/testing-x86_64/opal-ffmpeg.patch)
Deleted:
  opal/repos/extra-i686/PKGBUILD
  opal/repos/extra-x86_64/PKGBUILD
  opal/repos/testing-i686/
  opal/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   57 ++-
 extra-i686/opal-ffmpeg.patch   |  194 +++
 extra-x86_64/PKGBUILD  |   57 ++-
 extra-x86_64/opal-ffmpeg.patch |  194 +++
 4 files changed, 448 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:32:14 UTC (rev 163158)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:20 UTC (rev 163159)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom K 
-pkgname=opal
-pkgver=3.10.2
-pkgrel=4
-pkgdesc="Open Phone Abstraction Library"
-arch=(i686 x86_64)
-url="http://www.ekiga.org";
-license=('GPL')
-depends=('ptlib' 'libtheora' 'x264' 'speex')
-makedepends=('ffmpeg')
-options=(!makeflags)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('8e227978263c07502b2bc4c9de0e71be1b95d673fe858bfd907910adfb2eb205')
-
-build() {
-  cd "${srcdir}/opal-${pkgver}"
-  CXXFLAGS="$CXXFLAGS -fpermissive" \
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/opal-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: opal/repos/extra-i686/PKGBUILD (from rev 163141, 
opal/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:20 UTC (rev 163159)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+pkgname=opal
+pkgver=3.10.5
+pkgrel=1
+pkgdesc="Open Phone Abstraction Library"
+arch=(i686 x86_64)
+url="http://www.opalvoip.org";
+license=('GPL')
+depends=('ptlib' 'libtheora' 'x264' 'speex' 'gsm')
+makedepends=('ffmpeg')
+options=(!makeflags)
+source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2
+opal-ffmpeg.patch)
+md5sums=('22b0d716ed1cbc935245539e0bbab38f' '53bb06a376fb57a306522bfa6a573217')
+
+build() {
+  cd "${srcdir}/opal-${pkgver}"
+  patch -Np1 -i "${srcdir}/opal-ffmpeg.patch"
+  CXXFLAGS="$CXXFLAGS -fpermissive" \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/opal-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  chmod 644 "${pkgdir}/usr/lib/libopal_s.a"
+}

Copied: opal/repos/extra-i686/opal-ffmpeg.patch (from rev 163141, 
opal/repos/testing-i686/opal-ffmpeg.patch)
===
--- extra-i686/opal-ffmpeg.patch(rev 0)
+++ extra-i686/opal-ffmpeg.patch2012-07-08 09:32:20 UTC (rev 163159)
@@ -0,0 +1,194 @@
+diff -ru opal-3.10.5/plugins/video/H.263-1998/h263-1998.cxx 
opal-3.10.5.patched/plugins/video/H.263-1998/h263-1998.cxx
+--- opal-3.10.5/plugins/video/H.263-1998/h263-1998.cxx 2012-04-26 
06:56:01.0 +0200
 opal-3.10.5.patched/plugins/video/H.263-1998/h263-1998.cxx 2012-06-10 
16:39:35.447021150 +0200
+@@ -51,6 +51,7 @@
+ #endif
+ 
+ #include "h263-1998.h"
++#include 
+ #include 
+ #include 
+ #include 
+@@ -324,9 +325,9 @@
+ // Level 2+ 
+ // works with eyeBeam, signaled via  non-standard "D"
+ if (atoi(value) == 1)
+-  m_context->flags |= CODEC_FLAG_H263P_UMV; 
++  av_opt_set_int(m_context->priv_data, "umv", 1, 0);
+ else
+-  m_context->flags &= ~CODEC_FLAG_H263P_UMV; 
++  av_opt_set_int(m_context->priv_data, "umv", 0, 0);
+ return;
+   }
+ 
+@@ -335,9 +336,9 @@
+ // Annex F: Advanced Prediction Mode
+ // does not work with eyeBeam
+ if (atoi(value) == 1)
+-  m_context->flags |= CODEC_FLAG_OBMC; 
++  av_opt_set_int(m_context->priv_data, "obmc", 1, 0);
+ else
+-  m_context->flags &= ~CODEC_FLAG_OBMC; 
++  av_opt_set_int(m_context->priv_data, "obmc", 0, 0);
+ return;
+   }
+ #endif
+@@ -367,9 +368,9 @@
+ // Annex K: Slice Structure
+ // does not work with eyeBeam
+ if (atoi(value) != 0)
+-  m_context->flags |= CODEC_FLAG_H263P_SLICE_STRUCT; 
++  av_opt_set_int(m_context->priv_data, "structured_slices", 1, 0);
+ else
+-  m_context->flags &= ~CODEC_FLAG_H263P_SLICE_STRUCT; 
++

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:32:27
  Author: ibiru
Revision: 163160

db-move: moved sox from [testing] to [extra] ( i686,  x86_64)

Added:
  sox/repos/extra-i686/PKGBUILD
(from rev 163141, sox/repos/testing-i686/PKGBUILD)
  sox/repos/extra-i686/sox-ffmpeg0.11.patch
(from rev 163141, sox/repos/testing-i686/sox-ffmpeg0.11.patch)
  sox/repos/extra-i686/sox_default_audio_driver_fallback.patch
(from rev 163141, 
sox/repos/testing-i686/sox_default_audio_driver_fallback.patch)
  sox/repos/extra-x86_64/PKGBUILD
(from rev 163141, sox/repos/testing-x86_64/PKGBUILD)
  sox/repos/extra-x86_64/sox-ffmpeg0.11.patch
(from rev 163141, sox/repos/testing-x86_64/sox-ffmpeg0.11.patch)
  sox/repos/extra-x86_64/sox_default_audio_driver_fallback.patch
(from rev 163141, 
sox/repos/testing-x86_64/sox_default_audio_driver_fallback.patch)
Deleted:
  sox/repos/extra-i686/PKGBUILD
  sox/repos/extra-i686/sox_default_audio_driver_fallback.patch
  sox/repos/extra-x86_64/PKGBUILD
  sox/repos/extra-x86_64/sox_default_audio_driver_fallback.patch
  sox/repos/testing-i686/
  sox/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   82 +-
 extra-i686/sox-ffmpeg0.11.patch  |  130 +
 extra-i686/sox_default_audio_driver_fallback.patch   |  102 ++---
 extra-x86_64/PKGBUILD|   82 +-
 extra-x86_64/sox-ffmpeg0.11.patch|  130 +
 extra-x86_64/sox_default_audio_driver_fallback.patch |  102 ++---
 6 files changed, 452 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:32:20 UTC (rev 163159)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:27 UTC (rev 163160)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=sox
-pkgver=14.4.0
-pkgrel=2
-pkgdesc="The Swiss Army knife of sound processing tools"
-arch=('i686' 'x86_64')
-url="http://sox.sourceforge.net/";
-license=('GPL' 'LGPL')
-depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr' 'gsm')
-makedepends=('ffmpeg' 'libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
-optdepends=('libao: for ao plugin'
-'ffmpeg: for ffmpeg plugin'
-'libmad: for mp3 plugin'
-'libid3tag: for mp3 plugin'
-'wavpack: for wavpack plugin'
-'libpulse: for pulse plugin')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-sox_default_audio_driver_fallback.patch)
-sha1sums=('12dfc57e503ed4e18cedcac292cdae7982281978'
-  'ab304f1fc17269262dbc4977aa9b7e97ec805ae4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 -i "${srcdir}/sox_default_audio_driver_fallback.patch"
-  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-dyn-default --with-distro="Arch Linux"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: sox/repos/extra-i686/PKGBUILD (from rev 163141, 
sox/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:27 UTC (rev 163160)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=sox
+pkgver=14.4.0
+pkgrel=3
+pkgdesc="The Swiss Army knife of sound processing tools"
+arch=('i686' 'x86_64')
+url="http://sox.sourceforge.net/";
+license=('GPL' 'LGPL')
+depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr' 'gsm')
+makedepends=('ffmpeg' 'libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
+checkdepends=('time')
+optdepends=('libao: for ao plugin'
+'ffmpeg: for ffmpeg plugin'
+'libmad: for mp3 plugin'
+'libid3tag: for mp3 plugin'
+'wavpack: for wavpack plugin'
+'libpulse: for pulse plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+sox_default_audio_driver_fallback.patch sox-ffmpeg0.11.patch)
+sha1sums=('12dfc57e503ed4e18cedcac292cdae7982281978'
+  'ab304f1fc17269262dbc4977aa9b7e97ec805ae4'
+  '2f92bcaebcaf300782396f106cdd27c72048a851')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i "${srcdir}/sox_default_audio_driver_fallback.patch"
+  patch -p1 -i "${srcdir}/sox-ffmpeg0.11.patch"
+  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-dyn-default --with-distro="Arch Linux"
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make bindir=. installcheck
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Co

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:32:37
  Author: ibiru
Revision: 163161

db-move: moved transcode from [testing] to [extra] ( i686,  x86_64)

Added:
  transcode/repos/extra-i686/PKGBUILD
(from rev 163141, transcode/repos/testing-i686/PKGBUILD)
  transcode/repos/extra-i686/ffmpeg-0.11.patch
(from rev 163141, transcode/repos/testing-i686/ffmpeg-0.11.patch)
  transcode/repos/extra-i686/subtitleripper-0.3.4-linkingorder.patch
(from rev 163141, 
transcode/repos/testing-i686/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/extra-i686/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 163141, 
transcode/repos/testing-i686/subtitleripper-0.3.4-respect-ldflags.patch)
  transcode/repos/extra-x86_64/PKGBUILD
(from rev 163141, transcode/repos/testing-x86_64/PKGBUILD)
  transcode/repos/extra-x86_64/ffmpeg-0.11.patch
(from rev 163141, transcode/repos/testing-x86_64/ffmpeg-0.11.patch)
  transcode/repos/extra-x86_64/subtitleripper-0.3.4-linkingorder.patch
(from rev 163141, 
transcode/repos/testing-x86_64/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/extra-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 163141, 
transcode/repos/testing-x86_64/subtitleripper-0.3.4-respect-ldflags.patch)
Deleted:
  transcode/repos/extra-i686/PKGBUILD
  transcode/repos/extra-i686/ffmpeg-0.10.patch
  transcode/repos/extra-i686/subtitleripper-0.3.4-linkingorder.patch
  transcode/repos/extra-i686/subtitleripper-0.3.4-respect-ldflags.patch
  transcode/repos/extra-x86_64/PKGBUILD
  transcode/repos/extra-x86_64/ffmpeg-0.10.patch
  transcode/repos/extra-x86_64/subtitleripper-0.3.4-linkingorder.patch
  transcode/repos/extra-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
  transcode/repos/testing-i686/
  transcode/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |  122 ++---
 extra-i686/ffmpeg-0.10.patch|   14 -
 extra-i686/ffmpeg-0.11.patch|  130 ++
 extra-i686/subtitleripper-0.3.4-linkingorder.patch  |   56 +++---
 extra-i686/subtitleripper-0.3.4-respect-ldflags.patch   |   56 +++---
 extra-x86_64/PKGBUILD   |  122 ++---
 extra-x86_64/ffmpeg-0.10.patch  |   14 -
 extra-x86_64/ffmpeg-0.11.patch  |  130 ++
 extra-x86_64/subtitleripper-0.3.4-linkingorder.patch|   56 +++---
 extra-x86_64/subtitleripper-0.3.4-respect-ldflags.patch |   56 +++---
 10 files changed, 494 insertions(+), 262 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:32:27 UTC (rev 163160)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:37 UTC (rev 163161)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sarah Hay 
-# Contributor: roberto 
-
-pkgname=transcode
-_sripver=0.3-4
-pkgver=1.1.7
-pkgrel=4
-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
-ffmpeg-0.10.patch)
-sha1sums=('e35df68b960eb56ef0a59a4cdbed1491be56aee6'
-  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
-  'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
-  '591943a33235342a66c3df0625a164a1479c09ae'
-  '3c03111cfae88db918afff3837cec7db32ace3cc')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/ffmpeg-0.10.patch"
-  ./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/"
-  i

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:32:43
  Author: ibiru
Revision: 163162

db-move: moved vlc from [testing] to [extra] ( i686,  x86_64)

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 163141, vlc/repos/testing-i686/PKGBUILD)
  vlc/repos/extra-i686/vlc.install
(from rev 163141, vlc/repos/testing-i686/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 163141, vlc/repos/testing-x86_64/PKGBUILD)
  vlc/repos/extra-x86_64/vlc.install
(from rev 163141, vlc/repos/testing-x86_64/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/vlc.install
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/vlc.install
  vlc/repos/testing-i686/
  vlc/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  178 ++---
 extra-i686/vlc.install   |   36 -
 extra-x86_64/PKGBUILD|  178 ++---
 extra-x86_64/vlc.install |   36 -
 4 files changed, 214 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:32:37 UTC (rev 163161)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:43 UTC (rev 163162)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
- 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
- 'xcb-util-keysyms' 'ttf-freefont')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
- 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
- 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
- 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager')
-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'
-'vdpau-video: vdpau back-end for nvidia'
-'libva-driver-intel: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'oss: for OSS audio support'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'xosd: for xosd support'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'fluidsynth: for synthesizer MIDI FluidSynth'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool' '!emptydirs')
-install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('93e729cc970a4535b3213dbef0e69528')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --enable-oss \
-  --enable-faad \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --enable-realrtsp \
-  --enable-xosd \
-  --enable-aa \
-  --enable-vcdx
-  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 163141, 
vlc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD   

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:32:46
  Author: ibiru
Revision: 163163

db-move: moved xine-lib from [testing] to [extra] ( i686,  x86_64)

Added:
  xine-lib/repos/extra-i686/PKGBUILD
(from rev 163141, xine-lib/repos/testing-i686/PKGBUILD)
  xine-lib/repos/extra-x86_64/PKGBUILD
(from rev 163141, xine-lib/repos/testing-x86_64/PKGBUILD)
Deleted:
  xine-lib/repos/extra-i686/PKGBUILD
  xine-lib/repos/extra-x86_64/PKGBUILD
  xine-lib/repos/testing-i686/
  xine-lib/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:32:43 UTC (rev 163162)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:46 UTC (rev 163163)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=xine-lib
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="A multimedia playback engine"
-arch=('i686' 'x86_64')
-url="http://www.xine-project.org";
-license=('LGPL' 'GPL')
-depends=('libxvmc' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
- 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 
- 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'mesa: for using the opengl plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin' \
-'libmodplug: for using the modplug plugin' \
-'libdca: for using the dca plugin' \
-'a52dec: for using the a52 plugin' \
-'libmad: for using the mp3 plugin' \
-'libmpcdec: for using the musepack plugin' \
-'libcaca: for using the caca plugin' \
-'libbluray: for using the bluray plugin' \
-'gnome-vfs: for using the gnome-vfs plugin' \
-'libvdpau: for using the VDPAU plugin')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 163141, 
xine-lib/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:46 UTC (rev 163163)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A multimedia playback engine"
+arch=('i686' 'x86_64')
+url="http://www.xine-project.org";
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'mesa: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('a349cbb0b72256bb262377796a022dcf63829b4c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-08 09:32:43 UTC (rev 163162

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:35:20
  Author: ibiru
Revision: 163164

db-move: moved x264 from [testing] to [extra] ( i686,  x86_64)

Added:
  x264/repos/extra-i686/PKGBUILD
(from rev 163163, x264/repos/testing-i686/PKGBUILD)
  x264/repos/extra-x86_64/PKGBUILD
(from rev 163163, x264/repos/testing-x86_64/PKGBUILD)
Deleted:
  x264/repos/extra-i686/PKGBUILD
  x264/repos/extra-x86_64/PKGBUILD
  x264/repos/testing-i686/
  x264/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:32:46 UTC (rev 163163)
+++ extra-i686/PKGBUILD 2012-07-08 09:35:20 UTC (rev 163164)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: damir 
-# Contributor: Paul Mattal 
-
-pkgname=x264
-pkgver=20120204
-pkgrel=1
-pkgdesc="free library for encoding H264/AVC video streams"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/developers/x264.html";
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm')
-source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
-md5sums=('4d793ecc4f9d308724ea47edf400f312')
-
-build() {
-cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
-
-./configure --enable-shared
-
-make
-}
-package() {
-cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
-
-make DESTDIR="$pkgdir" \
-  bindir=/usr/bin \
-  libdir=/usr/lib \
-  includedir=/usr/include \
-  install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: x264/repos/extra-i686/PKGBUILD (from rev 163163, 
x264/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:35:20 UTC (rev 163164)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=x264
+pkgver=20120705
+pkgrel=1
+pkgdesc="free library for encoding H264/AVC video streams"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/developers/x264.html";
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm')
+source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
+md5sums=('81e5bec5d5774a4a3f567f14bd94289c')
+
+build() {
+cd "$pkgname-snapshot-$pkgver-2245-stable"
+
+./configure --enable-shared
+
+make
+}
+package() {
+cd "$pkgname-snapshot-$pkgver-2245-stable"
+
+make DESTDIR="$pkgdir" \
+  bindir=/usr/bin \
+  libdir=/usr/lib \
+  includedir=/usr/include \
+  install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-08 09:32:46 UTC (rev 163163)
+++ extra-x86_64/PKGBUILD   2012-07-08 09:35:20 UTC (rev 163164)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: damir 
-# Contributor: Paul Mattal 
-
-pkgname=x264
-pkgver=20120204
-pkgrel=1
-pkgdesc="free library for encoding H264/AVC video streams"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/developers/x264.html";
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm')
-source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
-md5sums=('4d793ecc4f9d308724ea47edf400f312')
-
-build() {
-cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
-
-./configure --enable-shared
-
-make
-}
-package() {
-cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
-
-make DESTDIR="$pkgdir" \
-  bindir=/usr/bin \
-  libdir=/usr/lib \
-  includedir=/usr/include \
-  install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: x264/repos/extra-x86_64/PKGBUILD (from rev 163163, 
x264/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-08 09:35:20 UTC (rev 163164)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=x264
+pkgver=20120705
+pkgrel=1
+pkgdesc="free library for encoding H264/AVC video streams"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/developers/x264.html";
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm')
+source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
+md5sums=('81e5bec5d5774a4a3f567f14bd94289c')
+
+build() {
+cd "$pkgname-snapshot-$pkgver-2245-stable"
+
+./configure --enable-shared
+
+make
+}
+package() {
+cd "$pkgname-snapshot-$pkgver-2245-stable"
+
+make DESTDIR="$pkgdir" \
+  bindir=/usr/bin \
+  libdir=/usr/lib \
+  includedir

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:35:24
  Author: ibiru
Revision: 163165

db-move: moved opencv from [testing] to [extra] ( i686,  x86_64)

Added:
  opencv/repos/extra-i686/PKGBUILD
(from rev 163163, opencv/repos/testing-i686/PKGBUILD)
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 163163, opencv/repos/testing-x86_64/PKGBUILD)
Deleted:
  opencv/repos/extra-i686/PKGBUILD
  opencv/repos/extra-x86_64/PKGBUILD
  opencv/repos/testing-i686/
  opencv/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 09:35:20 UTC (rev 163164)
+++ extra-i686/PKGBUILD 2012-07-08 09:35:24 UTC (rev 163165)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Tobias Powalowski 
-
-pkgbase=opencv
-pkgname=('opencv' 'opencv-docs' 'opencv-samples')
-_realname=OpenCV
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Open Source Computer Vision Library"
-arch=('i686' 'x86_64')
-license=('BSD')
-url="http://opencv.org/";
-depends=('jasper' 'gstreamer0.10-base' 'openexr'
- 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils')
-makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2')
-optdepends=('opencv-docs'
-'opencv-samples'
-'eigen2'
-'python2-numpy: Python 2.x interface')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-${pkgver}.tar.bz2";)
-md5sums=('059ef86fc1724d69b75832a0d2929ff5')
-
-_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
-'-D CMAKE_INSTALL_PREFIX=/usr'
-'-D CMAKE_SKIP_RPATH=ON'
-'-D BUILD_TESTS=OFF'
-'-D ENABLE_SSE=ON'
-'-D ENABLE_SSE2=ON'
-'-D ENABLE_SSE3=OFF'
-'-D ENABLE_SSSE3=OFF'
-'-D ENABLE_SSE41=OFF'
-'-D ENABLE_SSE42=OFF'
-'-D BUILD_EXAMPLES=ON'
-'-D INSTALL_C_EXAMPLES=ON'
-'-D INSTALL_PYTHON_EXAMPLES=ON'
-'-D WITH_XINE=ON'
-'-D WITH_QT=OFF'
-'-D WITH_QT_OPENGL=OFF'
-'-D WITH_UNICAP=OFF'
-'-D WITH_PVAPI=OFF'
-'-D WITH_OPENNI=OFF'
-'-D WITH_TBB=OFF'
-'-D WITH_IPP=OFF'
-'-D WITH_CUDA=OFF'
-'-D USE_FAST_MATH=ON')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  # x64, i.e "Athlon64" and upwards, can use SSE3
-  [ $CARCH = x86_64 ] && \
-_cmakeopts=${_cmakeopts[@]/ENABLE_SSE3=OFF/ENABLE_SSE3=ON}
-
-  cmake ${_cmakeopts[@]} .
-
-  make
-}
-
-package_opencv() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # install license file
-  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$pkgdir/usr/share"
-
-  # prepare FSH-friendly dirs
-  #if [ -d OpenCV ]; then
-  #  mv opencv/samples OpenCV/
-  #  rm -r opencv
-  #  mv OpenCV opencv
-  #fi
-
-  # separate docs package; also be -R friendly
-  [ -d $_realname/doc ] && mv $_realname/doc "$srcdir/opencv-doc"
-
-  # separate samples package
-  [ -d $_realname/samples ] && mv $_realname/samples "$srcdir/opencv-samples"
-}
-
-package_opencv-docs() {
-  pkgdesc+=" (documentation)"
-  unset depends
-  unset optdepends
-  options=('docs')
-
-  cd "$srcdir"
-
-  mkdir -p "$pkgdir/usr/share/doc"
-  cp -r opencv-doc "$pkgdir/usr/share/doc/$_realname"
-
-  # install license file
-  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_opencv-samples() {
-  pkgdesc+=" (samples)"
-  depends=('bash')
-  unset optdepends
-  unset options
-
-  cd "$srcdir"
-
-  mkdir -p "$pkgdir/usr/share/$_realname"
-  cp -r opencv-samples "$pkgdir/usr/share/$_realname/samples"
-
-  # install license file
-  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opencv/repos/extra-i686/PKGBUILD (from rev 163163, 
opencv/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:35:24 UTC (rev 163165)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-docs' 'opencv-samples')
+_realname=OpenCV
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="Open Source Computer Vision Library"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://opencv.org/";
+depends=('jasper' 'gstreamer0.10-base' 'openexr'
+ 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils')
+makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2')
+optdepends=('opencv-docs'
+'opencv-samples'
+

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

2012-07-08 Thread Tobias Powalowski
Date: Sunday, July 8, 2012 @ 06:07:49
  Author: tpowa
Revision: 163166

upgpkg: usbutils 006-1

bump to latest version

Modified:
  usbutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 09:35:24 UTC (rev 163165)
+++ PKGBUILD2012-07-08 10:07:49 UTC (rev 163166)
@@ -4,8 +4,8 @@
 # Contributor: Judd Vinet 
 # Contributor: Curtis Campbell 
 pkgname=usbutils
-pkgver=005
-pkgrel=2
+pkgver=006
+pkgrel=1
 pkgdesc="USB Device Utilities"
 arch=(i686 x86_64)
 license=('GPL')
@@ -14,9 +14,10 @@
 optdepends=('python2: for lsusb.py usage'
 'coreutils: for lsusb.py usage')
 url="http://linux-usb.sourceforge.net/";
-# currently broken: 
http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+source=("http://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar.xz";
 fix-python2.patch)
+md5sums=('c9aa14ee3d6c991fda183f42cf72a8a8'
+ '45766196895b4cc50b53cd56e1bbf3d1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -32,5 +33,3 @@
   # this is now in the hwids package
   rm -rf $pkgdir/usr/{share/hwdata,sbin}
 }
-md5sums=('6a21f7b6c02b76df5e8a7c208d746654'
- '45766196895b4cc50b53cd56e1bbf3d1')



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

2012-07-08 Thread Tobias Powalowski
Date: Sunday, July 8, 2012 @ 06:08:11
  Author: tpowa
Revision: 163167

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

Added:
  usbutils/repos/testing-i686/
  usbutils/repos/testing-i686/PKGBUILD
(from rev 163166, usbutils/trunk/PKGBUILD)
  usbutils/repos/testing-i686/fix-python2.patch
(from rev 163166, usbutils/trunk/fix-python2.patch)
  usbutils/repos/testing-x86_64/
  usbutils/repos/testing-x86_64/PKGBUILD
(from rev 163166, usbutils/trunk/PKGBUILD)
  usbutils/repos/testing-x86_64/fix-python2.patch
(from rev 163166, usbutils/trunk/fix-python2.patch)

--+
 testing-i686/PKGBUILD|   35 +++
 testing-i686/fix-python2.patch   |   17 +
 testing-x86_64/PKGBUILD  |   35 +++
 testing-x86_64/fix-python2.patch |   17 +
 4 files changed, 104 insertions(+)

Copied: usbutils/repos/testing-i686/PKGBUILD (from rev 163166, 
usbutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-08 10:08:11 UTC (rev 163167)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Tom Gundersen 
+# Contributor: Judd Vinet 
+# Contributor: Curtis Campbell 
+pkgname=usbutils
+pkgver=006
+pkgrel=1
+pkgdesc="USB Device Utilities"
+arch=(i686 x86_64)
+license=('GPL')
+groups=('base')
+depends=('libusb' 'hwids')
+optdepends=('python2: for lsusb.py usage'
+'coreutils: for lsusb.py usage')
+url="http://linux-usb.sourceforge.net/";
+source=("http://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar.xz";
+fix-python2.patch)
+md5sums=('c9aa14ee3d6c991fda183f42cf72a8a8'
+ '45766196895b4cc50b53cd56e1bbf3d1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch lsusb.py to use correct usb.ids file and python2 interpreter
+  patch -Np1 -i $srcdir/fix-python2.patch
+  ./configure --prefix=/usr --datadir=/usr/share/hwdata --disable-zlib
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # this is now in the hwids package
+  rm -rf $pkgdir/usr/{share/hwdata,sbin}
+}

Copied: usbutils/repos/testing-i686/fix-python2.patch (from rev 163166, 
usbutils/trunk/fix-python2.patch)
===
--- testing-i686/fix-python2.patch  (rev 0)
+++ testing-i686/fix-python2.patch  2012-07-08 10:08:11 UTC (rev 163167)
@@ -0,0 +1,17 @@
+--- usbutils-002/lsusb.py  2010-12-16 01:07:09.0 +0100
 usbutils-002/lsusb.py  2011-04-09 22:43:59.043828595 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ # lsusb.py
+ # Displays your USB devices in reasonable form.
+ # (c) Kurt Garloff , 2/2009, GPL v2 or v3.
+@@ -16,7 +16,7 @@
+ warnsort = False
+ 
+ prefix = "/sys/bus/usb/devices/"
+-usbids = "/usr/share/usb.ids"
++usbids = "/usr/share/hwdata/usb.ids"
+ 
+ esc = chr(27)
+ norm = esc + "[0;0m"

Copied: usbutils/repos/testing-x86_64/PKGBUILD (from rev 163166, 
usbutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-08 10:08:11 UTC (rev 163167)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Tom Gundersen 
+# Contributor: Judd Vinet 
+# Contributor: Curtis Campbell 
+pkgname=usbutils
+pkgver=006
+pkgrel=1
+pkgdesc="USB Device Utilities"
+arch=(i686 x86_64)
+license=('GPL')
+groups=('base')
+depends=('libusb' 'hwids')
+optdepends=('python2: for lsusb.py usage'
+'coreutils: for lsusb.py usage')
+url="http://linux-usb.sourceforge.net/";
+source=("http://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar.xz";
+fix-python2.patch)
+md5sums=('c9aa14ee3d6c991fda183f42cf72a8a8'
+ '45766196895b4cc50b53cd56e1bbf3d1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch lsusb.py to use correct usb.ids file and python2 interpreter
+  patch -Np1 -i $srcdir/fix-python2.patch
+  ./configure --prefix=/usr --datadir=/usr/share/hwdata --disable-zlib
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # this is now in the hwids package
+  rm -rf $pkgdir/usr/{share/hwdata,sbin}
+}

Copied: usbutils/repos/testing-x86_64/fix-python2.patch (from rev 163166, 
usbutils/trunk/fix-python2.patch)
===
--- testing-x86_64/fix-python2.patch(rev 0)
+++ testing-x86_64/fix-python2.patch2012-07-08 10:08:11 UTC (rev 163167)
@@ -0,0 +1,17 @@
+--- usbutils-002/lsusb.py  2010-12-16 01:07:09.0 +0100
 usbutils-002/lsusb.py  2011-04-09 22:43:59.043828595 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env pytho

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

2012-07-08 Thread andyrtr
Date: Sunday, July 8, 2012 @ 06:14:23
  Author: andyrtr
Revision: 163168

upgpkg: gutenprint 5.2.9-1

upstream update 5.2.9 - an ugly .so downgrade it has

Modified:
  gutenprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 10:08:11 UTC (rev 163167)
+++ PKGBUILD2012-07-08 10:14:23 UTC (rev 163168)
@@ -2,14 +2,15 @@
 # Maintainer: Andreas Radke 
 
 pkgname=gutenprint
-pkgver=5.2.8
+pkgver=5.2.9
 pkgrel=1
 pkgdesc="Top quality printer drivers for POSIX systems"
 arch=('i686' 'x86_64')
 license=('GPL')
 install=gutenprint.install
-depends=('readline' 'gnutls>=2.12.3') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
-makedepends=('gimp>=2.6.11' 'gtk2>=2.24.4' 'cups>=1.4.6' 'foomatic-db-engine' 
'ghostscript>=9.02')
+#depends=('readline') # 'gnutls') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
+depends=('glibc')
+makedepends=('gimp' 'gtk2' 'cups' 'foomatic-db-engine' 'ghostscript')
 optdepends=('cups: to use cups printer spooler(recommended)'
 'foomatic-db-engine:   to use foomatic spooler'
 'ghostscript:  adds postscript support for ijsgutenprint'
@@ -18,7 +19,7 @@
 url="http://gimp-print.sourceforge.net/";
 replaces=('gimp-print')
 options=('!libtool' '!emptydirs')
-md5sums=(5ed64c0f994245852da8e9fa6a137060'')
+md5sums=('aefbec27b96dd404d9ac9811e17d58ce')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-07-08 Thread andyrtr
Date: Sunday, July 8, 2012 @ 06:14:58
  Author: andyrtr
Revision: 163169

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

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

---+
 staging-i686/PKGBUILD |   41 
 staging-i686/gutenprint.install   |9 +++
 staging-x86_64/PKGBUILD   |   41 
 staging-x86_64/gutenprint.install |9 +++
 4 files changed, 100 insertions(+)

Copied: gutenprint/repos/staging-i686/PKGBUILD (from rev 163168, 
gutenprint/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-08 10:14:58 UTC (rev 163169)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=gutenprint
+pkgver=5.2.9
+pkgrel=1
+pkgdesc="Top quality printer drivers for POSIX systems"
+arch=('i686' 'x86_64')
+license=('GPL')
+install=gutenprint.install
+#depends=('readline') # 'gnutls') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
+depends=('glibc')
+makedepends=('gimp' 'gtk2' 'cups' 'foomatic-db-engine' 'ghostscript')
+optdepends=('cups: to use cups printer spooler(recommended)'
+'foomatic-db-engine:   to use foomatic spooler'
+'ghostscript:  adds postscript support for ijsgutenprint'
+'gimp: adds gutenprint plugin to gimp')
+source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
+url="http://gimp-print.sourceforge.net/";
+replaces=('gimp-print')
+options=('!libtool' '!emptydirs')
+md5sums=('aefbec27b96dd404d9ac9811e17d58ce')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-samples \
+   --enable-cups-ppds \
+   --enable-cups-ppds-at-top-level \
+   --disable-translated-cups-ppds \
+   --disable-globalized-cups-ppds \
+   --disable-static \
+   --disable-static-genppd
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: gutenprint/repos/staging-i686/gutenprint.install (from rev 163168, 
gutenprint/trunk/gutenprint.install)
===
--- staging-i686/gutenprint.install (rev 0)
+++ staging-i686/gutenprint.install 2012-07-08 10:14:58 UTC (rev 163169)
@@ -0,0 +1,9 @@
+post_install() {
+ echo ">>please run /usr/sbin/cups-genppdupdate"
+ echo ">>and restart cups deamon"
+}
+
+post_upgrade() {
+   post_install
+}
+

Copied: gutenprint/repos/staging-x86_64/PKGBUILD (from rev 163168, 
gutenprint/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-08 10:14:58 UTC (rev 163169)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=gutenprint
+pkgver=5.2.9
+pkgrel=1
+pkgdesc="Top quality printer drivers for POSIX systems"
+arch=('i686' 'x86_64')
+license=('GPL')
+install=gutenprint.install
+#depends=('readline') # 'gnutls') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
+depends=('glibc')
+makedepends=('gimp' 'gtk2' 'cups' 'foomatic-db-engine' 'ghostscript')
+optdepends=('cups: to use cups printer spooler(recommended)'
+'foomatic-db-engine:   to use foomatic spooler'
+'ghostscript:  adds postscript support for ijsgutenprint'
+'gimp: adds gutenprint plugin to gimp')
+source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
+url="http://gimp-print.sourceforge.net/";
+replaces=('gimp-print')
+options=('!libtool' '!emptydirs')
+md5sums=('aefbec27b96dd404d9ac9811e17d58ce')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-samples \
+   --enable-cups-ppds \
+   --enable-cups-ppds-at-top-level \
+   --disable-translated-cups-ppds \
+   --disable-globalized-cups-ppds \
+   --disable-static \
+   --disable-static-genppd
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: gutenprint/repos/staging-x86_64/gutenprint.install (from rev 163168, 
gutenprint/trunk/gutenprint.install)
===
--- staging-x86_64/gutenprint.install   (rev 0)

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

2012-07-08 Thread Giovanni Scafora
Date: Sunday, July 8, 2012 @ 06:16:12
  Author: giovanni
Revision: 163170

upgpkg: live-media 2012.07.06-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 10:14:58 UTC (rev 163169)
+++ PKGBUILD2012-07-08 10:16:12 UTC (rev 163170)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN 
 
 pkgname=live-media
-pkgver=2012.07.03
+pkgver=2012.07.06
 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=('c0eda380fdbec9a569a0d34fa064b21b')
+md5sums=('7b483136bf58203b4371178da1e530a7')
 
 build() {
   cd ${srcdir}/live



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

2012-07-08 Thread Giovanni Scafora
Date: Sunday, July 8, 2012 @ 06:16:42
  Author: giovanni
Revision: 163171

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 163170, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 163170, 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-07-08 10:16:12 UTC (rev 163170)
+++ extra-i686/PKGBUILD 2012-07-08 10:16:42 UTC (rev 163171)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=live-media
-pkgver=2012.07.03
-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=('c0eda380fdbec9a569a0d34fa064b21b')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -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 groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
-install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
-  done
-
-  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 163170, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 10:16:42 UTC (rev 163171)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Gilles CHAUVIN 
+
+pkgname=live-media
+pkgver=2012.07.06
+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=('7b483136bf58203b4371178da1e530a7')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -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 groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
+install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
+  done
+
+  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-07-08 10:16:12 UTC (rev 163170)
+++ extra-x86_64/PKGBUILD   2012-07-08 10:16:42 UTC (rev 163171)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=live-media
-pkgver=2012.07.03
-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=('c0eda380fdbec9a569a0d34fa064b21b')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -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 groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
-install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} "${pkgdir}/usr/bin"
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUIL

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

2012-07-08 Thread andyrtr
Date: Sunday, July 8, 2012 @ 06:39:44
  Author: andyrtr
Revision: 163172

upgpkg: cinepaint 1.3-3

gutenprint rebuild

Modified:
  cinepaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 10:16:42 UTC (rev 163171)
+++ PKGBUILD2012-07-08 10:39:44 UTC (rev 163172)
@@ -4,13 +4,13 @@
 
 pkgname=cinepaint
 pkgver=1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Sophisticated graphics manipulation programm supporting > 8bit 
pictures"
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL' 'MIT')
 url="http://www.cinepaint.org";
 depends=('gtk2' 'openexr' 'lcms' 'libxpm' 'fltk' 'ftgl' 'libxxf86vm')
-makedepends=('python2' 'gutenprint>=5.2.8')
+makedepends=('python2' 'gutenprint>=5.2.9')
 optdepends=('python2: for python plug-ins' 
 'gutenprint: for print plug-ins'
 'ghostscript: for pdf plug-ins')



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

2012-07-08 Thread andyrtr
Date: Sunday, July 8, 2012 @ 06:40:40
  Author: andyrtr
Revision: 163173

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

Added:
  cinepaint/repos/staging-i686/
  cinepaint/repos/staging-i686/LICENSE
(from rev 163172, cinepaint/trunk/LICENSE)
  cinepaint/repos/staging-i686/PKGBUILD
(from rev 163172, cinepaint/trunk/PKGBUILD)
  cinepaint/repos/staging-i686/cinepaint-libpng15.patch
(from rev 163172, cinepaint/trunk/cinepaint-libpng15.patch)
  cinepaint/repos/staging-i686/cinepaint-missing-include.patch
(from rev 163172, cinepaint/trunk/cinepaint-missing-include.patch)
  cinepaint/repos/staging-i686/cinepaint.install
(from rev 163172, cinepaint/trunk/cinepaint.install)
  cinepaint/repos/staging-x86_64/
  cinepaint/repos/staging-x86_64/LICENSE
(from rev 163172, cinepaint/trunk/LICENSE)
  cinepaint/repos/staging-x86_64/PKGBUILD
(from rev 163172, cinepaint/trunk/PKGBUILD)
  cinepaint/repos/staging-x86_64/cinepaint-libpng15.patch
(from rev 163172, cinepaint/trunk/cinepaint-libpng15.patch)
  cinepaint/repos/staging-x86_64/cinepaint-missing-include.patch
(from rev 163172, cinepaint/trunk/cinepaint-missing-include.patch)
  cinepaint/repos/staging-x86_64/cinepaint.install
(from rev 163172, cinepaint/trunk/cinepaint.install)

+
 staging-i686/LICENSE   |   25 +
 staging-i686/PKGBUILD  |   51 ++
 staging-i686/cinepaint-libpng15.patch  |  452 +++
 staging-i686/cinepaint-missing-include.patch   |   11 
 staging-i686/cinepaint.install |   11 
 staging-x86_64/LICENSE |   25 +
 staging-x86_64/PKGBUILD|   51 ++
 staging-x86_64/cinepaint-libpng15.patch|  452 +++
 staging-x86_64/cinepaint-missing-include.patch |   11 
 staging-x86_64/cinepaint.install   |   11 
 10 files changed, 1100 insertions(+)

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


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

2012-07-08 Thread andyrtr
Date: Sunday, July 8, 2012 @ 06:42:54
  Author: andyrtr
Revision: 163174

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

Added:
  gutenprint/repos/extra-i686/PKGBUILD
(from rev 163173, gutenprint/repos/staging-i686/PKGBUILD)
  gutenprint/repos/extra-i686/gutenprint.install
(from rev 163173, gutenprint/repos/staging-i686/gutenprint.install)
  gutenprint/repos/extra-x86_64/PKGBUILD
(from rev 163173, gutenprint/repos/staging-x86_64/PKGBUILD)
  gutenprint/repos/extra-x86_64/gutenprint.install
(from rev 163173, gutenprint/repos/staging-x86_64/gutenprint.install)
Deleted:
  gutenprint/repos/extra-i686/PKGBUILD
  gutenprint/repos/extra-i686/gutenprint.install
  gutenprint/repos/extra-x86_64/PKGBUILD
  gutenprint/repos/extra-x86_64/gutenprint.install
  gutenprint/repos/staging-i686/
  gutenprint/repos/staging-x86_64/

-+
 extra-i686/PKGBUILD |   81 +++---
 extra-i686/gutenprint.install   |   18 
 extra-x86_64/PKGBUILD   |   81 +++---
 extra-x86_64/gutenprint.install |   18 
 4 files changed, 100 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 10:40:40 UTC (rev 163173)
+++ extra-i686/PKGBUILD 2012-07-08 10:42:54 UTC (rev 163174)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=gutenprint
-pkgver=5.2.8
-pkgrel=1
-pkgdesc="Top quality printer drivers for POSIX systems"
-arch=('i686' 'x86_64')
-license=('GPL')
-install=gutenprint.install
-depends=('readline' 'gnutls>=2.12.3') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
-makedepends=('gimp>=2.6.11' 'gtk2>=2.24.4' 'cups>=1.4.6' 'foomatic-db-engine' 
'ghostscript>=9.02')
-optdepends=('cups: to use cups printer spooler(recommended)'
-'foomatic-db-engine:   to use foomatic spooler'
-'ghostscript:  adds postscript support for ijsgutenprint'
-'gimp: adds gutenprint plugin to gimp')
-source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
-url="http://gimp-print.sourceforge.net/";
-replaces=('gimp-print')
-options=('!libtool' '!emptydirs')
-md5sums=(5ed64c0f994245852da8e9fa6a137060'')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-samples \
-   --enable-cups-ppds \
-   --enable-cups-ppds-at-top-level \
-   --disable-translated-cups-ppds \
-   --disable-globalized-cups-ppds \
-   --disable-static \
-   --disable-static-genppd
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: gutenprint/repos/extra-i686/PKGBUILD (from rev 163173, 
gutenprint/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 10:42:54 UTC (rev 163174)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=gutenprint
+pkgver=5.2.9
+pkgrel=1
+pkgdesc="Top quality printer drivers for POSIX systems"
+arch=('i686' 'x86_64')
+license=('GPL')
+install=gutenprint.install
+#depends=('readline') # 'gnutls') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
+depends=('glibc')
+makedepends=('gimp' 'gtk2' 'cups' 'foomatic-db-engine' 'ghostscript')
+optdepends=('cups: to use cups printer spooler(recommended)'
+'foomatic-db-engine:   to use foomatic spooler'
+'ghostscript:  adds postscript support for ijsgutenprint'
+'gimp: adds gutenprint plugin to gimp')
+source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
+url="http://gimp-print.sourceforge.net/";
+replaces=('gimp-print')
+options=('!libtool' '!emptydirs')
+md5sums=('aefbec27b96dd404d9ac9811e17d58ce')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-samples \
+   --enable-cups-ppds \
+   --enable-cups-ppds-at-top-level \
+   --disable-translated-cups-ppds \
+   --disable-globalized-cups-ppds \
+   --disable-static \
+   --disable-static-genppd
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-i686/gutenprint.install
===
--- extra-i686/gutenprint.install   2012-07-08 10:40:40 UTC (rev 163173)
+++ extra-i686/gutenprint.install   2012-07-08 10:42:54 UTC (rev 163174)
@@ -1,9 +0,0 @@
-post_install() {
- echo ">>please run /usr/sbin/cups-genppdupdate"
- echo ">>and restart cups deamon"
-}
-
-post_upgrade() {
-   post_install
-}
-

Copied: gutenprint/repos/extra-i686/gutenprint.install (from rev 163173, 
gutenprint/repos/staging-i686/gutenprint.install)

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

2012-07-08 Thread andyrtr
Date: Sunday, July 8, 2012 @ 06:43:05
  Author: andyrtr
Revision: 163175

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

Added:
  cinepaint/repos/extra-i686/LICENSE
(from rev 163173, cinepaint/repos/staging-i686/LICENSE)
  cinepaint/repos/extra-i686/PKGBUILD
(from rev 163173, cinepaint/repos/staging-i686/PKGBUILD)
  cinepaint/repos/extra-i686/cinepaint-libpng15.patch
(from rev 163173, cinepaint/repos/staging-i686/cinepaint-libpng15.patch)
  cinepaint/repos/extra-i686/cinepaint-missing-include.patch
(from rev 163173, 
cinepaint/repos/staging-i686/cinepaint-missing-include.patch)
  cinepaint/repos/extra-i686/cinepaint.install
(from rev 163173, cinepaint/repos/staging-i686/cinepaint.install)
  cinepaint/repos/extra-x86_64/LICENSE
(from rev 163173, cinepaint/repos/staging-x86_64/LICENSE)
  cinepaint/repos/extra-x86_64/PKGBUILD
(from rev 163173, cinepaint/repos/staging-x86_64/PKGBUILD)
  cinepaint/repos/extra-x86_64/cinepaint-libpng15.patch
(from rev 163173, cinepaint/repos/staging-x86_64/cinepaint-libpng15.patch)
  cinepaint/repos/extra-x86_64/cinepaint-missing-include.patch
(from rev 163173, 
cinepaint/repos/staging-x86_64/cinepaint-missing-include.patch)
  cinepaint/repos/extra-x86_64/cinepaint.install
(from rev 163173, cinepaint/repos/staging-x86_64/cinepaint.install)
Deleted:
  cinepaint/repos/extra-i686/LICENSE
  cinepaint/repos/extra-i686/PKGBUILD
  cinepaint/repos/extra-i686/cinepaint-libpng15.patch
  cinepaint/repos/extra-i686/cinepaint-missing-include.patch
  cinepaint/repos/extra-i686/cinepaint.install
  cinepaint/repos/extra-x86_64/LICENSE
  cinepaint/repos/extra-x86_64/PKGBUILD
  cinepaint/repos/extra-x86_64/cinepaint-libpng15.patch
  cinepaint/repos/extra-x86_64/cinepaint-missing-include.patch
  cinepaint/repos/extra-x86_64/cinepaint.install
  cinepaint/repos/staging-i686/
  cinepaint/repos/staging-x86_64/

--+
 extra-i686/LICENSE   |   50 -
 extra-i686/PKGBUILD  |  102 +-
 extra-i686/cinepaint-libpng15.patch  |  904 -
 extra-i686/cinepaint-missing-include.patch   |   22 
 extra-i686/cinepaint.install |   22 
 extra-x86_64/LICENSE |   50 -
 extra-x86_64/PKGBUILD|  102 +-
 extra-x86_64/cinepaint-libpng15.patch|  904 -
 extra-x86_64/cinepaint-missing-include.patch |   22 
 extra-x86_64/cinepaint.install   |   22 
 10 files changed, 1100 insertions(+), 1100 deletions(-)

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


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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 08:50:01
  Author: ibiru
Revision: 163176

update to 4.2

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 10:43:05 UTC (rev 163175)
+++ PKGBUILD2012-07-08 12:50:01 UTC (rev 163176)
@@ -6,9 +6,9 @@
 # Contributor: Marco Crosio 
 
 pkgname=eclipse
-pkgver=3.7.2
-pkgrel=3
-_date=201202080800
+pkgver=4.2
+pkgrel=1
+_date=201206081400
 pkgdesc="An IDE for Java and other languages"
 arch=('i686' 'x86_64')
 url="http://eclipse.org";
@@ -17,36 +17,36 @@
 makedepends=('zip')
 conflicts=('xulrunner')
 license=("EPL/1.1")
-source=("ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk.tar.gz";
+source=("ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk.tar.gz";
 'eclipse.sh' 'eclipse.desktop' 'eclipse.svg')
-md5sums=('79b90faa1ee6e7af1910c3a5077b594f'
+md5sums=('506b9f4e3919ebe3d6a717cd9bef5e07'
  '7ea99a30fbaf06ec29261541b8eb1e23'
  'ba8a37e30a7ebd69774cec87c69e8c44'
  '77cff7543ccf7e177cb6667f5a20ce19')
-[ "$CARCH" = "x86_64" ] && 
source[0]="ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk-$CARCH.tar.gz";
-[ "$CARCH" = "x86_64" ] && md5sums[0]='6a0fd32cb6a986032a67defab3753476'
+[ "$CARCH" = "x86_64" ] && 
source[0]="ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk-$CARCH.tar.gz";
+[ "$CARCH" = "x86_64" ] && md5sums[0]='804938dd087c310d8bfd54c8024afbbd'
 
 package() {
-  cd "$srcdir/eclipse"
-
   # install eclipse
   install -m755 -d "$pkgdir/usr/share"
-  mv "$srcdir/eclipse" "$pkgdir/usr/share/"
+  mv eclipse "$pkgdir/usr/share/"
 
   # install misc
   install -d $pkgdir/usr/bin $pkgdir/usr/share/applications \
-$pkgdir/usr/share/icons/hicolor/{16x16,32x32,48x48}/apps
-  install -m755 "$srcdir/eclipse.sh" "$pkgdir/usr/bin/eclipse"
-  install -m644 "$srcdir/eclipse.desktop" "$pkgdir/usr/share/applications/"
+$pkgdir/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256}/apps
+  install -m755 eclipse.sh "$pkgdir/usr/bin/eclipse"
+  install -m644 eclipse.desktop "$pkgdir/usr/share/applications/"
   ln -s 
/usr/share/eclipse/plugins/org.eclipse.sdk_$pkgver.v${_date}/eclipse.png \
 "$pkgdir/usr/share/icons/hicolor/16x16/apps/eclipse.png"
   ln -s 
/usr/share/eclipse/plugins/org.eclipse.sdk_$pkgver.v${_date}/eclipse32.png \
 "$pkgdir/usr/share/icons/hicolor/32x32/apps/eclipse.png"
   ln -s 
/usr/share/eclipse/plugins/org.eclipse.sdk_$pkgver.v${_date}/eclipse48.png \
 "$pkgdir/usr/share/icons/hicolor/48x48/apps/eclipse.png"
+  ln -s 
/usr/share/eclipse/plugins/org.eclipse.sdk_$pkgver.v${_date}/eclipse256.png \
+"$pkgdir/usr/share/icons/hicolor/256x256/apps/eclipse.png"
 
   # install icon
   install -Dm644 "$srcdir"/eclipse.svg \
 "$pkgdir"/usr/share/icons/hicolor/scalable/apps/eclipse.svg
-  sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" 
"$pkgdir"/usr/share/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runant.py
+  sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" 
"$pkgdir"/usr/share/eclipse/plugins/org.apache.ant_1.8.3.v20120321-1730/bin/runant.py
 }



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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 08:52:55
  Author: ibiru
Revision: 163177

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

Added:
  eclipse/repos/testing-i686/
  eclipse/repos/testing-i686/PKGBUILD
(from rev 163176, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-i686/eclipse.desktop
(from rev 163176, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-i686/eclipse.install
(from rev 163176, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-i686/eclipse.sh
(from rev 163176, eclipse/trunk/eclipse.sh)
  eclipse/repos/testing-i686/eclipse.svg
(from rev 163176, eclipse/trunk/eclipse.svg)
  eclipse/repos/testing-x86_64/
  eclipse/repos/testing-x86_64/PKGBUILD
(from rev 163176, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-x86_64/eclipse.desktop
(from rev 163176, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-x86_64/eclipse.install
(from rev 163176, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-x86_64/eclipse.sh
(from rev 163176, eclipse/trunk/eclipse.sh)
  eclipse/repos/testing-x86_64/eclipse.svg
(from rev 163176, eclipse/trunk/eclipse.svg)

+
 testing-i686/PKGBUILD  |   52 +
 testing-i686/eclipse.desktop   |9 
 testing-i686/eclipse.install   |   11 
 testing-i686/eclipse.sh|4 
 testing-i686/eclipse.svg   | 1623 +++
 testing-x86_64/PKGBUILD|   52 +
 testing-x86_64/eclipse.desktop |9 
 testing-x86_64/eclipse.install |   11 
 testing-x86_64/eclipse.sh  |4 
 testing-x86_64/eclipse.svg | 1623 +++
 10 files changed, 3398 insertions(+)

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


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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 09:34:56
  Author: ibiru
Revision: 163178

update to 2.1.4

Modified:
  nilfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 12:52:55 UTC (rev 163177)
+++ PKGBUILD2012-07-08 13:34:56 UTC (rev 163178)
@@ -3,7 +3,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=nilfs-utils
-pkgver=2.1.2
+pkgver=2.1.4
 pkgrel=1
 pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
 arch=('i686' 'x86_64')
@@ -13,15 +13,15 @@
 depends=('util-linux')
 options=(!libtool)
 source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('9a16a5ca459e64a903eac9c2fd456802')
+md5sums=('e72f941f5041a057a81a1ce22e03497d')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --enable-libmount
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install LDCONFIG=/bin/true
 }



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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 09:36:38
  Author: ibiru
Revision: 163179

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 163178, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 163178, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 163178, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-08 13:36:38 UTC (rev 163179)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.1.4
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://www.nilfs.org/";
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('e72f941f5041a057a81a1ce22e03497d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 163178, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-08 13:36:38 UTC (rev 163179)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.1.4
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://www.nilfs.org/";
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('e72f941f5041a057a81a1ce22e03497d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install LDCONFIG=/bin/true
+}



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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 09:53:24
  Author: ibiru
Revision: 163180

update to 2.60

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 13:36:38 UTC (rev 163179)
+++ PKGBUILD2012-07-08 13:53:24 UTC (rev 163180)
@@ -3,7 +3,7 @@
 
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.52
+pkgver=2.60
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.transmissionbt.com/";
@@ -11,7 +11,7 @@
 makedepends=('gtk3' 'intltool' 'curl' 'qt' 'libevent')
 source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz
 transmissiond transmissiond.conf)
-md5sums=('b50cc87b4cd77ba0cbda98b5568a4d07'
+md5sums=('2aff84c29a3c4b51ac5682a89d96bda5'
  '08875299e3fbb68fc546c1f350ac1f06'
  'be39806c35b7544856fa4070b00fc960')
 



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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 09:55:46
  Author: ibiru
Revision: 163181

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

Added:
  transmission/repos/extra-i686/PKGBUILD
(from rev 163180, transmission/trunk/PKGBUILD)
  transmission/repos/extra-i686/transmission-cli.install
(from rev 163180, transmission/trunk/transmission-cli.install)
  transmission/repos/extra-i686/transmission-gtk.install
(from rev 163180, transmission/trunk/transmission-gtk.install)
  transmission/repos/extra-i686/transmission-qt.install
(from rev 163180, transmission/trunk/transmission-qt.install)
  transmission/repos/extra-i686/transmissiond
(from rev 163180, transmission/trunk/transmissiond)
  transmission/repos/extra-i686/transmissiond.conf
(from rev 163180, transmission/trunk/transmissiond.conf)
  transmission/repos/extra-x86_64/PKGBUILD
(from rev 163180, transmission/trunk/PKGBUILD)
  transmission/repos/extra-x86_64/transmission-cli.install
(from rev 163180, transmission/trunk/transmission-cli.install)
  transmission/repos/extra-x86_64/transmission-gtk.install
(from rev 163180, transmission/trunk/transmission-gtk.install)
  transmission/repos/extra-x86_64/transmission-qt.install
(from rev 163180, transmission/trunk/transmission-qt.install)
  transmission/repos/extra-x86_64/transmissiond
(from rev 163180, transmission/trunk/transmissiond)
  transmission/repos/extra-x86_64/transmissiond.conf
(from rev 163180, transmission/trunk/transmissiond.conf)
Deleted:
  transmission/repos/extra-i686/PKGBUILD
  transmission/repos/extra-i686/transmission-cli.install
  transmission/repos/extra-i686/transmission-gtk.install
  transmission/repos/extra-i686/transmission-qt.install
  transmission/repos/extra-i686/transmissiond
  transmission/repos/extra-i686/transmissiond.conf
  transmission/repos/extra-x86_64/PKGBUILD
  transmission/repos/extra-x86_64/transmission-cli.install
  transmission/repos/extra-x86_64/transmission-gtk.install
  transmission/repos/extra-x86_64/transmission-qt.install
  transmission/repos/extra-x86_64/transmissiond
  transmission/repos/extra-x86_64/transmissiond.conf

---+
 extra-i686/PKGBUILD   |  144 
 extra-i686/transmission-cli.install   |   18 ++--
 extra-i686/transmission-gtk.install   |   24 ++---
 extra-i686/transmission-qt.install|   22 ++--
 extra-i686/transmissiond  |   92 ++--
 extra-i686/transmissiond.conf |   10 +-
 extra-x86_64/PKGBUILD |  144 
 extra-x86_64/transmission-cli.install |   18 ++--
 extra-x86_64/transmission-gtk.install |   24 ++---
 extra-x86_64/transmission-qt.install  |   22 ++--
 extra-x86_64/transmissiond|   92 ++--
 extra-x86_64/transmissiond.conf   |   10 +-
 12 files changed, 310 insertions(+), 310 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 13:53:24 UTC (rev 163180)
+++ extra-i686/PKGBUILD 2012-07-08 13:55:46 UTC (rev 163181)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-
-pkgbase=transmission
-pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.52
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.transmissionbt.com/";
-license=('MIT')
-makedepends=('gtk3' 'intltool' 'curl' 'qt' 'libevent')
-source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz
-transmissiond transmissiond.conf)
-md5sums=('b50cc87b4cd77ba0cbda98b5568a4d07'
- '08875299e3fbb68fc546c1f350ac1f06'
- 'be39806c35b7544856fa4070b00fc960')
-
-build() {
-  cd "$pkgbase-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-  pushd qt
-  qmake qtr.pro
-  make
-}
-package_transmission-cli() {
-  pkgdesc="Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)"
-  depends=('curl' 'libevent')
-  backup=('etc/conf.d/transmissiond')
-  install=transmission-cli.install
-
-  cd "$pkgbase-$pkgver"
-
-  for dir in daemon cli web utils
-  do
-  make -C "$dir" DESTDIR="$pkgdir" install
-  done
-
-  install -D -m755 "$srcdir/transmissiond" "$pkgdir/etc/rc.d/transmissiond"
-  install -D -m644 "$srcdir/transmissiond.conf" 
"$pkgdir/etc/conf.d/transmissiond"
-  install -D -m644 COPYING 
"$pkgdir/usr/share/licenses/transmission-cli/COPYING"
-}
-
-package_transmission-gtk() {
-  pkgdesc="Fast, easy, and free BitTorrent client (GTK+ GUI)"
-  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('notification-daemon: Desktop notification support'
- 'transmission-cli: daemon and web support')
-  install=transmission-gtk.install
-
-  cd "$pkgbase-$pkgver"
-
-  make -C gtk DESTDIR="$pkgdir" install
-  make -C po DESTDIR="$pkgdir" install
-  install -D -m644 COPYING 
"$pkgdir/usr/share/licenses/transmission-gtk/COPYING"
-}
-
-package_transmission-qt() {
-  pkgdesc

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 10:58:17
  Author: ibiru
Revision: 163182

boost 1.50 rebuild

Modified:
  libpst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 13:55:46 UTC (rev 163181)
+++ PKGBUILD2012-07-08 14:58:17 UTC (rev 163182)
@@ -4,7 +4,7 @@
 pkgbase=libpst
 pkgname=('libpst' 'libpst-docs')
 pkgver=0.6.54
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.five-ten-sg.com/libpst/";
 license=('GPL')



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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 10:59:15
  Author: ibiru
Revision: 163183

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

Added:
  libpst/repos/staging-i686/
  libpst/repos/staging-i686/PKGBUILD
(from rev 163182, libpst/trunk/PKGBUILD)
  libpst/repos/staging-x86_64/
  libpst/repos/staging-x86_64/PKGBUILD
(from rev 163182, libpst/trunk/PKGBUILD)

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

Copied: libpst/repos/staging-i686/PKGBUILD (from rev 163182, 
libpst/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-08 14:59:15 UTC (rev 163183)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.54
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.five-ten-sg.com/libpst/";
+license=('GPL')
+makedepends=('python2' 'boost')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc="Outlook .pst file converter"
+  depends=('gcc-libs')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!libtool' '!docs')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+  pkgdesc="Documentation for Outlook .pst file converter"
+  options=('!libtool')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-htmlDATA
+  cd "${srcdir}/${pkgbase}-${pkgver}/html"
+  make DESTDIR="${pkgdir}" install-htmldevelDATA
+}

Copied: libpst/repos/staging-x86_64/PKGBUILD (from rev 163182, 
libpst/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-08 14:59:15 UTC (rev 163183)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.54
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.five-ten-sg.com/libpst/";
+license=('GPL')
+makedepends=('python2' 'boost')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc="Outlook .pst file converter"
+  depends=('gcc-libs')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!libtool' '!docs')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+  pkgdesc="Documentation for Outlook .pst file converter"
+  options=('!libtool')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-htmlDATA
+  cd "${srcdir}/${pkgbase}-${pkgver}/html"
+  make DESTDIR="${pkgdir}" install-htmldevelDATA
+}



[arch-commits] Commit in opencv/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2012-07-08 Thread Ray Rashif
Date: Sunday, July 8, 2012 @ 11:24:35
  Author: schiv
Revision: 163184

fix accidental rel bump to extra instead of testing; does not affect binaries

Modified:
  opencv/repos/extra-i686/PKGBUILD
  opencv/repos/extra-x86_64/PKGBUILD

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

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 14:59:15 UTC (rev 163183)
+++ extra-i686/PKGBUILD 2012-07-08 15:24:35 UTC (rev 163184)
@@ -6,7 +6,7 @@
 pkgname=('opencv' 'opencv-docs' 'opencv-samples')
 _realname=OpenCV
 pkgver=2.4.2
-pkgrel=2
+pkgrel=1
 pkgdesc="Open Source Computer Vision Library"
 arch=('i686' 'x86_64')
 license=('BSD')

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-08 14:59:15 UTC (rev 163183)
+++ extra-x86_64/PKGBUILD   2012-07-08 15:24:35 UTC (rev 163184)
@@ -6,7 +6,7 @@
 pkgname=('opencv' 'opencv-docs' 'opencv-samples')
 _realname=OpenCV
 pkgver=2.4.2
-pkgrel=2
+pkgrel=1
 pkgdesc="Open Source Computer Vision Library"
 arch=('i686' 'x86_64')
 license=('BSD')



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

2012-07-08 Thread Ray Rashif
Date: Sunday, July 8, 2012 @ 11:26:25
  Author: schiv
Revision: 163185

archrelease: copy trunk to testing-i686

Added:
  opencv/repos/testing-i686/
  opencv/repos/testing-i686/PKGBUILD
(from rev 163184, opencv/trunk/PKGBUILD)

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

Copied: opencv/repos/testing-i686/PKGBUILD (from rev 163184, 
opencv/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-08 15:26:25 UTC (rev 163185)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-docs' 'opencv-samples')
+_realname=OpenCV
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="Open Source Computer Vision Library"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://opencv.org/";
+depends=('jasper' 'gstreamer0.10-base' 'openexr'
+ 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils')
+makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2')
+optdepends=('opencv-docs'
+'opencv-samples'
+'eigen2'
+'python2-numpy: Python 2.x interface')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-${pkgver}.tar.bz2";)
+md5sums=('059ef86fc1724d69b75832a0d2929ff5')
+
+_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
+'-D CMAKE_INSTALL_PREFIX=/usr'
+'-D CMAKE_SKIP_RPATH=ON'
+'-D BUILD_TESTS=OFF'
+'-D ENABLE_SSE=ON'
+'-D ENABLE_SSE2=ON'
+'-D ENABLE_SSE3=OFF'
+'-D ENABLE_SSSE3=OFF'
+'-D ENABLE_SSE41=OFF'
+'-D ENABLE_SSE42=OFF'
+'-D BUILD_EXAMPLES=ON'
+'-D INSTALL_C_EXAMPLES=ON'
+'-D INSTALL_PYTHON_EXAMPLES=ON'
+'-D WITH_XINE=ON'
+'-D WITH_QT=OFF'
+'-D WITH_QT_OPENGL=OFF'
+'-D WITH_UNICAP=OFF'
+'-D WITH_PVAPI=OFF'
+'-D WITH_OPENNI=OFF'
+'-D WITH_TBB=OFF'
+'-D WITH_IPP=OFF'
+'-D WITH_CUDA=OFF'
+'-D USE_FAST_MATH=ON')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  # x64, i.e "Athlon64" and upwards, can use SSE3
+  [ $CARCH = x86_64 ] && \
+_cmakeopts=${_cmakeopts[@]/ENABLE_SSE3=OFF/ENABLE_SSE3=ON}
+
+  cmake ${_cmakeopts[@]} .
+
+  make
+}
+
+package_opencv() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # install license file
+  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd "$pkgdir/usr/share"
+
+  # prepare FSH-friendly dirs
+  #if [ -d OpenCV ]; then
+  #  mv opencv/samples OpenCV/
+  #  rm -r opencv
+  #  mv OpenCV opencv
+  #fi
+
+  # separate docs package; also be -R friendly
+  [ -d $_realname/doc ] && mv $_realname/doc "$srcdir/opencv-doc"
+
+  # separate samples package
+  [ -d $_realname/samples ] && mv $_realname/samples "$srcdir/opencv-samples"
+}
+
+package_opencv-docs() {
+  pkgdesc+=" (documentation)"
+  unset depends
+  unset optdepends
+  options=('docs')
+
+  cd "$srcdir"
+
+  mkdir -p "$pkgdir/usr/share/doc"
+  cp -r opencv-doc "$pkgdir/usr/share/doc/$_realname"
+
+  # install license file
+  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_opencv-samples() {
+  pkgdesc+=" (samples)"
+  depends=('bash')
+  unset optdepends
+  unset options
+
+  cd "$srcdir"
+
+  mkdir -p "$pkgdir/usr/share/$_realname"
+  cp -r opencv-samples "$pkgdir/usr/share/$_realname/samples"
+
+  # install license file
+  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in opencv/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2012-07-08 Thread Ray Rashif
Date: Sunday, July 8, 2012 @ 11:27:29
  Author: schiv
Revision: 163186

archrelease: copy trunk to testing-x86_64

Added:
  opencv/repos/testing-x86_64/
  opencv/repos/testing-x86_64/PKGBUILD
(from rev 163185, opencv/trunk/PKGBUILD)

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

Copied: opencv/repos/testing-x86_64/PKGBUILD (from rev 163185, 
opencv/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-08 15:27:29 UTC (rev 163186)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-docs' 'opencv-samples')
+_realname=OpenCV
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="Open Source Computer Vision Library"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://opencv.org/";
+depends=('jasper' 'gstreamer0.10-base' 'openexr'
+ 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils')
+makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2')
+optdepends=('opencv-docs'
+'opencv-samples'
+'eigen2'
+'python2-numpy: Python 2.x interface')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-${pkgver}.tar.bz2";)
+md5sums=('059ef86fc1724d69b75832a0d2929ff5')
+
+_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
+'-D CMAKE_INSTALL_PREFIX=/usr'
+'-D CMAKE_SKIP_RPATH=ON'
+'-D BUILD_TESTS=OFF'
+'-D ENABLE_SSE=ON'
+'-D ENABLE_SSE2=ON'
+'-D ENABLE_SSE3=OFF'
+'-D ENABLE_SSSE3=OFF'
+'-D ENABLE_SSE41=OFF'
+'-D ENABLE_SSE42=OFF'
+'-D BUILD_EXAMPLES=ON'
+'-D INSTALL_C_EXAMPLES=ON'
+'-D INSTALL_PYTHON_EXAMPLES=ON'
+'-D WITH_XINE=ON'
+'-D WITH_QT=OFF'
+'-D WITH_QT_OPENGL=OFF'
+'-D WITH_UNICAP=OFF'
+'-D WITH_PVAPI=OFF'
+'-D WITH_OPENNI=OFF'
+'-D WITH_TBB=OFF'
+'-D WITH_IPP=OFF'
+'-D WITH_CUDA=OFF'
+'-D USE_FAST_MATH=ON')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  # x64, i.e "Athlon64" and upwards, can use SSE3
+  [ $CARCH = x86_64 ] && \
+_cmakeopts=${_cmakeopts[@]/ENABLE_SSE3=OFF/ENABLE_SSE3=ON}
+
+  cmake ${_cmakeopts[@]} .
+
+  make
+}
+
+package_opencv() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # install license file
+  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd "$pkgdir/usr/share"
+
+  # prepare FSH-friendly dirs
+  #if [ -d OpenCV ]; then
+  #  mv opencv/samples OpenCV/
+  #  rm -r opencv
+  #  mv OpenCV opencv
+  #fi
+
+  # separate docs package; also be -R friendly
+  [ -d $_realname/doc ] && mv $_realname/doc "$srcdir/opencv-doc"
+
+  # separate samples package
+  [ -d $_realname/samples ] && mv $_realname/samples "$srcdir/opencv-samples"
+}
+
+package_opencv-docs() {
+  pkgdesc+=" (documentation)"
+  unset depends
+  unset optdepends
+  options=('docs')
+
+  cd "$srcdir"
+
+  mkdir -p "$pkgdir/usr/share/doc"
+  cp -r opencv-doc "$pkgdir/usr/share/doc/$_realname"
+
+  # install license file
+  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_opencv-samples() {
+  pkgdesc+=" (samples)"
+  depends=('bash')
+  unset optdepends
+  unset options
+
+  cd "$srcdir"
+
+  mkdir -p "$pkgdir/usr/share/$_realname"
+  cp -r opencv-samples "$pkgdir/usr/share/$_realname/samples"
+
+  # install license file
+  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 11:43:25
  Author: ibiru
Revision: 163187

archrelease: copy trunk to extra-x86_64

Added:
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 163186, opencv/trunk/PKGBUILD)
Deleted:
  opencv/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  236 ++---
 1 file changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-08 15:27:29 UTC (rev 163186)
+++ PKGBUILD2012-07-08 15:43:25 UTC (rev 163187)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Tobias Powalowski 
-
-pkgbase=opencv
-pkgname=('opencv' 'opencv-docs' 'opencv-samples')
-_realname=OpenCV
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Open Source Computer Vision Library"
-arch=('i686' 'x86_64')
-license=('BSD')
-url="http://opencv.org/";
-depends=('jasper' 'gstreamer0.10-base' 'openexr'
- 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils')
-makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2')
-optdepends=('opencv-docs'
-'opencv-samples'
-'eigen2'
-'python2-numpy: Python 2.x interface')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-${pkgver}.tar.bz2";)
-md5sums=('059ef86fc1724d69b75832a0d2929ff5')
-
-_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
-'-D CMAKE_INSTALL_PREFIX=/usr'
-'-D CMAKE_SKIP_RPATH=ON'
-'-D BUILD_TESTS=OFF'
-'-D ENABLE_SSE=ON'
-'-D ENABLE_SSE2=ON'
-'-D ENABLE_SSE3=OFF'
-'-D ENABLE_SSSE3=OFF'
-'-D ENABLE_SSE41=OFF'
-'-D ENABLE_SSE42=OFF'
-'-D BUILD_EXAMPLES=ON'
-'-D INSTALL_C_EXAMPLES=ON'
-'-D INSTALL_PYTHON_EXAMPLES=ON'
-'-D WITH_XINE=ON'
-'-D WITH_QT=OFF'
-'-D WITH_QT_OPENGL=OFF'
-'-D WITH_UNICAP=OFF'
-'-D WITH_PVAPI=OFF'
-'-D WITH_OPENNI=OFF'
-'-D WITH_TBB=OFF'
-'-D WITH_IPP=OFF'
-'-D WITH_CUDA=OFF'
-'-D USE_FAST_MATH=ON')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  # x64, i.e "Athlon64" and upwards, can use SSE3
-  [ $CARCH = x86_64 ] && \
-_cmakeopts=${_cmakeopts[@]/ENABLE_SSE3=OFF/ENABLE_SSE3=ON}
-
-  cmake ${_cmakeopts[@]} .
-
-  make
-}
-
-package_opencv() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # install license file
-  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$pkgdir/usr/share"
-
-  # prepare FSH-friendly dirs
-  #if [ -d OpenCV ]; then
-  #  mv opencv/samples OpenCV/
-  #  rm -r opencv
-  #  mv OpenCV opencv
-  #fi
-
-  # separate docs package; also be -R friendly
-  [ -d $_realname/doc ] && mv $_realname/doc "$srcdir/opencv-doc"
-
-  # separate samples package
-  [ -d $_realname/samples ] && mv $_realname/samples "$srcdir/opencv-samples"
-}
-
-package_opencv-docs() {
-  pkgdesc+=" (documentation)"
-  unset depends
-  unset optdepends
-  options=('docs')
-
-  cd "$srcdir"
-
-  mkdir -p "$pkgdir/usr/share/doc"
-  cp -r opencv-doc "$pkgdir/usr/share/doc/$_realname"
-
-  # install license file
-  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_opencv-samples() {
-  pkgdesc+=" (samples)"
-  depends=('bash')
-  unset optdepends
-  unset options
-
-  cd "$srcdir"
-
-  mkdir -p "$pkgdir/usr/share/$_realname"
-  cp -r opencv-samples "$pkgdir/usr/share/$_realname/samples"
-
-  # install license file
-  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opencv/repos/extra-x86_64/PKGBUILD (from rev 163186, 
opencv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-08 15:43:25 UTC (rev 163187)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-docs' 'opencv-samples')
+_realname=OpenCV
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="Open Source Computer Vision Library"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://opencv.org/";
+depends=('jasper' 'gstreamer0.10-base' 'openexr'
+ 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils')
+makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2')
+optdepends=('opencv-docs'
+'opencv-samples'
+'eigen2'
+'python2-numpy: Python 2.x interface')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-${pkgver}.tar.bz2";)
+md5sums=('059ef86fc1724d69b75832a0d2929ff5')
+
+_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
+'-D CMAKE_INSTALL_PREFIX=/usr'
+'-D CMAKE_SKIP_RPATH=ON'
+'-D BUILD

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 11:43:46
  Author: ibiru
Revision: 163188

archrelease: copy trunk to extra-i686

Added:
  opencv/repos/extra-i686/PKGBUILD
(from rev 163187, opencv/trunk/PKGBUILD)
Deleted:
  opencv/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |  236 ++---
 1 file changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-08 15:43:25 UTC (rev 163187)
+++ PKGBUILD2012-07-08 15:43:46 UTC (rev 163188)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Tobias Powalowski 
-
-pkgbase=opencv
-pkgname=('opencv' 'opencv-docs' 'opencv-samples')
-_realname=OpenCV
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Open Source Computer Vision Library"
-arch=('i686' 'x86_64')
-license=('BSD')
-url="http://opencv.org/";
-depends=('jasper' 'gstreamer0.10-base' 'openexr'
- 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils')
-makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2')
-optdepends=('opencv-docs'
-'opencv-samples'
-'eigen2'
-'python2-numpy: Python 2.x interface')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-${pkgver}.tar.bz2";)
-md5sums=('059ef86fc1724d69b75832a0d2929ff5')
-
-_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
-'-D CMAKE_INSTALL_PREFIX=/usr'
-'-D CMAKE_SKIP_RPATH=ON'
-'-D BUILD_TESTS=OFF'
-'-D ENABLE_SSE=ON'
-'-D ENABLE_SSE2=ON'
-'-D ENABLE_SSE3=OFF'
-'-D ENABLE_SSSE3=OFF'
-'-D ENABLE_SSE41=OFF'
-'-D ENABLE_SSE42=OFF'
-'-D BUILD_EXAMPLES=ON'
-'-D INSTALL_C_EXAMPLES=ON'
-'-D INSTALL_PYTHON_EXAMPLES=ON'
-'-D WITH_XINE=ON'
-'-D WITH_QT=OFF'
-'-D WITH_QT_OPENGL=OFF'
-'-D WITH_UNICAP=OFF'
-'-D WITH_PVAPI=OFF'
-'-D WITH_OPENNI=OFF'
-'-D WITH_TBB=OFF'
-'-D WITH_IPP=OFF'
-'-D WITH_CUDA=OFF'
-'-D USE_FAST_MATH=ON')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  # x64, i.e "Athlon64" and upwards, can use SSE3
-  [ $CARCH = x86_64 ] && \
-_cmakeopts=${_cmakeopts[@]/ENABLE_SSE3=OFF/ENABLE_SSE3=ON}
-
-  cmake ${_cmakeopts[@]} .
-
-  make
-}
-
-package_opencv() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # install license file
-  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$pkgdir/usr/share"
-
-  # prepare FSH-friendly dirs
-  #if [ -d OpenCV ]; then
-  #  mv opencv/samples OpenCV/
-  #  rm -r opencv
-  #  mv OpenCV opencv
-  #fi
-
-  # separate docs package; also be -R friendly
-  [ -d $_realname/doc ] && mv $_realname/doc "$srcdir/opencv-doc"
-
-  # separate samples package
-  [ -d $_realname/samples ] && mv $_realname/samples "$srcdir/opencv-samples"
-}
-
-package_opencv-docs() {
-  pkgdesc+=" (documentation)"
-  unset depends
-  unset optdepends
-  options=('docs')
-
-  cd "$srcdir"
-
-  mkdir -p "$pkgdir/usr/share/doc"
-  cp -r opencv-doc "$pkgdir/usr/share/doc/$_realname"
-
-  # install license file
-  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_opencv-samples() {
-  pkgdesc+=" (samples)"
-  depends=('bash')
-  unset optdepends
-  unset options
-
-  cd "$srcdir"
-
-  mkdir -p "$pkgdir/usr/share/$_realname"
-  cp -r opencv-samples "$pkgdir/usr/share/$_realname/samples"
-
-  # install license file
-  install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opencv/repos/extra-i686/PKGBUILD (from rev 163187, 
opencv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-08 15:43:46 UTC (rev 163188)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-docs' 'opencv-samples')
+_realname=OpenCV
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="Open Source Computer Vision Library"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://opencv.org/";
+depends=('jasper' 'gstreamer0.10-base' 'openexr'
+ 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils')
+makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2')
+optdepends=('opencv-docs'
+'opencv-samples'
+'eigen2'
+'python2-numpy: Python 2.x interface')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-${pkgver}.tar.bz2";)
+md5sums=('059ef86fc1724d69b75832a0d2929ff5')
+
+_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
+'-D CMAKE_INSTALL_PREFIX=/usr'
+'-D CMAKE_SKIP_RPATH=ON'
+'-D BUILD_TESTS=O

[arch-commits] Commit in opencv/repos (testing-i686 testing-x86_64)

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 11:45:41
  Author: ibiru
Revision: 163189

cleanup

Deleted:
  opencv/repos/testing-i686/
  opencv/repos/testing-x86_64/



[arch-commits] Commit in hugin/trunk (PKGBUILD gcc47.patch)

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 11:48:05
  Author: ibiru
Revision: 163190

boost 1.50 rebuild

Added:
  hugin/trunk/gcc47.patch
Modified:
  hugin/trunk/PKGBUILD

-+
 PKGBUILD|   10 +++---
 gcc47.patch |   11 +++
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 15:45:41 UTC (rev 163189)
+++ PKGBUILD2012-07-08 15:48:05 UTC (rev 163190)
@@ -5,7 +5,7 @@
 
 pkgname=hugin
 pkgver=2011.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A frontend to the panorama-tools"
 arch=('i686' 'x86_64')
 url="http://hugin.sourceforge.net/";
@@ -14,13 +14,17 @@
  'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
 makedepends=('zip' 'cmake' 'boost' 'tclap')
 install=hugin.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+gcc47.patch)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
+  'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
 
 build() {
   cd "${srcdir}"
+  patch -Np0 -i gcc47.patch
   mkdir build
   cd build
+  export CXXFLAGS+=" -fpermissive" 
   cmake "${srcdir}/${pkgname}-${pkgver}" \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \

Added: gcc47.patch
===
--- gcc47.patch (rev 0)
+++ gcc47.patch 2012-07-08 15:48:05 UTC (rev 163190)
@@ -0,0 +1,11 @@
+diff -Nur hugin-2011.4.0.orig/src/celeste/Utilities.cpp 
hugin-2011.4.0/src/celeste/Utilities.cpp
+--- hugin-2011.4.0.orig/src/celeste/Utilities.cpp  2012-07-08 
15:18:16.864454043 +
 hugin-2011.4.0/src/celeste/Utilities.cpp   2012-07-08 15:18:20.341089422 
+
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include "Utilities.h"
+ 
+ using namespace std; 



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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 11:53:29
  Author: ibiru
Revision: 163191

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

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
(from rev 163190, hugin/trunk/PKGBUILD)
  hugin/repos/staging-i686/gcc47.patch
(from rev 163190, hugin/trunk/gcc47.patch)
  hugin/repos/staging-i686/hugin.install
(from rev 163190, hugin/trunk/hugin.install)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
(from rev 163190, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/gcc47.patch
(from rev 163190, hugin/trunk/gcc47.patch)
  hugin/repos/staging-x86_64/hugin.install
(from rev 163190, hugin/trunk/hugin.install)

--+
 staging-i686/PKGBUILD|   39 +++
 staging-i686/gcc47.patch |   11 +++
 staging-i686/hugin.install   |   15 +++
 staging-x86_64/PKGBUILD  |   39 +++
 staging-x86_64/gcc47.patch   |   11 +++
 staging-x86_64/hugin.install |   15 +++
 6 files changed, 130 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 163190, 
hugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-08 15:53:29 UTC (rev 163191)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=3
+pkgdesc="A frontend to the panorama-tools"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+gcc47.patch)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
+  'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
+
+build() {
+  cd "${srcdir}"
+  patch -Np0 -i gcc47.patch
+  mkdir build
+  cd build
+  export CXXFLAGS+=" -fpermissive" 
+  cmake "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+-DENABLE_LAPACK=yes
+  make
+}
+
+package(){
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/staging-i686/gcc47.patch (from rev 163190, 
hugin/trunk/gcc47.patch)
===
--- staging-i686/gcc47.patch(rev 0)
+++ staging-i686/gcc47.patch2012-07-08 15:53:29 UTC (rev 163191)
@@ -0,0 +1,11 @@
+diff -Nur hugin-2011.4.0.orig/src/celeste/Utilities.cpp 
hugin-2011.4.0/src/celeste/Utilities.cpp
+--- hugin-2011.4.0.orig/src/celeste/Utilities.cpp  2012-07-08 
15:18:16.864454043 +
 hugin-2011.4.0/src/celeste/Utilities.cpp   2012-07-08 15:18:20.341089422 
+
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include "Utilities.h"
+ 
+ using namespace std; 

Copied: hugin/repos/staging-i686/hugin.install (from rev 163190, 
hugin/trunk/hugin.install)
===
--- staging-i686/hugin.install  (rev 0)
+++ staging-i686/hugin.install  2012-07-08 15:53:29 UTC (rev 163191)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 163190, 
hugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-08 15:53:29 UTC (rev 163191)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=3
+pkgdesc="A frontend to the panorama-tools"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+gcc47.patch)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
+  'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
+
+build() {
+  cd "${srcdir}"
+  patch -Np0 -i gcc47.patch
+  mkdir build
+  cd build
+  ex

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 11:59:47
  Author: ibiru
Revision: 163192

boost 1.50 rebuild

Modified:
  licq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 15:53:29 UTC (rev 163191)
+++ PKGBUILD2012-07-08 15:59:47 UTC (rev 163192)
@@ -3,7 +3,7 @@
 
 pkgname=licq
 pkgver=1.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Advanced graphical ICQ clone and more for Unix" 
 arch=('i686' 'x86_64')
 url="http://www.licq.org";



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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 12:00:41
  Author: ibiru
Revision: 163193

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

Added:
  licq/repos/staging-i686/
  licq/repos/staging-i686/PKGBUILD
(from rev 163192, licq/trunk/PKGBUILD)
  licq/repos/staging-x86_64/
  licq/repos/staging-x86_64/PKGBUILD
(from rev 163192, licq/trunk/PKGBUILD)

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

Copied: licq/repos/staging-i686/PKGBUILD (from rev 163192, licq/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-08 16:00:41 UTC (rev 163193)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="Advanced graphical ICQ clone and more for Unix" 
+arch=('i686' 'x86_64')
+url="http://www.licq.org";
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake"  ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: licq/repos/staging-x86_64/PKGBUILD (from rev 163192, 
licq/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-08 16:00:41 UTC (rev 163193)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="Advanced graphical ICQ clone and more for Unix" 
+arch=('i686' 'x86_64')
+url="http://www.licq.org";
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake"  ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR="${pkgdir}" install
+}



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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 12:30:46
  Author: ibiru
Revision: 163194

boost 1.50 rebuild

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 16:00:41 UTC (rev 163193)
+++ PKGBUILD2012-07-08 16:30:46 UTC (rev 163194)
@@ -4,7 +4,7 @@
 
 pkgname=lyx
 pkgver=2.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('i686' 'x86_64')
 url="http://www.lyx.org";



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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 12:34:34
  Author: ibiru
Revision: 163195

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

Added:
  lyx/repos/staging-i686/
  lyx/repos/staging-i686/PKGBUILD
(from rev 163194, lyx/trunk/PKGBUILD)
  lyx/repos/staging-i686/lyx.desktop
(from rev 163194, lyx/trunk/lyx.desktop)
  lyx/repos/staging-i686/lyx.install
(from rev 163194, lyx/trunk/lyx.install)
  lyx/repos/staging-i686/lyxrc.dist
(from rev 163194, lyx/trunk/lyxrc.dist)
  lyx/repos/staging-x86_64/
  lyx/repos/staging-x86_64/PKGBUILD
(from rev 163194, lyx/trunk/PKGBUILD)
  lyx/repos/staging-x86_64/lyx.desktop
(from rev 163194, lyx/trunk/lyx.desktop)
  lyx/repos/staging-x86_64/lyx.install
(from rev 163194, lyx/trunk/lyx.install)
  lyx/repos/staging-x86_64/lyxrc.dist
(from rev 163194, lyx/trunk/lyxrc.dist)

+
 staging-i686/PKGBUILD  |   50 +++
 staging-i686/lyx.desktop   |   14 
 staging-i686/lyx.install   |   14 
 staging-i686/lyxrc.dist|   14 
 staging-x86_64/PKGBUILD|   50 +++
 staging-x86_64/lyx.desktop |   14 
 staging-x86_64/lyx.install |   14 
 staging-x86_64/lyxrc.dist  |   14 
 8 files changed, 184 insertions(+)

Copied: lyx/repos/staging-i686/PKGBUILD (from rev 163194, lyx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-08 16:34:34 UTC (rev 163195)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.0.3
+pkgrel=4
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('i686' 'x86_64')
+url="http://www.lyx.org";
+depends=('qt' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
+makedepends=('boost')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+sha1sums=('109dae0ef22a7d8944964b32ee380ad170b0665f'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--with-frontend=qt4 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install desktop entry
+  install -Dm644 "${srcdir}/lyx.desktop" \
+"${pkgdir}/usr/share/applications/lyx.desktop"
+  install -Dm644 "lib/images/lyx.png" \
+"${pkgdir}/usr/share/pixmaps/lyx.png"
+
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Copied: lyx/repos/staging-i686/lyx.desktop (from rev 163194, 
lyx/trunk/lyx.desktop)
===
--- staging-i686/lyx.desktop(rev 0)
+++ staging-i686/lyx.desktop2012-07-08 16:34:34 UTC (rev 163195)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=LyX Document Processor
+GenericName=Document Processor
+Comment=High level LaTeX frontend
+Exec=lyx %F
+TryExec=lyx
+Icon=lyx
+StartupNotify=false
+StartupWMClass=Lyx
+Terminal=false
+Categories=Office;WordProcessor;Qt;
+MimeType=text/x-lyx;application/x-lyx;

Copied: lyx/repos/staging-i686/lyx.install (from rev 163194, 
lyx/trunk/lyx.install)
===
--- staging-i686/lyx.install(rev 0)
+++ staging-i686/lyx.install2012-07-08 16:34:34 UTC (rev 163195)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+
+

Copied: lyx/repos/staging-i686/lyxrc.dist (from rev 163194, 
lyx/trunk/lyxrc.dist)
===
--- staging-i686/lyxrc.dist (rev 0)
+++ staging-i686/lyxrc.dist 2012-07-08 16:34:34 UTC (rev 163195)
@@ -0,0 +1,14 @@
+### This file is part of
+### 
+###  LyX, The Document Processor
+###
+###  Copyright 1995 Matthias Ettrich
+###  Copyright 1995-2011 The LyX Team.
+###
+### 
+
+# The file lyxrc.dist gives initial glob

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

2012-07-08 Thread Ronald van Haren
Date: Sunday, July 8, 2012 @ 15:05:45
  Author: ronald
Revision: 163196

upgpkg: digikam 2.7.0-1

update to 2.7.0

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-08 16:34:34 UTC (rev 163195)
+++ PKGBUILD2012-07-08 19:05:45 UTC (rev 163196)
@@ -5,7 +5,7 @@
 
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="Digital photo management application for KDE"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
  'cmake' 'automoc4' 'doxygen')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('a7a9e4e342f118b603a11539c98a01c9970254df')
+sha1sums=('43f51c389984538025f185acf8902a923eb0268b')
 
 build() {
   cd "${srcdir}"



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

2012-07-08 Thread Ronald van Haren
Date: Sunday, July 8, 2012 @ 15:06:47
  Author: ronald
Revision: 163197

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

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 163196, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/boost148.patch
(from rev 163196, digikam/trunk/boost148.patch)
  digikam/repos/extra-i686/digikam-2.5.0-gcc-4.7.0.patch
(from rev 163196, digikam/trunk/digikam-2.5.0-gcc-4.7.0.patch)
  digikam/repos/extra-i686/digikam.install
(from rev 163196, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 163196, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-i686/libkipi140.patch
(from rev 163196, digikam/trunk/libkipi140.patch)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 163196, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/boost148.patch
(from rev 163196, digikam/trunk/boost148.patch)
  digikam/repos/extra-x86_64/digikam-2.5.0-gcc-4.7.0.patch
(from rev 163196, digikam/trunk/digikam-2.5.0-gcc-4.7.0.patch)
  digikam/repos/extra-x86_64/digikam.install
(from rev 163196, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 163196, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-x86_64/libkipi140.patch
(from rev 163196, digikam/trunk/libkipi140.patch)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/boost148.patch
  digikam/repos/extra-i686/digikam-2.5.0-gcc-4.7.0.patch
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-i686/libkipi140.patch
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/boost148.patch
  digikam/repos/extra-x86_64/digikam-2.5.0-gcc-4.7.0.patch
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install
  digikam/repos/extra-x86_64/libkipi140.patch

+
 extra-i686/PKGBUILD|  188 +--
 extra-i686/boost148.patch  |  130 +-
 extra-i686/digikam-2.5.0-gcc-4.7.0.patch   |  126 +-
 extra-i686/digikam.install |   24 +--
 extra-i686/kipi-plugins.install|   24 +--
 extra-i686/libkipi140.patch|  126 +-
 extra-x86_64/PKGBUILD  |  188 +--
 extra-x86_64/boost148.patch|  130 +-
 extra-x86_64/digikam-2.5.0-gcc-4.7.0.patch |  126 +-
 extra-x86_64/digikam.install   |   24 +--
 extra-x86_64/kipi-plugins.install  |   24 +--
 extra-x86_64/libkipi140.patch  |  126 +-
 12 files changed, 618 insertions(+), 618 deletions(-)

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


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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 20:03:09
  Author: ibiru
Revision: 163198

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

Added:
  ptlib/repos/extra-i686/PKGBUILD
(from rev 163197, ptlib/repos/staging-i686/PKGBUILD)
  ptlib/repos/extra-x86_64/PKGBUILD
(from rev 163197, ptlib/repos/staging-x86_64/PKGBUILD)
Deleted:
  ptlib/repos/extra-i686/PKGBUILD
  ptlib/repos/extra-x86_64/PKGBUILD
  ptlib/repos/staging-i686/
  ptlib/repos/staging-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 19:06:47 UTC (rev 163197)
+++ extra-i686/PKGBUILD 2012-07-09 00:03:09 UTC (rev 163198)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=ptlib
-pkgver=2.10.2
-pkgrel=2
-pkgdesc="Portable Windows Library"
-arch=('i686' 'x86_64')
-url="http://www.ekiga.org/";
-license=('GPL')
-depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
-replaces=('pwlib')
-conflicts=('pwlib')
-source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('a0985848da2ea06a4df804a650fd800ff52a01f889c116595b9a67fc35537140')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc --localstatedir=/var \
-  --enable-opal --enable-plugins \
-  --enable-oss --enable-v4l2 \
-  --disable-avc --enable-sdl \
-  --enable-ipv6 --enable-v4l \
-  --enable-dc --disable-odbc \
-  --enable-expat --enable-httpforms
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: ptlib/repos/extra-i686/PKGBUILD (from rev 163197, 
ptlib/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-09 00:03:09 UTC (rev 163198)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=ptlib
+pkgver=2.10.5
+pkgrel=1
+pkgdesc="Portable Windows Library"
+arch=('i686' 'x86_64')
+url="http://www.opalvoip.org";
+license=('GPL')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
+replaces=('pwlib')
+conflicts=('pwlib')
+source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
+md5sums=('20e0bc3cc85affed55e1481bf96c8c6b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc --localstatedir=/var \
+  --enable-opal --enable-plugins \
+  --enable-oss --enable-v4l2 \
+  --disable-avc --enable-sdl \
+  --enable-ipv6 --enable-v4l \
+  --enable-dc --disable-odbc \
+  --enable-expat --enable-httpforms
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('a5a571457ff3a398995b34f66d6c3cbb')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-08 19:06:47 UTC (rev 163197)
+++ extra-x86_64/PKGBUILD   2012-07-09 00:03:09 UTC (rev 163198)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=ptlib
-pkgver=2.10.2
-pkgrel=2
-pkgdesc="Portable Windows Library"
-arch=('i686' 'x86_64')
-url="http://www.ekiga.org/";
-license=('GPL')
-depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
-replaces=('pwlib')
-conflicts=('pwlib')
-source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('a0985848da2ea06a4df804a650fd800ff52a01f889c116595b9a67fc35537140')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc --localstatedir=/var \
-  --enable-opal --enable-plugins \
-  --enable-oss --enable-v4l2 \
-  --disable-avc --enable-sdl \
-  --enable-ipv6 --enable-v4l \
-  --enable-dc --disable-odbc \
-  --enable-expat --enable-httpforms
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: ptlib/repos/extra-x86_64/PKGBUILD (from rev 163197, 
ptlib/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-09 00:03:09 UTC (rev 163198)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=ptlib
+pkgver=2.10.5
+pkgrel=1
+pkgdesc="Portable Windows Library"
+arch=('i686' 'x86_64')
+url="http://www.opalvoip.org";
+license=('GPL')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
+replaces=('pwlib')
+conflicts=('pwlib')
+source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)

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

2012-07-08 Thread Allan McRae
Date: Sunday, July 8, 2012 @ 21:29:57
  Author: allan
Revision: 163199

upgpkg: pcre 8.31-1

upstream update

Modified:
  pcre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-09 00:03:09 UTC (rev 163198)
+++ PKGBUILD2012-07-09 01:29:57 UTC (rev 163199)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor 
 
 pkgname=pcre
-pkgver=8.30
+pkgver=8.31
 pkgrel=1
 pkgdesc="A library that implements Perl 5-style regular expressions"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('gcc-libs')
 options=('!libtool')
 
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('98e8928945d04279581e778fbdff'
- '01eee0333fa71687e0b6756db77f94ad')
+md5sums=('1c9a276af932b5599157f96e945391f0'
+ '873bcd2cd9f1e0aa1e28e256b3e31506')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



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

2012-07-08 Thread Allan McRae
Date: Sunday, July 8, 2012 @ 21:30:40
  Author: allan
Revision: 163200

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

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/PKGBUILD
(from rev 163199, pcre/trunk/PKGBUILD)
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 163199, pcre/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: pcre/repos/testing-i686/PKGBUILD (from rev 163199, pcre/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-09 01:30:40 UTC (rev 163200)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.31
+pkgrel=1
+pkgdesc="A library that implements Perl 5-style regular expressions"
+arch=('i686' 'x86_64')
+url="http://www.pcre.org/";
+license=('BSD')
+depends=('gcc-libs')
+options=('!libtool')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('1c9a276af932b5599157f96e945391f0'
+ '873bcd2cd9f1e0aa1e28e256b3e31506')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  
+  [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
+  ./configure --prefix=/usr --enable-pcre16 --enable-jit \
+--enable-utf8 --enable-unicode-properties
+  make
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: pcre/repos/testing-x86_64/PKGBUILD (from rev 163199, 
pcre/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-09 01:30:40 UTC (rev 163200)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.31
+pkgrel=1
+pkgdesc="A library that implements Perl 5-style regular expressions"
+arch=('i686' 'x86_64')
+url="http://www.pcre.org/";
+license=('BSD')
+depends=('gcc-libs')
+options=('!libtool')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('1c9a276af932b5599157f96e945391f0'
+ '873bcd2cd9f1e0aa1e28e256b3e31506')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  
+  [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
+  ./configure --prefix=/usr --enable-pcre16 --enable-jit \
+--enable-utf8 --enable-unicode-properties
+  make
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}