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

2013-02-07 Thread Florian Pritz
Date: Thursday, February 7, 2013 @ 09:05:35
  Author: bluewind
Revision: 83936

upgpkg: highlight 3.13-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 05:11:49 UTC (rev 83935)
+++ PKGBUILD2013-02-07 08:05:35 UTC (rev 83936)
@@ -3,23 +3,19 @@
 # Contributor: Jan Fader jan.fa...@web.de
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.12
-pkgrel=3
+pkgver=3.13
+pkgrel=1
 url=http://www.andre-simon.de/doku/highlight/highlight.html;
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=(qt lua51 boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('4b3f01e86a6b3fa25f3c4905a9cd63c7'
- 'b784cd3f264a0f281da36f26c0c7f2c2')
+md5sums=('2b5e217c80c441853360926dbbe9'
+ 'c68f6dd20af61ca1061d910879d910a8')
 
 build() {
   cd $srcdir/$pkgbase-$pkgver
 
-  sed -i 's#pkg-config --cflags lua#pkg-config --cflags lua5.1#' src/makefile
-  sed -i 's#pkg-config --libs lua#pkg-config --libs lua5.1#' src/makefile
-  sed -i 's#lua#lua5.1#g' src/gui-qt/highlight.pro
-
   make
   make gui
 }



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

2013-02-07 Thread Florian Pritz
Date: Thursday, February 7, 2013 @ 09:11:31
  Author: bluewind
Revision: 83937

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

Added:
  highlight/repos/community-i686/PKGBUILD
(from rev 83936, highlight/trunk/PKGBUILD)
  highlight/repos/community-x86_64/PKGBUILD
(from rev 83936, highlight/trunk/PKGBUILD)
Deleted:
  highlight/repos/community-i686/PKGBUILD
  highlight/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-07 08:05:35 UTC (rev 83936)
+++ community-i686/PKGBUILD 2013-02-07 08:11:31 UTC (rev 83937)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Jan Fader jan.fa...@web.de
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.12
-pkgrel=3
-url=http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt lua51 boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('4b3f01e86a6b3fa25f3c4905a9cd63c7'
- 'b784cd3f264a0f281da36f26c0c7f2c2')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  sed -i 's#pkg-config --cflags lua#pkg-config --cflags lua5.1#' src/makefile
-  sed -i 's#pkg-config --libs lua#pkg-config --libs lua5.1#' src/makefile
-  sed -i 's#lua#lua5.1#g' src/gui-qt/highlight.pro
-
-  make
-  make gui
-}
-
-package_highlight() {
-  pkgdesc=Fast and flexible source code highlighter (CLI version)
-  depends=('lua51')
-  cd $srcdir/$pkgbase-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-package_highlight-gui() {
-  pkgdesc=Fast and flexible source code highlighter (QT version)
-  depends=('qt' 'highlight')
-  cd $srcdir/$pkgbase-$pkgver
-
-  install -dm755 $pkgdir/usr/bin
-  make DESTDIR=$pkgdir install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-i686/PKGBUILD (from rev 83936, 
highlight/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-07 08:11:31 UTC (rev 83937)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Jan Fader jan.fa...@web.de
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.13
+pkgrel=1
+url=http://www.andre-simon.de/doku/highlight/highlight.html;
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=(qt lua51 boost)
+source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('2b5e217c80c441853360926dbbe9'
+ 'c68f6dd20af61ca1061d910879d910a8')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  make
+  make gui
+}
+
+package_highlight() {
+  pkgdesc=Fast and flexible source code highlighter (CLI version)
+  depends=('lua51')
+  cd $srcdir/$pkgbase-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+package_highlight-gui() {
+  pkgdesc=Fast and flexible source code highlighter (QT version)
+  depends=('qt' 'highlight')
+  cd $srcdir/$pkgbase-$pkgver
+
+  install -dm755 $pkgdir/usr/bin
+  make DESTDIR=$pkgdir install-gui
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-07 08:05:35 UTC (rev 83936)
+++ community-x86_64/PKGBUILD   2013-02-07 08:11:31 UTC (rev 83937)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Jan Fader jan.fa...@web.de
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.12
-pkgrel=3
-url=http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt lua51 boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('4b3f01e86a6b3fa25f3c4905a9cd63c7'
- 'b784cd3f264a0f281da36f26c0c7f2c2')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  sed -i 's#pkg-config --cflags lua#pkg-config --cflags lua5.1#' src/makefile
-  sed -i 's#pkg-config --libs lua#pkg-config --libs lua5.1#' src/makefile
-  sed -i 's#lua#lua5.1#g' src/gui-qt/highlight.pro
-
-  make
-  make gui
-}
-
-package_highlight() {
-  pkgdesc=Fast and flexible source code highlighter (CLI version)
-  depends=('lua51')
-  cd $srcdir/$pkgbase-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-package_highlight-gui() {
-  pkgdesc=Fast and flexible source code highlighter (QT version)
-  depends=('qt' 'highlight')
-  cd $srcdir/$pkgbase-$pkgver
-
-  install -dm755 $pkgdir/usr/bin
-  make DESTDIR=$pkgdir install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-x86_64/PKGBUILD (from rev 83936, 
highlight/trunk/PKGBUILD)
===
--- 

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

2013-02-07 Thread Ionuț Mircea Bîru
Date: Thursday, February 7, 2013 @ 10:11:25
  Author: ioni
Revision: 177558

update to 1.1
fixes/implements FS#33311, FS#33206, FS#33312, FS#32145, FS#31737, FS#31604

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   54 ++
 1 file changed, 34 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 05:59:16 UTC (rev 177557)
+++ PKGBUILD2013-02-07 09:11:25 UTC (rev 177558)
@@ -4,46 +4,60 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=1.0.1
+pkgver=1.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')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'frei0r-plugins' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('dbbb88ce5525dea22b24aaa098a9bcc2')
+sha256sums=('12d4f6268fc181987a55eb4c444d8b9cffcdcc3a8e61ce9f7ce6969faffe410f')
 
 build() {
   cd $pkgname-$pkgver
 
   ./configure \
 --prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-fontconfig \
+--enable-frei0r \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
 --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-libopus \
+--enable-libpulse \
 --enable-librtmp \
---enable-libpulse \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
 --enable-libv4l2 \
---enable-gpl \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
 --enable-version3 \
---enable-runtime-cpudetect \
---disable-debug \
---disable-static
+--enable-x11grab
+ 
 
   make
   make tools/qt-faststart



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

2013-02-07 Thread Ionuț Mircea Bîru
Date: Thursday, February 7, 2013 @ 10:22:47
  Author: ioni
Revision: 177559

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

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

-+
 staging-i686/PKGBUILD   |   73 ++
 staging-x86_64/PKGBUILD |   73 ++
 2 files changed, 146 insertions(+)

Copied: ffmpeg/repos/staging-i686/PKGBUILD (from rev 177558, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-07 09:22:47 UTC (rev 177559)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=1.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' 'fontconfig' 'frei0r-plugins' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+sha256sums=('12d4f6268fc181987a55eb4c444d8b9cffcdcc3a8e61ce9f7ce6969faffe410f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-fontconfig \
+--enable-frei0r \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-version3 \
+--enable-x11grab
+ 
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-man
+  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 177558, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-07 09:22:47 UTC (rev 177559)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=1.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' 'fontconfig' 'frei0r-plugins' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+sha256sums=('12d4f6268fc181987a55eb4c444d8b9cffcdcc3a8e61ce9f7ce6969faffe410f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-fontconfig \
+--enable-frei0r \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-version3 \
+--enable-x11grab
+ 
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd 

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

2013-02-07 Thread Felix Yan
Date: Thursday, February 7, 2013 @ 10:24:48
  Author: fyan
Revision: 83938

upgpkg: ibus-rime 0.9.8

Modified:
  ibus-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 08:11:31 UTC (rev 83937)
+++ PKGBUILD2013-02-07 09:24:48 UTC (rev 83938)
@@ -4,8 +4,8 @@
 # Contributor: 網軍總司令
 
 pkgname=ibus-rime
-pkgver=0.9.7
-pkgrel=2
+pkgver=0.9.8
+pkgrel=1
 pkgdesc=Rime input method engine for ibus
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/rimeime/;
@@ -25,4 +25,4 @@
   make DESTDIR=$pkgdir install
 }
 
-md5sums=('7234fd5ed900274f83c418c83ef3a630')
+md5sums=('813148d4ddc9b14fe099d12a99befe63')



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

2013-02-07 Thread Felix Yan
Date: Thursday, February 7, 2013 @ 10:27:15
  Author: fyan
Revision: 83939

upgpkg: ibus-rime 0.9.8-1

Modified:
  ibus-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 09:24:48 UTC (rev 83938)
+++ PKGBUILD2013-02-07 09:27:15 UTC (rev 83939)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/rimeime/;
 license=('GPL3')
-depends=('ibus' 'libnotify' 'librime=0.9.3' 'brise')
+depends=('ibus' 'libnotify' 'librime=0.9.8' 'brise')
 makedepends=('cmake')
 install='ibus-rime.install'
 source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)



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

2013-02-07 Thread Felix Yan
Date: Thursday, February 7, 2013 @ 10:29:06
  Author: fyan
Revision: 83940

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

Added:
  ibus-rime/repos/community-x86_64/PKGBUILD
(from rev 83939, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-x86_64/ibus-rime.install
(from rev 83939, ibus-rime/trunk/ibus-rime.install)
Deleted:
  ibus-rime/repos/community-i686/PKGBUILD
  ibus-rime/repos/community-i686/ibus-rime.install
  ibus-rime/repos/community-x86_64/PKGBUILD
  ibus-rime/repos/community-x86_64/ibus-rime.install

+
 community-i686/PKGBUILD|   28 -
 community-i686/ibus-rime.install   |3 -
 community-x86_64/PKGBUILD  |   56 +--
 community-x86_64/ibus-rime.install |6 +--
 4 files changed, 31 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-07 09:27:15 UTC (rev 83939)
+++ community-i686/PKGBUILD 2013-02-07 09:29:06 UTC (rev 83940)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=ibus-rime
-pkgver=0.9.7
-pkgrel=2
-pkgdesc=Rime input method engine for ibus
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('ibus' 'libnotify' 'librime=0.9.3' 'brise')
-makedepends=('cmake')
-install='ibus-rime.install'
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('7234fd5ed900274f83c418c83ef3a630')

Deleted: community-i686/ibus-rime.install
===
--- community-i686/ibus-rime.install2013-02-07 09:27:15 UTC (rev 83939)
+++ community-i686/ibus-rime.install2013-02-07 09:29:06 UTC (rev 83940)
@@ -1,3 +0,0 @@
-pre_upgrade() {
-  rm -f /usr/share/ibus-rime/*.bin
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-07 09:27:15 UTC (rev 83939)
+++ community-x86_64/PKGBUILD   2013-02-07 09:29:06 UTC (rev 83940)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=ibus-rime
-pkgver=0.9.7
-pkgrel=2
-pkgdesc=Rime input method engine for ibus
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('ibus' 'libnotify' 'librime=0.9.3' 'brise')
-makedepends=('cmake')
-install='ibus-rime.install'
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('7234fd5ed900274f83c418c83ef3a630')

Copied: ibus-rime/repos/community-x86_64/PKGBUILD (from rev 83939, 
ibus-rime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-07 09:29:06 UTC (rev 83940)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=0.9.8
+pkgrel=1
+pkgdesc=Rime input method engine for ibus
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime=0.9.8' 'brise')
+makedepends=('cmake')
+install='ibus-rime.install'
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('813148d4ddc9b14fe099d12a99befe63')

Deleted: community-x86_64/ibus-rime.install
===
--- community-x86_64/ibus-rime.install  2013-02-07 09:27:15 UTC (rev 83939)
+++ community-x86_64/ibus-rime.install  2013-02-07 09:29:06 UTC (rev 83940)
@@ -1,3 +0,0 @@
-pre_upgrade() {
-  rm -f /usr/share/ibus-rime/*.bin
-}

Copied: ibus-rime/repos/community-x86_64/ibus-rime.install (from rev 83939, 
ibus-rime/trunk/ibus-rime.install)
===
--- community-x86_64/ibus-rime.install  (rev 0)
+++ community-x86_64/ibus-rime.install  2013-02-07 09:29:06 UTC (rev 83940)
@@ -0,0 +1,3 @@
+pre_upgrade() {
+  rm -f /usr/share/ibus-rime/*.bin
+}



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

2013-02-07 Thread Felix Yan
Date: Thursday, February 7, 2013 @ 10:31:01
  Author: fyan
Revision: 83941

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

Added:
  ibus-rime/repos/community-i686/PKGBUILD
(from rev 83940, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-i686/ibus-rime.install
(from rev 83940, ibus-rime/trunk/ibus-rime.install)
  ibus-rime/repos/community-x86_64/PKGBUILD
(from rev 83940, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-x86_64/ibus-rime.install
(from rev 83940, ibus-rime/trunk/ibus-rime.install)
Deleted:
  ibus-rime/repos/community-x86_64/PKGBUILD
  ibus-rime/repos/community-x86_64/ibus-rime.install

+
 community-i686/PKGBUILD|   28 +
 community-i686/ibus-rime.install   |3 +
 community-x86_64/PKGBUILD  |   56 +--
 community-x86_64/ibus-rime.install |6 +--
 4 files changed, 62 insertions(+), 31 deletions(-)

Copied: ibus-rime/repos/community-i686/PKGBUILD (from rev 83940, 
ibus-rime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-07 09:31:01 UTC (rev 83941)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=0.9.8
+pkgrel=1
+pkgdesc=Rime input method engine for ibus
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime=0.9.8' 'brise')
+makedepends=('cmake')
+install='ibus-rime.install'
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('813148d4ddc9b14fe099d12a99befe63')

Copied: ibus-rime/repos/community-i686/ibus-rime.install (from rev 83940, 
ibus-rime/trunk/ibus-rime.install)
===
--- community-i686/ibus-rime.install(rev 0)
+++ community-i686/ibus-rime.install2013-02-07 09:31:01 UTC (rev 83941)
@@ -0,0 +1,3 @@
+pre_upgrade() {
+  rm -f /usr/share/ibus-rime/*.bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-07 09:29:06 UTC (rev 83940)
+++ community-x86_64/PKGBUILD   2013-02-07 09:31:01 UTC (rev 83941)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=ibus-rime
-pkgver=0.9.8
-pkgrel=1
-pkgdesc=Rime input method engine for ibus
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('ibus' 'libnotify' 'librime=0.9.8' 'brise')
-makedepends=('cmake')
-install='ibus-rime.install'
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('813148d4ddc9b14fe099d12a99befe63')

Copied: ibus-rime/repos/community-x86_64/PKGBUILD (from rev 83940, 
ibus-rime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-07 09:31:01 UTC (rev 83941)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=0.9.8
+pkgrel=1
+pkgdesc=Rime input method engine for ibus
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime=0.9.8' 'brise')
+makedepends=('cmake')
+install='ibus-rime.install'
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('813148d4ddc9b14fe099d12a99befe63')

Deleted: community-x86_64/ibus-rime.install
===
--- community-x86_64/ibus-rime.install  2013-02-07 09:29:06 UTC (rev 83940)
+++ community-x86_64/ibus-rime.install  2013-02-07 09:31:01 UTC (rev 83941)
@@ -1,3 +0,0 @@
-pre_upgrade() {
-  rm -f /usr/share/ibus-rime/*.bin
-}

Copied: ibus-rime/repos/community-x86_64/ibus-rime.install (from rev 83940, 
ibus-rime/trunk/ibus-rime.install)
===
--- community-x86_64/ibus-rime.install  (rev 0)
+++ community-x86_64/ibus-rime.install  2013-02-07 09:31:01 UTC (rev 83941)
@@ -0,0 +1,3 @@
+pre_upgrade() {
+  rm -f /usr/share/ibus-rime/*.bin
+}



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

2013-02-07 Thread Felix Yan
Date: Thursday, February 7, 2013 @ 10:33:33
  Author: fyan
Revision: 83942

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

Added:
  ibus-rime/repos/community-i686/PKGBUILD
(from rev 83941, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-i686/ibus-rime.install
(from rev 83941, ibus-rime/trunk/ibus-rime.install)
  ibus-rime/repos/community-x86_64/PKGBUILD
(from rev 83941, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-x86_64/ibus-rime.install
(from rev 83941, ibus-rime/trunk/ibus-rime.install)
Deleted:
  ibus-rime/repos/community-i686/PKGBUILD
  ibus-rime/repos/community-i686/ibus-rime.install
  ibus-rime/repos/community-x86_64/PKGBUILD
  ibus-rime/repos/community-x86_64/ibus-rime.install

+
 community-i686/PKGBUILD|   56 +--
 community-i686/ibus-rime.install   |6 +--
 community-x86_64/PKGBUILD  |   56 +--
 community-x86_64/ibus-rime.install |6 +--
 4 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-07 09:31:01 UTC (rev 83941)
+++ community-i686/PKGBUILD 2013-02-07 09:33:33 UTC (rev 83942)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=ibus-rime
-pkgver=0.9.8
-pkgrel=1
-pkgdesc=Rime input method engine for ibus
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('ibus' 'libnotify' 'librime=0.9.8' 'brise')
-makedepends=('cmake')
-install='ibus-rime.install'
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('813148d4ddc9b14fe099d12a99befe63')

Copied: ibus-rime/repos/community-i686/PKGBUILD (from rev 83941, 
ibus-rime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-07 09:33:33 UTC (rev 83942)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=0.9.8
+pkgrel=1
+pkgdesc=Rime input method engine for ibus
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime=0.9.8' 'brise')
+makedepends=('cmake')
+install='ibus-rime.install'
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('813148d4ddc9b14fe099d12a99befe63')

Deleted: community-i686/ibus-rime.install
===
--- community-i686/ibus-rime.install2013-02-07 09:31:01 UTC (rev 83941)
+++ community-i686/ibus-rime.install2013-02-07 09:33:33 UTC (rev 83942)
@@ -1,3 +0,0 @@
-pre_upgrade() {
-  rm -f /usr/share/ibus-rime/*.bin
-}

Copied: ibus-rime/repos/community-i686/ibus-rime.install (from rev 83941, 
ibus-rime/trunk/ibus-rime.install)
===
--- community-i686/ibus-rime.install(rev 0)
+++ community-i686/ibus-rime.install2013-02-07 09:33:33 UTC (rev 83942)
@@ -0,0 +1,3 @@
+pre_upgrade() {
+  rm -f /usr/share/ibus-rime/*.bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-07 09:31:01 UTC (rev 83941)
+++ community-x86_64/PKGBUILD   2013-02-07 09:33:33 UTC (rev 83942)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=ibus-rime
-pkgver=0.9.8
-pkgrel=1
-pkgdesc=Rime input method engine for ibus
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('ibus' 'libnotify' 'librime=0.9.8' 'brise')
-makedepends=('cmake')
-install='ibus-rime.install'
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('813148d4ddc9b14fe099d12a99befe63')

Copied: ibus-rime/repos/community-x86_64/PKGBUILD (from rev 83941, 
ibus-rime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-07 09:33:33 UTC (rev 83942)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at 

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

2013-02-07 Thread Ionuț Mircea Bîru
Date: Thursday, February 7, 2013 @ 10:52:22
  Author: ioni
Revision: 177561

update to new snapshot
x264 rebuild

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 09:32:23 UTC (rev 177560)
+++ PKGBUILD2013-02-07 09:52:22 UTC (rev 177561)
@@ -4,8 +4,8 @@
 
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
-pkgver=35421
-pkgrel=2
+pkgver=35910
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 
'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
 'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
@@ -14,7 +14,7 @@
 url=http://www.mplayerhq.hu/;
 options=(!buildflags !emptydirs)
 source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz 
mplayer.desktop cdio-includes.patch)
-md5sums=('b5d8c24fc106b4ed58acda3b86c468fa'
+md5sums=('ed8667d2a2041ab90e5c3d4d4b5ca9b2'
  'c0d6ef795cf6de48e3b87ff7c23f0319'
  '7b5be7191aafbea64218dc4916343bbc')
 



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

2013-02-07 Thread Ionuț Mircea Bîru
Date: Thursday, February 7, 2013 @ 10:53:14
  Author: ioni
Revision: 177562

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

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

+
 staging-i686/PKGBUILD  |   76 +++
 staging-i686/cdio-includes.patch   |   43 +++
 staging-i686/mplayer.desktop   |   21 +
 staging-i686/mplayer.install   |   11 +
 staging-x86_64/PKGBUILD|   76 +++
 staging-x86_64/cdio-includes.patch |   43 +++
 staging-x86_64/mplayer.desktop |   21 +
 staging-x86_64/mplayer.install |   11 +
 8 files changed, 302 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 177561, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-07 09:53:14 UTC (rev 177562)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=35910
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 
'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
+'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
+'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass' 'libbluray' 'libcdio-paranoia' 'subversion')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=(!buildflags !emptydirs)
+source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz 
mplayer.desktop cdio-includes.patch)
+md5sums=('ed8667d2a2041ab90e5c3d4d4b5ca9b2'
+ 'c0d6ef795cf6de48e3b87ff7c23f0319'
+ '7b5be7191aafbea64218dc4916343bbc')
+
+build() {
+cd $srcdir/$pkgbase
+patch -Np0 -i ../cdio-includes.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' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
+'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm' 'libbluray' 'libcdio-paranoia')
+
+cd $srcdir/$pkgbase
+
+make DESTDIR=$pkgdir install-mplayer install-mplayer-man
+install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
$pkgdir/etc/mplayer/
+install -dm755 $pkgdir/usr/share/mplayer/
+ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
$pkgdir/usr/share/mplayer/subfont.ttf
+rm -rf $pkgdir/usr/share/mplayer/font
+#desktop file  FS#14770
+install -Dm644 $srcdir/mplayer.desktop 
$pkgdir/usr/share/applications/mplayer.desktop
+install -Dm644 etc/mplayer256x256.png 
$pkgdir/usr/share/pixmaps/mplayer.png
+}
+
+package_mencoder() {
+pkgdesc=Free command line video decoding, encoding and filtering tool
+depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 

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

2013-02-07 Thread Evangelos Foutras
Date: Thursday, February 7, 2013 @ 11:39:14
  Author: foutrelis
Revision: 83943

upgpkg: mplayer-vaapi 35107-5

x264 rebuild.

Modified:
  mplayer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 09:33:33 UTC (rev 83942)
+++ PKGBUILD2013-02-07 10:39:14 UTC (rev 83943)
@@ -5,7 +5,7 @@
 
 pkgname=mplayer-vaapi
 pkgver=35107
-pkgrel=4
+pkgrel=5
 pkgdesc=A movie player, compiled with vaapi support
 arch=('i686' 'x86_64')
 url=http://gitorious.org/vaapi/mplayer;



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

2013-02-07 Thread Evangelos Foutras
Date: Thursday, February 7, 2013 @ 11:39:32
  Author: foutrelis
Revision: 83944

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

Added:
  mplayer-vaapi/repos/community-staging-i686/
  mplayer-vaapi/repos/community-staging-i686/PKGBUILD
(from rev 83943, mplayer-vaapi/trunk/PKGBUILD)
  mplayer-vaapi/repos/community-staging-i686/cdio-includes.patch
(from rev 83943, mplayer-vaapi/trunk/cdio-includes.patch)
  mplayer-vaapi/repos/community-staging-i686/mplayer-vaapi.install
(from rev 83943, mplayer-vaapi/trunk/mplayer-vaapi.install)
  mplayer-vaapi/repos/community-staging-i686/tweak-desktop-file.patch
(from rev 83943, mplayer-vaapi/trunk/tweak-desktop-file.patch)
  mplayer-vaapi/repos/community-staging-x86_64/
  mplayer-vaapi/repos/community-staging-x86_64/PKGBUILD
(from rev 83943, mplayer-vaapi/trunk/PKGBUILD)
  mplayer-vaapi/repos/community-staging-x86_64/cdio-includes.patch
(from rev 83943, mplayer-vaapi/trunk/cdio-includes.patch)
  mplayer-vaapi/repos/community-staging-x86_64/mplayer-vaapi.install
(from rev 83943, mplayer-vaapi/trunk/mplayer-vaapi.install)
  mplayer-vaapi/repos/community-staging-x86_64/tweak-desktop-file.patch
(from rev 83943, mplayer-vaapi/trunk/tweak-desktop-file.patch)

---+
 community-staging-i686/PKGBUILD   |   77 
 community-staging-i686/cdio-includes.patch|   43 +++
 community-staging-i686/mplayer-vaapi.install  |   11 ++
 community-staging-i686/tweak-desktop-file.patch   |   14 +++
 community-staging-x86_64/PKGBUILD |   77 
 community-staging-x86_64/cdio-includes.patch  |   43 +++
 community-staging-x86_64/mplayer-vaapi.install|   11 ++
 community-staging-x86_64/tweak-desktop-file.patch |   14 +++
 8 files changed, 290 insertions(+)

Copied: mplayer-vaapi/repos/community-staging-i686/PKGBUILD (from rev 83943, 
mplayer-vaapi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 10:39:32 UTC (rev 83944)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=mplayer-vaapi
+pkgver=35107
+pkgrel=5
+pkgdesc=A movie player, compiled with vaapi support
+arch=('i686' 'x86_64')
+url=http://gitorious.org/vaapi/mplayer;
+license=('GPL')
+depends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libcdio-paranoia' 'libxinerama'
+ 'lame' 'fontconfig' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'glu'
+ 'sdl' 'smbclient' 'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2'
+ 'lirc-utils' 'ttf-dejavu' 'libxvmc' 'enca' 'opencore-amr' 'libdca'
+ 'a52dec' 'schroedinger' 'mpg123' 'libvpx' 'libpulse' 'fribidi'
+ 'libbluray' 'libva' 'libass' 'desktop-file-utils')
+makedepends=('unzip' 'live-media' 'yasm' 'ladspa' 'git' 'mesa')
+provides=(mplayer=$pkgver)
+conflicts=('mplayer')
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+source=(http://pkgbuild.com/~foutrelis/mplayer-vaapi-$pkgver.tar.xz
+cdio-includes.patch
+tweak-desktop-file.patch)
+options=('!buildflags' '!emptydirs')
+install=mplayer-vaapi.install
+sha256sums=('a6c645625cc2cd6ca48764db302c926049f831e757857ece351b37b674e05e56'
+'72e6c654f9733953ad2466d0ea1a52f23e753791d8232d90f13293eb1b358720'
+'5a09fb462729a4e573568f9e8c1f57dbe7f69c0b68cfa4f6d70b3e52c450d93b')
+
+build() {
+  cd $srcdir/mplayer-vaapi-$pkgver
+
+  patch -Np0 -i $srcdir/cdio-includes.patch
+  patch -d etc -Np0 -i $srcdir/tweak-desktop-file.patch
+
+  ./configure \
+--prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-cdparanoia \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--enable-xvmc \
+--enable-radio \
+--enable-radio-capture \
+--disable-vdpau \
+--enable-vaapi \
+--language=all \
+--confdir=/etc/mplayer
+
+  [[ $CARCH == i686 ]]  sed -i 's|-march=i486|-march=i686|g' config.mak
+
+  make
+}
+
+package() {
+  cd $srcdir/mplayer-vaapi-$pkgver
+
+  make DESTDIR=$pkgdir install-mplayer install-mplayer-man
+  install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
$pkgdir/etc/mplayer/
+  install -Dm644 etc/mplayer.desktop 
$pkgdir/usr/share/applications/mplayer.desktop
+  install -d $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
+  install -Dm644 etc/mplayer256x256.png $pkgdir/usr/share/pixmaps/mplayer.png
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 

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

2013-02-07 Thread Evangelos Foutras
Date: Thursday, February 7, 2013 @ 11:54:52
  Author: foutrelis
Revision: 177563

upgpkg: chromium 24.0.1312.69-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 09:53:14 UTC (rev 177562)
+++ PKGBUILD2013-02-07 10:54:52 UTC (rev 177563)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=24.0.1312.68
+pkgver=24.0.1312.69
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
 chromium-ppapi-r0.patch
 chromium-no-pnacl-r0.patch)
-sha256sums=('f97e4064cca3f99365d6c3efbf446b7b89cd46e4c5d5cf50f8748b36233a71d8'
+sha256sums=('7959f49e1cdf46203c1930a9ff7c2b4ed470e55aa5ef00cce4de8ae3e78476db'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'



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

2013-02-07 Thread Alexandre Filgueira
Date: Thursday, February 7, 2013 @ 11:56:46
  Author: faidoc
Revision: 83945

fixed cinnamon dependencies and removed fix cursor theme patch

Modified:
  cinnamon/trunk/PKGBUILD
  cinnamon/trunk/cinnamon.install

--+
 PKGBUILD |   27 +--
 cinnamon.install |   26 +-
 2 files changed, 22 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 10:39:32 UTC (rev 83944)
+++ PKGBUILD2013-02-07 10:56:46 UTC (rev 83945)
@@ -5,29 +5,33 @@
 
 pkgname=cinnamon
 pkgver=1.6.7
-pkgrel=5
+pkgrel=6
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
 license=('GPL2')
-depends=('caribou' 'gjs' 'gnome-bluetooth' 'gnome-control-center' 
'gnome-panel' 'gnome-session'
- 'gnome-settings-daemon' 'gnome-themes-standard' 'gstreamer0.10' 
'libgnomekbd' 'muffin'
- 'notification-daemon' 'python2-gconf' 'python2-imaging' 
'python2-lxml' 'python2-dbus' 'gksu')
+depends=('accountsservice' 'caribou' 'gjs' 'gnome-bluetooth' 'gnome-icon-theme'
+ 'gnome-menus' 'gnome-settings-daemon' 'gnome-session' 
'gnome-themes-standard'
+ 'gstreamer0.10' 'libgnomekbd' 'networkmanager' 'muffin' 'python2-dbus'
+ 'python2-gconf' 'python2-imaging' 'python2-lxml')
 makedepends=('gnome-common' 'intltool')
-optdepends=('nautilus: the official Gnome file manager')
+optdepends=('gnome-control-center: open settings from various applets'
+'gnome-screensaver: lock screen'
+'nautilus: the official Gnome file manager')
 options=('!libtool' '!emptydirs')
 install=${pkgname}.install
 
source=($pkgname.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver;
 cinnamon-screensaver.desktop
 cinnamon2d-screensaver.desktop
-fix-cursor-change.patch
 gnome-autogen.sh)
+md5sums=('ea73c6367d43d82c61f977477bf0c08c'
+ 'd55c079cdc8bec606f510f87b2a6f776'
+ '5c6af851ab1cf7e9219f11d86353196a'
+ 'a925691c9b57a6a884dcf07da057fd1f')
 
 build() {
   cd ${srcdir}/linuxmint-Cinnamon*
 
-  patch -Np1 -i ${srcdir}/fix-cursor-change.patch
-
   cp ${srcdir}/gnome-autogen.sh .
   sed -i 's/\ --warn-all\ --warn-error//' src/Makefile.am
   sed -i 's/gnome-autogen.sh/.\/gnome-autogen.sh/g' autogen.sh
@@ -51,7 +55,6 @@
   
   # Python2 fix
   sed -i 's/bin\/python/bin\/python2/g' \
-${pkgdir}/usr/bin/$pkgname-extension-tool \
 ${pkgdir}/usr/bin/$pkgname-launcher \
 ${pkgdir}/usr/bin/$pkgname-menu-editor \
 ${pkgdir}/usr/bin/$pkgname-settings \
@@ -65,8 +68,4 @@
   cp $srcdir/cinnamon*-screensaver.desktop $pkgdir/etc/xdg/autostart
 }
 
-md5sums=('ea73c6367d43d82c61f977477bf0c08c'
- 'd55c079cdc8bec606f510f87b2a6f776'
- '5c6af851ab1cf7e9219f11d86353196a'
- '8d7a93a1eb0f1d44e4869abd342ed22a'
- 'a925691c9b57a6a884dcf07da057fd1f')
+

Modified: cinnamon.install
===
--- cinnamon.install2013-02-07 10:39:32 UTC (rev 83944)
+++ cinnamon.install2013-02-07 10:56:46 UTC (rev 83945)
@@ -1,19 +1,19 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
-  
-  if [[ ! -f '/usr/lib/libgnome-desktop-3.so.2' ]];then
-
-if [[ $(uname -m) == 'i686' ]];then
-   ln -s /usr/lib/libgnome-desktop-3.so /usr/lib/libgnome-desktop-3.so.2
-fi
-
-  fi
 }
 
 pre_upgrade() {
   if [ -f /usr/share/gconf/schemas/cinnamon.schemas ]; then
 gconfpkg --uninstall cinnamon
   fi
+
+  if [ $(vercmp 1.6.7-6 $2) -eq 1 ]; then
+if [[ -h '/usr/lib/libgnome-desktop-3.so.2' ]]; then
+  if [[ $(uname -m) == 'i686' ]]; then
+unlink /usr/lib/libgnome-desktop-3.so.2
+  fi
+fi
+  fi
 }
 
 post_upgrade() {
@@ -25,13 +25,5 @@
 }
 
 post_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-
-  if [[ ! -f '/usr/lib/libgnome-desktop-3.so.2' ]];then
-
-if [[ $(uname -m) == 'i686' ]];then
-   unlink /usr/lib/libgnome-desktop-3.so.2
-fi
-
-  fi
+  post_install
 }



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

2013-02-07 Thread Alexander Rødseth
Date: Thursday, February 7, 2013 @ 12:19:14
  Author: arodseth
Revision: 83946

No longer support for Python, see FS#33641

Modified:
  netbeans/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 10:56:46 UTC (rev 83945)
+++ PKGBUILD2013-02-07 11:19:14 UTC (rev 83946)
@@ -6,8 +6,8 @@
 pkgname=netbeans
 pkgver=7.2.1
 _subpkgver=201210100934
-pkgrel=2
-pkgdesc='IDE for Java, PHP, Groovy, C, C++ and Python'
+pkgrel=3
+pkgdesc='IDE for Java, PHP, Groovy, C and C++'
 arch=('any')
 url='http://netbeans.org/'
 license=('CDDL')
@@ -15,7 +15,6 @@
 makedepends=('gendesk=0.4.2')
 optdepends=('php: for developing programs in php'
 'groovy: for developing programs in groovy'
-'python: for developing programs in python'
 'lib32-glibc')
 install=$pkgname.install
 options=(!strip)
@@ -23,21 +22,21 @@
 sha256sums=('2c798e8ebc5b9f6a73bfe06b5d7d6ce190343c7121f5cd60e98efb23044fb28f')
 
 build() {
-  cd $srcdir
+  cd $srcdir
 
   gendesk -n
 }
 
 package() {
-  cd $srcdir/$pkgname
+  cd $srcdir/$pkgname
 
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/applications
-  cp -r ../$pkgname $pkgdir/usr/share
-  install -Dm644 ../$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 nb/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  ln -s /usr/share/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/applications
+  cp -r ../$pkgname $pkgdir/usr/share
+  install -Dm644 ../$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 nb/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+  ln -s /usr/share/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in netbeans/repos/community-any (4 files)

2013-02-07 Thread Alexander Rødseth
Date: Thursday, February 7, 2013 @ 12:19:23
  Author: arodseth
Revision: 83947

archrelease: copy trunk to community-any

Added:
  netbeans/repos/community-any/PKGBUILD
(from rev 83946, netbeans/trunk/PKGBUILD)
  netbeans/repos/community-any/netbeans.install
(from rev 83946, netbeans/trunk/netbeans.install)
Deleted:
  netbeans/repos/community-any/PKGBUILD
  netbeans/repos/community-any/netbeans.install

--+
 PKGBUILD |   85 ++---
 netbeans.install |   26 
 2 files changed, 55 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 11:19:14 UTC (rev 83946)
+++ PKGBUILD2013-02-07 11:19:23 UTC (rev 83947)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Timm Preetz t...@preetz.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=netbeans
-pkgver=7.2.1
-_subpkgver=201210100934
-pkgrel=2
-pkgdesc='IDE for Java, PHP, Groovy, C, C++ and Python'
-arch=('any')
-url='http://netbeans.org/'
-license=('CDDL')
-depends=('java-environment' 'ttf-bitstream-vera' 'libxtst' 'giflib')
-makedepends=('gendesk=0.4.2')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'python: for developing programs in python'
-'lib32-glibc')
-install=$pkgname.install
-options=(!strip)
-source=(http://download.netbeans.org/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subpkgver-ml.zip;)
-sha256sums=('2c798e8ebc5b9f6a73bfe06b5d7d6ce190343c7121f5cd60e98efb23044fb28f')
-
-build() {
-  cd $srcdir
-
-  gendesk -n
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/applications
-  cp -r ../$pkgname $pkgdir/usr/share
-  install -Dm644 ../$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 nb/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  ln -s /usr/share/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netbeans/repos/community-any/PKGBUILD (from rev 83946, 
netbeans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-07 11:19:23 UTC (rev 83947)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=netbeans
+pkgver=7.2.1
+_subpkgver=201210100934
+pkgrel=3
+pkgdesc='IDE for Java, PHP, Groovy, C and C++'
+arch=('any')
+url='http://netbeans.org/'
+license=('CDDL')
+depends=('java-environment' 'ttf-bitstream-vera' 'libxtst' 'giflib')
+makedepends=('gendesk=0.4.2')
+optdepends=('php: for developing programs in php'
+'groovy: for developing programs in groovy'
+'lib32-glibc')
+install=$pkgname.install
+options=(!strip)
+source=(http://download.netbeans.org/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subpkgver-ml.zip;)
+sha256sums=('2c798e8ebc5b9f6a73bfe06b5d7d6ce190343c7121f5cd60e98efb23044fb28f')
+
+build() {
+  cd $srcdir
+
+  gendesk -n
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/applications
+  cp -r ../$pkgname $pkgdir/usr/share
+  install -Dm644 ../$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 nb/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+  ln -s /usr/share/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: netbeans.install
===
--- netbeans.install2013-02-07 11:19:14 UTC (rev 83946)
+++ netbeans.install2013-02-07 11:19:23 UTC (rev 83947)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database /dev/null 21
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netbeans/repos/community-any/netbeans.install (from rev 83946, 
netbeans/trunk/netbeans.install)
===
--- netbeans.install(rev 0)
+++ netbeans.install2013-02-07 11:19:23 UTC (rev 83947)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database /dev/null 21
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-02-07 Thread Gaetan Bisson
Date: Thursday, February 7, 2013 @ 12:44:22
  Author: bisson
Revision: 177564

rebuild for ffmpeg-1:1.1-1

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 10:54:52 UTC (rev 177563)
+++ PKGBUILD2013-02-07 11:44:22 UTC (rev 177564)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
 license=('custom:BSD' 'GPL')



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

2013-02-07 Thread Gaetan Bisson
Date: Thursday, February 7, 2013 @ 12:45:01
  Author: bisson
Revision: 177565

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

Added:
  audacious-plugins/repos/staging-i686/
  audacious-plugins/repos/staging-i686/PKGBUILD
(from rev 177564, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/staging-x86_64/
  audacious-plugins/repos/staging-x86_64/PKGBUILD
(from rev 177564, audacious-plugins/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   64 ++
 staging-x86_64/PKGBUILD |   64 ++
 2 files changed, 128 insertions(+)

Copied: audacious-plugins/repos/staging-i686/PKGBUILD (from rev 177564, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-07 11:45:01 UTC (rev 177565)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=audacious-plugins
+pkgver=3.3.4
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('custom:BSD' 'GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' '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-paranoia: 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=('6493f051417a201fc0e2de7ef36a709676f96607')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --enable-amidiplug \
+   --disable-adplug \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: audacious-plugins/repos/staging-x86_64/PKGBUILD (from rev 177564, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-07 11:45:01 UTC (rev 177565)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=audacious-plugins
+pkgver=3.3.4
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('custom:BSD' 'GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' '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-paranoia: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: 

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

2013-02-07 Thread Gaetan Bisson
Date: Thursday, February 7, 2013 @ 12:47:17
  Author: bisson
Revision: 177566

rebuild for ffmpeg-1:1.1-1

Modified:
  chromaprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 11:45:01 UTC (rev 177565)
+++ PKGBUILD2013-02-07 11:47:17 UTC (rev 177566)
@@ -4,7 +4,7 @@
 
 pkgname=chromaprint
 pkgver=0.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
 url='http://acoustid.org/chromaprint/'
 arch=('i686' 'x86_64')



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

2013-02-07 Thread Gaetan Bisson
Date: Thursday, February 7, 2013 @ 12:48:01
  Author: bisson
Revision: 177567

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

Added:
  chromaprint/repos/staging-i686/
  chromaprint/repos/staging-i686/PKGBUILD
(from rev 177566, chromaprint/trunk/PKGBUILD)
  chromaprint/repos/staging-x86_64/
  chromaprint/repos/staging-x86_64/PKGBUILD
(from rev 177566, chromaprint/trunk/PKGBUILD)

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

Copied: chromaprint/repos/staging-i686/PKGBUILD (from rev 177566, 
chromaprint/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-07 11:48:01 UTC (rev 177567)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Wieland Hoffmann the_mi...@web.de
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=chromaprint
+pkgver=0.7
+pkgrel=3
+pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
+url='http://acoustid.org/chromaprint/'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake')
+source=(https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_EXAMPLES=ON \
+   .
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: chromaprint/repos/staging-x86_64/PKGBUILD (from rev 177566, 
chromaprint/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-07 11:48:01 UTC (rev 177567)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Wieland Hoffmann the_mi...@web.de
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=chromaprint
+pkgver=0.7
+pkgrel=3
+pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
+url='http://acoustid.org/chromaprint/'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake')
+source=(https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_EXAMPLES=ON \
+   .
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2013-02-07 Thread Gaetan Bisson
Date: Thursday, February 7, 2013 @ 12:51:15
  Author: bisson
Revision: 177568

rebuild for ffmpeg-1:1.1-1

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 11:48:01 UTC (rev 177567)
+++ PKGBUILD2013-02-07 11:51:15 UTC (rev 177568)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.17.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
 license=('GPL')



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

2013-02-07 Thread Gaetan Bisson
Date: Thursday, February 7, 2013 @ 12:52:01
  Author: bisson
Revision: 177569

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

Added:
  mpd/repos/staging-i686/
  mpd/repos/staging-i686/PKGBUILD
(from rev 177568, mpd/trunk/PKGBUILD)
  mpd/repos/staging-i686/install
(from rev 177568, mpd/trunk/install)
  mpd/repos/staging-i686/rc.d
(from rev 177568, mpd/trunk/rc.d)
  mpd/repos/staging-i686/tmpfiles.d
(from rev 177568, mpd/trunk/tmpfiles.d)
  mpd/repos/staging-x86_64/
  mpd/repos/staging-x86_64/PKGBUILD
(from rev 177568, mpd/trunk/PKGBUILD)
  mpd/repos/staging-x86_64/install
(from rev 177568, mpd/trunk/install)
  mpd/repos/staging-x86_64/rc.d
(from rev 177568, mpd/trunk/rc.d)
  mpd/repos/staging-x86_64/tmpfiles.d
(from rev 177568, mpd/trunk/tmpfiles.d)

---+
 staging-i686/PKGBUILD |   61 
 staging-i686/install  |   11 +++
 staging-i686/rc.d |   25 ++
 staging-i686/tmpfiles.d   |1 
 staging-x86_64/PKGBUILD   |   61 
 staging-x86_64/install|   11 +++
 staging-x86_64/rc.d   |   25 ++
 staging-x86_64/tmpfiles.d |1 
 8 files changed, 196 insertions(+)

Copied: mpd/repos/staging-i686/PKGBUILD (from rev 177568, mpd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-07 11:52:01 UTC (rev 177569)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17.3
+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' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
+'tmpfiles.d'
+'rc.d') 
+sha1sums=('f684d73a7517371a4461afdb2439f9533b51a49d'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '3470d489565f0ed479f1665dd2876f66acb5a585')
+
+backup=('etc/mpd.conf')
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-jack \
+   --enable-lastfm \
+   --enable-soundcloud \
+   --enable-pulse \
+   --disable-sidplay \
+   --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/staging-i686/install (from rev 177568, mpd/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-02-07 11:52:01 UTC (rev 177569)
@@ -0,0 +1,11 @@
+post_install() {
+   getent group mpd /dev/null || groupadd -r -g 45 mpd /dev/null
+   getent passwd mpd /dev/null || useradd -r -u 45 -g mpd -d 
/var/lib/mpd -s /bin/false -G audio mpd /dev/null
+   usr/bin/systemd-tmpfiles --create mpd.conf || true
+}
+
+post_remove() {
+   getent passwd mpd /dev/null  userdel mpd /dev/null
+   getent group mpd /dev/null  groupdel mpd /dev/null
+   true
+}

Copied: mpd/repos/staging-i686/rc.d (from rev 177568, mpd/trunk/rc.d)
===
--- staging-i686/rc.d   (rev 0)
+++ staging-i686/rc.d   2013-02-07 11:52:01 UTC (rev 177569)
@@ -0,0 +1,25 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+   start)
+   stat_busy 'Starting Music Player Daemon'
+   /usr/bin/mpd /etc/mpd.conf  /dev/null 
+   { add_daemon mpd; stat_done; } || stat_fail
+   ;;
+   stop)
+

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

2013-02-07 Thread Evangelos Foutras
Date: Thursday, February 7, 2013 @ 13:01:58
  Author: foutrelis
Revision: 177570

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 177569, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 177569, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  chromium/repos/extra-i686/chromium-no-pnacl-r0.patch
(from rev 177569, chromium/trunk/chromium-no-pnacl-r0.patch)
  chromium/repos/extra-i686/chromium-ppapi-r0.patch
(from rev 177569, chromium/trunk/chromium-ppapi-r0.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 177569, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 177569, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 177569, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 177569, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 177569, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 177569, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  chromium/repos/extra-x86_64/chromium-no-pnacl-r0.patch
(from rev 177569, chromium/trunk/chromium-no-pnacl-r0.patch)
  chromium/repos/extra-x86_64/chromium-ppapi-r0.patch
(from rev 177569, chromium/trunk/chromium-ppapi-r0.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 177569, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 177569, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 177569, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 177569, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
  chromium/repos/extra-i686/chromium-no-pnacl-r0.patch
  chromium/repos/extra-i686/chromium-ppapi-r0.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
  chromium/repos/extra-x86_64/chromium-no-pnacl-r0.patch
  chromium/repos/extra-x86_64/chromium-ppapi-r0.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

--+
 extra-i686/PKGBUILD  |  298 
+-
 extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch   |   70 +-
 extra-i686/chromium-no-pnacl-r0.patch|   40 -
 extra-i686/chromium-ppapi-r0.patch   |   22 
 extra-i686/chromium.default  |8 
 extra-i686/chromium.desktop  |  226 +++
 extra-i686/chromium.install  |   24 
 extra-i686/chromium.sh   |   32 -
 extra-x86_64/PKGBUILD|  298 
+-
 extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch |   70 +-
 extra-x86_64/chromium-no-pnacl-r0.patch  |   40 -
 extra-x86_64/chromium-ppapi-r0.patch |   22 
 extra-x86_64/chromium.default|8 
 extra-x86_64/chromium.desktop|  226 +++
 extra-x86_64/chromium.install|   24 
 extra-x86_64/chromium.sh |   32 -
 16 files changed, 720 insertions(+), 720 deletions(-)

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


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

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 13:42:01
  Author: spupykin
Revision: 83948

upgpkg: ffmpeg-compat 20120509-3

upd

Modified:
  ffmpeg-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 11:19:23 UTC (rev 83947)
+++ PKGBUILD2013-02-07 12:42:01 UTC (rev 83948)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg-compat
 pkgver=20120509
-pkgrel=2
+pkgrel=3
 pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
 arch=('i686' 'x86_64')
 url=http://ffmpeg.org/;



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

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 13:42:21
  Author: spupykin
Revision: 83949

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

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

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

Copied: ffmpeg-compat/repos/community-staging-i686/PKGBUILD (from rev 83948, 
ffmpeg-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 12:42:21 UTC (rev 83949)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg-compat
+pkgver=20120509
+pkgrel=3
+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/ffmpeg-$pkgver.tar.xz)
+md5sums=('a35359e424608f369d380f03e4dc9966')
+
+build() {
+  cd ffmpeg
+
+  ./configure \
+--prefix=/usr \
+--incdir=/usr/include/ffmpeg-compat \
+--libdir=/usr/lib/ffmpeg-compat \
+--shlibdir=/usr/lib/ffmpeg-compat \
+--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
+}
+
+package() {
+  cd ffmpeg
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/{bin,share}
+}

Copied: ffmpeg-compat/repos/community-staging-x86_64/PKGBUILD (from rev 83948, 
ffmpeg-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-07 12:42:21 UTC (rev 83949)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg-compat
+pkgver=20120509
+pkgrel=3
+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/ffmpeg-$pkgver.tar.xz)
+md5sums=('a35359e424608f369d380f03e4dc9966')
+
+build() {
+  cd ffmpeg
+
+  ./configure \
+--prefix=/usr \
+--incdir=/usr/include/ffmpeg-compat \
+--libdir=/usr/lib/ffmpeg-compat \
+--shlibdir=/usr/lib/ffmpeg-compat \
+--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
+}
+
+package() {
+  cd ffmpeg
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/{bin,share}
+}



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

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 13:42:28
  Author: spupykin
Revision: 83950

upgpkg: freerdp 1.0.2-2

upd

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 12:42:21 UTC (rev 83949)
+++ PKGBUILD2013-02-07 12:42:28 UTC (rev 83950)
@@ -4,7 +4,7 @@
 
 pkgname=freerdp
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Free RDP client
 arch=('i686' 'x86_64')
 url=http://freerdp.sourceforge.net;



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

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 13:42:41
  Author: spupykin
Revision: 83951

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

Added:
  freerdp/repos/community-staging-i686/
  freerdp/repos/community-staging-i686/PKGBUILD
(from rev 83950, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-staging-i686/freerdp.changelog
(from rev 83950, freerdp/trunk/freerdp.changelog)
  freerdp/repos/community-staging-x86_64/
  freerdp/repos/community-staging-x86_64/PKGBUILD
(from rev 83950, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-staging-x86_64/freerdp.changelog
(from rev 83950, freerdp/trunk/freerdp.changelog)

+
 community-staging-i686/PKGBUILD|   34 +++
 community-staging-i686/freerdp.changelog   |2 +
 community-staging-x86_64/PKGBUILD  |   34 +++
 community-staging-x86_64/freerdp.changelog |2 +
 4 files changed, 72 insertions(+)

Copied: freerdp/repos/community-staging-i686/PKGBUILD (from rev 83950, 
freerdp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 12:42:41 UTC (rev 83951)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stijn Segers francesco dot borromini at gmail dot com
+
+pkgname=freerdp
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=Free RDP client
+arch=('i686' 'x86_64')
+url=http://freerdp.sourceforge.net;
+license=('GPL')
+depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
+'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse')
+makedepends=('krb5' 'cmake' 'damageproto' 'xmlto' 'docbook-xsl')
+conflicts=('freerdp-git')
+changelog=${pkgname}.changelog
+options=('!libtool')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/$pkgver.tar.gz)
+md5sums=('c260051a94caff590def5caa4fcf59d6')
+
+build() {
+  cd $srcdir/FreeRDP-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_PULSEAUDIO=ON \
+   .
+  make
+}
+
+package() {
+  cd $srcdir/FreeRDP-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: freerdp/repos/community-staging-i686/freerdp.changelog (from rev 83950, 
freerdp/trunk/freerdp.changelog)
===
--- community-staging-i686/freerdp.changelog(rev 0)
+++ community-staging-i686/freerdp.changelog2013-02-07 12:42:41 UTC (rev 
83951)
@@ -0,0 +1,2 @@
+0.7.1-1 to 0.7.1-2
+* Added x86_64 to supported architectures (tested by figue).

Copied: freerdp/repos/community-staging-x86_64/PKGBUILD (from rev 83950, 
freerdp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-07 12:42:41 UTC (rev 83951)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stijn Segers francesco dot borromini at gmail dot com
+
+pkgname=freerdp
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=Free RDP client
+arch=('i686' 'x86_64')
+url=http://freerdp.sourceforge.net;
+license=('GPL')
+depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
+'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse')
+makedepends=('krb5' 'cmake' 'damageproto' 'xmlto' 'docbook-xsl')
+conflicts=('freerdp-git')
+changelog=${pkgname}.changelog
+options=('!libtool')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/$pkgver.tar.gz)
+md5sums=('c260051a94caff590def5caa4fcf59d6')
+
+build() {
+  cd $srcdir/FreeRDP-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_PULSEAUDIO=ON \
+   .
+  make
+}
+
+package() {
+  cd $srcdir/FreeRDP-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: freerdp/repos/community-staging-x86_64/freerdp.changelog (from rev 
83950, freerdp/trunk/freerdp.changelog)
===
--- community-staging-x86_64/freerdp.changelog  (rev 0)
+++ community-staging-x86_64/freerdp.changelog  2013-02-07 12:42:41 UTC (rev 
83951)
@@ -0,0 +1,2 @@
+0.7.1-1 to 0.7.1-2
+* Added x86_64 to supported architectures (tested by figue).



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

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 13:42:46
  Author: spupykin
Revision: 83952

upgpkg: minidlna 1.0.25-5

upd

Modified:
  minidlna/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 12:42:41 UTC (rev 83951)
+++ PKGBUILD2013-02-07 12:42:46 UTC (rev 83952)
@@ -7,7 +7,7 @@
 
 pkgname=minidlna
 pkgver=1.0.25
-pkgrel=4
+pkgrel=5
 pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/minidlna/;



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

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 13:43:13
  Author: spupykin
Revision: 83953

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

Added:
  minidlna/repos/community-staging-i686/
  minidlna/repos/community-staging-i686/PKGBUILD
(from rev 83952, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-staging-i686/changelog
(from rev 83952, minidlna/trunk/changelog)
  minidlna/repos/community-staging-i686/minidlna.install
(from rev 83952, minidlna/trunk/minidlna.install)
  minidlna/repos/community-staging-i686/minidlna.rc
(from rev 83952, minidlna/trunk/minidlna.rc)
  minidlna/repos/community-staging-i686/minidlna.service
(from rev 83952, minidlna/trunk/minidlna.service)
  minidlna/repos/community-staging-i686/minidlna.tmpfiles
(from rev 83952, minidlna/trunk/minidlna.tmpfiles)
  minidlna/repos/community-staging-x86_64/
  minidlna/repos/community-staging-x86_64/PKGBUILD
(from rev 83952, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-staging-x86_64/changelog
(from rev 83952, minidlna/trunk/changelog)
  minidlna/repos/community-staging-x86_64/minidlna.install
(from rev 83952, minidlna/trunk/minidlna.install)
  minidlna/repos/community-staging-x86_64/minidlna.rc
(from rev 83952, minidlna/trunk/minidlna.rc)
  minidlna/repos/community-staging-x86_64/minidlna.service
(from rev 83952, minidlna/trunk/minidlna.service)
  minidlna/repos/community-staging-x86_64/minidlna.tmpfiles
(from rev 83952, minidlna/trunk/minidlna.tmpfiles)

+
 community-staging-i686/PKGBUILD|   49 +
 community-staging-i686/changelog   |4 +
 community-staging-i686/minidlna.install|7 ++
 community-staging-i686/minidlna.rc |   76 +++
 community-staging-i686/minidlna.service|   12 
 community-staging-i686/minidlna.tmpfiles   |5 +
 community-staging-x86_64/PKGBUILD  |   49 +
 community-staging-x86_64/changelog |4 +
 community-staging-x86_64/minidlna.install  |7 ++
 community-staging-x86_64/minidlna.rc   |   76 +++
 community-staging-x86_64/minidlna.service  |   12 
 community-staging-x86_64/minidlna.tmpfiles |5 +
 12 files changed, 306 insertions(+)

Copied: minidlna/repos/community-staging-i686/PKGBUILD (from rev 83952, 
minidlna/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 12:43:13 UTC (rev 83953)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:Biginoz  biginoz AT free point fr
+# Contributor: Ignacio Galmarino igalmar...@gmail.com
+# Contributor: Matthias Sobczyk matthias.sobc...@googlemail.com
+# Contributor: Kamil Kaminski k...@kkaminsk.com
+
+pkgname=minidlna
+pkgver=1.0.25
+pkgrel=5
+pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/minidlna/;
+license=('GPL')
+depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
+backup=('etc/minidlna.conf'
+   'etc/conf.d/minidlna')
+install=minidlna.install
+changelog=changelog
+source=(http://downloads.sourceforge.net/minidlna/minidlna_${pkgver}_src.tar.gz
+   minidlna.rc
+   minidlna.service
+   minidlna.tmpfiles)
+md5sums=('d966256baf2f9b068b9de871ab5dade5'
+ '1b92f88905abe8f719585d48f4b25a49'
+ '1903ed9ceee43b8bb86146b9ad8eb50c'
+ '26de27b12d6a37c47d9714107d07aac9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|DB_PATH=.*|DB_PATH=/var/cache/minidlna|' genconfig.sh
+  find -type f -name '*.c' -exec sed -i '1,1i#include /usr/include/time.h' 
{} \;
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  DESTDIR=$pkgdir make install
+  install -Dm644 minidlna.conf ${pkgdir}/etc/minidlna.conf
+
+  install -Dm755 ${srcdir}/minidlna.rc ${pkgdir}/etc/rc.d/minidlna
+  mkdir -p $pkgdir/etc/conf.d
+  echo 'MINIDLNA_USER=nobody' $pkgdir/etc/conf.d/minidlna
+  echo 'MINIDLNA_OPTS=' $pkgdir/etc/conf.d/minidlna
+
+  # systemd files
+  install -Dm0644 $srcdir/minidlna.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/minidlna.conf
+  install -Dm0644 $srcdir/minidlna.service 
$pkgdir/usr/lib/systemd/system/minidlna.service
+}

Copied: minidlna/repos/community-staging-i686/changelog (from rev 83952, 
minidlna/trunk/changelog)
===
--- community-staging-i686/changelog(rev 0)
+++ community-staging-i686/changelog2013-02-07 12:43:13 UTC (rev 83953)
@@ -0,0 +1,4 @@
+2011-08-29 Sergej Pupykin ser...@p5n.pp.ru
+
+   * 1.0.22-3 :
+   add user configuration to /etc/conf.d/minidlna

Copied: minidlna/repos/community-staging-i686/minidlna.install (from rev 83952, 
minidlna/trunk/minidlna.install)

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

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 13:43:17
  Author: spupykin
Revision: 83954

upgpkg: mlt 0.8.8-2

upd

Modified:
  mlt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 12:43:13 UTC (rev 83953)
+++ PKGBUILD2013-02-07 12:43:17 UTC (rev 83954)
@@ -8,7 +8,7 @@
 pkgbase=mlt
 pkgname=('mlt' 'mlt-python-bindings')
 pkgver=0.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc=An open source multimedia framework
 arch=('i686' 'x86_64')
 url=http://www.mltframework.org;



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

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 13:43:31
  Author: spupykin
Revision: 83955

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

Added:
  mlt/repos/community-staging-i686/
  mlt/repos/community-staging-i686/PKGBUILD
(from rev 83954, mlt/trunk/PKGBUILD)
  mlt/repos/community-staging-i686/ffmpeg.patch
(from rev 83954, mlt/trunk/ffmpeg.patch)
  mlt/repos/community-staging-x86_64/
  mlt/repos/community-staging-x86_64/PKGBUILD
(from rev 83954, mlt/trunk/PKGBUILD)
  mlt/repos/community-staging-x86_64/ffmpeg.patch
(from rev 83954, mlt/trunk/ffmpeg.patch)

---+
 community-staging-i686/PKGBUILD   |   64 
 community-staging-i686/ffmpeg.patch   |   29 ++
 community-staging-x86_64/PKGBUILD |   64 
 community-staging-x86_64/ffmpeg.patch |   29 ++
 4 files changed, 186 insertions(+)

Copied: mlt/repos/community-staging-i686/PKGBUILD (from rev 83954, 
mlt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 12:43:31 UTC (rev 83955)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Fabian Schoelzel myfirstname.mylastn...@googlemail.com
+# Contributor: funkyou spamop...@nickname.berlin.de
+# Contributor: tardo ta...@nagi-fanboi.net
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgbase=mlt
+pkgname=('mlt' 'mlt-python-bindings')
+pkgver=0.8.8
+pkgrel=2
+pkgdesc=An open source multimedia framework
+arch=('i686' 'x86_64')
+url=http://www.mltframework.org;
+license=('GPL')
+makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 
'ffmpeg'
+'frei0r-plugins' 'swig' 'python2' jack ladspa)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+   ffmpeg.patch)
+md5sums=('06de4052cffd6760c468d7da9557edae'
+ 'c28b4691d1715432d4de0055f4e2f5eb')
+
+build() {
+  # mlt
+  cd $srcdir/mlt-$pkgver
+
+#  patch -p1 $srcdir/ffmpeg.patch
+
+  [ $CARCH == i686 ]  SSE2=--disable-sse2 || SSE2=
+#  SSE2=--disable-sse2
+
+  msg SSE2=$SSE2
+  ./configure --prefix=/usr --enable-gpl --enable-gpl3 \
+   --qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/Qt \
+   --avformat-vdpau \
+   --avformat-swscale $SSE2
+  make
+
+  # mlt python bindings
+  cd $srcdir/mlt-$pkgver/src/swig/python
+  sed -i 's_path=`which python_path=`which python2_' build
+  sed -i 's_`python -c_`python2 -c_' build
+  sed -i 's#python-config#python2-config#' build
+  ./build
+}
+
+package_mlt() {
+  depends=('sdl_image' 'libsamplerate' 'libdv' 'sox' 'libxml2' 'ffmpeg' 
'frei0r-plugins')
+  optdepends=('jack' 'libexif' 'qt' 'gtk2' ladspa)
+  conflicts=('mlt++=0.3.8')
+
+  cd $srcdir/mlt-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+package_mlt-python-bindings() {
+  depends=('python2' 'mlt')
+
+  cd $srcdir/mlt-$pkgver/src/swig/python
+  mkdir -p $pkgdir/usr/lib/python2.7/
+  install -m755 mlt.py $pkgdir/usr/lib/python2.7/
+  install -m755 _mlt.so $pkgdir/usr/lib/python2.7/
+  install -m755 mlt_wrap.o $pkgdir/usr/lib/python2.7/
+}

Copied: mlt/repos/community-staging-i686/ffmpeg.patch (from rev 83954, 
mlt/trunk/ffmpeg.patch)
===
--- community-staging-i686/ffmpeg.patch (rev 0)
+++ community-staging-i686/ffmpeg.patch 2013-02-07 12:43:31 UTC (rev 83955)
@@ -0,0 +1,29 @@
+diff -wbBur mlt-0.8.2/src/modules/avformat/consumer_avformat.c 
mlt-0.8.2.my/src/modules/avformat/consumer_avformat.c
+--- mlt-0.8.2/src/modules/avformat/consumer_avformat.c 2012-08-28 
20:25:58.0 +0400
 mlt-0.8.2.my/src/modules/avformat/consumer_avformat.c  2012-11-06 
16:03:07.269782436 +0400
+@@ -237,11 +237,7 @@
+   mlt_properties_set_data( properties, acodec, codecs, 0, 
(mlt_destructor) mlt_properties_close, NULL );
+   mlt_properties_set_data( doc, audio_codecs, codecs, 0, NULL, 
NULL );
+   while ( ( codec = av_codec_next( codec ) ) )
+-#if LIBAVCODEC_VERSION_INT = ((5416)+(08)+0)
+-  if ( ( codec-encode || codec-encode2 )  codec-type 
== CODEC_TYPE_AUDIO )
+-#else
+-  if ( codec-encode  codec-type == CODEC_TYPE_AUDIO )
+-#endif
++  if ( ( codec-encode2 )  codec-type == 
CODEC_TYPE_AUDIO )
+   {
+   snprintf( key, sizeof(key), %d, 
mlt_properties_count( codecs ) );
+   mlt_properties_set( codecs, key, codec-name );
+@@ -261,11 +257,7 @@
+   mlt_properties_set_data( properties, vcodec, codecs, 0, 
(mlt_destructor) mlt_properties_close, NULL );
+   mlt_properties_set_data( doc, video_codecs, codecs, 0, NULL, 
NULL );
+   

[arch-commits] Commit in oxygen-gtk2/trunk (PKGBUILD fix-regression.patch)

2013-02-07 Thread Andrea Scarpino
Date: Thursday, February 7, 2013 @ 14:44:24
  Author: andrea
Revision: 177571

upgpkg: oxygen-gtk2 1.3.2-2

Fix regression (FS#33669)

Added:
  oxygen-gtk2/trunk/fix-regression.patch
Modified:
  oxygen-gtk2/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 fix-regression.patch |   48 
 2 files changed, 57 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 12:01:58 UTC (rev 177570)
+++ PKGBUILD2013-02-07 13:44:24 UTC (rev 177571)
@@ -4,7 +4,7 @@
 
 pkgname=oxygen-gtk2
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
@@ -13,10 +13,16 @@
 conflicts=('oxygen-gtk')
 replaces=('oxygen-gtk')
 makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('7c4ecfca330102b7ff50e472a62dfc60')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'fix-regression.patch')
+md5sums=('7c4ecfca330102b7ff50e472a62dfc60'
+ 'bced3ab820c3eafbb4e40a279d05bff6')
 
 build() {
+  cd ${pkgname}-${pkgver}/
+  patch -p1 -i ${srcdir}/fix-regression.patch
+  cd ../
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \

Added: fix-regression.patch
===
--- fix-regression.patch(rev 0)
+++ fix-regression.patch2013-02-07 13:44:24 UTC (rev 177571)
@@ -0,0 +1,48 @@
+diff --git a/src/oxygenqtsettings.cpp b/src/oxygenqtsettings.cpp
+index f2ad1af..9965086 100644
+--- a/src/oxygenqtsettings.cpp
 b/src/oxygenqtsettings.cpp
+@@ -102,6 +102,9 @@ namespace Oxygen
+ 
+ const bool forced( flagsForced );
+ 
++// no attempt at initializing if gtk settings is not yet set
++if( !gtk_settings_get_default() ) return false;
++
+ if( _initialized  !forced ) return false;
+ else if( !forced ) _initialized = true;
+ 
+diff --git a/src/oxygenstylewrapper.cpp b/src/oxygenstylewrapper.cpp
+index ff0666b..a2572b0 100644
+--- a/src/oxygenstylewrapper.cpp
 b/src/oxygenstylewrapper.cpp
+@@ -3741,6 +3741,10 @@ namespace Oxygen
+ #endif
+ 
+ // style initialization
++/*
++this is normally achieved in theme_init, but is somehow not working 
with gnome shell
++so that it is redone here, since duplication is avoided when 
initialization is called twice without modifications
++*/
+ Style::instance().initialize();
+ 
+ // hooks
+diff --git a/src/oxygentheme.cpp b/src/oxygentheme.cpp
+index 50b04e2..9bc49e1 100644
+--- a/src/oxygentheme.cpp
 b/src/oxygentheme.cpp
+@@ -52,12 +52,8 @@ void theme_init( GTypeModule* module )
+ Oxygen::RCStyle::registerType( module );
+ Oxygen::StyleWrapper::registerType( module );
+ 
+-// initialize oxygen here, for XUL applications
+-// special care is taken to not initialize everything
+-Oxygen::ApplicationName applicationName;
+-applicationName.initialize();
+-if( applicationName.isXul() )
+-{ Oxygen::Style::instance().initialize( Oxygen::QtSettings::Forced | 
Oxygen::QtSettings::Colors ); }
++// style initialization
++Oxygen::Style::instance().initialize();
+ 
+ }
+ 



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

2013-02-07 Thread Andrea Scarpino
Date: Thursday, February 7, 2013 @ 14:44:31
  Author: andrea
Revision: 177572

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

Added:
  oxygen-gtk2/repos/extra-i686/PKGBUILD
(from rev 177571, oxygen-gtk2/trunk/PKGBUILD)
  oxygen-gtk2/repos/extra-i686/fix-regression.patch
(from rev 177571, oxygen-gtk2/trunk/fix-regression.patch)
  oxygen-gtk2/repos/extra-x86_64/PKGBUILD
(from rev 177571, oxygen-gtk2/trunk/PKGBUILD)
  oxygen-gtk2/repos/extra-x86_64/fix-regression.patch
(from rev 177571, oxygen-gtk2/trunk/fix-regression.patch)
Deleted:
  oxygen-gtk2/repos/extra-i686/PKGBUILD
  oxygen-gtk2/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   68 +++-
 extra-i686/fix-regression.patch   |   48 +
 extra-x86_64/PKGBUILD |   68 +++-
 extra-x86_64/fix-regression.patch |   48 +
 4 files changed, 170 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-07 13:44:24 UTC (rev 177571)
+++ extra-i686/PKGBUILD 2013-02-07 13:44:31 UTC (rev 177572)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: birdflesh antkoul at gmail dot com
-
-pkgname=oxygen-gtk2
-pkgver=1.3.2
-pkgrel=1
-pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
-license=('LGPL')
-depends=('gtk2')
-conflicts=('oxygen-gtk')
-replaces=('oxygen-gtk')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('7c4ecfca330102b7ff50e472a62dfc60')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: oxygen-gtk2/repos/extra-i686/PKGBUILD (from rev 177571, 
oxygen-gtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-07 13:44:31 UTC (rev 177572)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=oxygen-gtk2
+pkgver=1.3.2
+pkgrel=2
+pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
+license=('LGPL')
+depends=('gtk2')
+conflicts=('oxygen-gtk')
+replaces=('oxygen-gtk')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'fix-regression.patch')
+md5sums=('7c4ecfca330102b7ff50e472a62dfc60'
+ 'bced3ab820c3eafbb4e40a279d05bff6')
+
+build() {
+  cd ${pkgname}-${pkgver}/
+  patch -p1 -i ${srcdir}/fix-regression.patch
+  cd ../
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: oxygen-gtk2/repos/extra-i686/fix-regression.patch (from rev 177571, 
oxygen-gtk2/trunk/fix-regression.patch)
===
--- extra-i686/fix-regression.patch (rev 0)
+++ extra-i686/fix-regression.patch 2013-02-07 13:44:31 UTC (rev 177572)
@@ -0,0 +1,48 @@
+diff --git a/src/oxygenqtsettings.cpp b/src/oxygenqtsettings.cpp
+index f2ad1af..9965086 100644
+--- a/src/oxygenqtsettings.cpp
 b/src/oxygenqtsettings.cpp
+@@ -102,6 +102,9 @@ namespace Oxygen
+ 
+ const bool forced( flagsForced );
+ 
++// no attempt at initializing if gtk settings is not yet set
++if( !gtk_settings_get_default() ) return false;
++
+ if( _initialized  !forced ) return false;
+ else if( !forced ) _initialized = true;
+ 
+diff --git a/src/oxygenstylewrapper.cpp b/src/oxygenstylewrapper.cpp
+index ff0666b..a2572b0 100644
+--- a/src/oxygenstylewrapper.cpp
 b/src/oxygenstylewrapper.cpp
+@@ -3741,6 +3741,10 @@ namespace Oxygen
+ #endif
+ 
+ // style initialization
++/*
++this is normally achieved in theme_init, but is somehow not working 
with gnome shell
++so that it is redone here, since duplication is avoided when 
initialization is called twice without modifications
++*/
+ Style::instance().initialize();
+ 
+ // hooks
+diff --git a/src/oxygentheme.cpp b/src/oxygentheme.cpp
+index 50b04e2..9bc49e1 100644
+--- a/src/oxygentheme.cpp
 b/src/oxygentheme.cpp
+@@ -52,12 +52,8 @@ void theme_init( GTypeModule* module )
+ Oxygen::RCStyle::registerType( module );
+ 

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

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 16:32:53
  Author: spupykin
Revision: 83956

upgpkg: motion 3.2.12-8

upd

Modified:
  motion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 12:43:31 UTC (rev 83955)
+++ PKGBUILD2013-02-07 15:32:53 UTC (rev 83956)
@@ -3,7 +3,7 @@
 
 pkgname=motion
 pkgver=3.2.12
-pkgrel=7
+pkgrel=8
 pkgdesc=A software motion detector which grabs images from video4linux 
devices and/or from webcams
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 16:33:26
  Author: spupykin
Revision: 83957

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

Added:
  motion/repos/community-staging-i686/
  motion/repos/community-staging-i686/PKGBUILD
(from rev 83956, motion/trunk/PKGBUILD)
  motion/repos/community-staging-i686/ffmpeg-0.8.patch
(from rev 83956, motion/trunk/ffmpeg-0.8.patch)
  motion/repos/community-staging-i686/ffmpeg-compat.patch
(from rev 83956, motion/trunk/ffmpeg-compat.patch)
  motion/repos/community-staging-i686/linux-headers.patch
(from rev 83956, motion/trunk/linux-headers.patch)
  motion/repos/community-staging-i686/motion.service
(from rev 83956, motion/trunk/motion.service)
  motion/repos/community-staging-i686/motion.tmpfiles
(from rev 83956, motion/trunk/motion.tmpfiles)
  motion/repos/community-staging-i686/rc.motion
(from rev 83956, motion/trunk/rc.motion)
  motion/repos/community-staging-x86_64/
  motion/repos/community-staging-x86_64/PKGBUILD
(from rev 83956, motion/trunk/PKGBUILD)
  motion/repos/community-staging-x86_64/ffmpeg-0.8.patch
(from rev 83956, motion/trunk/ffmpeg-0.8.patch)
  motion/repos/community-staging-x86_64/ffmpeg-compat.patch
(from rev 83956, motion/trunk/ffmpeg-compat.patch)
  motion/repos/community-staging-x86_64/linux-headers.patch
(from rev 83956, motion/trunk/linux-headers.patch)
  motion/repos/community-staging-x86_64/motion.service
(from rev 83956, motion/trunk/motion.service)
  motion/repos/community-staging-x86_64/motion.tmpfiles
(from rev 83956, motion/trunk/motion.tmpfiles)
  motion/repos/community-staging-x86_64/rc.motion
(from rev 83956, motion/trunk/rc.motion)

--+
 community-staging-i686/PKGBUILD  |   51 +++
 community-staging-i686/ffmpeg-0.8.patch  |  112 
 community-staging-i686/ffmpeg-compat.patch   |  172 +
 community-staging-i686/linux-headers.patch   |   35 +
 community-staging-i686/motion.service|   12 +
 community-staging-i686/motion.tmpfiles   |1 
 community-staging-i686/rc.motion |   37 +
 community-staging-x86_64/PKGBUILD|   51 +++
 community-staging-x86_64/ffmpeg-0.8.patch|  112 
 community-staging-x86_64/ffmpeg-compat.patch |  172 +
 community-staging-x86_64/linux-headers.patch |   35 +
 community-staging-x86_64/motion.service  |   12 +
 community-staging-x86_64/motion.tmpfiles |1 
 community-staging-x86_64/rc.motion   |   37 +
 14 files changed, 840 insertions(+)

Copied: motion/repos/community-staging-i686/PKGBUILD (from rev 83956, 
motion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 15:33:26 UTC (rev 83957)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=motion
+pkgver=3.2.12
+pkgrel=8
+pkgdesc=A software motion detector which grabs images from video4linux 
devices and/or from webcams
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome;
+depends=('libjpeg' 'v4l-utils' 'ffmpeg-compat')
+backup=('etc/motion/motion.conf')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+   rc.motion
+   motion.service
+   motion.tmpfiles
+   ffmpeg-0.8.patch
+   linux-headers.patch
+   ffmpeg-compat.patch)
+md5sums=('1ba0065ed50509aaffb171594c689f46'
+ '2e8c53c4980e420f08fdd572c9be'
+ 'b5b589f8f39939b7a1802cbd9dbe2e1a'
+ 'f863f8c025f7f025b2178def8418decd'
+ 'd36687710837d69fbce4608b1345fa34'
+ 'd8c3c4fdded5cfbd729710475559a21d'
+ 'e85c596292aceb425fcf17e5072e2fff')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
+  patch -Np1 -i $srcdir/linux-headers.patch
+  patch -Np1 -i $srcdir/ffmpeg-compat.patch
+  autoreconf
+  ./configure --prefix=/usr \
+--without-pgsql \
+--without-mysql \
+--sysconfdir=/etc/motion \
+--with-ffmpeg
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  mv ${pkgdir}/etc/motion/motion-dist.conf ${pkgdir}/etc/motion/motion.conf
+  install -Dm755 ${srcdir}/rc.motion ${pkgdir}/etc/rc.d/motion
+  install -Dm644 ${srcdir}/motion.service 
${pkgdir}/usr/lib/systemd/system/motion.service
+  install -Dm644 ${srcdir}/motion.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/motion.conf
+}

Copied: motion/repos/community-staging-i686/ffmpeg-0.8.patch (from rev 83956, 
motion/trunk/ffmpeg-0.8.patch)
===
--- community-staging-i686/ffmpeg-0.8.patch 

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

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 16:33:31
  Author: spupykin
Revision: 83958

upgpkg: openscenegraph 3.0.1-8

upd

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 15:33:26 UTC (rev 83957)
+++ PKGBUILD2013-02-07 15:33:31 UTC (rev 83958)
@@ -6,13 +6,13 @@
 
 pkgname=openscenegraph
 pkgver=3.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc=An Open Source, high performance real-time graphics toolkit
 arch=('i686' 'x86_64')
 license=('custom:OSGPL')
 url=http://www.openscenegraph.org;
 depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
-makedepends=('cmake' 'libvncserver' 'qt' 'ffmpeg-compat')
+makedepends=('cmake' 'libvncserver' 'qt' 'ffmpeg-compat' 'mesa')
 optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt')
 conflicts=('openthreads')
 provides=('openthreads')



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

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 16:33:44
  Author: spupykin
Revision: 83959

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

Added:
  openscenegraph/repos/community-staging-i686/
  openscenegraph/repos/community-staging-i686/PKGBUILD
(from rev 83958, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-i686/osg-xine-1.2.patch
(from rev 83958, openscenegraph/trunk/osg-xine-1.2.patch)
  openscenegraph/repos/community-staging-x86_64/
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
(from rev 83958, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-x86_64/osg-xine-1.2.patch
(from rev 83958, openscenegraph/trunk/osg-xine-1.2.patch)

-+
 community-staging-i686/PKGBUILD |   55 ++
 community-staging-i686/osg-xine-1.2.patch   |   14 ++
 community-staging-x86_64/PKGBUILD   |   55 ++
 community-staging-x86_64/osg-xine-1.2.patch |   14 ++
 4 files changed, 138 insertions(+)

Copied: openscenegraph/repos/community-staging-i686/PKGBUILD (from rev 83958, 
openscenegraph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 15:33:44 UTC (rev 83959)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Hans Janssen jans...@gmail.com
+# Contributor: my64 packa...@obordes.com
+# Contributor: Colin Pitrat colin.pit...@gmail.com
+
+pkgname=openscenegraph
+pkgver=3.0.1
+pkgrel=8
+pkgdesc=An Open Source, high performance real-time graphics toolkit
+arch=('i686' 'x86_64')
+license=('custom:OSGPL')
+url=http://www.openscenegraph.org;
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt' 'ffmpeg-compat' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt')
+conflicts=('openthreads')
+provides=('openthreads')
+source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
+   osg-xine-1.2.patch)
+#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-3.0/source/OpenSceneGraph-$pkgver.zip;)
+md5sums=('c43a25d023e635c3566b2083d8e6d956'
+ 'b05a486fdc2aaf06b29efb5e0714672e')
+
+build() {
+  cd OpenSceneGraph-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
+  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
+  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
+  [ $NOEXTRACT -eq 1 ] || cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DFFMPEG_LIBAVCODEC_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVCODEC_LIBRARIES=/usr/lib/ffmpeg-compat/libavcodec.so \
+-DFFMPEG_LIBAVDEVICE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVDEVICE_LIBRARIES=/usr/lib/ffmpeg-compat/libavdevice.so \
+-DFFMPEG_LIBAVFORMAT_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVFORMAT_LIBRARIES=/usr/lib/ffmpeg-compat/libavformat.so \
+-DFFMPEG_LIBAVUTIL_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVUTIL_LIBRARIES=/usr/lib/ffmpeg-compat/libavutil.so \
+-DFFMPEG_LIBSWSCALE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBSWSCALE_LIBRARIES=/usr/lib/ffmpeg-compat/libswscale.so
+
+  sed -i 's|#include curl/types.h|//#include curl/types.h|' 
src/osgPlugins/curl/ReaderWriterCURL.cpp
+  patch -p1 $srcdir/osg-xine-1.2.patch
+  make
+}
+
+package() {
+  cd OpenSceneGraph-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  [ -d $pkgdir/usr/lib64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib || 
true
+}

Copied: openscenegraph/repos/community-staging-i686/osg-xine-1.2.patch (from 
rev 83958, openscenegraph/trunk/osg-xine-1.2.patch)
===
--- community-staging-i686/osg-xine-1.2.patch   (rev 0)
+++ community-staging-i686/osg-xine-1.2.patch   2013-02-07 15:33:44 UTC (rev 
83959)
@@ -0,0 +1,14 @@
+diff -wbBur OpenSceneGraph-3.0.1/src/osgPlugins/xine/video_out_rgb.c 
OpenSceneGraph-3.0.1.my/src/osgPlugins/xine/video_out_rgb.c
+--- OpenSceneGraph-3.0.1/src/osgPlugins/xine/video_out_rgb.c   2009-11-20 
14:46:20.0 +0300
 OpenSceneGraph-3.0.1.my/src/osgPlugins/xine/video_out_rgb.c
2012-01-05 02:15:38.0 +0400
+@@ -2769,8 +2769,8 @@
+   clear(rgb_class, sizeof(rgbout_class_t));
+ 
+   rgb_class-driver_class.open_plugin = open_plugin;
+-  rgb_class-driver_class.get_identifier  = get_identifier;
+-  rgb_class-driver_class.get_description = get_description;
++  rgb_class-driver_class.identifier  = get_identifier(NULL);
++  

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

2013-02-07 Thread Thomas Dziedzic
Date: Thursday, February 7, 2013 @ 17:13:19
  Author: td123
Revision: 177573

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

Added:
  ruby/repos/extra-i686/PKGBUILD
(from rev 177572, ruby/repos/testing-i686/PKGBUILD)
  ruby/repos/extra-i686/gemrc
(from rev 177572, ruby/repos/testing-i686/gemrc)
  ruby/repos/extra-i686/ruby.install
(from rev 177572, ruby/repos/testing-i686/ruby.install)
  ruby/repos/extra-x86_64/PKGBUILD
(from rev 177572, ruby/repos/testing-x86_64/PKGBUILD)
  ruby/repos/extra-x86_64/gemrc
(from rev 177572, ruby/repos/testing-x86_64/gemrc)
  ruby/repos/extra-x86_64/ruby.install
(from rev 177572, ruby/repos/testing-x86_64/ruby.install)
Deleted:
  ruby/repos/extra-i686/PKGBUILD
  ruby/repos/extra-i686/gemrc
  ruby/repos/extra-i686/ruby.install
  ruby/repos/extra-x86_64/PKGBUILD
  ruby/repos/extra-x86_64/gemrc
  ruby/repos/extra-x86_64/ruby.install
  ruby/repos/testing-i686/
  ruby/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  134 ++--
 extra-i686/gemrc  |   10 +--
 extra-i686/ruby.install   |   44 +++---
 extra-x86_64/PKGBUILD |  134 ++--
 extra-x86_64/gemrc|   10 +--
 extra-x86_64/ruby.install |   44 +++---
 6 files changed, 188 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-07 13:44:31 UTC (rev 177572)
+++ extra-i686/PKGBUILD 2013-02-07 16:13:19 UTC (rev 177573)
@@ -1,67 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Jeramy Rutley jrut...@gmail.com
-
-pkgname=('ruby' 'ruby-docs')
-pkgver=1.9.3_p374
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.ruby-lang.org/en/'
-license=('BSD' 'custom')
-makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2;
-'gemrc')
-md5sums=('944e73eba9ee9e1f2647ff32ec0b14b2'
- '6fb8e7a09955e0f64be3158fb4a27e7a')
-
-build() {
-  cd ruby-${pkgver//_/-}
-
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---enable-pthread \
---disable-rpath
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver//_/-}
-
-  make test
-}
-
-package_ruby() {
-  pkgdesc='An object-oriented language for quick and easy programming'
-  depends=('openssl' 'libffi' 'libyaml')
-  optdepends=('tk: for Ruby/TK'
-  'ruby-docs: Ruby documentation')
-  provides=('rubygems' 'rake')
-  conflicts=('rake')
-  backup=('etc/gemrc')
-  install='ruby.install'
-
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR=${pkgdir} install-nodoc
-
-  install -D -m644 ${srcdir}/gemrc ${pkgdir}/etc/gemrc
-
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/ruby/LICENSE
-  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/ruby/BSDL
-}
-
-package_ruby-docs() {
-  pkgdesc='Documentation files for ruby'
-
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR=${pkgdir} install-doc install-capi
-
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/ruby-docs/LICENSE
-  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/ruby-docs/BSDL
-}

Copied: ruby/repos/extra-i686/PKGBUILD (from rev 177572, 
ruby/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-07 16:13:19 UTC (rev 177573)
@@ -0,0 +1,67 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Jeramy Rutley jrut...@gmail.com
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p385
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2;
+'gemrc')
+md5sums=('5ec9aff670f4912b0f6f0e11e855ef6c'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('openssl' 'libffi' 'libyaml')
+  optdepends=('tk: for Ruby/TK'
+  'ruby-docs: Ruby documentation')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver//_/-}
+
+  make 

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

2013-02-07 Thread Thomas Dziedzic
Date: Thursday, February 7, 2013 @ 17:13:20
  Author: td123
Revision: 177574

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

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 177572, vim/repos/testing-i686/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 177572, vim/repos/testing-i686/archlinux.vim)
  vim/repos/extra-i686/gvim.desktop
(from rev 177572, vim/repos/testing-i686/gvim.desktop)
  vim/repos/extra-i686/gvim.install
(from rev 177572, vim/repos/testing-i686/gvim.install)
  vim/repos/extra-i686/vimrc
(from rev 177572, vim/repos/testing-i686/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 177572, vim/repos/testing-x86_64/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 177572, vim/repos/testing-x86_64/archlinux.vim)
  vim/repos/extra-x86_64/gvim.desktop
(from rev 177572, vim/repos/testing-x86_64/gvim.desktop)
  vim/repos/extra-x86_64/gvim.install
(from rev 177572, vim/repos/testing-x86_64/gvim.install)
  vim/repos/extra-x86_64/vimrc
(from rev 177572, vim/repos/testing-x86_64/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/gvim.desktop
  vim/repos/extra-i686/gvim.install
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/gvim.desktop
  vim/repos/extra-x86_64/gvim.install
  vim/repos/extra-x86_64/vimrc
  vim/repos/testing-i686/
  vim/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|  468 +--
 extra-i686/archlinux.vim   |   52 ++--
 extra-i686/gvim.desktop|  126 +--
 extra-i686/gvim.install|   22 +-
 extra-i686/vimrc   |   32 +-
 extra-x86_64/PKGBUILD  |  468 +--
 extra-x86_64/archlinux.vim |   52 ++--
 extra-x86_64/gvim.desktop  |  126 +--
 extra-x86_64/gvim.install  |   22 +-
 extra-x86_64/vimrc |   32 +-
 10 files changed, 698 insertions(+), 702 deletions(-)

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


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

2013-02-07 Thread Andreas Radke
Date: Thursday, February 7, 2013 @ 17:26:58
  Author: andyrtr
Revision: 177575

upgpkg: lftp 4.4.3-1

upstream update 4.4.3

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 16:13:20 UTC (rev 177574)
+++ PKGBUILD2013-02-07 16:26:58 UTC (rev 177575)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=lftp
-pkgver=4.4.2
+pkgver=4.4.3
 pkgrel=1
 pkgdesc=Sophisticated command line based FTP client
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8e974cd87c9d4362031f61351cfe742e')
+md5sums=('59351bc6fd71e65485cb0b5dd6dbf07a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-02-07 Thread Andreas Radke
Date: Thursday, February 7, 2013 @ 17:27:21
  Author: andyrtr
Revision: 177576

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-07 16:26:58 UTC (rev 177575)
+++ extra-i686/PKGBUILD 2013-02-07 16:27:21 UTC (rev 177576)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.4.2
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8e974cd87c9d4362031f61351cfe742e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 177575, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-07 16:27:21 UTC (rev 177576)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.4.3
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('59351bc6fd71e65485cb0b5dd6dbf07a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-07 16:26:58 UTC (rev 177575)
+++ extra-x86_64/PKGBUILD   2013-02-07 16:27:21 UTC (rev 177576)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.4.2
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8e974cd87c9d4362031f61351cfe742e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 177575, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-07 16:27:21 UTC (rev 177576)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.4.3
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('59351bc6fd71e65485cb0b5dd6dbf07a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+

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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 17:59:35
  Author: bpiotrowski
Revision: 83960

upgpkg: blender 6:2.65a-6

rebuild against ffmpeg 1.1

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 15:33:44 UTC (rev 83959)
+++ PKGBUILD2013-02-07 16:59:35 UTC (rev 83960)
@@ -10,7 +10,7 @@
 
 pkgname=blender
 true  pkgver=2.65a # Hack for svn
-true  pkgrel=5
+true  pkgrel=6
 epoch=6
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')



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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 17:59:49
  Author: bpiotrowski
Revision: 83961

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

Added:
  blender/repos/community-i686/PKGBUILD
(from rev 83960, blender/trunk/PKGBUILD)
  blender/repos/community-i686/blender.install
(from rev 83960, blender/trunk/blender.install)
  blender/repos/community-x86_64/PKGBUILD
(from rev 83960, blender/trunk/PKGBUILD)
  blender/repos/community-x86_64/blender.install
(from rev 83960, blender/trunk/blender.install)
Deleted:
  blender/repos/community-i686/PKGBUILD
  blender/repos/community-i686/blender.install
  blender/repos/community-x86_64/PKGBUILD
  blender/repos/community-x86_64/blender.install

--+
 community-i686/PKGBUILD  |  202 ++---
 community-i686/blender.install   |   26 ++--
 community-x86_64/PKGBUILD|  202 ++---
 community-x86_64/blender.install |   26 ++--
 4 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-07 16:59:35 UTC (rev 83960)
+++ community-i686/PKGBUILD 2013-02-07 16:59:49 UTC (rev 83961)
@@ -1,101 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from svn directly.
-
-_svn=false
-
-pkgname=blender
-true  pkgver=2.65a # Hack for svn
-true  pkgrel=5
-epoch=6
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio') 
#'openshadinglanguage')
-makedepends=('cmake' 'boost' 'cuda' 'subversion' 'mesa')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-if [[ $_svn = false ]]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  md5sums=('3bbe18060c5c9c2ad600c8bfe8ee4786')
-else
-  source=()
-  md5sums=()
-fi
-
-_svntrunk=https://svn.blender.org/svnroot/bf-blender/trunk/blender;
-_svnmod=blender
-
-build() {
-if [[ $_svn = true ]]; then
-  cd $srcdir
-  msg Connecting to SVN server
-
-  if [[ -d $_svnmod/.svn ]]; then
-(cd $_svnmod  svn up )
-  else
-svn co $_svntrunk --config-dir ./ $_svnmod
-  fi
-
-  msg SVN checkout done or server timeout
-  msg Starting build...
-
-  rm -rf $srcdir/$_svnmod-build
-  cp -r $srcdir/$_svnmod $srcdir/$_svnmod-build
-  cd $srcdir/$_svnmod-build
-else
-  cd $srcdir/$pkgname-$pkgver
-fi
-
-  mkdir build
-  cd build
-
-  [[ $CARCH == i686 ]]  ENABLESSE2=-DSUPPORT_SSE2_BUILD=OFF
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_CYCLES_CUDA_BINARIES=ON \
--DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda-toolkit/ \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.3 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.3m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
-$ENABLESSE2
-
-#-DWITH_CYCLES_OSL=ON \
-  make $MAKEFLAGS
-
-  make
-}
-
-package() {
-  if [[ $_svn = true ]]; then
-cd $srcdir/$_svnmod-build/build
-  else
-cd $srcdir/$pkgname-$pkgver/build
-  fi
-  make DESTDIR=${pkgdir} install
-  python -m compileall ${pkgdir}/usr/share/blender
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 83960, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-07 16:59:49 UTC (rev 83961)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from svn directly.
+
+_svn=false
+
+pkgname=blender
+true  pkgver=2.65a # Hack for svn
+true  pkgrel=6
+epoch=6
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
+ 'shared-mime-info' 

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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 18:17:19
  Author: bpiotrowski
Revision: 83962

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

Added:
  blender/repos/community-staging-i686/
  blender/repos/community-staging-i686/PKGBUILD
(from rev 83961, blender/trunk/PKGBUILD)
  blender/repos/community-staging-i686/blender.install
(from rev 83961, blender/trunk/blender.install)
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 83961, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/blender.install
(from rev 83961, blender/trunk/blender.install)

--+
 community-staging-i686/PKGBUILD  |  101 +
 community-staging-i686/blender.install   |   13 +++
 community-staging-x86_64/PKGBUILD|  101 +
 community-staging-x86_64/blender.install |   13 +++
 4 files changed, 228 insertions(+)

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 83961, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 17:17:19 UTC (rev 83962)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from svn directly.
+
+_svn=false
+
+pkgname=blender
+true  pkgver=2.65a # Hack for svn
+true  pkgrel=6
+epoch=6
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio') 
#'openshadinglanguage')
+makedepends=('cmake' 'boost' 'cuda' 'subversion' 'mesa')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+if [[ $_svn = false ]]; then
+  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
+  md5sums=('3bbe18060c5c9c2ad600c8bfe8ee4786')
+else
+  source=()
+  md5sums=()
+fi
+
+_svntrunk=https://svn.blender.org/svnroot/bf-blender/trunk/blender;
+_svnmod=blender
+
+build() {
+if [[ $_svn = true ]]; then
+  cd $srcdir
+  msg Connecting to SVN server
+
+  if [[ -d $_svnmod/.svn ]]; then
+(cd $_svnmod  svn up )
+  else
+svn co $_svntrunk --config-dir ./ $_svnmod
+  fi
+
+  msg SVN checkout done or server timeout
+  msg Starting build...
+
+  rm -rf $srcdir/$_svnmod-build
+  cp -r $srcdir/$_svnmod $srcdir/$_svnmod-build
+  cd $srcdir/$_svnmod-build
+else
+  cd $srcdir/$pkgname-$pkgver
+fi
+
+  mkdir build
+  cd build
+
+  [[ $CARCH == i686 ]]  ENABLESSE2=-DSUPPORT_SSE2_BUILD=OFF
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DWITH_OPENCOLLADA=ON \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_GAMEENGINE=ON \
+-DWITH_JACK=ON \
+-DWITH_PLAYER=ON \
+-DWITH_CODEC_FFMPEG=ON \
+-DWITH_CODEC_SNDFILE=ON \
+-DWITH_CYCLES=ON \
+-DWITH_CYCLES_CUDA_BINARIES=ON \
+-DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda-toolkit/ \
+-DWITH_FFTW3=ON \
+-DWITH_MOD_OCEANSIM=ON \
+-DPYTHON_VERSION=3.3 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.3m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
+$ENABLESSE2
+
+#-DWITH_CYCLES_OSL=ON \
+  make $MAKEFLAGS
+
+  make
+}
+
+package() {
+  if [[ $_svn = true ]]; then
+cd $srcdir/$_svnmod-build/build
+  else
+cd $srcdir/$pkgname-$pkgver/build
+  fi
+  make DESTDIR=${pkgdir} install
+  python -m compileall ${pkgdir}/usr/share/blender
+}

Copied: blender/repos/community-staging-i686/blender.install (from rev 83961, 
blender/trunk/blender.install)
===
--- community-staging-i686/blender.install  (rev 0)
+++ community-staging-i686/blender.install  2013-02-07 17:17:19 UTC (rev 
83962)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: blender/repos/community-staging-x86_64/PKGBUILD (from rev 83961, 
blender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-07 17:17:19 UTC (rev 

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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 18:18:12
  Author: bpiotrowski
Revision: 83963

upgpkg: cantata 0.9.2-2

rebuild against ffmpeg 1.1

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 17:17:19 UTC (rev 83962)
+++ PKGBUILD2013-02-07 17:18:12 UTC (rev 83963)
@@ -6,7 +6,7 @@
 pkgname=cantata
 pkgver=0.9.2
 pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://kde-apps.org/content/show.php/Cantata?content=147733;
 license=('GPL')



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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 18:18:36
  Author: eric
Revision: 177577

upgpkg: avidemux 2.5.6-5

Rebuild against ffmpeg and x264

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 16:27:21 UTC (rev 177576)
+++ PKGBUILD2013-02-07 17:18:36 UTC (rev 177577)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
 pkgver=2.5.6
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://fixounet.free.fr/avidemux/;



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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 18:19:17
  Author: eric
Revision: 177578

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

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

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

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

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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 18:21:30
  Author: bpiotrowski
Revision: 83964

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

Added:
  cantata/repos/community-staging-i686/
  cantata/repos/community-staging-i686/PKGBUILD
(from rev 83963, cantata/trunk/PKGBUILD)
  cantata/repos/community-staging-i686/cantata.install
(from rev 83963, cantata/trunk/cantata.install)
  cantata/repos/community-staging-x86_64/
  cantata/repos/community-staging-x86_64/PKGBUILD
(from rev 83963, cantata/trunk/PKGBUILD)
  cantata/repos/community-staging-x86_64/cantata.install
(from rev 83963, cantata/trunk/cantata.install)

--+
 community-staging-i686/PKGBUILD  |   32 +
 community-staging-i686/cantata.install   |   12 ++
 community-staging-x86_64/PKGBUILD|   32 +
 community-staging-x86_64/cantata.install |   12 ++
 4 files changed, 88 insertions(+)

Copied: cantata/repos/community-staging-i686/PKGBUILD (from rev 83963, 
cantata/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 17:21:30 UTC (rev 83964)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=0.9.2
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'ffmpeg' 'mpg123' 'libmtp' 'speex')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://cantata.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: cantata/repos/community-staging-i686/cantata.install (from rev 83963, 
cantata/trunk/cantata.install)
===
--- community-staging-i686/cantata.install  (rev 0)
+++ community-staging-i686/cantata.install  2013-02-07 17:21:30 UTC (rev 
83964)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: cantata/repos/community-staging-x86_64/PKGBUILD (from rev 83963, 
cantata/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-07 17:21:30 UTC (rev 83964)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=0.9.2
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'ffmpeg' 'mpg123' 'libmtp' 'speex')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://cantata.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: cantata/repos/community-staging-x86_64/cantata.install (from rev 83963, 
cantata/trunk/cantata.install)
===
--- community-staging-x86_64/cantata.install(rev 0)
+++ community-staging-x86_64/cantata.install2013-02-07 17:21:30 UTC (rev 
83964)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 18:25:33
  Author: bpiotrowski
Revision: 83965

upgpkg: libquicktime 1.2.4-4

rebuild against ffmpeg 1.1

Modified:
  libquicktime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 17:21:30 UTC (rev 83964)
+++ PKGBUILD2013-02-07 17:25:33 UTC (rev 83965)
@@ -3,7 +3,7 @@
 
 pkgname=libquicktime
 pkgver=1.2.4
-pkgrel=3
+pkgrel=4
 pkgdesc=A library for reading and writing quicktime files
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 18:25:36
  Author: eric
Revision: 177579

upgpkg: moc 1:2.5beta1-2

Rebuild against ffmpeg and x264

Modified:
  moc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 17:19:17 UTC (rev 177578)
+++ PKGBUILD2013-02-07 17:25:36 UTC (rev 177579)
@@ -3,7 +3,7 @@
 
 pkgname=moc
 pkgver=2.5beta1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=An ncurses console audio player designed to be powerful and easy to 
use
 arch=('i686' 'x86_64')



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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 18:26:03
  Author: eric
Revision: 177580

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

Added:
  moc/repos/staging-i686/
  moc/repos/staging-i686/PKGBUILD
(from rev 177579, moc/trunk/PKGBUILD)
  moc/repos/staging-x86_64/
  moc/repos/staging-x86_64/PKGBUILD
(from rev 177579, moc/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   55 ++
 staging-x86_64/PKGBUILD |   55 ++
 2 files changed, 110 insertions(+)

Copied: moc/repos/staging-i686/PKGBUILD (from rev 177579, moc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-07 17:26:03 UTC (rev 177580)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=moc
+pkgver=2.5beta1
+pkgrel=2
+epoch=1
+pkgdesc=An ncurses console audio player designed to be powerful and easy to 
use
+arch=('i686' 'x86_64')
+url=http://moc.daper.net/;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'popt')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
+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' 
+'faad2: for using the aac plugin' 
+   'libmodplug: for using the modplug plugin')
+options=('!libtool')
+source=(ftp://ftp.daper.net/pub/soft/moc/unstable/moc-2.5.0-beta1.tar.bz2{,.sig})
+sha1sums=('4030a1fa5c7cfef06909c54d8c7a1fbb93f23caa'
+  '29c232c37e1f3737c3b670372732446e9c0786a8')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=2454
+  _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}-2.5.0-beta1
+  ./configure --prefix=/usr --without-rcc \
+--with-oss --with-alsa --with-jack --with-aac --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}-2.5.0-beta1
+  make DESTDIR=${pkgdir} install
+}

Copied: moc/repos/staging-x86_64/PKGBUILD (from rev 177579, moc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-07 17:26:03 UTC (rev 177580)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=moc
+pkgver=2.5beta1
+pkgrel=2
+epoch=1
+pkgdesc=An ncurses console audio player designed to be powerful and easy to 
use
+arch=('i686' 'x86_64')
+url=http://moc.daper.net/;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'popt')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
+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' 
+'faad2: for using the aac plugin' 
+   'libmodplug: for using the modplug plugin')
+options=('!libtool')
+source=(ftp://ftp.daper.net/pub/soft/moc/unstable/moc-2.5.0-beta1.tar.bz2{,.sig})
+sha1sums=('4030a1fa5c7cfef06909c54d8c7a1fbb93f23caa'
+  '29c232c37e1f3737c3b670372732446e9c0786a8')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=2454
+  _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}-2.5.0-beta1
+  ./configure --prefix=/usr --without-rcc \
+--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile 

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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 18:28:49
  Author: bpiotrowski
Revision: 83966

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

Added:
  libquicktime/repos/community-staging-i686/
  libquicktime/repos/community-staging-i686/PKGBUILD
(from rev 83965, libquicktime/trunk/PKGBUILD)
  libquicktime/repos/community-staging-x86_64/
  libquicktime/repos/community-staging-x86_64/PKGBUILD
(from rev 83965, libquicktime/trunk/PKGBUILD)

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

Copied: libquicktime/repos/community-staging-i686/PKGBUILD (from rev 83965, 
libquicktime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 17:28:49 UTC (rev 83966)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Mateusz Herych heni...@gmail.com
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=4
+pkgdesc=A library for reading and writing quicktime files
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://libquicktime.sourceforge.net/;
+depends=('gtk2'  'ffmpeg' 'libxv' 'libgl' 'libxaw' 'faad2' 'faac')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+   --enable-gpl \
+   --with-ffmpeg \
+   --with-x264 \
+   --without-doxygen
+   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Copied: libquicktime/repos/community-staging-x86_64/PKGBUILD (from rev 83965, 
libquicktime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-07 17:28:49 UTC (rev 83966)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Mateusz Herych heni...@gmail.com
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=4
+pkgdesc=A library for reading and writing quicktime files
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://libquicktime.sourceforge.net/;
+depends=('gtk2'  'ffmpeg' 'libxv' 'libgl' 'libxaw' 'faad2' 'faac')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+   --enable-gpl \
+   --with-ffmpeg \
+   --with-x264 \
+   --without-doxygen
+   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+



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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 18:38:27
  Author: bpiotrowski
Revision: 83967

upgpkg: mplayer2 20121128-3

rebuild against ffmpeg 1.1 and x264 20130206-1

Modified:
  mplayer2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 17:28:49 UTC (rev 83966)
+++ PKGBUILD2013-02-07 17:38:27 UTC (rev 83967)
@@ -5,7 +5,7 @@
 
 pkgname=mplayer2
 pkgver=20121128
-pkgrel=2
+pkgrel=3
 pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer 
project'
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 18:38:46
  Author: bpiotrowski
Revision: 83968

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

Added:
  mplayer2/repos/community-staging-i686/
  mplayer2/repos/community-staging-i686/PKGBUILD
(from rev 83967, mplayer2/trunk/PKGBUILD)
  mplayer2/repos/community-staging-i686/cdio-api-fixes.patch
(from rev 83967, mplayer2/trunk/cdio-api-fixes.patch)
  mplayer2/repos/community-staging-i686/mplayer2.install
(from rev 83967, mplayer2/trunk/mplayer2.install)
  mplayer2/repos/community-staging-x86_64/
  mplayer2/repos/community-staging-x86_64/PKGBUILD
(from rev 83967, mplayer2/trunk/PKGBUILD)
  mplayer2/repos/community-staging-x86_64/cdio-api-fixes.patch
(from rev 83967, mplayer2/trunk/cdio-api-fixes.patch)
  mplayer2/repos/community-staging-x86_64/mplayer2.install
(from rev 83967, mplayer2/trunk/mplayer2.install)

---+
 community-staging-i686/PKGBUILD   |   57 
 community-staging-i686/cdio-api-fixes.patch   |   50 +
 community-staging-i686/mplayer2.install   |   11 
 community-staging-x86_64/PKGBUILD |   57 
 community-staging-x86_64/cdio-api-fixes.patch |   50 +
 community-staging-x86_64/mplayer2.install |   11 
 6 files changed, 236 insertions(+)

Copied: mplayer2/repos/community-staging-i686/PKGBUILD (from rev 83967, 
mplayer2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 17:38:46 UTC (rev 83968)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Martin Panter vadmium+...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=mplayer2
+pkgver=20121128
+pkgrel=3
+pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer 
project'
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.mplayer2.org/;
+install=$pkgname.install
+depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 
'ffmpeg' 'fontconfig'
+ 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray' 'libcaca' 
'libcdio-paranoia' 'libdca' 'libdvdcss'
+ 'libdvdnav' 'libdvdread' 'libgl' 'libjpeg' 'libmad' 'libpulse' 
'libquvi' 'libtheora' 'libvdpau'
+ 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 
'lirc-utils' 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu')
+makedepends=('mesa' 'unzip' 'yasm' 'python' 'python-docutils')
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+provides=('mplayer')
+conflicts=('mplayer')
+options=(!emptydirs)
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
+cdio-api-fixes.patch)
+md5sums=('696adb2503b2202fe39de6c98b573cd6'
+ '5ff5fa9d0fd50239ed3a1756b31e6a9d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
+  find -type f -exec sed -e 's/python3/python/' -i {} \;
+
+  patch -Np1 -i $srcdir/cdio-api-fixes.patch
+
+  ./configure --prefix=/usr --confdir=/etc/mplayer \
+  --enable-translation --language=all \
+  --enable-runtime-cpudetection \
+  --enable-joystick \
+  --disable-speex \
+  --disable-openal \
+  --disable-libdv \
+  --disable-musepack
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  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
+
+  install -dm755 $pkgdir/usr/share/applications/
+  install -m 644 etc/mplayer.desktop $pkgdir/usr/share/applications/
+}

Copied: mplayer2/repos/community-staging-i686/cdio-api-fixes.patch (from rev 
83967, mplayer2/trunk/cdio-api-fixes.patch)
===
--- community-staging-i686/cdio-api-fixes.patch (rev 0)
+++ community-staging-i686/cdio-api-fixes.patch 2013-02-07 17:38:46 UTC (rev 
83968)
@@ -0,0 +1,50 @@
+diff -upr mplayer2-20121128.orig/stream/stream_cdda.c 
mplayer2-20121128/stream/stream_cdda.c
+--- mplayer2-20121128.orig/stream/stream_cdda.c2013-01-10 
19:37:31.0 +0200
 mplayer2-20121128/stream/stream_cdda.c 2013-01-10 20:23:25.0 
+0200
+@@ -17,8 +17,8 @@
+  */
+ 
+ #include config.h
+-#include cdio/cdda.h
+-#include cdio/paranoia.h
++#include cdio/paranoia/cdda.h
++#include cdio/paranoia/paranoia.h
+ #include cdio/cdio.h
+ 
+ #include stdio.h
+@@ -116,25 +116,25 @@ const m_option_t cdda_opts[] = {
+ };
+ 
+ static const char *cdtext_name[] = {
+-[CDTEXT_ARRANGER] = Arranger,
+-[CDTEXT_COMPOSER] = Composer,

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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 18:43:03
  Author: eric
Revision: 177581

upgpkg: xine-lib 1.2.2-6

Rebuild against ffmpeg and x264

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 17:26:03 UTC (rev 177580)
+++ PKGBUILD2013-02-07 17:43:03 UTC (rev 177581)
@@ -3,7 +3,7 @@
 
 pkgname=xine-lib
 pkgver=1.2.2
-pkgrel=5
+pkgrel=6
 pkgdesc=A multimedia playback engine
 arch=('i686' 'x86_64')
 url=http://www.xine-project.org;



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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 18:43:30
  Author: eric
Revision: 177582

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

Added:
  xine-lib/repos/staging-i686/
  xine-lib/repos/staging-i686/PKGBUILD
(from rev 177581, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/staging-x86_64/
  xine-lib/repos/staging-x86_64/PKGBUILD
(from rev 177581, xine-lib/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   45 +
 staging-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: xine-lib/repos/staging-i686/PKGBUILD (from rev 177581, 
xine-lib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-07 17:43:30 UTC (rev 177582)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.2.2
+pkgrel=6
+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' 'glu')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: 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
+}

Copied: xine-lib/repos/staging-x86_64/PKGBUILD (from rev 177581, 
xine-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-07 17:43:30 UTC (rev 177582)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.2.2
+pkgrel=6
+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' 'glu')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: 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
+}



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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 18:49:32
  Author: eric
Revision: 177583

upgpkg: sox 14.4.0-4

Rebuild against ffmpeg and x264

Modified:
  sox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 17:43:30 UTC (rev 177582)
+++ PKGBUILD2013-02-07 17:49:32 UTC (rev 177583)
@@ -3,7 +3,7 @@
 
 pkgname=sox
 pkgver=14.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc=The Swiss Army knife of sound processing tools
 arch=('i686' 'x86_64')
 url=http://sox.sourceforge.net/;



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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 18:50:02
  Author: eric
Revision: 177584

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

Added:
  sox/repos/staging-i686/
  sox/repos/staging-i686/PKGBUILD
(from rev 177583, sox/trunk/PKGBUILD)
  sox/repos/staging-i686/sox-ffmpeg0.11.patch
(from rev 177583, sox/trunk/sox-ffmpeg0.11.patch)
  sox/repos/staging-i686/sox_default_audio_driver_fallback.patch
(from rev 177583, sox/trunk/sox_default_audio_driver_fallback.patch)
  sox/repos/staging-x86_64/
  sox/repos/staging-x86_64/PKGBUILD
(from rev 177583, sox/trunk/PKGBUILD)
  sox/repos/staging-x86_64/sox-ffmpeg0.11.patch
(from rev 177583, sox/trunk/sox-ffmpeg0.11.patch)
  sox/repos/staging-x86_64/sox_default_audio_driver_fallback.patch
(from rev 177583, sox/trunk/sox_default_audio_driver_fallback.patch)

+
 staging-i686/PKGBUILD  |   45 +
 staging-i686/sox-ffmpeg0.11.patch  |  130 +++
 staging-i686/sox_default_audio_driver_fallback.patch   |   51 +
 staging-x86_64/PKGBUILD|   45 +
 staging-x86_64/sox-ffmpeg0.11.patch|  130 +++
 staging-x86_64/sox_default_audio_driver_fallback.patch |   51 +
 6 files changed, 452 insertions(+)

Copied: sox/repos/staging-i686/PKGBUILD (from rev 177583, sox/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-07 17:50:02 UTC (rev 177584)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=sox
+pkgver=14.4.0
+pkgrel=4
+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
+}

Copied: sox/repos/staging-i686/sox-ffmpeg0.11.patch (from rev 177583, 
sox/trunk/sox-ffmpeg0.11.patch)
===
--- staging-i686/sox-ffmpeg0.11.patch   (rev 0)
+++ staging-i686/sox-ffmpeg0.11.patch   2013-02-07 17:50:02 UTC (rev 177584)
@@ -0,0 +1,130 @@
+diff -Naur sox-14.4.0-orig/configure sox-14.4.0/configure
+--- sox-14.4.0-orig/configure  2012-06-12 00:35:53.462360803 -0400
 sox-14.4.0/configure   2012-06-12 00:36:08.572361294 -0400
+@@ -15781,9 +15781,9 @@
+   cat confdefs.h _ACEOF
+ #define `$as_echo HAVE_$ac_header | $as_tr_cpp` 1
+ _ACEOF
+- { $as_echo $as_me:${as_lineno-$LINENO}: checking for av_open_input_file in 
-lavformat 5
+-$as_echo_n checking for av_open_input_file in -lavformat...  6; }
+-if ${ac_cv_lib_avformat_av_open_input_file+:} false; then :
++ { $as_echo $as_me:${as_lineno-$LINENO}: checking for avformat_open_input in 
-lavformat 5
++$as_echo_n checking for avformat_open_input in -lavformat...  6; }
++if ${ac_cv_lib_avformat_avformat_open_input+:} false; then :
+   $as_echo_n (cached)  6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+@@ -15797,27 +15797,27 @@
+ #ifdef __cplusplus
+ extern C
+ #endif
+-char av_open_input_file ();
++char avformat_open_input ();
+ int
+ main ()
+ {
+-return av_open_input_file ();
++return avformat_open_input ();
+   ;
+   return 0;
+ }
+ _ACEOF
+ if ac_fn_c_try_link $LINENO; then :
+-  ac_cv_lib_avformat_av_open_input_file=yes
++  ac_cv_lib_avformat_avformat_open_input=yes
+ else
+-  ac_cv_lib_avformat_av_open_input_file=no
++  ac_cv_lib_avformat_avformat_open_input=no
+ fi
+ rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ $as_echo $as_me:${as_lineno-$LINENO}: result: 

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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 18:55:05
  Author: bpiotrowski
Revision: 83969

upgpkg: electricsheep 2.7b33-6

rebuild against ffmpeg 1.1

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 17:38:46 UTC (rev 83968)
+++ PKGBUILD2013-02-07 17:55:05 UTC (rev 83969)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=5
+pkgrel=6
 pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
 arch=('i686' 'x86_64')
 url=http://community.electricsheep.org/;



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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 18:55:23
  Author: bpiotrowski
Revision: 83970

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

Added:
  electricsheep/repos/community-staging-i686/
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 83969, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 83969, electricsheep/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   55 
 community-staging-x86_64/PKGBUILD |   55 
 2 files changed, 110 insertions(+)

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 83969, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 17:55:23 UTC (rev 83970)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=6
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _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 {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  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}
+  sed -i 's/wx-config/wx-config-2.9/g' configure.ac
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include cstdio' Common/Singleton.h
+  mkdir m4
+  ./autogen.sh
+  CPPFLAGS+=-I/usr/include/lua5.1 ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
+  make CXXFLAGS+=-DUSE_NEW_FFMPEG_API=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop
+  install -D -m644 Runtime/logo.png 
${pkgdir}/usr/share/icons/electricsheep.png
+}

Copied: electricsheep/repos/community-staging-x86_64/PKGBUILD (from rev 83969, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-07 17:55:23 UTC (rev 83970)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=6
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _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 {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  

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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 19:00:35
  Author: bpiotrowski
Revision: 83971

upgpkg: ffmpeg2theora 0.29-3

rebuild against ffmpeg 1.1

Modified:
  ffmpeg2theora/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 17:55:23 UTC (rev 83970)
+++ PKGBUILD2013-02-07 18:00:35 UTC (rev 83971)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 pkgname=ffmpeg2theora
 pkgver=0.29
-pkgrel=2
+pkgrel=3
 pkgdesc=Simple converter to create Ogg Theora files
 arch=('x86_64' 'i686')
 url=http://www.v2v.cc/~j/ffmpeg2theora/;



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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 19:00:47
  Author: bpiotrowski
Revision: 83972

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

Added:
  ffmpeg2theora/repos/community-staging-i686/
  ffmpeg2theora/repos/community-staging-i686/PKGBUILD
(from rev 83971, ffmpeg2theora/trunk/PKGBUILD)
  ffmpeg2theora/repos/community-staging-x86_64/
  ffmpeg2theora/repos/community-staging-x86_64/PKGBUILD
(from rev 83971, ffmpeg2theora/trunk/PKGBUILD)

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

Copied: ffmpeg2theora/repos/community-staging-i686/PKGBUILD (from rev 83971, 
ffmpeg2theora/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 18:00:47 UTC (rev 83972)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+# Contributor: Alexander Rødseth rods...@gmail.com
+pkgname=ffmpeg2theora
+pkgver=0.29
+pkgrel=3
+pkgdesc=Simple converter to create Ogg Theora files
+arch=('x86_64' 'i686')
+url=http://www.v2v.cc/~j/ffmpeg2theora/;
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('scons') # 'libkate')
+source=(http://www.v2v.cc/~j/$pkgname/downloads/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('214110e2a5afdd8ff8e0be18152e893dbff5dabc1ae1d1124e64d9f93eae946d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  scons
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  scons install destdir=$pkgdir prefix=/usr mandir=PREFIX/share/man
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ffmpeg2theora/repos/community-staging-x86_64/PKGBUILD (from rev 83971, 
ffmpeg2theora/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-07 18:00:47 UTC (rev 83972)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+# Contributor: Alexander Rødseth rods...@gmail.com
+pkgname=ffmpeg2theora
+pkgver=0.29
+pkgrel=3
+pkgdesc=Simple converter to create Ogg Theora files
+arch=('x86_64' 'i686')
+url=http://www.v2v.cc/~j/ffmpeg2theora/;
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('scons') # 'libkate')
+source=(http://www.v2v.cc/~j/$pkgname/downloads/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('214110e2a5afdd8ff8e0be18152e893dbff5dabc1ae1d1124e64d9f93eae946d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  scons
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  scons install destdir=$pkgdir prefix=/usr mandir=PREFIX/share/man
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 19:07:39
  Author: bpiotrowski
Revision: 83973

upgpkg: guvcview 1.6.1-3

rebuild against ffmpeg 1.1

Modified:
  guvcview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 18:00:47 UTC (rev 83972)
+++ PKGBUILD2013-02-07 18:07:39 UTC (rev 83973)
@@ -4,7 +4,7 @@
 
 pkgname=guvcview
 pkgver=1.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A video viewer and capturer for the linux uvc driver 
 arch=('i686' 'x86_64')
 url=http://guvcview.sourceforge.net/;



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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 19:07:50
  Author: bpiotrowski
Revision: 83974

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

Added:
  guvcview/repos/community-staging-i686/
  guvcview/repos/community-staging-i686/PKGBUILD
(from rev 83973, guvcview/trunk/PKGBUILD)
  guvcview/repos/community-staging-x86_64/
  guvcview/repos/community-staging-x86_64/PKGBUILD
(from rev 83973, guvcview/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: guvcview/repos/community-staging-i686/PKGBUILD (from rev 83973, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 18:07:50 UTC (rev 83974)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=A video viewer and capturer for the linux uvc driver 
+arch=('i686' 'x86_64')
+url=http://guvcview.sourceforge.net/;
+license=('GPL')
+depends=('portaudio' 'ffmpeg' 'gtk3')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('b3dfd04d8aae0c807d5f5d6ba035580f')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: guvcview/repos/community-staging-x86_64/PKGBUILD (from rev 83973, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-07 18:07:50 UTC (rev 83974)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=A video viewer and capturer for the linux uvc driver 
+arch=('i686' 'x86_64')
+url=http://guvcview.sourceforge.net/;
+license=('GPL')
+depends=('portaudio' 'ffmpeg' 'gtk3')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('b3dfd04d8aae0c807d5f5d6ba035580f')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 19:21:33
  Author: bpiotrowski
Revision: 83975

upgpkg: qmmp 0.6.6-4

rebuild against ffmpeg 1.1

Modified:
  qmmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 18:07:50 UTC (rev 83974)
+++ PKGBUILD2013-02-07 18:21:33 UTC (rev 83975)
@@ -3,7 +3,7 @@
 
 pkgname=qmmp
 pkgver=0.6.6
-pkgrel=3
+pkgrel=4
 pkgdesc=Qt4 based audio-player
 arch=('i686' 'x86_64')
 url=http://qmmp.ylsoftware.com/;



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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 19:21:53
  Author: bpiotrowski
Revision: 83976

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

Added:
  qmmp/repos/community-staging-i686/
  qmmp/repos/community-staging-i686/PKGBUILD
(from rev 83975, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-staging-i686/cdio-includes.patch
(from rev 83975, qmmp/trunk/cdio-includes.patch)
  qmmp/repos/community-staging-i686/qmmp.changelog
(from rev 83975, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-staging-i686/qmmp.install
(from rev 83975, qmmp/trunk/qmmp.install)
  qmmp/repos/community-staging-x86_64/
  qmmp/repos/community-staging-x86_64/PKGBUILD
(from rev 83975, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-staging-x86_64/cdio-includes.patch
(from rev 83975, qmmp/trunk/cdio-includes.patch)
  qmmp/repos/community-staging-x86_64/qmmp.changelog
(from rev 83975, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-staging-x86_64/qmmp.install
(from rev 83975, qmmp/trunk/qmmp.install)

--+
 community-staging-i686/PKGBUILD  |   43 +++
 community-staging-i686/cdio-includes.patch   |   12 +++
 community-staging-i686/qmmp.changelog|   90 +
 community-staging-i686/qmmp.install  |   12 +++
 community-staging-x86_64/PKGBUILD|   43 +++
 community-staging-x86_64/cdio-includes.patch |   12 +++
 community-staging-x86_64/qmmp.changelog  |   90 +
 community-staging-x86_64/qmmp.install|   12 +++
 8 files changed, 314 insertions(+)

Copied: qmmp/repos/community-staging-i686/PKGBUILD (from rev 83975, 
qmmp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 18:21:53 UTC (rev 83976)
@@ -0,0 +1,43 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=qmmp
+pkgver=0.6.6
+pkgrel=4
+pkgdesc=Qt4 based audio-player
+arch=('i686' 'x86_64')
+url=http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2
+cdio-includes.patch)
+sha256sums=('dfa973cca80c020a85a11bb66701a3804f9fde326440abb179559c98bf3b5b99'
+'7b3ff46dd30070cd79c5ca2dd6dfa1b9872bc09041f4bd985edf20a4333db07c')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  patch -Np1 -i ${srcdir}/cdio-includes.patch
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: qmmp/repos/community-staging-i686/cdio-includes.patch (from rev 83975, 
qmmp/trunk/cdio-includes.patch)
===
--- community-staging-i686/cdio-includes.patch  (rev 0)
+++ community-staging-i686/cdio-includes.patch  2013-02-07 18:21:53 UTC (rev 
83976)
@@ -0,0 +1,12 @@
+diff -upr qmmp-0.6.5.orig/src/plugins/Input/cdaudio/decoder_cdaudio.cpp 
qmmp-0.6.5/src/plugins/Input/cdaudio/decoder_cdaudio.cpp
+--- qmmp-0.6.5.orig/src/plugins/Input/cdaudio/decoder_cdaudio.cpp  
2013-01-10 21:55:55.0 +0200
 qmmp-0.6.5/src/plugins/Input/cdaudio/decoder_cdaudio.cpp   2013-01-10 
21:56:26.0 +0200
+@@ -25,7 +25,7 @@
+ #include QFileInfo
+ #include QDir
+ #include cdio/cdio.h
+-#include cdio/cdda.h
++#include cdio/paranoia/cdda.h
+ #include cdio/audio.h
+ #include cdio/cd_types.h
+ #include cdio/logging.h

Copied: qmmp/repos/community-staging-i686/qmmp.changelog (from rev 83975, 
qmmp/trunk/qmmp.changelog)
===
--- community-staging-i686/qmmp.changelog   (rev 0)
+++ community-staging-i686/qmmp.changelog   2013-02-07 18:21:53 UTC (rev 
83976)
@@ -0,0 +1,90 @@
+2013-01-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.6.6-2 libcdio/libcdio-paranoia rebuild
+
+2013-01-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.6.6-1
+
+2013-01-05 Jaroslav 

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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 19:29:28
  Author: eric
Revision: 83977

upgpkg: electricsheep 2.7b33-7

Rebuild against ffmpeg and x264

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 18:21:53 UTC (rev 83976)
+++ PKGBUILD2013-02-07 18:29:28 UTC (rev 83977)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=6
+pkgrel=7
 pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
 arch=('i686' 'x86_64')
 url=http://community.electricsheep.org/;



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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 19:32:56
  Author: eric
Revision: 83978

Fix svn

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 18:29:28 UTC (rev 83977)
+++ PKGBUILD2013-02-07 18:32:56 UTC (rev 83978)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=7
+pkgrel=6
 pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
 arch=('i686' 'x86_64')
 url=http://community.electricsheep.org/;



[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2013-02-07 Thread Dan McGee
Date: Thursday, February 7, 2013 @ 19:35:24
  Author: dan
Revision: 177585

upgpkg: postgresql-old-upgrade 9.1.8-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 17:50:02 UTC (rev 177584)
+++ PKGBUILD2013-02-07 18:35:24 UTC (rev 177585)
@@ -2,16 +2,16 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=postgresql-old-upgrade
-pkgver=9.1.6
+pkgver=9.1.8
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 pkgdesc=PostgreSQL build for migrating between major versions with pg_upgrade
 arch=('i686' 'x86_64')
 url=http://www.postgresql.org/;
 license=('custom:PostgreSQL')
 depends=(postgresql-libs=${_majorver} 'libxml2' 'openssl=1.0.0')
 makedepends=('krb5' 'python2' 'perl' 'tcl=8.6.0')
-source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
 
 build() {
   cd ${srcdir}/postgresql-${pkgver}
@@ -47,5 +47,5 @@
   rm -rf ${pkgdir}/opt/pgsql-${_majorver}/include/
 }
 
-md5sums=('000755f66c0de58bbd4cd2b89b45b8e2')
-sha256sums=('6e396aca621a95b9f5f7292a79ebe6ce892e36c7f7021814e1bd94bcfc6c31e7')
+md5sums=('54783b516880a586dcd7c07992d8c0b3')
+sha256sums=('1d88f9dda24062dbfcc09aca9a316981f2aa93322613b853cf32d7a431b44c6d')



[arch-commits] Commit in postgresql-old-upgrade/repos (4 files)

2013-02-07 Thread Dan McGee
Date: Thursday, February 7, 2013 @ 19:35:35
  Author: dan
Revision: 177586

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

Added:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
(from rev 177585, postgresql-old-upgrade/trunk/PKGBUILD)
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD
(from rev 177585, postgresql-old-upgrade/trunk/PKGBUILD)
Deleted:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-07 18:35:24 UTC (rev 177585)
+++ extra-i686/PKGBUILD 2013-02-07 18:35:35 UTC (rev 177586)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=postgresql-old-upgrade
-pkgver=9.1.6
-_majorver=${pkgver%.*}
-pkgrel=2
-pkgdesc=PostgreSQL build for migrating between major versions with pg_upgrade
-arch=('i686' 'x86_64')
-url=http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-depends=(postgresql-libs=${_majorver} 'libxml2' 'openssl=1.0.0')
-makedepends=('krb5' 'python2' 'perl' 'tcl=8.6.0')
-source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-
-build() {
-  cd ${srcdir}/postgresql-${pkgver}
-
-  ./configure --prefix=/opt/pgsql-${_majorver} \
-  --with-krb5 \
-  --with-libxml \
-  --with-openssl \
-  --with-perl \
-  --with-python PYTHON=/usr/bin/python2 \
-  --with-tcl \
-  --with-pam \
-  --without-readline \
-  --with-system-tzdata=/usr/share/zoneinfo \
-  --disable-nls \
-  --enable-thread-safety
-
-  make -C src all
-  make -C contrib all
-}
-
-package() {
-  cd ${srcdir}/postgresql-${pkgver}
-
-  # install
-  make -C src DESTDIR=${pkgdir} install
-  make -C contrib DESTDIR=${pkgdir} install
-
-  # install license
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # clean up unneeded installed items
-  rm -rf ${pkgdir}/opt/pgsql-${_majorver}/include/
-}
-
-md5sums=('000755f66c0de58bbd4cd2b89b45b8e2')
-sha256sums=('6e396aca621a95b9f5f7292a79ebe6ce892e36c7f7021814e1bd94bcfc6c31e7')

Copied: postgresql-old-upgrade/repos/extra-i686/PKGBUILD (from rev 177585, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-07 18:35:35 UTC (rev 177586)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=postgresql-old-upgrade
+pkgver=9.1.8
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc=PostgreSQL build for migrating between major versions with pg_upgrade
+arch=('i686' 'x86_64')
+url=http://www.postgresql.org/;
+license=('custom:PostgreSQL')
+depends=(postgresql-libs=${_majorver} 'libxml2' 'openssl=1.0.0')
+makedepends=('krb5' 'python2' 'perl' 'tcl=8.6.0')
+source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/postgresql-${pkgver}
+
+  ./configure --prefix=/opt/pgsql-${_majorver} \
+  --with-krb5 \
+  --with-libxml \
+  --with-openssl \
+  --with-perl \
+  --with-python PYTHON=/usr/bin/python2 \
+  --with-tcl \
+  --with-pam \
+  --without-readline \
+  --with-system-tzdata=/usr/share/zoneinfo \
+  --disable-nls \
+  --enable-thread-safety
+
+  make -C src all
+  make -C contrib all
+}
+
+package() {
+  cd ${srcdir}/postgresql-${pkgver}
+
+  # install
+  make -C src DESTDIR=${pkgdir} install
+  make -C contrib DESTDIR=${pkgdir} install
+
+  # install license
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # clean up unneeded installed items
+  rm -rf ${pkgdir}/opt/pgsql-${_majorver}/include/
+}
+
+md5sums=('54783b516880a586dcd7c07992d8c0b3')
+sha256sums=('1d88f9dda24062dbfcc09aca9a316981f2aa93322613b853cf32d7a431b44c6d')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-07 18:35:24 UTC (rev 177585)
+++ extra-x86_64/PKGBUILD   2013-02-07 18:35:35 UTC (rev 177586)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=postgresql-old-upgrade
-pkgver=9.1.6
-_majorver=${pkgver%.*}
-pkgrel=2
-pkgdesc=PostgreSQL build for migrating between major versions with pg_upgrade
-arch=('i686' 'x86_64')
-url=http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-depends=(postgresql-libs=${_majorver} 'libxml2' 'openssl=1.0.0')
-makedepends=('krb5' 'python2' 'perl' 'tcl=8.6.0')
-source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-
-build() {
-  cd ${srcdir}/postgresql-${pkgver}
-
-  ./configure --prefix=/opt/pgsql-${_majorver} \
-  --with-krb5 \
-  --with-libxml \
-  --with-openssl \
-  --with-perl \
- 

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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 19:45:49
  Author: eric
Revision: 177587

upgpkg: mediastreamer 2.8.2-3

Rebuild against ffmpeg and x264

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 18:35:35 UTC (rev 177586)
+++ PKGBUILD2013-02-07 18:45:49 UTC (rev 177587)
@@ -6,7 +6,7 @@
 
 pkgname=mediastreamer
 pkgver=2.8.2
-pkgrel=2
+pkgrel=3
 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/;



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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 19:46:13
  Author: eric
Revision: 177588

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

Added:
  mediastreamer/repos/staging-i686/
  mediastreamer/repos/staging-i686/PKGBUILD
(from rev 177587, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/staging-i686/mediastreamer-ffmpeg.patch
(from rev 177587, mediastreamer/trunk/mediastreamer-ffmpeg.patch)
  mediastreamer/repos/staging-x86_64/
  mediastreamer/repos/staging-x86_64/PKGBUILD
(from rev 177587, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/staging-x86_64/mediastreamer-ffmpeg.patch
(from rev 177587, mediastreamer/trunk/mediastreamer-ffmpeg.patch)

---+
 staging-i686/PKGBUILD |   33 
 staging-i686/mediastreamer-ffmpeg.patch   |  205 
 staging-x86_64/PKGBUILD   |   33 
 staging-x86_64/mediastreamer-ffmpeg.patch |  205 
 4 files changed, 476 insertions(+)

Copied: mediastreamer/repos/staging-i686/PKGBUILD (from rev 177587, 
mediastreamer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-07 18:46:13 UTC (rev 177588)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+
+pkgname=mediastreamer
+pkgver=2.8.2
+pkgrel=3
+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/staging-i686/mediastreamer-ffmpeg.patch (from rev 
177587, mediastreamer/trunk/mediastreamer-ffmpeg.patch)
===
--- staging-i686/mediastreamer-ffmpeg.patch (rev 0)
+++ staging-i686/mediastreamer-ffmpeg.patch 2013-02-07 18:46:13 UTC (rev 
177588)
@@ -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 mediastreamer2/msfilter.h
++#ifndef INT64_C
++#define INT64_C(c) (c ## LL)
++#define UINT64_C(c) (c ## ULL)
++#endif
++#include libavutil/avutil.h
++#include libavcodec/version.h
+ 
+ /* 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);
+ MS2_PUBLIC int ms_picture_init_from_mblk_with_size(MSPicture *buf, mblk_t *m, 
MSPixFmt fmt, int w, int h);
+diff --git a/src/h264dec.c b/src/h264dec.c
+index 223de3d..8c40a7c 100644
+--- mediastreamer2/src/h264dec.c
 mediastreamer2/src/h264dec.c
+@@ -44,7 +44,9 @@ typedef struct _DecData{
+ static void ffmpeg_init(){
+   static bool_t done=FALSE;
+   if (!done){
++#if LIBAVCODEC_VERSION_INT  AV_VERSION_INT(54, 0, 100)
+   avcodec_init();
++#endif
+   avcodec_register_all();
+   done=TRUE;
+   }
+diff --git a/src/mscommon.c b/src/mscommon.c
+index 2cab005..bebb946 100644
+--- mediastreamer2/src/mscommon.c
 mediastreamer2/src/mscommon.c
+@@ -33,9 +33,17 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
+ #include mediastreamer2/mscodecutils.h
+ #include mediastreamer2/msfilter.h
+ #include ortp/ortp_srtp.h
++#ifndef INT64_C
++#define INT64_C(c) (c ## LL)
++#define UINT64_C(c) (c ## ULL)
++#endif
++#include libavutil/avutil.h
++#include libavcodec/version.h
+ 
+ extern void __register_ffmpeg_encoders_if_possible(void);
++#if 

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

2013-02-07 Thread Dan McGee
Date: Thursday, February 7, 2013 @ 19:50:51
  Author: dan
Revision: 177589

upgpkg: postgresql 9.2.3-1

Modified:
  postgresql/trunk/PKGBUILD
  postgresql/trunk/postgresql.tmpfiles.conf
Deleted:
  postgresql/trunk/postgresql.confd
  postgresql/trunk/postgresql.rcd

--+
 PKGBUILD |   24 +++--
 postgresql.confd |   11 --
 postgresql.rcd   |   79 -
 postgresql.tmpfiles.conf |2 -
 4 files changed, 8 insertions(+), 108 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 18:46:13 UTC (rev 177588)
+++ PKGBUILD2013-02-07 18:50:51 UTC (rev 177589)
@@ -3,34 +3,30 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.2.2
+pkgver=9.2.3
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.postgresql.org/;
 license=('custom:PostgreSQL')
 makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl=8.6.0' 'openssl=1.0.0')
 
source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
 postgresql-run-socket.patch
-postgresql.rcd postgresql.confd postgresql.pam postgresql.logrotate
+postgresql.pam postgresql.logrotate
 postgresql.service postgresql.tmpfiles.conf postgresql-check-db-dir)
-md5sums=('1cc388988e69bf75c6b55d59070100f6'
+md5sums=('59f42a93695b0186ed5eb03c2653a7d4'
  '75c579eed03ffb2312631f0b649175b4'
- '1ddd1df8010549f237e7983bb326025e'
- 'a54d09a20ab1672adf08f037df188d53'
  '96f82c38f3f540b53f3e5144900acf17'
  'd28e443f9f65a5712c52018b84e27137'
  '89b48774b0dae7c37fbb0e907c3c1db8'
- 'd34e4ab6d589aa819a1e2829290a3b7c'
+ '1c5a1f99e8e93776c593c468e2612985'
  '505e0e4abfc746cae9558584d471a03c')
-sha256sums=('e1a7a854a98896cb7fcd1696a76fca6f3bcac94d75e68a6154ffe2b69184f7f3'
+sha256sums=('c4f5a63290c0c32d8d9899edee8188d0c8ab124a7199b154fac75e62eec35f7f'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
-'9f6307b1358892e304f9474a456f0cb9160cfb8812a9da0430abe647f8a9cf45'
-'3de5c059eead8816db15c2c5588e6196d6c4b0d704faf1a20912796cf589ba81'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
 'c69b614731fdd3f4e127540814f5999f423363523c5209e252e19b1d4362ad68'
-'d25980980b4c747a1a49d8d4736d8440a77fb8bc3275dbdc3dc6c4cf4ae8de07'
+'7e086d70e0dcaa6ce45693b4e826ce92d770192b3aff5642319b1ef279d88dc4'
 '3a3279d290f556bf7a362670e32b491794f47ed218f6b8c6acef366a3291f669')
 
 build() {
@@ -143,8 +139,6 @@
   find ${pkgdir}/usr/include -maxdepth 1 -type f -execdir rm {} +
   rmdir ${pkgdir}/usr/share/doc/postgresql/html
 
-  # install launch script
-  install -D -m755 ${srcdir}/postgresql.rcd ${pkgdir}/etc/rc.d/postgresql
   install -D -m644 ${srcdir}/postgresql.tmpfiles.conf \
 ${pkgdir}/usr/lib/tmpfiles.d/postgresql.conf
   install -D -m644 ${srcdir}/postgresql.service \
@@ -152,10 +146,6 @@
   install -D -m755 ${srcdir}/postgresql-check-db-dir \
 ${pkgdir}/usr/bin/postgresql-check-db-dir
 
-  # install conf file
-  install -D -m644 ${srcdir}/postgresql.confd \
-${pkgdir}/etc/conf.d/postgresql
-
   install -D -m644 ${srcdir}/postgresql.pam \
 ${pkgdir}/etc/pam.d/postgresql
 

Deleted: postgresql.confd
===
--- postgresql.confd2013-02-07 18:46:13 UTC (rev 177588)
+++ postgresql.confd2013-02-07 18:50:51 UTC (rev 177589)
@@ -1,11 +0,0 @@
-##
-## Parameters to be passed to postgresql
-##
-## Default data directory location
-#PGROOT=/var/lib/postgres
-## Passed to initdb if necessary
-INITOPTS=--locale en_US.UTF-8
-## Default log file location
-#PGLOG=/var/log/postgresql.log
-## Additional options to pass via pg_ctl's '-o' option
-#PGOPTS=

Deleted: postgresql.rcd
===
--- postgresql.rcd  2013-02-07 18:46:13 UTC (rev 177588)
+++ postgresql.rcd  2013-02-07 18:50:51 UTC (rev 177589)
@@ -1,79 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/postgresql
-
-# Default PGROOT if it wasn't defined in the conf.d file
-PGROOT=${PGROOT:-/var/lib/postgres}
-PGLOG=${PGLOG:-/var/log/postgresql.log}
-PGCTL_BIN=/usr/bin/pg_ctl
-PGCTL_ARGS=(-D $PGROOT/data -l $PGLOG -s -w)
-[[ $PGOPTS ]]  PGCTL_ARGS+=(-o $PGOPTS)
-
-postgres_init() {
-  # initialization
-  if [[ ! -d $PGROOT/data ]]; then
-mkdir -p $PGROOT/data  chown -R postgres:postgres $PGROOT
-su - postgres -c /usr/bin/initdb $INITOPTS -D '$PGROOT/data'
-  fi
-  if [[ ! -e $PGLOG ]]; then
-touch $PGLOG
-chown postgres $PGLOG
-  fi
-}
-
-do_postgres() {
-  su - postgres -c '$PGCTL_BIN' $(printf '%q ' 

[arch-commits] Commit in postgresql/repos (36 files)

2013-02-07 Thread Dan McGee
Date: Thursday, February 7, 2013 @ 19:51:10
  Author: dan
Revision: 177590

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

Added:
  postgresql/repos/extra-i686/PKGBUILD
(from rev 177589, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-i686/postgresql-check-db-dir
(from rev 177589, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-i686/postgresql-run-socket.patch
(from rev 177589, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-i686/postgresql.install
(from rev 177589, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-i686/postgresql.logrotate
(from rev 177589, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-i686/postgresql.pam
(from rev 177589, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-i686/postgresql.service
(from rev 177589, postgresql/trunk/postgresql.service)
  postgresql/repos/extra-i686/postgresql.tmpfiles.conf
(from rev 177589, postgresql/trunk/postgresql.tmpfiles.conf)
  postgresql/repos/extra-x86_64/PKGBUILD
(from rev 177589, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
(from rev 177589, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
(from rev 177589, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-x86_64/postgresql.install
(from rev 177589, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-x86_64/postgresql.logrotate
(from rev 177589, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-x86_64/postgresql.pam
(from rev 177589, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-x86_64/postgresql.service
(from rev 177589, postgresql/trunk/postgresql.service)
  postgresql/repos/extra-x86_64/postgresql.tmpfiles.conf
(from rev 177589, postgresql/trunk/postgresql.tmpfiles.conf)
Deleted:
  postgresql/repos/extra-i686/PKGBUILD
  postgresql/repos/extra-i686/postgresql-check-db-dir
  postgresql/repos/extra-i686/postgresql-run-socket.patch
  postgresql/repos/extra-i686/postgresql.confd
  postgresql/repos/extra-i686/postgresql.install
  postgresql/repos/extra-i686/postgresql.logrotate
  postgresql/repos/extra-i686/postgresql.pam
  postgresql/repos/extra-i686/postgresql.rcd
  postgresql/repos/extra-i686/postgresql.service
  postgresql/repos/extra-i686/postgresql.tmpfiles.conf
  postgresql/repos/extra-x86_64/PKGBUILD
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
  postgresql/repos/extra-x86_64/postgresql.confd
  postgresql/repos/extra-x86_64/postgresql.install
  postgresql/repos/extra-x86_64/postgresql.logrotate
  postgresql/repos/extra-x86_64/postgresql.pam
  postgresql/repos/extra-x86_64/postgresql.rcd
  postgresql/repos/extra-x86_64/postgresql.service
  postgresql/repos/extra-x86_64/postgresql.tmpfiles.conf

--+
 extra-i686/PKGBUILD  |  318 ++---
 extra-i686/postgresql-check-db-dir   |   98 
 extra-i686/postgresql-run-socket.patch   |   24 +-
 extra-i686/postgresql.confd  |   11 -
 extra-i686/postgresql.install|   70 +++---
 extra-i686/postgresql.logrotate  |8 
 extra-i686/postgresql.pam|6 
 extra-i686/postgresql.rcd|   79 ---
 extra-i686/postgresql.service|   52 ++--
 extra-i686/postgresql.tmpfiles.conf  |2 
 extra-x86_64/PKGBUILD|  318 ++---
 extra-x86_64/postgresql-check-db-dir |   98 
 extra-x86_64/postgresql-run-socket.patch |   24 +-
 extra-x86_64/postgresql.confd|   11 -
 extra-x86_64/postgresql.install  |   70 +++---
 extra-x86_64/postgresql.logrotate|8 
 extra-x86_64/postgresql.pam  |6 
 extra-x86_64/postgresql.rcd  |   79 ---
 extra-x86_64/postgresql.service  |   52 ++--
 extra-x86_64/postgresql.tmpfiles.conf|2 
 20 files changed, 568 insertions(+), 768 deletions(-)

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


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

2013-02-07 Thread Daniel Isenmann
Date: Thursday, February 7, 2013 @ 19:51:28
  Author: daniel
Revision: 177591

upgpkg: gimp 2.8.4-1

New upstream release

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 18:51:10 UTC (rev 177590)
+++ PKGBUILD2013-02-07 18:51:28 UTC (rev 177591)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Isenmann dan...@archlinux.org
 
 pkgname=gimp
-pkgver=2.8.2
+pkgver=2.8.4
 pkgrel=1
 pkgdesc=GNU Image Manipulation Program
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 install=gimp.install
 source=(ftp://ftp.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 
linux.gpl 
 uri-backend-libcurl.patch)
-md5sums=('b542138820ca3a41cbd63fc331907955'
+md5sums=('392592e8755d046317878d226145900f'
  'bb27bc214261d36484093e857f015f38'
  'e894f4b2ffa92c71448fdd350e9b78c6')
 



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

2013-02-07 Thread Daniel Isenmann
Date: Thursday, February 7, 2013 @ 19:51:36
  Author: daniel
Revision: 177592

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

Added:
  gimp/repos/extra-i686/PKGBUILD
(from rev 177591, gimp/trunk/PKGBUILD)
  gimp/repos/extra-i686/gimp.install
(from rev 177591, gimp/trunk/gimp.install)
  gimp/repos/extra-i686/linux.gpl
(from rev 177591, gimp/trunk/linux.gpl)
  gimp/repos/extra-i686/uri-backend-libcurl.patch
(from rev 177591, gimp/trunk/uri-backend-libcurl.patch)
  gimp/repos/extra-x86_64/PKGBUILD
(from rev 177591, gimp/trunk/PKGBUILD)
  gimp/repos/extra-x86_64/gimp.install
(from rev 177591, gimp/trunk/gimp.install)
  gimp/repos/extra-x86_64/linux.gpl
(from rev 177591, gimp/trunk/linux.gpl)
  gimp/repos/extra-x86_64/uri-backend-libcurl.patch
(from rev 177591, gimp/trunk/uri-backend-libcurl.patch)
Deleted:
  gimp/repos/extra-i686/PKGBUILD
  gimp/repos/extra-i686/gimp.install
  gimp/repos/extra-i686/linux.gpl
  gimp/repos/extra-i686/uri-backend-libcurl.patch
  gimp/repos/extra-x86_64/PKGBUILD
  gimp/repos/extra-x86_64/gimp.install
  gimp/repos/extra-x86_64/linux.gpl
  gimp/repos/extra-x86_64/uri-backend-libcurl.patch

+
 extra-i686/PKGBUILD|   98 +--
 extra-i686/gimp.install|   24 ++--
 extra-i686/linux.gpl   |   38 +++
 extra-i686/uri-backend-libcurl.patch   |  154 +++
 extra-x86_64/PKGBUILD  |   98 +--
 extra-x86_64/gimp.install  |   24 ++--
 extra-x86_64/linux.gpl |   38 +++
 extra-x86_64/uri-backend-libcurl.patch |  154 +++
 8 files changed, 314 insertions(+), 314 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-07 18:51:28 UTC (rev 177591)
+++ extra-i686/PKGBUILD 2013-02-07 18:51:36 UTC (rev 177592)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-
-pkgname=gimp
-pkgver=2.8.2
-pkgrel=1
-pkgdesc=GNU Image Manipulation Program
-arch=('i686' 'x86_64')
-url=http://www.gimp.org/;
-license=('GPL' 'LGPL')
-depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib' \
- 'libexif' 'gegl' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl')
-makedepends=('intltool' 'libwebkit' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl' 'ghostscript')
-optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
-'libwebkit: for the help browser'
-'poppler-glib: for pdf support'
-'alsa-lib: for MIDI event controller module'
-'curl: for URI support'
-'ghostscript: for postscript support')
-options=('!libtool' '!makeflags')
-conflicts=('gimp-devel')
-install=gimp.install
-source=(ftp://ftp.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 
linux.gpl 
-uri-backend-libcurl.patch)
-md5sums=('b542138820ca3a41cbd63fc331907955'
- 'bb27bc214261d36484093e857f015f38'
- 'e894f4b2ffa92c71448fdd350e9b78c6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  #patch -p1  ../uri-backend-libcurl.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
---enable-mp --enable-gimp-console --enable-gimp-remote \
---enable-python --with-gif-compression=lzw --with-libcurl \
---without-aa --without-hal --without-gvfs --without-gnomevfs
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/lib/gimp/2.0/plug-ins/*.py
-  install -D -m644 ${srcdir}/linux.gpl 
${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl
-
-  rm ${pkgdir}/usr/share/man/man1/gimp-console.1
-  ln -s gimp-console-${pkgver%.*}.1.gz 
${pkgdir}/usr/share/man/man1/gimp-console.1.gz
-  ln -s gimptool-2.0 ${pkgdir}/usr/bin/gimptool
-  ln -sf gimptool-2.0.1.gz ${pkgdir}/usr/share/man/man1/gimptool.1.gz
-}

Copied: gimp/repos/extra-i686/PKGBUILD (from rev 177591, gimp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-07 18:51:36 UTC (rev 177592)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=gimp
+pkgver=2.8.4
+pkgrel=1
+pkgdesc=GNU Image Manipulation Program
+arch=('i686' 'x86_64')
+url=http://www.gimp.org/;
+license=('GPL' 'LGPL')
+depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib' \
+ 'libexif' 'gegl' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl')
+makedepends=('intltool' 'libwebkit' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl' 'ghostscript')
+optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
+'libwebkit: for the 

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

2013-02-07 Thread Stéphane Gaudreault
Date: Thursday, February 7, 2013 @ 21:33:16
  Author: stephane
Revision: 177593

upgpkg: krb5 1.11-3

configure with --sysconfdir=/etc

Modified:
  krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 18:51:36 UTC (rev 177592)
+++ PKGBUILD2013-02-07 20:33:16 UTC (rev 177593)
@@ -3,7 +3,7 @@
 
 pkgname=krb5
 pkgver=1.11
-pkgrel=2
+pkgrel=3
 pkgdesc=The Kerberos network authentication system
 arch=('i686' 'x86_64')
 url=http://web.mit.edu/kerberos/;
@@ -48,6 +48,7 @@
export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
export CPPFLAGS+= -I/usr/include/et
./configure --prefix=/usr \
+   --sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var/lib \
--enable-shared \



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

2013-02-07 Thread Stéphane Gaudreault
Date: Thursday, February 7, 2013 @ 21:35:13
  Author: stephane
Revision: 177594

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

Added:
  krb5/repos/testing-i686/
  krb5/repos/testing-i686/PKGBUILD
(from rev 177593, krb5/trunk/PKGBUILD)
  krb5/repos/testing-i686/krb5-1.10.1-gcc47.patch
(from rev 177593, krb5/trunk/krb5-1.10.1-gcc47.patch)
  krb5/repos/testing-i686/krb5-config_LDFLAGS.patch
(from rev 177593, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-i686/krb5-kadmind
(from rev 177593, krb5/trunk/krb5-kadmind)
  krb5/repos/testing-i686/krb5-kadmind.service
(from rev 177593, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-i686/krb5-kdc
(from rev 177593, krb5/trunk/krb5-kdc)
  krb5/repos/testing-i686/krb5-kdc.service
(from rev 177593, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-i686/krb5-kpropd
(from rev 177593, krb5/trunk/krb5-kpropd)
  krb5/repos/testing-i686/krb5-kpropd.service
(from rev 177593, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-i686/krb5-kpropd.socket
(from rev 177593, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-i686/krb5-kpropd@.service
(from rev 177593, krb5/trunk/krb5-kpropd@.service)
  krb5/repos/testing-x86_64/
  krb5/repos/testing-x86_64/PKGBUILD
(from rev 177593, krb5/trunk/PKGBUILD)
  krb5/repos/testing-x86_64/krb5-1.10.1-gcc47.patch
(from rev 177593, krb5/trunk/krb5-1.10.1-gcc47.patch)
  krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch
(from rev 177593, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-x86_64/krb5-kadmind
(from rev 177593, krb5/trunk/krb5-kadmind)
  krb5/repos/testing-x86_64/krb5-kadmind.service
(from rev 177593, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-x86_64/krb5-kdc
(from rev 177593, krb5/trunk/krb5-kdc)
  krb5/repos/testing-x86_64/krb5-kdc.service
(from rev 177593, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-x86_64/krb5-kpropd
(from rev 177593, krb5/trunk/krb5-kpropd)
  krb5/repos/testing-x86_64/krb5-kpropd.service
(from rev 177593, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-x86_64/krb5-kpropd.socket
(from rev 177593, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-x86_64/krb5-kpropd@.service
(from rev 177593, krb5/trunk/krb5-kpropd@.service)

--+
 testing-i686/PKGBUILD|   92 +
 testing-i686/krb5-1.10.1-gcc47.patch |   11 +++
 testing-i686/krb5-config_LDFLAGS.patch   |   12 +++
 testing-i686/krb5-kadmind|   40 
 testing-i686/krb5-kadmind.service|8 ++
 testing-i686/krb5-kdc|   40 
 testing-i686/krb5-kdc.service|9 ++
 testing-i686/krb5-kpropd |   40 
 testing-i686/krb5-kpropd.service |8 ++
 testing-i686/krb5-kpropd.socket  |9 ++
 testing-i686/krb5-kpropd@.service|8 ++
 testing-x86_64/PKGBUILD  |   92 +
 testing-x86_64/krb5-1.10.1-gcc47.patch   |   11 +++
 testing-x86_64/krb5-config_LDFLAGS.patch |   12 +++
 testing-x86_64/krb5-kadmind  |   40 
 testing-x86_64/krb5-kadmind.service  |8 ++
 testing-x86_64/krb5-kdc  |   40 
 testing-x86_64/krb5-kdc.service  |9 ++
 testing-x86_64/krb5-kpropd   |   40 
 testing-x86_64/krb5-kpropd.service   |8 ++
 testing-x86_64/krb5-kpropd.socket|9 ++
 testing-x86_64/krb5-kpropd@.service  |8 ++
 22 files changed, 554 insertions(+)

Copied: krb5/repos/testing-i686/PKGBUILD (from rev 177593, krb5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-07 20:35:13 UTC (rev 177594)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=krb5
+pkgver=1.11
+pkgrel=3
+pkgdesc=The Kerberos network authentication system
+arch=('i686' 'x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('e2fsprogs' 'libldap' 'keyutils')
+makedepends=('perl')
+backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
+source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
+krb5-config_LDFLAGS.patch
+krb5-kadmind
+krb5-kadmind.service
+krb5-kdc
+krb5-kdc.service
+krb5-kpropd
+krb5-kpropd.service
+krb5-kpropd@.service
+krb5-kpropd.socket)
+sha1sums=('dcdc305bd2b63cf8b8cb698cb9ea28f0a6282136'
+  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
+  '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
+  'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
+  '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
+  'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e'
+  

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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 21:38:16
  Author: eric
Revision: 177595

upgpkg: kdelibs 4.10.0-2

Rebuild to fix reference to docbook-xsl (close FS#33751)

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 20:35:13 UTC (rev 177594)
+++ PKGBUILD2013-02-07 20:38:16 UTC (rev 177595)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'



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

2013-02-07 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 21:39:08
  Author: eric
Revision: 177596

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

Added:
  kdelibs/repos/testing-i686/PKGBUILD
(from rev 177595, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/testing-i686/archlinux-menu.patch
(from rev 177595, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/testing-i686/kde-applications-menu.patch
(from rev 177595, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/testing-i686/kdelibs.install
(from rev 177595, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/testing-x86_64/PKGBUILD
(from rev 177595, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/testing-x86_64/archlinux-menu.patch
(from rev 177595, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/testing-x86_64/kde-applications-menu.patch
(from rev 177595, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/testing-x86_64/kdelibs.install
(from rev 177595, kdelibs/trunk/kdelibs.install)
Deleted:
  kdelibs/repos/testing-i686/PKGBUILD
  kdelibs/repos/testing-i686/archlinux-menu.patch
  kdelibs/repos/testing-i686/kde-applications-menu.patch
  kdelibs/repos/testing-i686/kdelibs.install
  kdelibs/repos/testing-x86_64/PKGBUILD
  kdelibs/repos/testing-x86_64/archlinux-menu.patch
  kdelibs/repos/testing-x86_64/kde-applications-menu.patch
  kdelibs/repos/testing-x86_64/kdelibs.install

+
 testing-i686/PKGBUILD  |  118 +--
 testing-i686/archlinux-menu.patch  |   44 +-
 testing-i686/kde-applications-menu.patch   |   44 +-
 testing-i686/kdelibs.install   |   26 ++---
 testing-x86_64/PKGBUILD|  118 +--
 testing-x86_64/archlinux-menu.patch|   44 +-
 testing-x86_64/kde-applications-menu.patch |   44 +-
 testing-x86_64/kdelibs.install |   26 ++---
 8 files changed, 232 insertions(+), 232 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-02-07 20:38:16 UTC (rev 177595)
+++ testing-i686/PKGBUILD   2013-02-07 20:39:08 UTC (rev 177596)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdelibs
-pkgver=4.10.0
-pkgrel=1
-pkgdesc=KDE Core Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
-'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon' 'qtwebkit'
-'media-player-info' 'libxtst' 'libutempter')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch')
-sha1sums=('093bfd214511bae7fda88242413c6ed4ff0b18f0'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # avoid file conflict with gnome-menus
-   patch -p1 -i ${srcdir}/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i ${srcdir}/archlinux-menu.patch
-
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc \
-   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-   -DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF \
-   -DWITH_HUpnp=OFF \
-   -DWITH_SOLID_UDISKS2=ON
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-
-   # cert bundle seems to be hardcoded
-   # link it to the one from ca-certificates
-   rm -f ${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
-   ln -sf /etc/ssl/certs/ca-certificates.crt 
${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
-}

Copied: kdelibs/repos/testing-i686/PKGBUILD (from rev 177595, 
kdelibs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-07 20:39:08 UTC (rev 177596)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdelibs
+pkgver=4.10.0
+pkgrel=2
+pkgdesc=KDE Core Libraries
+arch=('i686' 'x86_64')

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

2013-02-07 Thread Stéphane Gaudreault
Date: Thursday, February 7, 2013 @ 21:44:27
  Author: stephane
Revision: 177597

db-move: moved seabios from [testing] to [extra] (any)

Added:
  seabios/repos/extra-any/PKGBUILD
(from rev 177596, seabios/repos/testing-any/PKGBUILD)
Deleted:
  seabios/repos/extra-any/PKGBUILD
  seabios/repos/testing-any/

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

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2013-02-07 20:39:08 UTC (rev 177596)
+++ extra-any/PKGBUILD  2013-02-07 20:44:27 UTC (rev 177597)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=seabios
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=A 16-bit x86 bios
-arch=(any)
-license=('GPL3' 'LGPL3')
-url=http://www.coreboot.org/SeaBIOS;
-makedepends=('iasl' 'python2')
-source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz)
-options=(!strip)
-md5sums=('06e5ac85b6e4e3dc078cef5bde481039')
-
-build()
-{
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i -e 's/python/python2/g' Makefile
-make
-}
-
-package()
-{
-install -D -m644  ${srcdir}/${pkgname}-${pkgver}/out/bios.bin 
${pkgdir}/usr/share/qemu/bios.bin
-}
-

Copied: seabios/repos/extra-any/PKGBUILD (from rev 177596, 
seabios/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-02-07 20:44:27 UTC (rev 177597)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=seabios
+pkgver=1.7.2
+pkgrel=1
+pkgdesc=A 16-bit x86 bios
+arch=(any)
+license=('GPL3' 'LGPL3')
+url=http://www.coreboot.org/SeaBIOS;
+makedepends=('iasl' 'python2')
+source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz)
+options=(!strip)
+md5sums=('87a1b217a568d77904accb0a43535d6b')
+
+build()
+{
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i -e 's/python/python2/g' Makefile
+make
+}
+
+package()
+{
+install -D -m644  ${srcdir}/${pkgname}-${pkgver}/out/bios.bin 
${pkgdir}/usr/share/qemu/bios.bin
+}
+



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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 21:46:35
  Author: bpiotrowski
Revision: 83979

upgpkg: nodejs 0.8.19-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 18:32:56 UTC (rev 83978)
+++ PKGBUILD2013-02-07 20:46:35 UTC (rev 83979)
@@ -8,8 +8,8 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.8.18
-pkgrel=2
+pkgver=0.8.19
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
@@ -18,7 +18,7 @@
 checkdepends=('curl') # curl used for check()
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-sha256sums=('1d63dd42f9bd22f087585ddf80a881c6acbe1664891b1dda3b71306fe9ae00f9')
+sha256sums=('703207d7b394bd3d4035dc3c94b417ee441fd3ea66aa90cd3d7c9bb28e5f9df4')
 
 build() {
   cd node-v${pkgver}



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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 21:46:58
  Author: bpiotrowski
Revision: 83980

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

Added:
  nodejs/repos/community-i686/PKGBUILD
(from rev 83979, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 83979, nodejs/trunk/PKGBUILD)
Deleted:
  nodejs/repos/community-i686/PKGBUILD
  nodejs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-07 20:46:35 UTC (rev 83979)
+++ community-i686/PKGBUILD 2013-02-07 20:46:58 UTC (rev 83980)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.8.18
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'python2')
-checkdepends=('curl') # curl used for check()
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-sha256sums=('1d63dd42f9bd22f087585ddf80a881c6acbe1664891b1dda3b71306fe9ae00f9')
-
-build() {
-  cd node-v${pkgver}
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-  export PYTHON=python2
-
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  make test || true
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/*.html \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 83979, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-07 20:46:58 UTC (rev 83980)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.8.19
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'python2')
+checkdepends=('curl') # curl used for check()
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
+sha256sums=('703207d7b394bd3d4035dc3c94b417ee441fd3ea66aa90cd3d7c9bb28e5f9df4')
+
+build() {
+  cd node-v${pkgver}
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+  export PYTHON=python2
+
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  make test || true
+}
+
+package() {
+  cd node-v${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/*.html \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-07 20:46:35 UTC (rev 83979)
+++ community-x86_64/PKGBUILD   2013-02-07 20:46:58 UTC (rev 83980)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# 

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

2013-02-07 Thread Andrea Scarpino
Date: Thursday, February 7, 2013 @ 21:59:42
  Author: andrea
Revision: 177598

upgpkg: kdemultimedia-ffmpegthumbs 4.10.0-2

ffmpeg rebuild

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 20:44:27 UTC (rev 177597)
+++ PKGBUILD2013-02-07 20:59:42 UTC (rev 177598)
@@ -3,7 +3,7 @@
 
 pkgname=kdemultimedia-ffmpegthumbs
 pkgver=4.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
 arch=('i686' 'x86_64')



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

2013-02-07 Thread Andrea Scarpino
Date: Thursday, February 7, 2013 @ 21:59:48
  Author: andrea
Revision: 177599

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

Added:
  kdemultimedia-ffmpegthumbs/repos/staging-i686/
  kdemultimedia-ffmpegthumbs/repos/staging-i686/PKGBUILD
(from rev 177598, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
  kdemultimedia-ffmpegthumbs/repos/staging-x86_64/
  kdemultimedia-ffmpegthumbs/repos/staging-x86_64/PKGBUILD
(from rev 177598, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdemultimedia-ffmpegthumbs/repos/staging-i686/PKGBUILD (from rev 
177598, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-07 20:59:48 UTC (rev 177599)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.10.0
+pkgrel=2
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
+sha1sums=('7ce2edec3efd081bb65f58455c7db476e09d8bd0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-ffmpegthumbs/repos/staging-x86_64/PKGBUILD (from rev 
177598, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-07 20:59:48 UTC (rev 177599)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.10.0
+pkgrel=2
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
+sha1sums=('7ce2edec3efd081bb65f58455c7db476e09d8bd0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in cinnamon/trunk (PKGBUILD fix-cursor-change.patch)

2013-02-07 Thread Balló György
Date: Thursday, February 7, 2013 @ 22:56:31
  Author: bgyorgy
Revision: 83981

Use versioned source tarball, remove obsoleted cursor change patch

Modified:
  cinnamon/trunk/PKGBUILD
Deleted:
  cinnamon/trunk/fix-cursor-change.patch

-+
 PKGBUILD|2 -
 fix-cursor-change.patch |   58 --
 2 files changed, 1 insertion(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 20:46:58 UTC (rev 83980)
+++ PKGBUILD2013-02-07 21:56:31 UTC (rev 83981)
@@ -20,7 +20,7 @@
 'nautilus: the official Gnome file manager')
 options=('!libtool' '!emptydirs')
 install=${pkgname}.install
-source=($pkgname.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver;
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver;
 cinnamon-screensaver.desktop
 cinnamon2d-screensaver.desktop
 gnome-autogen.sh)

Deleted: fix-cursor-change.patch
===
--- fix-cursor-change.patch 2013-02-07 20:46:58 UTC (rev 83980)
+++ fix-cursor-change.patch 2013-02-07 21:56:31 UTC (rev 83981)
@@ -1,58 +0,0 @@
 cinnamon-original/files/usr/lib/cinnamon-settings/cinnamon-settings.py 
2012-11-14 15:45:14.0 +0100
-+++ cinnamon-new/files/usr/lib/cinnamon-settings/cinnamon-settings.py  
2013-01-21 12:49:11.332556000 +0100
- try:
- import os
-@@ -915,7 +915,8 @@
- valid.sort(lambda a,b: cmp(a.lower(), b.lower()))
- res = []
- for i in valid:
--res.append((i, i))
-+if i != 'default':
-+res.append((i, i))
- return res
- 
- def _load_keybinding_themes(self):
-@@ -933,7 +934,8 @@
- valid.sort(lambda a,b: cmp(a.lower(), b.lower()))
- res = []
- for i in valid:
--res.append((i, i))
-+if i != 'default':
-+res.append((i, i))
- return res
- 
- def _load_window_themes(self):
-@@ -1638,7 +1640,7 @@
- def onCategoryChanged(self, tree):
- self.kb_store.clear()
- if tree.get_selection() is not None:
--categories, iter = tree.get_selection().get_selected()
-+categories, iter = tree.get_selection().get_selected() 
- if iter:
- category = categories[iter][1]
- if category.int_name is not custom:
-@@ -2005,7 +2007,7 @@
- 
- def on_my_setting_changed(self, settings, key):
- self.content_widget.set_text(self.settings.get_string(self.key))
--
-+
- def on_my_value_changed(self, event, widget):
- self.settings.set_string(self.key, self.content_widget.get_text())
- 
-@@ -2260,8 +2262,14 @@
- def on_my_value_changed(self, widget):
- tree_iter = widget.get_active_iter()
- if tree_iter != None:
--value = self.model[tree_iter][0]
-+value = self.model[tree_iter][0]  
- self.settings.set_string(self.key, value)
-+if self.key == 'cursor-theme':
-+if os.path.exists(/usr/share/icons/%s % value):
-+commands.getoutput('gksudo ln -snf /usr/share/icons/%s 
/usr/share/icons/default' % value.strip())
-+elif os.path.exists(%s/.icons/%s % 
(os.path.join(os.path.expanduser(~)), value)):
-+commands.getoutput('gksudo ln -snf %s/.icons/%s 
/usr/share/icons/default' % (os.path.join(os.path.expanduser(~)), value))
-+   
- 
- def on_dependency_setting_changed(self, settings, dep_key):
- if not self.dependency_invert:



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

2013-02-07 Thread Balló György
Date: Thursday, February 7, 2013 @ 23:09:51
  Author: bgyorgy
Revision: 83982

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

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 83981, muffin/trunk/PKGBUILD)
  muffin/repos/community-i686/muffin.install
(from rev 83981, muffin/trunk/muffin.install)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 83981, muffin/trunk/PKGBUILD)
  muffin/repos/community-x86_64/muffin.install
(from rev 83981, muffin/trunk/muffin.install)
Deleted:
  muffin/repos/community-i686/PKGBUILD
  muffin/repos/community-i686/muffin.install
  muffin/repos/community-x86_64/PKGBUILD
  muffin/repos/community-x86_64/muffin.install

-+
 community-i686/PKGBUILD |   73 +++---
 community-i686/muffin.install   |   31 +---
 community-x86_64/PKGBUILD   |   73 +++---
 community-x86_64/muffin.install |   31 +---
 4 files changed, 96 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-07 21:56:31 UTC (rev 83981)
+++ community-i686/PKGBUILD 2013-02-07 22:09:51 UTC (rev 83982)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Adam Hani Schakaki a...@schakaki.net
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.1.2
-pkgrel=2
-pkgdesc=Cinnamon window manager based on Mutter
-arch=('i686' 'x86_64')
-url=https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('libx11' 'libsm' 'clutter' 'gconf' 'gobject-introspection' 
'gsettings-desktop-schemas' 'libcanberra' 'libxxf86vm' 'startup-notification' 
'zenity' 'dconf')
-makedepends=('libltdl' 'intltool' 'gnome-doc-utils' 'gnome-common' 'libice')
-provides=('muffin-wm')
-conflicts=('muffin-wm')
-replaces=('muffin-wm')
-options=('!libtool' '!emptydirs')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver;)
-md5sums=('0950fa5c00a165c7fed73b0898d072d5')
-
-build() {
-  cd linuxmint-muffin-*
-
-  autoreconf -vfi
-  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin --localstatedir=/var --disable-static 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd linuxmint-muffin-*
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 83981, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-07 22:09:51 UTC (rev 83982)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Adam Hani Schakaki a...@schakaki.net
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.1.2
+pkgrel=3
+pkgdesc=Cinnamon window manager based on Mutter
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('libsm' 'clutter' 'gobject-introspection' 'gsettings-desktop-schemas' 
\
+'libcanberra' 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils')
+provides=('muffin-wm')
+conflicts=('muffin-wm')
+replaces=('muffin-wm')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver;)
+md5sums=('0950fa5c00a165c7fed73b0898d072d5')
+
+build() {
+  cd linuxmint-muffin-*
+
+  autoreconf -vfi
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd linuxmint-muffin-*
+  make DESTDIR=$pkgdir/ install
+}
+
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/muffin.install
===
--- community-i686/muffin.install   2013-02-07 21:56:31 UTC (rev 83981)
+++ community-i686/muffin.install   2013-02-07 22:09:51 UTC (rev 83982)
@@ -1,21 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/muffin.schemas ]; then
-/usr/sbin/gconfpkg --uninstall muffin
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  pre_upgrade
-}
-
-post_remove() {
-  post_install
-}

Copied: muffin/repos/community-i686/muffin.install (from rev 83981, 
muffin/trunk/muffin.install)
===
--- community-i686/muffin.install   (rev 0)
+++ community-i686/muffin.install   2013-02-07 22:09:51 UTC (rev 83982)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2013-02-07 Thread Balló György
Date: Thursday, February 7, 2013 @ 23:10:55
  Author: bgyorgy
Revision: 83983

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 83982, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon-screensaver.desktop
(from rev 83982, cinnamon/trunk/cinnamon-screensaver.desktop)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 83982, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/cinnamon2d-screensaver.desktop
(from rev 83982, cinnamon/trunk/cinnamon2d-screensaver.desktop)
  cinnamon/repos/community-i686/gnome-autogen.sh
(from rev 83982, cinnamon/trunk/gnome-autogen.sh)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 83982, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon-screensaver.desktop
(from rev 83982, cinnamon/trunk/cinnamon-screensaver.desktop)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 83982, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/cinnamon2d-screensaver.desktop
(from rev 83982, cinnamon/trunk/cinnamon2d-screensaver.desktop)
  cinnamon/repos/community-x86_64/gnome-autogen.sh
(from rev 83982, cinnamon/trunk/gnome-autogen.sh)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon-screensaver.desktop
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/cinnamon2d-screensaver.desktop
  cinnamon/repos/community-i686/fix-cursor-change.patch
  cinnamon/repos/community-i686/gnome-autogen.sh
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon-screensaver.desktop
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/cinnamon2d-screensaver.desktop
  cinnamon/repos/community-x86_64/fix-cursor-change.patch
  cinnamon/repos/community-x86_64/gnome-autogen.sh

-+
 community-i686/PKGBUILD |  140 +-
 community-i686/cinnamon-screensaver.desktop |   30 
 community-i686/cinnamon.install |   66 -
 community-i686/cinnamon2d-screensaver.desktop   |   30 
 community-i686/fix-cursor-change.patch  |   58 -
 community-i686/gnome-autogen.sh | 1076 +++---
 community-x86_64/PKGBUILD   |  140 +-
 community-x86_64/cinnamon-screensaver.desktop   |   30 
 community-x86_64/cinnamon.install   |   66 -
 community-x86_64/cinnamon2d-screensaver.desktop |   30 
 community-x86_64/fix-cursor-change.patch|   58 -
 community-x86_64/gnome-autogen.sh   | 1076 +++---
 12 files changed, 1336 insertions(+), 1464 deletions(-)

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


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

2013-02-07 Thread Alexander Rødseth
Date: Thursday, February 7, 2013 @ 23:46:08
  Author: arodseth
Revision: 83984

upgpkg: golangide 17-1

Modified:
  golangide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 22:10:55 UTC (rev 83983)
+++ PKGBUILD2013-02-07 22:46:08 UTC (rev 83984)
@@ -4,7 +4,7 @@
 # Contributor: Matteo matteo@gmail.com
 
 pkgname=golangide
-pkgver=16
+pkgver=17
 pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language (now LiteIDE X)'
 license=('LGPL')
@@ -19,7 +19,7 @@
 
source=($pkgname.tgz::https://nodeload.github.com/visualfc/liteide/tar.gz/master;
 'golangide.png'
 'golangide.sh')
-sha256sums=('ad40b86cace58bf85bf94e09d9dfc353cbdb31f09566bfd9487d15f321fbe078'
+sha256sums=('abc30259bc5d87d23713479e2e464cadd152e588a95400415f6a1247004cfeff'
 '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
 'aa5ea27f9c3626431a9cb45e5267771a1eeff48b2e3927c0574eaef9302cfd74')
 



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

2013-02-07 Thread Alexander Rødseth
Date: Thursday, February 7, 2013 @ 23:46:23
  Author: arodseth
Revision: 83985

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

Added:
  golangide/repos/community-i686/PKGBUILD
(from rev 83984, golangide/trunk/PKGBUILD)
  golangide/repos/community-i686/golangide.png
(from rev 83984, golangide/trunk/golangide.png)
  golangide/repos/community-i686/golangide.sh
(from rev 83984, golangide/trunk/golangide.sh)
  golangide/repos/community-x86_64/PKGBUILD
(from rev 83984, golangide/trunk/PKGBUILD)
  golangide/repos/community-x86_64/golangide.png
(from rev 83984, golangide/trunk/golangide.png)
  golangide/repos/community-x86_64/golangide.sh
(from rev 83984, golangide/trunk/golangide.sh)
Deleted:
  golangide/repos/community-i686/PKGBUILD
  golangide/repos/community-i686/golangide.png
  golangide/repos/community-i686/golangide.sh
  golangide/repos/community-x86_64/PKGBUILD
  golangide/repos/community-x86_64/golangide.png
  golangide/repos/community-x86_64/golangide.sh

---+
 community-i686/PKGBUILD   |  174 
 community-i686/golangide.sh   |   16 +--
 community-x86_64/PKGBUILD |  174 
 community-x86_64/golangide.sh |   16 +--
 4 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-07 22:46:08 UTC (rev 83984)
+++ community-i686/PKGBUILD 2013-02-07 22:46:23 UTC (rev 83985)
@@ -1,87 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-
-pkgname=golangide
-pkgver=16
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (now LiteIDE X)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'libpng12' 'glib2' 'qt' 'qjson' 'qtwebkit')
-makedepends=('gendesk')
-options=('!strip')
-_name=('Golang IDE')
-# http://$pkgname.googlecode.com/files/liteidex$pkgver.linux-386-webkit.tar.bz2
-# 
http://$pkgname.googlecode.com/files/liteidex$pkgver.linux-amd64-webkit.tar.bz2
-source=($pkgname.tgz::https://nodeload.github.com/visualfc/liteide/tar.gz/master;
-'golangide.png'
-'golangide.sh')
-sha256sums=('ad40b86cace58bf85bf94e09d9dfc353cbdb31f09566bfd9487d15f321fbe078'
-'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
-'aa5ea27f9c3626431a9cb45e5267771a1eeff48b2e3927c0574eaef9302cfd74')
-
-build() {
-  cd $srcdir
-  msg2 'Generating .desktop file...'
-  gendesk -n
-
-  msg2 'Compiling...'
-  cd liteide-master/build
-  chmod +x build_linux.sh webkit_linux.sh
-  QTDIR=/usr ./build_linux.sh
-  QTDIR=/usr ./webkit_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  msg2 'Fixing...'
-  cd ../liteidex
-  find . -name *.so -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-  find . -name liteide -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-}
-
-package() {
-  msg2 'Creating directories...'
-  mkdir -p $pkgdir/usr/lib/liteide
-  mkdir -p $pkgdir/usr/share/liteide
-  mkdir -p $pkgdir/usr/share/doc/$pkgname
-
-  cd $srcdir/liteide-master/build/liteide
-
-  msg2 'Packaging executables...'
-  for binary in goastview goapi goexec godocview liteide; do
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-
-  cd $srcdir/liteide-master/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* $pkgdir/usr/share/liteide
-  cp -r os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: golangide/repos/community-i686/PKGBUILD (from rev 83984, 
golangide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-07 22:46:23 UTC (rev 83985)
@@ -0,0 +1,87 @@
+#$Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+
+pkgname=golangide
+pkgver=17
+pkgrel=1

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

2013-02-07 Thread Alexander Rødseth
Date: Thursday, February 7, 2013 @ 23:53:41
  Author: arodseth
Revision: 83986

Included odbc

Modified:
  erlang/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 22:46:23 UTC (rev 83985)
+++ PKGBUILD2013-02-07 22:53:41 UTC (rev 83986)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:  Lukas Fleischer archli...@cryptocrack.de
+# Maintainer: Lukas Fleischer archli...@cryptocrack.de
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Vesa Kaihlavirta v...@archlinux.org
 # Contributor: Sarah Hay sarah...@mb.sympatico.ca
@@ -8,15 +8,14 @@
 
 pkgname=erlang
 pkgver=R15B03_1
-pkgrel=2
+pkgrel=3
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson'
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')
-depends=('ncurses' 'glu' 'wxgtk' 'openssl')
+depends=('ncurses' 'glu' 'wxgtk' 'openssl' 'unixodbc')
 makedepends=('perl' 'mesa' 'lksctp-tools')
-optdepends=('unixodbc: for database support'
-'java-environment: for Java support'
+optdepends=('java-environment: for Java support'
 'lksctp-tools: for SCTP support')
 source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
 http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
@@ -26,9 +25,7 @@
 build() {
   cd $srcdir/otp_src_${pkgver/_1/}
 
-  msg2 'Configuring...'
   ./configure --prefix=/usr --enable-smp-support --with-odbc
-  msg2 'Compiling...'
   make
 }
 
@@ -37,17 +34,17 @@
 
   make DESTDIR=$pkgdir install
 
-  # Install documentation
+  # Documentation
   install -d $pkgdir/usr/share/doc/erlang
   install -m0644 $srcdir/otp_src_${pkgver/_1/}/README.md \
 $srcdir/{README,COPYRIGHT} \
 $pkgdir/usr/share/doc/erlang
 
-  # Install compressed man pages
+  # Compressed man pages
   for page in $srcdir/man/man?/*; do gzip $page; done
   cp -r $srcdir/man $pkgdir/usr/lib/erlang
 
-  # Install license
+  # License
   install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
 $pkgdir/usr/share/licenses/$pkgname/EPLICENCE
 }



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

2013-02-07 Thread Alexander Rødseth
Date: Thursday, February 7, 2013 @ 23:53:55
  Author: arodseth
Revision: 83987

Included odbc

Modified:
  erlang-nox/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 22:53:41 UTC (rev 83986)
+++ PKGBUILD2013-02-07 22:53:55 UTC (rev 83987)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 80307 2012-11-19 19:18:28Z arodseth $
+# $Id$
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Lukas Fleischer archli...@cryptocrack.de
 # Contributor: Vesa Kaihlavirta v...@archlinux.org
@@ -8,17 +8,16 @@
 
 pkgname=erlang-nox
 pkgver=R15B03_1
-pkgrel=2
+pkgrel=3
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')
-depends=('ncurses' 'openssl')
+depends=('ncurses' 'openssl' 'unixodbc')
+makedepends=('perl' 'lksctp-tools')
 provides=('erlang')
 conflicts=('erlang')
-makedepends=('perl' 'lksctp-tools')
-optdepends=('unixodbc: for database support'
-'java-environment: for Java support'
+optdepends=('java-environment: for Java support'
 'lksctp-tools: for SCTP support')
 source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
 http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
@@ -28,9 +27,7 @@
 build() {
   cd $srcdir/otp_src_${pkgver/_1/}
 
-  msg2 'Configuring...'
   ./configure --prefix=/usr --enable-smp-support --with-odbc
-  msg2 'Compiling...'
   make
 }
 
@@ -39,17 +36,17 @@
 
   make DESTDIR=$pkgdir install
 
-  # Install documentation
+  # Documentation
   install -d $pkgdir/usr/share/doc/erlang
   install -m0644 $srcdir/otp_src_${pkgver/_1/}/README.md \
 $srcdir/{README,COPYRIGHT} \
 $pkgdir/usr/share/doc/erlang
 
-  # Install compressed man pages
+  # Compressed man pages
   for page in $srcdir/man/man?/*; do gzip $page; done
   cp -r $srcdir/man $pkgdir/usr/lib/erlang
 
-  # Install license
+  # License
   install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
 $pkgdir/usr/share/licenses/$pkgname/EPLICENCE
 }


Property changes on: erlang-nox/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-02-07 Thread Pierre Schmitz
Date: Friday, February 8, 2013 @ 00:05:56
  Author: pierre
Revision: 177600

upgpkg: openssl 1.0.1.d-1

Added:
  openssl/trunk/Fix-IV-check-and-padding-removal.patch
Modified:
  openssl/trunk/PKGBUILD

+
 Fix-IV-check-and-padding-removal.patch |   72 +++
 PKGBUILD   |   15 --
 2 files changed, 82 insertions(+), 5 deletions(-)

Added: Fix-IV-check-and-padding-removal.patch
===
--- Fix-IV-check-and-padding-removal.patch  (rev 0)
+++ Fix-IV-check-and-padding-removal.patch  2013-02-07 23:05:56 UTC (rev 
177600)
@@ -0,0 +1,72 @@
+From 32cc2479b473c49ce869e57fded7e9a77b695c0d Mon Sep 17 00:00:00 2001
+From: Dr. Stephen Henson st...@openssl.org
+Date: Thu, 7 Feb 2013 21:06:37 +
+Subject: [PATCH] Fix IV check and padding removal.
+
+Fix the calculation that checks there is enough room in a record
+after removing padding and optional explicit IV. (by Steve)
+
+For AEAD remove the correct number of padding bytes (by Andy)
+---
+ ssl/s3_cbc.c | 33 -
+ 1 file changed, 12 insertions(+), 21 deletions(-)
+
+diff --git a/ssl/s3_cbc.c b/ssl/s3_cbc.c
+index ce77acd..0f60507 100644
+--- a/ssl/s3_cbc.c
 b/ssl/s3_cbc.c
+@@ -139,31 +139,22 @@ int tls1_cbc_remove_padding(const SSL* s,
+   unsigned mac_size)
+   {
+   unsigned padding_length, good, to_check, i;
+-  const char has_explicit_iv =
+-  s-version = TLS1_1_VERSION || s-version == DTLS1_VERSION;
+-  const unsigned overhead = 1 /* padding length byte */ +
+-mac_size +
+-(has_explicit_iv ? block_size : 0);
+-
+-  /* These lengths are all public so we can test them in non-constant
+-   * time. */
+-  if (overhead  rec-length)
+-  return 0;
+-
+-  /* We can always safely skip the explicit IV. We check at the beginning
+-   * of this function that the record has at least enough space for the
+-   * IV, MAC and padding length byte. (These can be checked in
+-   * non-constant time because it's all public information.) So, if the
+-   * padding was invalid, then we didn't change |rec-length| and this is
+-   * safe. If the padding was valid then we know that we have at least
+-   * overhead+padding_length bytes of space and so this is still safe
+-   * because overhead accounts for the explicit IV. */
+-  if (has_explicit_iv)
++  const unsigned overhead = 1 /* padding length byte */ + mac_size;
++  /* Check if version requires explicit IV */
++  if (s-version = TLS1_1_VERSION || s-version == DTLS1_VERSION)
+   {
++  /* These lengths are all public so we can test them in
++   * non-constant time.
++   */
++  if (overhead + block_size  rec-length)
++  return 0;
++  /* We can now safely skip explicit IV */
+   rec-data += block_size;
+   rec-input += block_size;
+   rec-length -= block_size;
+   }
++  else if (overhead  rec-length)
++  return 0;
+ 
+   padding_length = rec-data[rec-length-1];
+ 
+@@ -190,7 +181,7 @@ int tls1_cbc_remove_padding(const SSL* s,
+   if (EVP_CIPHER_flags(s-enc_read_ctx-cipher)EVP_CIPH_FLAG_AEAD_CIPHER)
+   {
+   /* padding is already verified */
+-  rec-length -= padding_length;
++  rec-length -= padding_length + 1;
+   return 1;
+   }
+ 
+-- 
+1.8.1.2
+

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 20:59:48 UTC (rev 177599)
+++ PKGBUILD2013-02-07 23:05:56 UTC (rev 177600)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=openssl
-_ver=1.0.1c
+_ver=1.0.1d
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
@@ -19,12 +19,14 @@
 https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
 'fix-manpages.patch'
 'no-rpath.patch'
-'ca-dir.patch')
-md5sums=('ae412727c8c15b67880aef7bd2999b2e'
- 'a3d90bc42253def61cd1c4237f1ce5f7'
+'ca-dir.patch'
+'Fix-IV-check-and-padding-removal.patch')
+md5sums=('b92fc634f0f1f31a67ed4175adc5ba33'
+ 'f06c54781073ef57c01b593adf377759'
  '5bbc0655bda2af95bc8eb568963ce8ba'
  'dc78d3d06baffc16217519242ce92478'
- '3bf51be3a1bbd262be46dc619f92aa90')
+ '3bf51be3a1bbd262be46dc619f92aa90'
+ 'b92ec62a1f3e7fdc65481afff709cd8b')
 
 build() {
cd $srcdir/$pkgname-$_ver
@@ -44,6 +46,9 @@
patch -p0 -i $srcdir/no-rpath.patch
# set ca dir to /etc/ssl by default
patch -p0 -i $srcdir/ca-dir.patch
+   # 

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

2013-02-07 Thread Pierre Schmitz
Date: Friday, February 8, 2013 @ 00:06:16
  Author: pierre
Revision: 177601

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

Added:
  openssl/repos/testing-i686/
  openssl/repos/testing-i686/Fix-IV-check-and-padding-removal.patch
(from rev 177600, openssl/trunk/Fix-IV-check-and-padding-removal.patch)
  openssl/repos/testing-i686/PKGBUILD
(from rev 177600, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 177600, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-i686/fix-manpages.patch
(from rev 177600, openssl/trunk/fix-manpages.patch)
  openssl/repos/testing-i686/no-rpath.patch
(from rev 177600, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/Fix-IV-check-and-padding-removal.patch
(from rev 177600, openssl/trunk/Fix-IV-check-and-padding-removal.patch)
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 177600, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 177600, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/fix-manpages.patch
(from rev 177600, openssl/trunk/fix-manpages.patch)
  openssl/repos/testing-x86_64/no-rpath.patch
(from rev 177600, openssl/trunk/no-rpath.patch)

---+
 testing-i686/Fix-IV-check-and-padding-removal.patch   |   72 
 testing-i686/PKGBUILD |   77 
 testing-i686/ca-dir.patch |   33 
 testing-i686/fix-manpages.patch   | 1920 
 testing-i686/no-rpath.patch   |   11 
 testing-x86_64/Fix-IV-check-and-padding-removal.patch |   72 
 testing-x86_64/PKGBUILD   |   77 
 testing-x86_64/ca-dir.patch   |   33 
 testing-x86_64/fix-manpages.patch | 1920 
 testing-x86_64/no-rpath.patch |   11 
 10 files changed, 4226 insertions(+)

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


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

2013-02-07 Thread Eric Bélanger
Date: Friday, February 8, 2013 @ 01:38:46
  Author: eric
Revision: 177602

upgpkg: k3b 2.0.2-8

Rebuild against ffmpeg and x264

Modified:
  k3b/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 23:06:16 UTC (rev 177601)
+++ PKGBUILD2013-02-08 00:38:46 UTC (rev 177602)
@@ -3,7 +3,7 @@
 
 pkgname=k3b
 pkgver=2.0.2
-pkgrel=7
+pkgrel=8
 pkgdesc=Feature-rich and easy to handle CD burning application
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/k3b/;



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

2013-02-07 Thread Eric Bélanger
Date: Friday, February 8, 2013 @ 01:39:38
  Author: eric
Revision: 177603

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

Added:
  k3b/repos/staging-i686/
  k3b/repos/staging-i686/PKGBUILD
(from rev 177602, k3b/trunk/PKGBUILD)
  k3b/repos/staging-i686/k3b-2.0.2-ffmpeg.patch
(from rev 177602, k3b/trunk/k3b-2.0.2-ffmpeg.patch)
  k3b/repos/staging-i686/k3b-2.0.2-libavformat54.patch
(from rev 177602, k3b/trunk/k3b-2.0.2-libavformat54.patch)
  k3b/repos/staging-i686/k3b.install
(from rev 177602, k3b/trunk/k3b.install)
  k3b/repos/staging-x86_64/
  k3b/repos/staging-x86_64/PKGBUILD
(from rev 177602, k3b/trunk/PKGBUILD)
  k3b/repos/staging-x86_64/k3b-2.0.2-ffmpeg.patch
(from rev 177602, k3b/trunk/k3b-2.0.2-ffmpeg.patch)
  k3b/repos/staging-x86_64/k3b-2.0.2-libavformat54.patch
(from rev 177602, k3b/trunk/k3b-2.0.2-libavformat54.patch)
  k3b/repos/staging-x86_64/k3b.install
(from rev 177602, k3b/trunk/k3b.install)

--+
 staging-i686/PKGBUILD|   44 +++
 staging-i686/k3b-2.0.2-ffmpeg.patch  |   96 +
 staging-i686/k3b-2.0.2-libavformat54.patch   |   22 +
 staging-i686/k3b.install |   13 +++
 staging-x86_64/PKGBUILD  |   44 +++
 staging-x86_64/k3b-2.0.2-ffmpeg.patch|   96 +
 staging-x86_64/k3b-2.0.2-libavformat54.patch |   22 +
 staging-x86_64/k3b.install   |   13 +++
 8 files changed, 350 insertions(+)

Copied: k3b/repos/staging-i686/PKGBUILD (from rev 177602, k3b/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-08 00:39:38 UTC (rev 177603)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=k3b
+pkgver=2.0.2
+pkgrel=8
+pkgdesc=Feature-rich and easy to handle CD burning application
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/k3b/;
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' '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'
+'cdparanoia: for cd ripping 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_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: k3b/repos/staging-i686/k3b-2.0.2-ffmpeg.patch (from rev 177602, 
k3b/trunk/k3b-2.0.2-ffmpeg.patch)
===
--- staging-i686/k3b-2.0.2-ffmpeg.patch (rev 0)
+++ staging-i686/k3b-2.0.2-ffmpeg.patch 2013-02-08 00:39:38 UTC (rev 177603)
@@ -0,0 +1,96 @@
+commit 61ca30beb978f68e72257408777c6433f33129bd
+Author: Michal Malek mich...@jabster.pl
+Date:   Sun Aug 28 20:18:53 2011 +0200
+
+Fixed compilation with new FFMPEG
+
+BUG: 274817
+FIXED-IN: 2.0.3
+
+diff --git a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp 
b/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
+index 0ad59fc..0c5f366 100644
+--- a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
 b/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
+@@ -109,7 +109,13 @@ bool K3bFFMpegFile::open()
+ #else
+ ::AVCodecContext* codecContext =  d-formatContext-streams[0]-codec;
+ #endif
+-if( codecContext-codec_type != CODEC_TYPE_AUDIO ) {
++if( codecContext-codec_type != 
++#if LIBAVCODEC_VERSION_INT = AV_VERSION_INT(52, 64, 0)
++AVMEDIA_TYPE_AUDIO)
++#else
++CODEC_TYPE_AUDIO)
++#endif
++{
+ kDebug()  (K3bFFMpegFile) not a simple audio stream:   
m_filename;
+ return false;
+ }
+@@ -225,8 +231,11 @@ QString K3bFFMpegFile::typeComment() const
+ QString K3bFFMpegFile::title() const
+ {
+ // FIXME: is this UTF8 or something??
+-if( d-formatContext-title[0] != '\0' )
+-return QString::fromLocal8Bit( d-formatContext-title );
++AVDictionaryEntry *ade = av_dict_get( d-formatContext-metadata, 
TITLE, NULL, 0 );

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

2013-02-07 Thread Felix Yan
Date: Friday, February 8, 2013 @ 02:38:53
  Author: fyan
Revision: 83988

upgpkg: xnoise 0.2.15-1

Modified:
  xnoise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 22:53:55 UTC (rev 83987)
+++ PKGBUILD2013-02-08 01:38:53 UTC (rev 83988)
@@ -3,8 +3,8 @@
 # Contributor: archtux antonio dot arias9 at gmail dot com
 
 pkgname=xnoise
-pkgver=0.2.14
-pkgrel=6
+pkgver=0.2.15
+pkgrel=1
 pkgdesc=Media player with a slick GUI, great speed and lots of features.
 arch=('i686' 'x86_64')
 url=http://www.xnoise-media-player.com/;
@@ -35,3 +35,4 @@
   # Remove obsolete files
   rm -rf $pkgdir/usr/include $pkgdir/usr/share/vala
 }
+md5sums=('59736de51d9747e7a784103b902f9222')



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

2013-02-07 Thread Felix Yan
Date: Friday, February 8, 2013 @ 02:40:12
  Author: fyan
Revision: 83989

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

Added:
  xnoise/repos/community-i686/PKGBUILD
(from rev 83988, xnoise/trunk/PKGBUILD)
  xnoise/repos/community-i686/xnoise.install
(from rev 83988, xnoise/trunk/xnoise.install)
  xnoise/repos/community-x86_64/PKGBUILD
(from rev 83988, xnoise/trunk/PKGBUILD)
  xnoise/repos/community-x86_64/xnoise.install
(from rev 83988, xnoise/trunk/xnoise.install)
Deleted:
  xnoise/repos/community-i686/PKGBUILD
  xnoise/repos/community-i686/xnoise.install
  xnoise/repos/community-x86_64/PKGBUILD
  xnoise/repos/community-x86_64/xnoise.install

-+
 community-i686/PKGBUILD |   75 +++---
 community-i686/xnoise.install   |   26 ++---
 community-x86_64/PKGBUILD   |   75 +++---
 community-x86_64/xnoise.install |   26 ++---
 4 files changed, 102 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-08 01:38:53 UTC (rev 83988)
+++ community-i686/PKGBUILD 2013-02-08 01:40:12 UTC (rev 83989)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: archtux antonio dot arias9 at gmail dot com
-
-pkgname=xnoise
-pkgver=0.2.14
-pkgrel=6
-pkgdesc=Media player with a slick GUI, great speed and lots of features.
-arch=('i686' 'x86_64')
-url=http://www.xnoise-media-player.com/;
-license=('GPL2')
-depends=('desktop-file-utils' 'gnome-icon-theme' 'gstreamer0.10-base-plugins' 
'gtk3' 'libsoup' 'sqlite' 'taglib')
-optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
-   'gstreamer0.10-bad-plugins: Extra media codecs'
-'gstreamer0.10-ugly-plugins: Extra media codecs'
-   'gstreamer0.10-ffmpeg: Extra media codecs')
-makedepends=('gettext' 'intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(https://bitbucket.org/shuerhaaken/xnoise/downloads/$pkgname-$pkgver.tar.gz;)
-md5sums=('774b52c94d5b1d3de963307835ade35b')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  # Remove obsolete files
-  rm -rf $pkgdir/usr/include $pkgdir/usr/share/vala
-}

Copied: xnoise/repos/community-i686/PKGBUILD (from rev 83988, 
xnoise/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-08 01:40:12 UTC (rev 83989)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=xnoise
+pkgver=0.2.15
+pkgrel=1
+pkgdesc=Media player with a slick GUI, great speed and lots of features.
+arch=('i686' 'x86_64')
+url=http://www.xnoise-media-player.com/;
+license=('GPL2')
+depends=('desktop-file-utils' 'gnome-icon-theme' 'gstreamer0.10-base-plugins' 
'gtk3' 'libsoup' 'sqlite' 'taglib')
+optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
+   'gstreamer0.10-bad-plugins: Extra media codecs'
+'gstreamer0.10-ugly-plugins: Extra media codecs'
+   'gstreamer0.10-ffmpeg: Extra media codecs')
+makedepends=('gettext' 'intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(https://bitbucket.org/shuerhaaken/xnoise/downloads/$pkgname-$pkgver.tar.gz;)
+md5sums=('774b52c94d5b1d3de963307835ade35b')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # Remove obsolete files
+  rm -rf $pkgdir/usr/include $pkgdir/usr/share/vala
+}
+md5sums=('59736de51d9747e7a784103b902f9222')

Deleted: community-i686/xnoise.install
===
--- community-i686/xnoise.install   2013-02-08 01:38:53 UTC (rev 83988)
+++ community-i686/xnoise.install   2013-02-08 01:40:12 UTC (rev 83989)
@@ -1,13 +0,0 @@
- 
-post_install() {
-  gtk-update-icon-cache -t -f /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: xnoise/repos/community-i686/xnoise.install (from rev 83988, 
xnoise/trunk/xnoise.install)
===
--- community-i686/xnoise.install   (rev 0)
+++ community-i686/xnoise.install   2013-02-08 01:40:12 UTC (rev 83989)
@@ -0,0 +1,13 @@
+ 
+post_install() {
+  gtk-update-icon-cache -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2013-02-07 Thread Gaetan Bisson
Date: Friday, February 8, 2013 @ 04:12:11
  Author: bisson
Revision: 177604

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

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 177603, openssh/repos/testing-i686/PKGBUILD)
  openssh/repos/core-i686/sshd
(from rev 177603, openssh/repos/testing-i686/sshd)
  openssh/repos/core-i686/sshd.close-sessions
(from rev 177603, openssh/repos/testing-i686/sshd.close-sessions)
  openssh/repos/core-i686/sshd.confd
(from rev 177603, openssh/repos/testing-i686/sshd.confd)
  openssh/repos/core-i686/sshd.pam
(from rev 177603, openssh/repos/testing-i686/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 177603, openssh/repos/testing-i686/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 177603, openssh/repos/testing-i686/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 177603, openssh/repos/testing-i686/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 177603, openssh/repos/testing-i686/sshdgenkeys.service)
  openssh/repos/core-x86_64/PKGBUILD
(from rev 177603, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/sshd
(from rev 177603, openssh/repos/testing-x86_64/sshd)
  openssh/repos/core-x86_64/sshd.close-sessions
(from rev 177603, openssh/repos/testing-x86_64/sshd.close-sessions)
  openssh/repos/core-x86_64/sshd.confd
(from rev 177603, openssh/repos/testing-x86_64/sshd.confd)
  openssh/repos/core-x86_64/sshd.pam
(from rev 177603, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 177603, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 177603, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 177603, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 177603, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/sshd
  openssh/repos/core-i686/sshd.close-sessions
  openssh/repos/core-i686/sshd.confd
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshd@.service
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/sshd
  openssh/repos/core-x86_64/sshd.close-sessions
  openssh/repos/core-x86_64/sshd.confd
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-i686/
  openssh/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  190 +++---
 core-i686/sshd  |   88 -
 core-i686/sshd.close-sessions   |   34 +++---
 core-i686/sshd.confd|8 -
 core-i686/sshd.pam  |   19 +--
 core-i686/sshd.service  |   32 +++---
 core-i686/sshd.socket   |   20 ++--
 core-i686/sshd@.service |   16 +--
 core-i686/sshdgenkeys.service   |   30 +++---
 core-x86_64/PKGBUILD|  190 +++---
 core-x86_64/sshd|   88 -
 core-x86_64/sshd.close-sessions |   34 +++---
 core-x86_64/sshd.confd  |8 -
 core-x86_64/sshd.pam|   19 +--
 core-x86_64/sshd.service|   32 +++---
 core-x86_64/sshd.socket |   20 ++--
 core-x86_64/sshd@.service   |   16 +--
 core-x86_64/sshdgenkeys.service |   30 +++---
 18 files changed, 430 insertions(+), 444 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-02-08 00:39:38 UTC (rev 177603)
+++ core-i686/PKGBUILD  2013-02-08 03:12:11 UTC (rev 177604)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=openssh
-pkgver=6.1p1
-pkgrel=4
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz;
-'sshd.close-sessions'
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.confd'
-'sshd.pam'
-'sshd')
-sha1sums=('751c92c912310c3aa9cadc113e14458f843fc7b3'
-  '954bf1660aa32620c37034320877f4511b767ccb'
-  '6df5be396f8c593bb511a249a1453294d18a01a6'
-  

  1   2   >