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

2013-07-12 Thread Eric Bélanger
Date: Friday, July 12, 2013 @ 08:16:17
  Author: eric
Revision: 189977

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

Added:
  python-markupsafe/repos/extra-i686/PKGBUILD
(from rev 189976, python-markupsafe/trunk/PKGBUILD)
  python-markupsafe/repos/extra-x86_64/PKGBUILD
(from rev 189976, python-markupsafe/trunk/PKGBUILD)
Deleted:
  python-markupsafe/repos/extra-i686/PKGBUILD
  python-markupsafe/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   98 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 98 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 06:15:50 UTC (rev 189976)
+++ extra-i686/PKGBUILD 2013-07-12 06:16:17 UTC (rev 189977)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alex Anthony alex.anthony28...@gmail.com
-
-pkgname=('python-markupsafe' 'python2-markupsafe')
-pkgver=0.15
-pkgrel=2
-pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/MarkupSafe;
-license=('custom')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
-md5sums=('4e7c4d965fe5e033fa2d7bb7746bb186')
-
-build() {
-  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
-  cd ${srcdir}/MarkupSafe-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/python2-MarkupSafe-${pkgver}
-  python2 setup.py build
-}
-
-package_python-markupsafe() {
-  depends=('python')
-
-  cd ${srcdir}/MarkupSafe-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1
-
-  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE
-}
-
-package_python2-markupsafe() {
-  depends=('python2')
-
-  cd ${srcdir}/python2-MarkupSafe-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE
-}

Copied: python-markupsafe/repos/extra-i686/PKGBUILD (from rev 189976, 
python-markupsafe/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 06:16:17 UTC (rev 189977)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Alex Anthony alex.anthony28...@gmail.com
+
+pkgname=('python-markupsafe' 'python2-markupsafe')
+pkgver=0.18
+pkgrel=1
+pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/MarkupSafe;
+license=('custom')
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
+md5sums=('f8d252fd05371e51dec2fe9a36890687')
+
+build() {
+  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py test
+}
+
+package_python-markupsafe() {
+  depends=('python')
+
+  cd MarkupSafe-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE
+}
+
+package_python2-markupsafe() {
+  depends=('python2')
+
+  cd python2-MarkupSafe-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 06:15:50 UTC (rev 189976)
+++ extra-x86_64/PKGBUILD   2013-07-12 06:16:17 UTC (rev 189977)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alex Anthony alex.anthony28...@gmail.com
-
-pkgname=('python-markupsafe' 'python2-markupsafe')
-pkgver=0.15
-pkgrel=2
-pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/MarkupSafe;
-license=('custom')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
-md5sums=('4e7c4d965fe5e033fa2d7bb7746bb186')
-
-build() {
-  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
-  cd ${srcdir}/MarkupSafe-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/python2-MarkupSafe-${pkgver}
-  python2 setup.py build
-}
-
-package_python-markupsafe() {
-  depends=('python')
-
-  cd ${srcdir}/MarkupSafe-${pkgver}
-  python setup.py install --root=${pkgdir} 

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

2013-07-12 Thread Eric Bélanger
Date: Friday, July 12, 2013 @ 08:15:50
  Author: eric
Revision: 189976

upgpkg: python-markupsafe 0.18-1

Upstream update, Add check function

Modified:
  python-markupsafe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 04:54:10 UTC (rev 189975)
+++ PKGBUILD2013-07-12 06:15:50 UTC (rev 189976)
@@ -3,15 +3,15 @@
 # Contributor: Alex Anthony alex.anthony28...@gmail.com
 
 pkgname=('python-markupsafe' 'python2-markupsafe')
-pkgver=0.15
-pkgrel=2
+pkgver=0.18
+pkgrel=1
 pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
 arch=('i686' 'x86_64')
 url=http://pypi.python.org/pypi/MarkupSafe;
 license=('custom')
 makedepends=('python-distribute' 'python2-distribute')
 
source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
-md5sums=('4e7c4d965fe5e033fa2d7bb7746bb186')
+md5sums=('f8d252fd05371e51dec2fe9a36890687')
 
 build() {
   cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
@@ -22,10 +22,18 @@
   python2 setup.py build
 }
 
+check() {
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py test
+}
+
 package_python-markupsafe() {
   depends=('python')
 
-  cd ${srcdir}/MarkupSafe-${pkgver}
+  cd MarkupSafe-${pkgver}
   python setup.py install --root=${pkgdir} --optimize=1
 
   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE
@@ -34,7 +42,7 @@
 package_python2-markupsafe() {
   depends=('python2')
 
-  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  cd python2-MarkupSafe-${pkgver}
   python2 setup.py install --root=${pkgdir} --optimize=1
 
   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE



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

2013-07-12 Thread Eric Bélanger
Date: Friday, July 12, 2013 @ 08:44:17
  Author: eric
Revision: 189978

upgpkg: rtmpdump 20121230-1

Upstream update, PKGBUILD clean up

Modified:
  rtmpdump/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 06:16:17 UTC (rev 189977)
+++ PKGBUILD2013-07-12 06:44:17 UTC (rev 189978)
@@ -4,8 +4,8 @@
 # Contributor: Elis Hughes elishug...@googlemail.com
 
 pkgname=rtmpdump
-pkgver=20121203
-pkgrel=2
+pkgver=20121230
+pkgrel=1
 pkgdesc=A tool to download rtmp streams
 arch=('i686' 'x86_64')
 url=http://rtmpdump.mplayerhq.hu/;
@@ -14,16 +14,14 @@
 options=(!makeflags)
 #git://git.ffmpeg.org/rtmpdump 
 source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e5d9f7411bddd5a12be677f2a285c38100313db2b3b1f8d2a709d46e03741409')
+sha256sums=('89faf9df54204dbab211621809aa961ea6405e192cc0ce6633307e87aed400b7')
 
 build() {
-make -C $pkgname-$pkgver
+  cd $pkgname-$pkgver
+  make
 }
 
 package() {
-make -C $pkgname-$pkgver prefix=/usr mandir=/usr/share/man 
DESTDIR=$pkgdir install
-# usrmove
-cd $pkgdir
-mv usr/sbin/* usr/bin
-rmdir usr/sbin
+  cd $pkgname-$pkgver
+  make prefix=/usr sbindir=/usr/bin mandir=/usr/share/man DESTDIR=$pkgdir 
install
 }



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

2013-07-12 Thread Eric Bélanger
Date: Friday, July 12, 2013 @ 08:44:58
  Author: eric
Revision: 189979

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 06:44:17 UTC (rev 189978)
+++ extra-i686/PKGBUILD 2013-07-12 06:44:58 UTC (rev 189979)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: xduugu
-# Contributor: Elis Hughes elishug...@googlemail.com
-
-pkgname=rtmpdump
-pkgver=20121203
-pkgrel=2
-pkgdesc=A tool to download rtmp streams
-arch=('i686' 'x86_64')
-url=http://rtmpdump.mplayerhq.hu/;
-license=('GPL2' 'LGPL2.1')
-depends=('openssl')
-options=(!makeflags)
-#git://git.ffmpeg.org/rtmpdump 
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e5d9f7411bddd5a12be677f2a285c38100313db2b3b1f8d2a709d46e03741409')
-
-build() {
-make -C $pkgname-$pkgver
-}
-
-package() {
-make -C $pkgname-$pkgver prefix=/usr mandir=/usr/share/man 
DESTDIR=$pkgdir install
-# usrmove
-cd $pkgdir
-mv usr/sbin/* usr/bin
-rmdir usr/sbin
-}

Copied: rtmpdump/repos/extra-i686/PKGBUILD (from rev 189978, 
rtmpdump/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 06:44:58 UTC (rev 189979)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: xduugu
+# Contributor: Elis Hughes elishug...@googlemail.com
+
+pkgname=rtmpdump
+pkgver=20121230
+pkgrel=1
+pkgdesc=A tool to download rtmp streams
+arch=('i686' 'x86_64')
+url=http://rtmpdump.mplayerhq.hu/;
+license=('GPL2' 'LGPL2.1')
+depends=('openssl')
+options=(!makeflags)
+#git://git.ffmpeg.org/rtmpdump 
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('89faf9df54204dbab211621809aa961ea6405e192cc0ce6633307e87aed400b7')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix=/usr sbindir=/usr/bin mandir=/usr/share/man DESTDIR=$pkgdir 
install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 06:44:17 UTC (rev 189978)
+++ extra-x86_64/PKGBUILD   2013-07-12 06:44:58 UTC (rev 189979)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: xduugu
-# Contributor: Elis Hughes elishug...@googlemail.com
-
-pkgname=rtmpdump
-pkgver=20121203
-pkgrel=2
-pkgdesc=A tool to download rtmp streams
-arch=('i686' 'x86_64')
-url=http://rtmpdump.mplayerhq.hu/;
-license=('GPL2' 'LGPL2.1')
-depends=('openssl')
-options=(!makeflags)
-#git://git.ffmpeg.org/rtmpdump 
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e5d9f7411bddd5a12be677f2a285c38100313db2b3b1f8d2a709d46e03741409')
-
-build() {
-make -C $pkgname-$pkgver
-}
-
-package() {
-make -C $pkgname-$pkgver prefix=/usr mandir=/usr/share/man 
DESTDIR=$pkgdir install
-# usrmove
-cd $pkgdir
-mv usr/sbin/* usr/bin
-rmdir usr/sbin
-}

Copied: rtmpdump/repos/extra-x86_64/PKGBUILD (from rev 189978, 
rtmpdump/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-12 06:44:58 UTC (rev 189979)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: xduugu
+# Contributor: Elis Hughes elishug...@googlemail.com
+
+pkgname=rtmpdump
+pkgver=20121230
+pkgrel=1
+pkgdesc=A tool to download rtmp streams
+arch=('i686' 'x86_64')
+url=http://rtmpdump.mplayerhq.hu/;
+license=('GPL2' 'LGPL2.1')
+depends=('openssl')
+options=(!makeflags)
+#git://git.ffmpeg.org/rtmpdump 
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('89faf9df54204dbab211621809aa961ea6405e192cc0ce6633307e87aed400b7')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix=/usr sbindir=/usr/bin mandir=/usr/share/man DESTDIR=$pkgdir 
install
+}



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

2013-07-12 Thread Maxime Gauduin
Date: Friday, July 12, 2013 @ 10:01:02
  Author: alucryd
Revision: 93965

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

Added:
  ffmpegsource/repos/community-staging-i686/
  ffmpegsource/repos/community-staging-i686/PKGBUILD
(from rev 93964, ffmpegsource/trunk/PKGBUILD)
  ffmpegsource/repos/community-staging-i686/autoconf.patch
(from rev 93964, ffmpegsource/trunk/autoconf.patch)
  ffmpegsource/repos/community-staging-x86_64/
  ffmpegsource/repos/community-staging-x86_64/PKGBUILD
(from rev 93964, ffmpegsource/trunk/PKGBUILD)
  ffmpegsource/repos/community-staging-x86_64/autoconf.patch
(from rev 93964, ffmpegsource/trunk/autoconf.patch)

-+
 community-staging-i686/PKGBUILD |   47 ++
 community-staging-i686/autoconf.patch   |   11 +++
 community-staging-x86_64/PKGBUILD   |   47 ++
 community-staging-x86_64/autoconf.patch |   11 +++
 4 files changed, 116 insertions(+)

Copied: ffmpegsource/repos/community-staging-i686/PKGBUILD (from rev 93964, 
ffmpegsource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 08:01:02 UTC (rev 93965)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffmpegsource
+pkgver=755
+pkgrel=1
+pkgdesc=A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/ffmpegsource/;
+license=('MIT')
+depends=('ffmpeg')
+makedepends=('svn')
+options=('!libtool')
+source=(${pkgname}::svn+http://ffmpegsource.googlecode.com/svn/trunk/;
+'autoconf.patch')
+sha256sums=('SKIP'
+'2cfa7d2e0219a5c8df9a50fe2460a1a1e6b69df10e6d9eee1d723766e62535e7')
+
+pkgver() {
+  cd ${SRCDEST}/${pkgname}
+
+  svnversion | tr -d [A-z]
+}
+
+prepare() {
+  cd ${srcdir}/${pkgname}
+
+  patch -Np1 -i ../autoconf.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./autogen.sh --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/ffmpegsource
+  install -m 644 COPYING ${pkgdir}/usr/share/licenses/ffmpegsource/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: ffmpegsource/repos/community-staging-i686/autoconf.patch (from rev 
93964, ffmpegsource/trunk/autoconf.patch)
===
--- community-staging-i686/autoconf.patch   (rev 0)
+++ community-staging-i686/autoconf.patch   2013-07-12 08:01:02 UTC (rev 
93965)
@@ -0,0 +1,11 @@
+--- a/Makefile.am
 b/Makefile.am
+@@ -6,7 +6,7 @@ pkgconfig_DATA = ffms2.pc
+ 
+ dist_doc_DATA = doc/ffms2-api.html doc/ffms2-changelog.html doc/style.css
+ 
+-INCLUDES = -I. -I$(top_srcdir)/include -I$(top_srcdir)/src/config 
@LIBAV_CFLAGS@ @ZLIB_CPPFLAGS@ -include config.h
++AM_CPPFLAGS = -I. -I$(top_srcdir)/include -I$(top_srcdir)/src/config 
@LIBAV_CFLAGS@ @ZLIB_CPPFLAGS@ -include config.h
+ 
+ lib_LTLIBRARIES = src/core/libffms2.la
+ src_core_libffms2_la_LIBADD = @LIBAV_LIBS@ @ZLIB_LDFLAGS@ -lz @LTUNDEF@

Copied: ffmpegsource/repos/community-staging-x86_64/PKGBUILD (from rev 93964, 
ffmpegsource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-12 08:01:02 UTC (rev 93965)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffmpegsource
+pkgver=755
+pkgrel=1
+pkgdesc=A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/ffmpegsource/;
+license=('MIT')
+depends=('ffmpeg')
+makedepends=('svn')
+options=('!libtool')
+source=(${pkgname}::svn+http://ffmpegsource.googlecode.com/svn/trunk/;
+'autoconf.patch')
+sha256sums=('SKIP'
+'2cfa7d2e0219a5c8df9a50fe2460a1a1e6b69df10e6d9eee1d723766e62535e7')
+
+pkgver() {
+  cd ${SRCDEST}/${pkgname}
+
+  svnversion | tr -d [A-z]
+}
+
+prepare() {
+  cd ${srcdir}/${pkgname}
+
+  patch -Np1 -i ../autoconf.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./autogen.sh --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/ffmpegsource
+  install -m 644 COPYING ${pkgdir}/usr/share/licenses/ffmpegsource/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: ffmpegsource/repos/community-staging-x86_64/autoconf.patch (from rev 
93964, ffmpegsource/trunk/autoconf.patch)
===
--- community-staging-x86_64/autoconf.patch  

[arch-commits] Commit in ffmpegsource/trunk (PKGBUILD autoconf.patch)

2013-07-12 Thread Maxime Gauduin
Date: Friday, July 12, 2013 @ 10:00:49
  Author: alucryd
Revision: 93964

ffmpeg 2.0  x264 20130702 Todo List: ffmpegsource 755-1

Modified:
  ffmpegsource/trunk/PKGBUILD
  ffmpegsource/trunk/autoconf.patch

+
 PKGBUILD   |4 ++--
 autoconf.patch |   11 ---
 2 files changed, 2 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 05:41:19 UTC (rev 93963)
+++ PKGBUILD2013-07-12 08:00:49 UTC (rev 93964)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin aluc...@gmail.com
 
 pkgname=ffmpegsource
-pkgver=753
+pkgver=755
 pkgrel=1
 pkgdesc=A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 source=(${pkgname}::svn+http://ffmpegsource.googlecode.com/svn/trunk/;
 'autoconf.patch')
 sha256sums=('SKIP'
-'b09a7e9a08a16bdaf19d43c7ad8d3ec455f6fecec2f4f5ada417345343adda93')
+'2cfa7d2e0219a5c8df9a50fe2460a1a1e6b69df10e6d9eee1d723766e62535e7')
 
 pkgver() {
   cd ${SRCDEST}/${pkgname}

Modified: autoconf.patch
===
--- autoconf.patch  2013-07-12 05:41:19 UTC (rev 93963)
+++ autoconf.patch  2013-07-12 08:00:49 UTC (rev 93964)
@@ -9,14 +9,3 @@
  
  lib_LTLIBRARIES = src/core/libffms2.la
  src_core_libffms2_la_LIBADD = @LIBAV_LIBS@ @ZLIB_LDFLAGS@ -lz @LTUNDEF@
 a/configure.ac
-+++ b/configure.ac
-@@ -30,7 +30,7 @@ if test -z $CXXFLAGS; then
- CXXFLAGS=$OPT_FLAGS
- fi
- 
--AM_CONFIG_HEADER([src/config/config.h])
-+AC_CONFIG_HEADERS([src/config/config.h])
- AC_PROG_CC
- AC_PROG_CXX
- LT_INIT([static disable-shared])



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

2013-07-12 Thread Giovanni Scafora
Date: Friday, July 12, 2013 @ 10:59:50
  Author: giovanni
Revision: 93966

upgpkg: guvcview 1.7.0-3

Rebuild against ffmpeg 2.0 and x264 20130702

Modified:
  guvcview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 08:01:02 UTC (rev 93965)
+++ PKGBUILD2013-07-12 08:59:50 UTC (rev 93966)
@@ -4,7 +4,7 @@
 
 pkgname=guvcview
 pkgver=1.7.0
-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-07-12 Thread Giovanni Scafora
Date: Friday, July 12, 2013 @ 10:59:57
  Author: giovanni
Revision: 93967

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 93966, guvcview/trunk/PKGBUILD)
  guvcview/repos/community-staging-x86_64/
  guvcview/repos/community-staging-x86_64/PKGBUILD
(from rev 93966, 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 93966, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 08:59:57 UTC (rev 93967)
@@ -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.7.0
+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=('fe141fe2fe2a16df69f7866c27334a56')
+
+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 93966, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-12 08:59:57 UTC (rev 93967)
@@ -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.7.0
+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=('fe141fe2fe2a16df69f7866c27334a56')
+
+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 dolphin-emu/trunk (PKGBUILD)

2013-07-12 Thread Jakob Gruber
Date: Friday, July 12, 2013 @ 11:10:23
  Author: schuay
Revision: 93968

dolphin-emu-3.5-5

Modified:
  dolphin-emu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 08:59:57 UTC (rev 93967)
+++ PKGBUILD2013-07-12 09:10:23 UTC (rev 93968)
@@ -3,7 +3,7 @@
 
 pkgname=dolphin-emu
 pkgver=3.5
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce Emulator'
 arch=('i686' 'x86_64')



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

2013-07-12 Thread Jakob Gruber
Date: Friday, July 12, 2013 @ 11:12:26
  Author: schuay
Revision: 93969

archrelease: copy trunk to community-staging-i686

Added:
  dolphin-emu/repos/community-staging-i686/
  dolphin-emu/repos/community-staging-i686/Dolphin_Logo.png
(from rev 93968, dolphin-emu/trunk/Dolphin_Logo.png)
  dolphin-emu/repos/community-staging-i686/PKGBUILD
(from rev 93968, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-staging-i686/dolphin-emu.desktop
(from rev 93968, dolphin-emu/trunk/dolphin-emu.desktop)
  dolphin-emu/repos/community-staging-i686/gcc48fix.patch
(from rev 93968, dolphin-emu/trunk/gcc48fix.patch)

-+
 PKGBUILD|   48 ++
 dolphin-emu.desktop |   11 ++
 gcc48fix.patch  |  225 ++
 3 files changed, 284 insertions(+)

Copied: dolphin-emu/repos/community-staging-i686/Dolphin_Logo.png (from rev 
93968, dolphin-emu/trunk/Dolphin_Logo.png)
===
(Binary files differ)

Copied: dolphin-emu/repos/community-staging-i686/PKGBUILD (from rev 93968, 
dolphin-emu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 09:12:26 UTC (rev 93969)
@@ -0,0 +1,48 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Jeremy Newton (Mystro256)
+
+pkgname=dolphin-emu
+pkgver=3.5
+pkgrel=5
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce Emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'glproto' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'libgl' 'libxxf86vm' 
'lsb-release' 'lzo2' 'mesa' \
+ 'nvidia-cg-toolkit' 'openal' 'portaudio' 'sdl' 'wxgtk2.9')
+optdepends=('pulseaudio')
+
+source=(http://dolphin-emu.googlecode.com/files/dolphin-${pkgver}-src.zip;
+'dolphin-emu.desktop'
+'Dolphin_Logo.png'
+'gcc48fix.patch')
+
+build() {
+  cd ${srcdir}/dolphin-${pkgver}
+
+  # 'u32 __rold' redeclared as different kind of symbol
+  # Patch merged upstream, remove with next release ( 3.5)
+  patch -lNp1  ${srcdir}/gcc48fix.patch
+
+  mkdir build  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd ${srcdir}/dolphin-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/dolphin-emu.desktop \
+ ${pkgdir}/usr/share/applications/dolphin-emu.desktop
+  install -Dm644 ${srcdir}/Dolphin_Logo.png 
${pkgdir}/usr/share/pixmaps/dolphin-emu.png
+}
+
+md5sums=('4d0429f1e10f0862256e0b4c4e2f44a3'
+ 'feed4580c2e6bfbc7f6c67dad861daae'
+ 'd15c51f547b4bd47e510faac40bcc9d6'
+ 'ddeddc2a65042486565b4b78ad739a80')

Copied: dolphin-emu/repos/community-staging-i686/dolphin-emu.desktop (from rev 
93968, dolphin-emu/trunk/dolphin-emu.desktop)
===
--- community-staging-i686/dolphin-emu.desktop  (rev 0)
+++ community-staging-i686/dolphin-emu.desktop  2013-07-12 09:12:26 UTC (rev 
93969)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Dolphin
+Categories=Game;Emulator;GTK;
+GenericName=GameCube and Wii Emulator
+Comment=An emulator for the GameCube and Wii consoles
+Exec=dolphin-emu
+Icon=dolphin-emu
+StartupNotify=false
+Name[en_US]=Dolphin

Copied: dolphin-emu/repos/community-staging-i686/gcc48fix.patch (from rev 
93968, dolphin-emu/trunk/gcc48fix.patch)
===
--- community-staging-i686/gcc48fix.patch   (rev 0)
+++ community-staging-i686/gcc48fix.patch   2013-07-12 09:12:26 UTC (rev 
93969)
@@ -0,0 +1,225 @@
+diff --git a/Externals/Bochs_disasm/PowerPCDisasm.cpp 
b/Externals/Bochs_disasm/PowerPCDisasm.cpp
+index 56719ff..c25de50 100644
+--- a/Externals/Bochs_disasm/PowerPCDisasm.cpp
 b/Externals/Bochs_disasm/PowerPCDisasm.cpp
+@@ -580,7 +580,7 @@ typedef unsigned int ppc_word;
+   if (me  mb) 
+   mask = ~mask;
+   //rotate the mask so it can be applied to source reg
+-  return _rotl(mask, 32 - r);
++  return __rotl(mask, 32 - r);
+   }
+ 
+ 
+diff --git a/Source/Core/Common/Src/CommonFuncs.h 
b/Source/Core/Common/Src/CommonFuncs.h
+index f892769..e29ab7c 100644
+--- a/Source/Core/Common/Src/CommonFuncs.h
 b/Source/Core/Common/Src/CommonFuncs.h
+@@ -67,7 +67,7 @@ _mm_shuffle_epi8(__m128i a, __m128i mask)
+   #endif
+   #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0]))
+ 
+-inline u32 _rotl(u32 x, int shift) {
++inline u32 __rotl(u32 x, int shift) {
+shift = 31;
+if (!shift) return x;
+return (x  shift) | (x  (32 - shift));
+@@ -78,7 +78,7 @@ inline u64 _rotl64(u64 x, unsigned int shift){

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

2013-07-12 Thread Jakob Gruber
Date: Friday, July 12, 2013 @ 11:12:34
  Author: schuay
Revision: 93970

archrelease: copy trunk to community-staging-x86_64

Added:
  dolphin-emu/repos/community-staging-x86_64/
  dolphin-emu/repos/community-staging-x86_64/Dolphin_Logo.png
(from rev 93969, dolphin-emu/trunk/Dolphin_Logo.png)
  dolphin-emu/repos/community-staging-x86_64/PKGBUILD
(from rev 93969, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-staging-x86_64/dolphin-emu.desktop
(from rev 93969, dolphin-emu/trunk/dolphin-emu.desktop)
  dolphin-emu/repos/community-staging-x86_64/gcc48fix.patch
(from rev 93969, dolphin-emu/trunk/gcc48fix.patch)

-+
 PKGBUILD|   48 ++
 dolphin-emu.desktop |   11 ++
 gcc48fix.patch  |  225 ++
 3 files changed, 284 insertions(+)

Copied: dolphin-emu/repos/community-staging-x86_64/Dolphin_Logo.png (from rev 
93969, dolphin-emu/trunk/Dolphin_Logo.png)
===
(Binary files differ)

Copied: dolphin-emu/repos/community-staging-x86_64/PKGBUILD (from rev 93969, 
dolphin-emu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-12 09:12:34 UTC (rev 93970)
@@ -0,0 +1,48 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Jeremy Newton (Mystro256)
+
+pkgname=dolphin-emu
+pkgver=3.5
+pkgrel=5
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce Emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'glproto' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'libgl' 'libxxf86vm' 
'lsb-release' 'lzo2' 'mesa' \
+ 'nvidia-cg-toolkit' 'openal' 'portaudio' 'sdl' 'wxgtk2.9')
+optdepends=('pulseaudio')
+
+source=(http://dolphin-emu.googlecode.com/files/dolphin-${pkgver}-src.zip;
+'dolphin-emu.desktop'
+'Dolphin_Logo.png'
+'gcc48fix.patch')
+
+build() {
+  cd ${srcdir}/dolphin-${pkgver}
+
+  # 'u32 __rold' redeclared as different kind of symbol
+  # Patch merged upstream, remove with next release ( 3.5)
+  patch -lNp1  ${srcdir}/gcc48fix.patch
+
+  mkdir build  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd ${srcdir}/dolphin-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/dolphin-emu.desktop \
+ ${pkgdir}/usr/share/applications/dolphin-emu.desktop
+  install -Dm644 ${srcdir}/Dolphin_Logo.png 
${pkgdir}/usr/share/pixmaps/dolphin-emu.png
+}
+
+md5sums=('4d0429f1e10f0862256e0b4c4e2f44a3'
+ 'feed4580c2e6bfbc7f6c67dad861daae'
+ 'd15c51f547b4bd47e510faac40bcc9d6'
+ 'ddeddc2a65042486565b4b78ad739a80')

Copied: dolphin-emu/repos/community-staging-x86_64/dolphin-emu.desktop (from 
rev 93969, dolphin-emu/trunk/dolphin-emu.desktop)
===
--- community-staging-x86_64/dolphin-emu.desktop
(rev 0)
+++ community-staging-x86_64/dolphin-emu.desktop2013-07-12 09:12:34 UTC 
(rev 93970)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Dolphin
+Categories=Game;Emulator;GTK;
+GenericName=GameCube and Wii Emulator
+Comment=An emulator for the GameCube and Wii consoles
+Exec=dolphin-emu
+Icon=dolphin-emu
+StartupNotify=false
+Name[en_US]=Dolphin

Copied: dolphin-emu/repos/community-staging-x86_64/gcc48fix.patch (from rev 
93969, dolphin-emu/trunk/gcc48fix.patch)
===
--- community-staging-x86_64/gcc48fix.patch (rev 0)
+++ community-staging-x86_64/gcc48fix.patch 2013-07-12 09:12:34 UTC (rev 
93970)
@@ -0,0 +1,225 @@
+diff --git a/Externals/Bochs_disasm/PowerPCDisasm.cpp 
b/Externals/Bochs_disasm/PowerPCDisasm.cpp
+index 56719ff..c25de50 100644
+--- a/Externals/Bochs_disasm/PowerPCDisasm.cpp
 b/Externals/Bochs_disasm/PowerPCDisasm.cpp
+@@ -580,7 +580,7 @@ typedef unsigned int ppc_word;
+   if (me  mb) 
+   mask = ~mask;
+   //rotate the mask so it can be applied to source reg
+-  return _rotl(mask, 32 - r);
++  return __rotl(mask, 32 - r);
+   }
+ 
+ 
+diff --git a/Source/Core/Common/Src/CommonFuncs.h 
b/Source/Core/Common/Src/CommonFuncs.h
+index f892769..e29ab7c 100644
+--- a/Source/Core/Common/Src/CommonFuncs.h
 b/Source/Core/Common/Src/CommonFuncs.h
+@@ -67,7 +67,7 @@ _mm_shuffle_epi8(__m128i a, __m128i mask)
+   #endif
+   #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0]))
+ 
+-inline u32 _rotl(u32 x, int shift) {
++inline u32 __rotl(u32 x, int shift) {
+shift = 31;
+if (!shift) return x;
+return (x  shift) | (x  (32 - shift));
+@@ -78,7 +78,7 @@ inline 

[arch-commits] Commit in (networkmanager-dispatcher-netfs)

2013-07-12 Thread Jelle van der Waa
Date: Friday, July 12, 2013 @ 11:32:28
  Author: jelle
Revision: 93971

deprecated: systemd remote-fs.target should take care of remote fs mounts

Deleted:
  networkmanager-dispatcher-netfs/



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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 12:33:33
  Author: spupykin
Revision: 93973

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

Added:
  tea/repos/community-i686/PKGBUILD
(from rev 93972, tea/trunk/PKGBUILD)
  tea/repos/community-i686/tea.desktop
(from rev 93972, tea/trunk/tea.desktop)
  tea/repos/community-i686/tea.install
(from rev 93972, tea/trunk/tea.install)
  tea/repos/community-x86_64/PKGBUILD
(from rev 93972, tea/trunk/PKGBUILD)
  tea/repos/community-x86_64/tea.desktop
(from rev 93972, tea/trunk/tea.desktop)
  tea/repos/community-x86_64/tea.install
(from rev 93972, tea/trunk/tea.install)
Deleted:
  tea/repos/community-i686/PKGBUILD
  tea/repos/community-i686/tea.desktop
  tea/repos/community-i686/tea.install
  tea/repos/community-x86_64/PKGBUILD
  tea/repos/community-x86_64/tea.desktop
  tea/repos/community-x86_64/tea.install

--+
 /PKGBUILD|   68 +
 /tea.desktop |   20 
 /tea.install |8 
 community-i686/PKGBUILD  |   34 
 community-i686/tea.desktop   |   10 --
 community-i686/tea.install   |4 --
 community-x86_64/PKGBUILD|   34 
 community-x86_64/tea.desktop |   10 --
 community-x86_64/tea.install |4 --
 9 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-12 10:33:10 UTC (rev 93972)
+++ community-i686/PKGBUILD 2013-07-12 10:33:33 UTC (rev 93973)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Michal Kaliszka desm...@gmail.com
-# Contributor: Zsolt Varadi sysop_...@fibermail.hu
-
-pkgname=tea
-pkgver=36.0.0
-pkgrel=1
-pkgdesc=A QT-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
-arch=('i686' 'x86_64')
-url=http://semiletov.org/tea/;
-license=('GPL')
-depends=('qt4' 'aspell' 'hunspell')
-install=tea.install
-source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
-tea.desktop)
-md5sums=('50a6eeae9cf940afdb4cf8e815453886'
- '377ace3363124f4c086de0babb820761')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
-  qmake-qt4 PREFIX=/usr/bin
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make INSTALL_ROOT=${pkgdir} install
-  install -Dm644 ${srcdir}/tea.desktop 
${pkgdir}/usr/share/applications/tea.desktop
-  install -Dm644 icons/tea_icon_v2.png ${pkgdir}/usr/share/pixmaps/tea.png
-}

Copied: tea/repos/community-i686/PKGBUILD (from rev 93972, tea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-12 10:33:33 UTC (rev 93973)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Michal Kaliszka desm...@gmail.com
+# Contributor: Zsolt Varadi sysop_...@fibermail.hu
+
+pkgname=tea
+pkgver=36.0.2
+pkgrel=1
+pkgdesc=A QT-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
+arch=('i686' 'x86_64')
+url=http://semiletov.org/tea/;
+license=('GPL')
+depends=('qt4' 'aspell' 'hunspell')
+install=tea.install
+source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
+tea.desktop)
+md5sums=('c8657c664af35d2032a78c645cb38d16'
+ '377ace3363124f4c086de0babb820761')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
+  qmake-qt4 PREFIX=/usr/bin
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make INSTALL_ROOT=${pkgdir} install
+  install -Dm644 ${srcdir}/tea.desktop 
${pkgdir}/usr/share/applications/tea.desktop
+  install -Dm644 icons/tea_icon_v2.png ${pkgdir}/usr/share/pixmaps/tea.png
+}

Deleted: community-i686/tea.desktop
===
--- community-i686/tea.desktop  2013-07-12 10:33:10 UTC (rev 93972)
+++ community-i686/tea.desktop  2013-07-12 10:33:33 UTC (rev 93973)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Tea
-Comment=A small programmer's QT editor
-Exec=tea %U
-Terminal=false
-Type=Application
-StartupNotify=true
-Icon=tea.png
-Categories=Application;Utility;TextEditor;

Copied: tea/repos/community-i686/tea.desktop (from rev 93972, 
tea/trunk/tea.desktop)
===
--- community-i686/tea.desktop  (rev 0)
+++ community-i686/tea.desktop  2013-07-12 10:33:33 UTC (rev 93973)
@@ -0,0 +1,10 @@

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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 12:33:10
  Author: spupykin
Revision: 93972

upgpkg: tea 36.0.2-1

upd

Modified:
  tea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 09:32:28 UTC (rev 93971)
+++ PKGBUILD2013-07-12 10:33:10 UTC (rev 93972)
@@ -6,7 +6,7 @@
 # Contributor: Zsolt Varadi sysop_...@fibermail.hu
 
 pkgname=tea
-pkgver=36.0.0
+pkgver=36.0.2
 pkgrel=1
 pkgdesc=A QT-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=tea.install
 source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
 tea.desktop)
-md5sums=('50a6eeae9cf940afdb4cf8e815453886'
+md5sums=('c8657c664af35d2032a78c645cb38d16'
  '377ace3363124f4c086de0babb820761')
 
 build() {



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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 13:33:29
  Author: spupykin
Revision: 93978

upgpkg: mlt 0.9.0-3

upd

Modified:
  mlt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 11:33:25 UTC (rev 93977)
+++ PKGBUILD2013-07-12 11:33:29 UTC (rev 93978)
@@ -8,7 +8,7 @@
 pkgbase=mlt
 pkgname=('mlt' 'mlt-python-bindings')
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc=An open source multimedia framework
 arch=('i686' 'x86_64')
 url=http://www.mltframework.org;



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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 13:33:25
  Author: spupykin
Revision: 93977

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 93976, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-staging-i686/changelog
(from rev 93976, minidlna/trunk/changelog)
  minidlna/repos/community-staging-i686/minidlna.install
(from rev 93976, minidlna/trunk/minidlna.install)
  minidlna/repos/community-staging-i686/minidlna.service
(from rev 93976, minidlna/trunk/minidlna.service)
  minidlna/repos/community-staging-i686/minidlna.tmpfiles
(from rev 93976, minidlna/trunk/minidlna.tmpfiles)
  minidlna/repos/community-staging-x86_64/
  minidlna/repos/community-staging-x86_64/PKGBUILD
(from rev 93976, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-staging-x86_64/changelog
(from rev 93976, minidlna/trunk/changelog)
  minidlna/repos/community-staging-x86_64/minidlna.install
(from rev 93976, minidlna/trunk/minidlna.install)
  minidlna/repos/community-staging-x86_64/minidlna.service
(from rev 93976, minidlna/trunk/minidlna.service)
  minidlna/repos/community-staging-x86_64/minidlna.tmpfiles
(from rev 93976, minidlna/trunk/minidlna.tmpfiles)

+
 community-staging-i686/PKGBUILD|   39 +++
 community-staging-i686/changelog   |4 ++
 community-staging-i686/minidlna.install|7 
 community-staging-i686/minidlna.service|   12 
 community-staging-i686/minidlna.tmpfiles   |5 +++
 community-staging-x86_64/PKGBUILD  |   39 +++
 community-staging-x86_64/changelog |4 ++
 community-staging-x86_64/minidlna.install  |7 
 community-staging-x86_64/minidlna.service  |   12 
 community-staging-x86_64/minidlna.tmpfiles |5 +++
 10 files changed, 134 insertions(+)

Copied: minidlna/repos/community-staging-i686/PKGBUILD (from rev 93976, 
minidlna/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 11:33:25 UTC (rev 93977)
@@ -0,0 +1,39 @@
+# $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.1.0
+pkgrel=3
+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/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
+   minidlna.service
+   minidlna.tmpfiles)
+md5sums=('26484a84af3fceafdee26595aae097f7'
+ '7e3890ee50aa4dfa4d1754261e6cc965'
+ '26de27b12d6a37c47d9714107d07aac9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  DESTDIR=$pkgdir make install
+  install -Dm644 minidlna.conf ${pkgdir}/etc/minidlna.conf
+  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 93976, 
minidlna/trunk/changelog)
===
--- community-staging-i686/changelog(rev 0)
+++ community-staging-i686/changelog2013-07-12 11:33:25 UTC (rev 93977)
@@ -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 93976, 
minidlna/trunk/minidlna.install)
===
--- community-staging-i686/minidlna.install (rev 0)
+++ community-staging-i686/minidlna.install 2013-07-12 11:33:25 UTC (rev 
93977)
@@ -0,0 +1,7 @@
+post_install() {
+  systemd-tmpfiles --create minidlna.conf
+}
+
+post_upgrade() {
+  systemd-tmpfiles --create minidlna.conf
+}

Copied: minidlna/repos/community-staging-i686/minidlna.service (from rev 93976, 
minidlna/trunk/minidlna.service)
===
--- community-staging-i686/minidlna.service (rev 0)
+++ community-staging-i686/minidlna.service 2013-07-12 11:33:25 UTC (rev 
93977)

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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 13:32:58
  Author: spupykin
Revision: 93975

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

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

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

Copied: libdlna/repos/community-staging-i686/PKGBUILD (from rev 93974, 
libdlna/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 11:32:58 UTC (rev 93975)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kessia 'even' Pinheiro kessiapinheiro at gmail.com 
+# Contributor: kastor kas...@fobos.org.ar
+
+pkgname=libdlna
+pkgver=0.2.4
+pkgrel=12
+pkgdesc=An open-source implementation of DLNA (Digital Living Network 
Alliance) standards 
+url=http://libdlna.geexbox.org;
+license=(LGPL)
+arch=('i686' 'x86_64')
+options=('!libtool' '!makeflags')  # not parallel safe, error find -ldlna  
+#makedepends=('ctags')
+depends=('glibc' 'ffmpeg')
+source=(http://libdlna.geexbox.org/releases/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('64d7de57aff5a729f2434fc5e69b4ffc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libdlna/repos/community-staging-x86_64/PKGBUILD (from rev 93974, 
libdlna/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-12 11:32:58 UTC (rev 93975)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kessia 'even' Pinheiro kessiapinheiro at gmail.com 
+# Contributor: kastor kas...@fobos.org.ar
+
+pkgname=libdlna
+pkgver=0.2.4
+pkgrel=12
+pkgdesc=An open-source implementation of DLNA (Digital Living Network 
Alliance) standards 
+url=http://libdlna.geexbox.org;
+license=(LGPL)
+arch=('i686' 'x86_64')
+options=('!libtool' '!makeflags')  # not parallel safe, error find -ldlna  
+#makedepends=('ctags')
+depends=('glibc' 'ffmpeg')
+source=(http://libdlna.geexbox.org/releases/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('64d7de57aff5a729f2434fc5e69b4ffc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 13:32:39
  Author: spupykin
Revision: 93974

upgpkg: libdlna 0.2.4-12

upd

Modified:
  libdlna/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 10:33:33 UTC (rev 93973)
+++ PKGBUILD2013-07-12 11:32:39 UTC (rev 93974)
@@ -4,7 +4,7 @@
 
 pkgname=libdlna
 pkgver=0.2.4
-pkgrel=11
+pkgrel=12
 pkgdesc=An open-source implementation of DLNA (Digital Living Network 
Alliance) standards 
 url=http://libdlna.geexbox.org;
 license=(LGPL)



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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 13:33:01
  Author: spupykin
Revision: 93976

upgpkg: minidlna 1.1.0-3

upd

Modified:
  minidlna/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 11:32:58 UTC (rev 93975)
+++ PKGBUILD2013-07-12 11:33:01 UTC (rev 93976)
@@ -7,7 +7,7 @@
 
 pkgname=minidlna
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/minidlna/;



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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 13:33:43
  Author: spupykin
Revision: 93979

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 93978, mlt/trunk/PKGBUILD)
  
mlt/repos/community-staging-i686/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
(from rev 93978, 
mlt/trunk/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)
  mlt/repos/community-staging-x86_64/
  mlt/repos/community-staging-x86_64/PKGBUILD
(from rev 93978, mlt/trunk/PKGBUILD)
  
mlt/repos/community-staging-x86_64/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
(from rev 93978, 
mlt/trunk/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)

-+
 community-staging-i686/PKGBUILD
 |   59 ++
 
community-staging-i686/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
   |   37 ++
 community-staging-x86_64/PKGBUILD  
 |   59 ++
 
community-staging-x86_64/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
 |   37 ++
 4 files changed, 192 insertions(+)

Copied: mlt/repos/community-staging-i686/PKGBUILD (from rev 93978, 
mlt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 11:33:43 UTC (rev 93979)
@@ -0,0 +1,59 @@
+# $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.9.0
+pkgrel=3
+pkgdesc=An open source multimedia framework
+arch=('i686' 'x86_64')
+url=http://www.mltframework.org;
+license=('GPL')
+makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt4' 'sox' 'libxml2' 'gtk2' 
'ffmpeg'
+'frei0r-plugins' 'swig' 'python2' jack ladspa)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+   fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)
+md5sums=('1cd2d73f3ffe77a43980e99aaa4ea06c'
+ '8227e7a1b059b1b16901166d2a508317')
+
+build() {
+  # mlt
+  cd $srcdir/mlt-$pkgver
+
+  msg SSE2=$SSE2
+  ./configure --prefix=/usr --disable-gtk2 \
+   --avformat-vdpau \
+   --avformat-swscale \
+   --enable-gpl --enable-gpl3
+  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' 'qt4' '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/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
 (from rev 93978, 
mlt/trunk/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)
===
--- 
community-staging-i686/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
   (rev 0)
+++ 
community-staging-i686/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
   2013-07-12 11:33:43 UTC (rev 93979)
@@ -0,0 +1,37 @@
+From ef749d7b526f0762a00a369ea35b5b12c18142fb Mon Sep 17 00:00:00 2001
+From: Nicolas Boichat nico...@boichat.ch
+Date: Wed, 20 Mar 2013 16:50:56 +0800
+Subject: [PATCH] Fix Segmentation fault at exit by calling
+ av_lockmgr_register( NULL );
+
+---
+ src/modules/avformat/factory.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/src/modules/avformat/factory.c b/src/modules/avformat/factory.c
+index ddf05fe..a273537 100644
+--- a/src/modules/avformat/factory.c
 b/src/modules/avformat/factory.c
+@@ -83,6 +83,11 @@ static int avformat_lockmgr(void **mutex, enum AVLockOp op)
+return 0;
+ }
+ 
++static void avformat_exit( )
++{
++  av_lockmgr_register( NULL );
++}
++
+ static void avformat_init( )
+ {
+   // Initialise avformat if necessary
+@@ -98,6 +103,7 @@ static void avformat_init( )
+   avformat_network_init();
+ #endif
+   av_log_set_level( mlt_log_get_level() );
++

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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 13:55:32
  Author: spupykin
Revision: 93981

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 93980, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-i686/osg-xine-1.2.patch
(from rev 93980, openscenegraph/trunk/osg-xine-1.2.patch)
  openscenegraph/repos/community-staging-x86_64/
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
(from rev 93980, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-x86_64/osg-xine-1.2.patch
(from rev 93980, 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 93980, 
openscenegraph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 11:55:32 UTC (rev 93981)
@@ -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=11
+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' 'qt4' 'ffmpeg-compat' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt4')
+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 93980, 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-07-12 11:55:32 UTC (rev 
93981)
@@ -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 openscenegraph/trunk (PKGBUILD)

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 13:55:17
  Author: spupykin
Revision: 93980

upgpkg: openscenegraph 3.0.1-11

upd

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 11:33:43 UTC (rev 93979)
+++ PKGBUILD2013-07-12 11:55:17 UTC (rev 93980)
@@ -6,7 +6,7 @@
 
 pkgname=openscenegraph
 pkgver=3.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc=An Open Source, high performance real-time graphics toolkit
 arch=('i686' 'x86_64')
 license=('custom:OSGPL')



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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 14:03:35
  Author: spupykin
Revision: 93983

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

Added:
  synfig/repos/community-staging-i686/
  synfig/repos/community-staging-i686/PKGBUILD
(from rev 93982, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-i686/build-fix.patch
(from rev 93982, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-i686/ffmpeg-0.8.patch
(from rev 93982, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-i686/ffmpeg-loop.patch
(from rev 93982, synfig/trunk/ffmpeg-loop.patch)
  synfig/repos/community-staging-x86_64/
  synfig/repos/community-staging-x86_64/PKGBUILD
(from rev 93982, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-x86_64/build-fix.patch
(from rev 93982, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-0.8.patch
(from rev 93982, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-loop.patch
(from rev 93982, synfig/trunk/ffmpeg-loop.patch)

+
 community-staging-i686/PKGBUILD|   46 
 community-staging-i686/build-fix.patch |   31 +
 community-staging-i686/ffmpeg-0.8.patch|   60 +++
 community-staging-i686/ffmpeg-loop.patch   |   56 +
 community-staging-x86_64/PKGBUILD  |   46 
 community-staging-x86_64/build-fix.patch   |   31 +
 community-staging-x86_64/ffmpeg-0.8.patch  |   60 +++
 community-staging-x86_64/ffmpeg-loop.patch |   56 +
 8 files changed, 386 insertions(+)

Copied: synfig/repos/community-staging-i686/PKGBUILD (from rev 93982, 
synfig/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 12:03:35 UTC (rev 93983)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=0.64.0
+pkgrel=5
+pkgdesc=Professional vector animation program (CLI renderer only)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/synfig/synfig/$pkgver/synfig-$pkgver.tar.gz
+   build-fix.patch
+   ffmpeg-0.8.patch
+   ffmpeg-loop.patch)
+md5sums=('124cb4059b9f48dc5c37204660053d6f'
+ 'b5568b06fae1a7ee465b5380b1139b83'
+ 'ebf41046097cfd778dee9a9854561dae'
+ 'c6684c876c093f5e53d2c46592994e9b')
+
+build() {
+  cd $srcdir/$pkgname-$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
+  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
+  patch -p1 -i $srcdir/build-fix.patch
+  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
+  patch -Np1 -i $srcdir/ffmpeg-loop.patch
+  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: synfig/repos/community-staging-i686/build-fix.patch (from rev 93982, 
synfig/trunk/build-fix.patch)
===
--- community-staging-i686/build-fix.patch  (rev 0)
+++ community-staging-i686/build-fix.patch  2013-07-12 12:03:35 UTC (rev 
93983)
@@ -0,0 +1,31 @@
+diff -wbBur synfig-core/src/modules/mod_libavcodec/trgt_av.cpp 
synfig-core.my/src/modules/mod_libavcodec/trgt_av.cpp
+--- synfig-core/src/modules/mod_libavcodec/trgt_av.cpp 2011-06-05 
13:04:07.0 +0400
 synfig-core.my/src/modules/mod_libavcodec/trgt_av.cpp  2011-06-14 
14:32:49.0 +0400
+@@ -31,6 +31,10 @@
+ # include config.h
+ #endif
+ 
++#include libavcodec/avcodec.h
++#include libavformat/avformat.h
++#include libswscale/swscale.h
++
+ #include trgt_av.h
+ 
+ extern C
+@@ -116,14 +120,14 @@
+ picture = avcodec_alloc_frame();
+ if (!picture)
+ return NULL;
+-size = avpicture_get_size(pix_fmt, width, height);
++size = avpicture_get_size((enum ::PixelFormat)pix_fmt, width, height);
+ picture_buf = (uint8_t *)malloc(size);
+ if (!picture_buf) {
+ av_free(picture);
+ return NULL;
+ }
+ 

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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 14:03:15
  Author: spupykin
Revision: 93982

upgpkg: synfig 0.64.0-5

upd

Modified:
  synfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 11:55:32 UTC (rev 93981)
+++ PKGBUILD2013-07-12 12:03:15 UTC (rev 93982)
@@ -4,7 +4,7 @@
 
 pkgname=synfig
 pkgver=0.64.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Professional vector animation program (CLI renderer only)
 arch=(i686 x86_64)
 url=http://synfig.org;



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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 14:39:09
  Author: spupykin
Revision: 93984

upgpkg: ffmpeg-compat 20120509-4

upd

Modified:
  ffmpeg-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 12:03:35 UTC (rev 93983)
+++ PKGBUILD2013-07-12 12:39:09 UTC (rev 93984)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg-compat
 pkgver=20120509
-pkgrel=3
+pkgrel=4
 pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
 arch=('i686' 'x86_64')
 url=http://ffmpeg.org/;
@@ -20,6 +20,7 @@
 build() {
   cd ffmpeg
 
+  export CFLAGS=$CFLAGS -I/usr/include/openjpeg-1.5
   ./configure \
 --prefix=/usr \
 --incdir=/usr/include/ffmpeg-compat \



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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 14:39:27
  Author: spupykin
Revision: 93985

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 93984, ffmpeg-compat/trunk/PKGBUILD)
  ffmpeg-compat/repos/community-staging-x86_64/
  ffmpeg-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 93984, ffmpeg-compat/trunk/PKGBUILD)

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

Copied: ffmpeg-compat/repos/community-staging-i686/PKGBUILD (from rev 93984, 
ffmpeg-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 12:39:27 UTC (rev 93985)
@@ -0,0 +1,59 @@
+# $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=4
+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
+
+  export CFLAGS=$CFLAGS -I/usr/include/openjpeg-1.5
+  ./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 93984, 
ffmpeg-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-12 12:39:27 UTC (rev 93985)
@@ -0,0 +1,59 @@
+# $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=4
+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
+
+  export CFLAGS=$CFLAGS -I/usr/include/openjpeg-1.5
+  ./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 mesa/repos (12 files)

2013-07-12 Thread Andreas Radke
Date: Friday, July 12, 2013 @ 15:09:47
  Author: andyrtr
Revision: 189981

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

Added:
  mesa/repos/testing-i686/LICENSE
(from rev 189980, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 189980, mesa/trunk/PKGBUILD)
  mesa/repos/testing-i686/git_fixes.patch
(from rev 189980, mesa/trunk/git_fixes.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 189980, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 189980, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/git_fixes.patch
(from rev 189980, mesa/trunk/git_fixes.patch)
Deleted:
  mesa/repos/testing-i686/LICENSE
  mesa/repos/testing-i686/MesaLib-9.1.4-llvm_fixes-1.patch
  mesa/repos/testing-i686/PKGBUILD
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/MesaLib-9.1.4-llvm_fixes-1.patch
  mesa/repos/testing-x86_64/PKGBUILD

-+
 /LICENSE|  164 +++
 /PKGBUILD   |  312 ++
 testing-i686/LICENSE|   82 ---
 testing-i686/MesaLib-9.1.4-llvm_fixes-1.patch   |   72 ---
 testing-i686/PKGBUILD   |  156 ---
 testing-i686/git_fixes.patch|  476 ++
 testing-x86_64/LICENSE  |   82 ---
 testing-x86_64/MesaLib-9.1.4-llvm_fixes-1.patch |   72 ---
 testing-x86_64/PKGBUILD |  156 ---
 testing-x86_64/git_fixes.patch  |  476 ++
 10 files changed, 1428 insertions(+), 620 deletions(-)

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


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

2013-07-12 Thread Andreas Radke
Date: Friday, July 12, 2013 @ 15:09:24
  Author: andyrtr
Revision: 189980

upgpkg: mesa 9.1.4-5

revert back to llvm 3.2 - mesa 9.1 isn't meant to run with any later llvm 
version; add pending fixes from stable branch

Added:
  mesa/trunk/git_fixes.patch
Modified:
  mesa/trunk/PKGBUILD
Deleted:
  mesa/trunk/MesaLib-9.1.4-llvm_fixes-1.patch

--+
 MesaLib-9.1.4-llvm_fixes-1.patch |   72 -
 PKGBUILD |   14 -
 git_fixes.patch  |  476 +
 3 files changed, 483 insertions(+), 79 deletions(-)

Deleted: MesaLib-9.1.4-llvm_fixes-1.patch
===
--- MesaLib-9.1.4-llvm_fixes-1.patch2013-07-12 06:44:58 UTC (rev 189979)
+++ MesaLib-9.1.4-llvm_fixes-1.patch2013-07-12 13:09:24 UTC (rev 189980)
@@ -1,72 +0,0 @@
-Submitted By:Armin K. krejzi at email dot com
-Date:2013-07-02
-Initial Package Version: 9.1.4
-Upstream Status: Fixed upstream
-Origin:  Upstream
-Description: Fixes building with LLVM 3.3.
-
 a/src/gallium/drivers/r600/llvm_wrapper.cpp2013-03-05 
23:54:28.0 +0100
-+++ b/src/gallium/drivers/r600/llvm_wrapper.cpp2013-07-02 
12:58:39.294793737 +0200
-@@ -1,8 +1,16 @@
- #include llvm/ADT/OwningPtr.h
- #include llvm/ADT/StringRef.h
-+#if HAVE_LLVM  0x0303
- #include llvm/LLVMContext.h
--#include llvm/PassManager.h
- #include llvm/Support/IRReader.h
-+#else
-+#include llvm/IR/LLVMContext.h
-+#include llvm/IR/Module.h
-+#include llvm/IR/Function.h
-+#include llvm/IR/DataLayout.h
-+#include llvm/IRReader/IRReader.h
-+#endif
-+#include llvm/PassManager.h
- #include llvm/Support/MemoryBuffer.h
- #include llvm/Support/SourceMgr.h
- #include llvm/Transforms/IPO.h
 a/src/gallium/drivers/r600/Makefile.am 2013-03-05 23:54:28.0 
+0100
-+++ b/src/gallium/drivers/r600/Makefile.am 2013-07-02 12:58:39.294793737 
+0200
-@@ -26,7 +26,8 @@
-   -I$(top_srcdir)/src/gallium/drivers/radeon/
- 
- AM_CXXFLAGS= \
--  $(LLVM_CXXFLAGS)
-+  $(LLVM_CXXFLAGS) \
-+  $(DEFINES)
- endif
- 
- if USE_R600_LLVM_COMPILER
 a/src/gallium/drivers/radeon/radeon_llvm_emit.cpp  2013-06-25 
23:24:55.0 +0200
-+++ b/src/gallium/drivers/radeon/radeon_llvm_emit.cpp  2013-07-02 
12:58:39.294793737 +0200
-@@ -25,13 +25,21 @@
-  */
- #include radeon_llvm_emit.h
- 
-+#if HAVE_LLVM  0x0303
- #include llvm/LLVMContext.h
- #include llvm/Module.h
-+#include llvm/DataLayout.h
-+#else
-+#include llvm/IR/LLVMContext.h
-+#include llvm/IR/Module.h
-+#include llvm/IR/DataLayout.h
-+#include llvm/Support/CBindingWrapping.h
-+#endif
-+
- #include llvm/PassManager.h
- #include llvm/ADT/Triple.h
- #include llvm/Support/FormattedStream.h
- #include llvm/Support/Host.h
--#include llvm/Support/IRReader.h
- #include llvm/Support/SourceMgr.h
- #include llvm/Support/TargetRegistry.h
- #include llvm/Support/TargetSelect.h
-@@ -39,7 +47,6 @@
- #include llvm/Target/TargetMachine.h
- #include llvm/Transforms/Scalar.h
- #include llvm-c/Target.h
--#include llvm/DataLayout.h
- 
- #include iostream
- #include stdlib.h

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 06:44:58 UTC (rev 189979)
+++ PKGBUILD2013-07-12 13:09:24 UTC (rev 189980)
@@ -5,23 +5,23 @@
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
 pkgver=9.1.4
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'libxxf86vm' 'libxdamage'
- 'libvdpau' 'wayland' 'llvm' 'systemd')
+ 'libvdpau' 'wayland' 'llvm-amdgpu-snapshot' 'systemd')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 options=('!libtool')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
-MesaLib-9.1.4-llvm_fixes-1.patch
+git_fixes.patch
 LICENSE)
 md5sums=('a2c4e25d0e27918bc67f61bae04d0cb8'
- '57bd9bb4d2bd47f56ea8478bf2c04525'
+ '8ec30e1bd7abe5e8e540df4fa618540f'
  '5c65a0fe315dd347e09b1f2826a1df5a')
 
 prepare() {
 cd ?esa-*
-patch -Np1 -i ../MesaLib-9.1.4-llvm_fixes-1.patch
+patch -Np1 -i ../git_fixes.patch
 }
 
 build() {
@@ -108,7 +108,7 @@
 
 package_svga-dri() {
   pkgdesc=Gallium3D VMware guest GL driver
-  depends=('libdrm' 'expat' 'llvm-libs')
+  depends=('libdrm' 'expat' 'llvm-amdgpu-lib-snapshot')
 
   install -m755 -d ${pkgdir}/usr/lib/xorg/modules/dri
   mv -v ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/vmwgfx_dri.so 
${pkgdir}/usr/lib/xorg/modules/dri/
@@ -122,7 +122,7 @@
 
 package_mesa() {
   pkgdesc=an open-source implementation of the OpenGL specification
-  depends=('libdrm' 'libvdpau' 'wayland' 'libxxf86vm' 'libxdamage' 'systemd' 
'llvm-libs')
+  depends=('libdrm' 'libvdpau' 'wayland' 'libxxf86vm' 'libxdamage' 'systemd' 

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

2013-07-12 Thread Andreas Radke
Date: Friday, July 12, 2013 @ 15:35:09
  Author: andyrtr
Revision: 189982

upgpkg: cups 1.6.3-1

upstream update 1.6.3

Modified:
  cups/trunk/PKGBUILD
Deleted:
  cups/trunk/usb-backend-do-not-crash-if-usb-disabled-in-bios.patch
  cups/trunk/usb-backend-more-quirk-rules.patch

+
 PKGBUILD   |   36 +++-
 usb-backend-do-not-crash-if-usb-disabled-in-bios.patch |   54 
 usb-backend-more-quirk-rules.patch |   66 ---
 3 files changed, 15 insertions(+), 141 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 13:09:47 UTC (rev 189981)
+++ PKGBUILD2013-07-12 13:35:09 UTC (rev 189982)
@@ -3,8 +3,8 @@
 
 pkgbase=cups
 pkgname=('libcups' 'cups')
-pkgver=1.6.2
-pkgrel=3
+pkgver=1.6.3
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.cups.org/;
@@ -27,13 +27,10 @@
 cups-1.6.0-fix-install-perms.patch
 cups-1.6.2-statedir.patch
 # Debian
-usb-backend-more-quirk-rules.patch
 cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
 get-ppd-file-for-statically-configured-ipp-shared-queues.patch
-ppd-poll-with-client-conf.patch
-usb-backend-do-not-crash-if-usb-disabled-in-bios.patch)
-#options=('!emptydirs')
-md5sums=('8b8e40560b67e28607b1f04dafd9a94d'
+ppd-poll-with-client-conf.patch)
+md5sums=('3c50d396fef2ba721224fe65880fe3c3'
  'f861b18f4446c43918c8643dcbbd7f6d'
  '96f82c38f3f540b53f3e5144900acf17'
  '3ba9e3410df1dc3015463d615ef91b3b'
@@ -46,15 +43,14 @@
  'f30c2a161caaf27854581507cde8cac6'
  '5117f65342fcc69c6a506529e4daca9e'
  '9247e218eea94ebda0aebc8ee0e77db8'
- '52675e2d7a7f77005f1fc0212b86dbe3'
  'cb58bf4e0b80eaee383712e5c84a1ab4'
  'b578bcd17949a7203237ba1e31f78ef9'
- '0becd6ab8782b97f19a02c1dc174c75e'
- 'f1f0ee65296d438a8c83467ff03f652d')
+ '0becd6ab8782b97f19a02c1dc174c75e')
 
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
+prepare() {
 
+  cd ${pkgbase}-${pkgver}
+   
   # add systemd socket support - Fedora patch, also used in Gentoo
   # modified now to the changes done by Gentoo in their svn ebuild
   # 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-print/cups/files/cups-1.5.0-systemd-socket.patch?revision=1.1
@@ -74,9 +70,6 @@
   # Ensure attributes are valid UTF-8 in dbus notifier
   patch -Np1 -i ${srcdir}/cups-dbus-utf8.patch
 
-  # More USB quirks for the libusb-based backend (STR #4311)
-  # Fixed in 1.6.3
-  patch -Np1 -i ${srcdir}/usb-backend-more-quirk-rules.patch
   # Fixed crash which sometimes happens on shutdown of the CUPS daemon, caused 
by a wrong shutdown sequence for shutting down the Avahi threaded poll.
   patch -Np1 -i ${srcdir}/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
   # Applications could not get the PPD file for statically-configured 
IPP-shared print queues
@@ -84,9 +77,6 @@
   # If an external server is used via client.conf and the DNS is inconsistent 
(ex: DNS gives noname for many IPs, reverse DNS gives one of these IPs
   # for noname) local PPDs can get polled for print queues instead of the 
PPDs of the external server Bug: http://www.cups.org/str.php?L2763
   patch -Np1 -i ${srcdir}/ppd-poll-with-client-conf.patch
-  # Add more error handling to the libusb-based USB backend, especially to 
avoid a crash when USB is disabled in the BIOS. Also
-  # discard that error when counting warning messages.
-  patch -Np1 -i 
${srcdir}/usb-backend-do-not-crash-if-usb-disabled-in-bios.patch
   # fix permissions on some files - alternative: cups-0755.patch by FC
   patch -Np0 -i ${srcdir}/cups-1.6.0-fix-install-perms.patch
   # move /var/run - /run for pid file
@@ -101,7 +91,11 @@
   # Rebuild configure script for not zipping man-pages.
   aclocal -I config-scripts
   autoconf -I config-scripts
+}
 
+build() {
+  cd ${pkgbase}-${pkgver}
+
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
  --sbindir=/usr/bin \
  --libdir=/usr/lib \
@@ -122,7 +116,7 @@
 }
 
 check() {
-  cd $srcdir/$pkgbase-$pkgver
+  cd ${pkgbase}-${pkgver}
   #httpAddrGetList(workstation64): FAIL
   #1 TESTS FAILED!
   #make[1]: *** [testhttp] Error 1
@@ -134,7 +128,7 @@
 depends=('gnutls=2.8.3' 'libtiff=4.0.0' 'libpng=1.5.7' 'krb5' 'avahi')
 backup=(etc/cups/client.conf)
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   make BUILDROOT=${pkgdir} install-headers install-libs
   # put this into the libs pkg to make other software find the libs(no 
pkg-config file included)
   mkdir -p ${pkgdir}/usr/bin 
@@ -166,7 +160,7 @@
 depends=('acl' 'pam' libcups=${pkgver} 'cups-filters' 'bc' 'colord' 
'libusb' 'dbus-core' 'libsystemd' 'hicolor-icon-theme')
 optdepends=('xdg-utils: xdg .desktop file support')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  

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

2013-07-12 Thread Andreas Radke
Date: Friday, July 12, 2013 @ 15:36:13
  Author: andyrtr
Revision: 189983

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

Added:
  cups/repos/testing-i686/
  cups/repos/testing-i686/PKGBUILD
(from rev 189982, cups/trunk/PKGBUILD)
  cups/repos/testing-i686/cups-1.6.0-fix-install-perms.patch
(from rev 189982, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/testing-i686/cups-1.6.2-statedir.patch
(from rev 189982, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-i686/cups-avahi-address.patch
(from rev 189982, cups/trunk/cups-avahi-address.patch)
  cups/repos/testing-i686/cups-dbus-utf8.patch
(from rev 189982, cups/trunk/cups-dbus-utf8.patch)
  cups/repos/testing-i686/cups-enum-all.patch
(from rev 189982, cups/trunk/cups-enum-all.patch)
  cups/repos/testing-i686/cups-no-export-ssllibs.patch
(from rev 189982, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-i686/cups-no-gcrypt.patch
(from rev 189982, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-i686/cups-no-gzip-man.patch
(from rev 189982, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-i686/cups-res_init.patch
(from rev 189982, cups/trunk/cups-res_init.patch)
  cups/repos/testing-i686/cups-systemd-socket.patch
(from rev 189982, cups/trunk/cups-systemd-socket.patch)
  cups/repos/testing-i686/cups.install
(from rev 189982, cups/trunk/cups.install)
  cups/repos/testing-i686/cups.logrotate
(from rev 189982, cups/trunk/cups.logrotate)
  cups/repos/testing-i686/cups.pam
(from rev 189982, cups/trunk/cups.pam)
  cups/repos/testing-i686/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
(from rev 189982, 
cups/trunk/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch)
  
cups/repos/testing-i686/get-ppd-file-for-statically-configured-ipp-shared-queues.patch
(from rev 189982, 
cups/trunk/get-ppd-file-for-statically-configured-ipp-shared-queues.patch)
  cups/repos/testing-i686/ppd-poll-with-client-conf.patch
(from rev 189982, cups/trunk/ppd-poll-with-client-conf.patch)
  cups/repos/testing-x86_64/
  cups/repos/testing-x86_64/PKGBUILD
(from rev 189982, cups/trunk/PKGBUILD)
  cups/repos/testing-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 189982, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/testing-x86_64/cups-1.6.2-statedir.patch
(from rev 189982, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-x86_64/cups-avahi-address.patch
(from rev 189982, cups/trunk/cups-avahi-address.patch)
  cups/repos/testing-x86_64/cups-dbus-utf8.patch
(from rev 189982, cups/trunk/cups-dbus-utf8.patch)
  cups/repos/testing-x86_64/cups-enum-all.patch
(from rev 189982, cups/trunk/cups-enum-all.patch)
  cups/repos/testing-x86_64/cups-no-export-ssllibs.patch
(from rev 189982, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-x86_64/cups-no-gcrypt.patch
(from rev 189982, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-x86_64/cups-no-gzip-man.patch
(from rev 189982, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-x86_64/cups-res_init.patch
(from rev 189982, cups/trunk/cups-res_init.patch)
  cups/repos/testing-x86_64/cups-systemd-socket.patch
(from rev 189982, cups/trunk/cups-systemd-socket.patch)
  cups/repos/testing-x86_64/cups.install
(from rev 189982, cups/trunk/cups.install)
  cups/repos/testing-x86_64/cups.logrotate
(from rev 189982, cups/trunk/cups.logrotate)
  cups/repos/testing-x86_64/cups.pam
(from rev 189982, cups/trunk/cups.pam)
  cups/repos/testing-x86_64/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
(from rev 189982, 
cups/trunk/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch)
  
cups/repos/testing-x86_64/get-ppd-file-for-statically-configured-ipp-shared-queues.patch
(from rev 189982, 
cups/trunk/get-ppd-file-for-statically-configured-ipp-shared-queues.patch)
  cups/repos/testing-x86_64/ppd-poll-with-client-conf.patch
(from rev 189982, cups/trunk/ppd-poll-with-client-conf.patch)

---+
 testing-i686/PKGBUILD 
|  207 +
 testing-i686/cups-1.6.0-fix-install-perms.patch   
|   25 
 testing-i686/cups-1.6.2-statedir.patch
|   12 
 testing-i686/cups-avahi-address.patch 
|   75 +
 testing-i686/cups-dbus-utf8.patch 
|  106 ++
 testing-i686/cups-enum-all.patch  
|   17 
 testing-i686/cups-no-export-ssllibs.patch 
|   12 
 testing-i686/cups-no-gcrypt.patch 
|   40 +
 testing-i686/cups-no-gzip-man.patch   
|   18 
 testing-i686/cups-res_init.patch

[arch-commits] Commit in opencv/trunk (PKGBUILD cldetect.patch)

2013-07-12 Thread Ray Rashif
Date: Friday, July 12, 2013 @ 15:36:55
  Author: schiv
Revision: 189984

upgpkg: opencv 2.4.6.1-1

upstream release
fixes upstream bug FS#36092
added workaround for FS#36076

Added:
  opencv/trunk/cldetect.patch
Modified:
  opencv/trunk/PKGBUILD

+
 PKGBUILD   |   16 +++-
 cldetect.patch |   23 +++
 2 files changed, 34 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 13:36:13 UTC (rev 189983)
+++ PKGBUILD2013-07-12 13:36:55 UTC (rev 189984)
@@ -5,7 +5,7 @@
 pkgbase=opencv
 pkgname=('opencv' 'opencv-samples')
 _realname=OpenCV
-pkgver=2.4.6
+pkgver=2.4.6.1
 pkgrel=1
 pkgdesc=Open Source Computer Vision Library
 arch=('i686' 'x86_64')
@@ -20,16 +20,17 @@
 'python2-numpy: Python 2.x interface')
 
source=(http://downloads.sourceforge.net/opencvlibrary/$pkgname-$pkgver.tar.gz;
 'pkgconfig.patch'
-'fsh.patch')
-md5sums=('c5e8758a419b4f258611b17fc83aafaf'
+'fsh.patch'
+'cldetect.patch')
+md5sums=('d756bfa460891697571d5c90050e1cfe'
  'cb916260b5ec594fe7a0cc2e54fc569f'
- '35256e3ccace373feba8131d1540a0de')
+ '35256e3ccace373feba8131d1540a0de'
+ '0dd6572405adc2387ded4c95be0f189c')
 
 _cmakeopts=('-D WITH_OPENCL=ON'
 '-D WITH_OPENGL=ON'
 '-D WITH_TBB=ON'
 '-D WITH_XINE=ON'
-'-D BUILD_PACKAGE=OFF'
 '-D BUILD_WITH_DEBUG_INFO=OFF'
 '-D BUILD_TESTS=OFF'
 '-D BUILD_PERF_TESTS=OFF'
@@ -52,6 +53,11 @@
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
+  # fix missing opencl module
+  # see https://bugs.archlinux.org/task/36076
+  # and http://code.opencv.org/issues/3140
+  patch -Np1 -i $srcdir/cldetect.patch
+
   # fix pkg-config mess
   # see https://bugs.archlinux.org/task/32430
   # and http://code.opencv.org/issues/1925

Added: cldetect.patch
===
--- cldetect.patch  (rev 0)
+++ cldetect.patch  2013-07-12 13:36:55 UTC (rev 189984)
@@ -0,0 +1,23 @@
+diff -ur opencv-2.4.6.orig/cmake/OpenCVDetectOpenCL.cmake 
opencv-2.4.6/cmake/OpenCVDetectOpenCL.cmake
+--- opencv-2.4.6.orig/cmake/OpenCVDetectOpenCL.cmake   2013-07-11 
18:57:27.363199736 +
 opencv-2.4.6/cmake/OpenCVDetectOpenCL.cmake2013-07-11 
19:04:00.577069207 +
+@@ -17,8 +17,7 @@
+   NAMES OpenCL/cl.h CL/cl.h
+   HINTS ${OPENCL_ROOT_DIR}
+   PATH_SUFFIXES include include/nvidia-current
+-  DOC OpenCL include directory
+-  NO_DEFAULT_PATH)
++  DOC OpenCL include directory)
+ 
+ if (X86_64)
+   set(OPENCL_POSSIBLE_LIB_SUFFIXES lib/Win64 lib/x86_64 lib/x64)
+@@ -30,8 +29,7 @@
+   NAMES OpenCL
+   HINTS ${OPENCL_ROOT_DIR}
+   PATH_SUFFIXES ${OPENCL_POSSIBLE_LIB_SUFFIXES}
+-  DOC OpenCL library
+-  NO_DEFAULT_PATH)
++  DOC OpenCL library)
+ 
+ mark_as_advanced(OPENCL_INCLUDE_DIR OPENCL_LIBRARY)
+ include(FindPackageHandleStandardArgs)



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

2013-07-12 Thread Ray Rashif
Date: Friday, July 12, 2013 @ 15:37:23
  Author: schiv
Revision: 189985

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

Added:
  opencv/repos/extra-i686/PKGBUILD
(from rev 189984, opencv/trunk/PKGBUILD)
  opencv/repos/extra-i686/cldetect.patch
(from rev 189984, opencv/trunk/cldetect.patch)
  opencv/repos/extra-i686/fsh.patch
(from rev 189984, opencv/trunk/fsh.patch)
  opencv/repos/extra-i686/pkgconfig.patch
(from rev 189984, opencv/trunk/pkgconfig.patch)
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 189984, opencv/trunk/PKGBUILD)
  opencv/repos/extra-x86_64/cldetect.patch
(from rev 189984, opencv/trunk/cldetect.patch)
  opencv/repos/extra-x86_64/fsh.patch
(from rev 189984, opencv/trunk/fsh.patch)
  opencv/repos/extra-x86_64/pkgconfig.patch
(from rev 189984, opencv/trunk/pkgconfig.patch)
Deleted:
  opencv/repos/extra-i686/PKGBUILD
  opencv/repos/extra-i686/fsh.patch
  opencv/repos/extra-i686/pkgconfig.patch
  opencv/repos/extra-x86_64/PKGBUILD
  opencv/repos/extra-x86_64/fsh.patch
  opencv/repos/extra-x86_64/pkgconfig.patch

--+
 /PKGBUILD|  224 +
 /fsh.patch   |  206 +
 /pkgconfig.patch |   70 
 extra-i686/PKGBUILD  |  106 ---
 extra-i686/cldetect.patch|   23 
 extra-i686/fsh.patch |  103 --
 extra-i686/pkgconfig.patch   |   35 --
 extra-x86_64/PKGBUILD|  106 ---
 extra-x86_64/cldetect.patch  |   23 
 extra-x86_64/fsh.patch   |  103 --
 extra-x86_64/pkgconfig.patch |   35 --
 11 files changed, 546 insertions(+), 488 deletions(-)

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


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

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 15:44:42
  Author: spupykin
Revision: 93986

upgpkg: motion 3.2.12-10

upd

Modified:
  motion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 12:39:27 UTC (rev 93985)
+++ PKGBUILD2013-07-12 13:44:42 UTC (rev 93986)
@@ -3,7 +3,7 @@
 
 pkgname=motion
 pkgver=3.2.12
-pkgrel=9
+pkgrel=10
 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-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 15:45:21
  Author: spupykin
Revision: 93987

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 93986, motion/trunk/PKGBUILD)
  motion/repos/community-staging-i686/ffmpeg-0.8.patch
(from rev 93986, motion/trunk/ffmpeg-0.8.patch)
  motion/repos/community-staging-i686/ffmpeg-compat.patch
(from rev 93986, motion/trunk/ffmpeg-compat.patch)
  motion/repos/community-staging-i686/linux-headers.patch
(from rev 93986, motion/trunk/linux-headers.patch)
  motion/repos/community-staging-i686/motion.service
(from rev 93986, motion/trunk/motion.service)
  motion/repos/community-staging-i686/motion.tmpfiles
(from rev 93986, motion/trunk/motion.tmpfiles)
  motion/repos/community-staging-i686/rc.motion
(from rev 93986, motion/trunk/rc.motion)
  motion/repos/community-staging-x86_64/
  motion/repos/community-staging-x86_64/PKGBUILD
(from rev 93986, motion/trunk/PKGBUILD)
  motion/repos/community-staging-x86_64/ffmpeg-0.8.patch
(from rev 93986, motion/trunk/ffmpeg-0.8.patch)
  motion/repos/community-staging-x86_64/ffmpeg-compat.patch
(from rev 93986, motion/trunk/ffmpeg-compat.patch)
  motion/repos/community-staging-x86_64/linux-headers.patch
(from rev 93986, motion/trunk/linux-headers.patch)
  motion/repos/community-staging-x86_64/motion.service
(from rev 93986, motion/trunk/motion.service)
  motion/repos/community-staging-x86_64/motion.tmpfiles
(from rev 93986, motion/trunk/motion.tmpfiles)
  motion/repos/community-staging-x86_64/rc.motion
(from rev 93986, motion/trunk/rc.motion)

--+
 community-staging-i686/PKGBUILD  |   48 ++
 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|   48 ++
 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, 834 insertions(+)

Copied: motion/repos/community-staging-i686/PKGBUILD (from rev 93986, 
motion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 13:45:21 UTC (rev 93987)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=motion
+pkgver=3.2.12
+pkgrel=10
+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
+   motion.service
+   motion.tmpfiles
+   ffmpeg-0.8.patch
+   linux-headers.patch
+   ffmpeg-compat.patch)
+md5sums=('1ba0065ed50509aaffb171594c689f46'
+ '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 -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 93986, 
motion/trunk/ffmpeg-0.8.patch)
===
--- community-staging-i686/ffmpeg-0.8.patch (rev 0)
+++ community-staging-i686/ffmpeg-0.8.patch 2013-07-12 13:45:21 UTC (rev 
93987)
@@ -0,0 

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

2013-07-12 Thread Jonathan Conder
Date: Friday, July 12, 2013 @ 15:49:18
  Author: jconder
Revision: 93988

upgpkg: mythtv 1:0.26.0-10

x264 and ffmpeg rebuild

Modified:
  mythtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 13:45:21 UTC (rev 93987)
+++ PKGBUILD2013-07-12 13:49:18 UTC (rev 93988)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.26.0
-pkgrel=9
+pkgrel=10
 epoch=1
 pkgdesc=A Homebrew PVR project
 arch=('i686' 'x86_64')



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

2013-07-12 Thread Jonathan Conder
Date: Friday, July 12, 2013 @ 15:50:46
  Author: jconder
Revision: 93989

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

Added:
  mythtv/repos/community-staging-i686/
  mythtv/repos/community-staging-i686/PKGBUILD
(from rev 93988, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-i686/alsa.patch
(from rev 93988, mythtv/trunk/alsa.patch)
  mythtv/repos/community-staging-i686/mythbackend.service
(from rev 93988, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-i686/mythtv.install
(from rev 93988, mythtv/trunk/mythtv.install)
  mythtv/repos/community-staging-x86_64/
  mythtv/repos/community-staging-x86_64/PKGBUILD
(from rev 93988, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-x86_64/alsa.patch
(from rev 93988, mythtv/trunk/alsa.patch)
  mythtv/repos/community-staging-x86_64/mythbackend.service
(from rev 93988, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-x86_64/mythtv.install
(from rev 93988, mythtv/trunk/mythtv.install)

--+
 community-staging-i686/PKGBUILD  |   75 +
 community-staging-i686/alsa.patch|   66 ++
 community-staging-i686/mythbackend.service   |   14 
 community-staging-i686/mythtv.install|   22 +++
 community-staging-x86_64/PKGBUILD|   75 +
 community-staging-x86_64/alsa.patch  |   66 ++
 community-staging-x86_64/mythbackend.service |   14 
 community-staging-x86_64/mythtv.install  |   22 +++
 8 files changed, 354 insertions(+)

Copied: mythtv/repos/community-staging-i686/PKGBUILD (from rev 93988, 
mythtv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 13:50:46 UTC (rev 93989)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Jonathan Conder jonno.con...@gmail.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: kleptophob...@gmail.com
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=mythtv
+pkgver=0.26.0
+pkgrel=10
+epoch=1
+pkgdesc=A Homebrew PVR project
+arch=('i686' 'x86_64')
+url=http://www.mythtv.org/;
+license=('GPL')
+depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
+ 'libpulse' 'libva' 'libvdpau' 'libxinerama' 'lirc-utils'
+'mariadb-clients' 'mysql-python' 'perl-dbd-mysql' 
'perl-io-socket-inet6'
+'perl-libwww' 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'urlgrabber'
+'x264')
+makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm')
+optdepends=('glew: for GPU commercial flagging'
+'libcec: for consumer electronics control capabilities'
+   'libxml2: to read blu-ray metadata'
+   'openssl: for AirTunes (RAOP) support'
+'xmltv: to download tv listings')
+conflicts=('myththemes' 'mythplugins-mythvideo')
+replaces=('myththemes' 'mythplugins-mythvideo')
+backup=()
+install='mythtv.install'
+source=(ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2;
+'alsa.patch'
+   'mythbackend.service'
+   
'libva-compat.patch::https://github.com/garybuhrmaster/mythtv/commit/2add868d2f18b8b47d9747e043f052e88869bfc3.patch'
+   
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.patch')
+md5sums=('f57066bf75e6f14824c494d41639f4f9'
+ 'f64b8219e3d27a2edf96733b851e576b'
+ 'e4d572dcc307d6d8ae26bee5aebf9f3a'
+ 'ae88a16e9f42a913f395bf71af18e931'
+ '6e156c9fc0b369346d93ccafad46cba3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+
+  patch -Np1 -i $srcdir/alsa.patch
+  patch -Np2 -i $srcdir/libva-compat.patch
+  patch -Np2 -i $srcdir/libcec-2-support.patch
+
+  ARCH=${CARCH/_/-}
+  ./configure --prefix=/usr \
+  --cpu=$ARCH \
+ --disable-altivec \
+ --disable-audio-jack \
+ --disable-ccache \
+ --disable-distcc \
+ --enable-libfftw3 \
+ --enable-libmp3lame \
+ --enable-libx264 \
+ --enable-vaapi \
+ --python=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+
+  install -D -m644 $srcdir/mythbackend.service 
$pkgdir/usr/lib/systemd/system/mythbackend.service
+  install -D -m644 'database/mc.sql' $pkgdir/usr/share/mythtv/mc.sql
+
+  mkdir -p $pkgdir/usr/share/mythtv
+  cp -R 'contrib' $pkgdir/usr/share/mythtv
+  mkdir -p $pkgdir/var/log/mythtv
+}

Copied: mythtv/repos/community-staging-i686/alsa.patch (from rev 93988, 
mythtv/trunk/alsa.patch)

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

2013-07-12 Thread Gaetan Bisson
Date: Friday, July 12, 2013 @ 16:00:31
  Author: bisson
Revision: 189986

rebuild for ffmpeg-2.0

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 13:37:23 UTC (rev 189985)
+++ PKGBUILD2013-07-12 14:00:31 UTC (rev 189986)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
 license=('custom:BSD' 'GPL')



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

2013-07-12 Thread Gaetan Bisson
Date: Friday, July 12, 2013 @ 16:00:58
  Author: bisson
Revision: 189987

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

Added:
  audacious-plugins/repos/staging-i686/
  audacious-plugins/repos/staging-i686/PKGBUILD
(from rev 189986, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/staging-x86_64/
  audacious-plugins/repos/staging-x86_64/PKGBUILD
(from rev 189986, 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 189986, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-12 14:00:58 UTC (rev 189987)
@@ -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.4
+pkgrel=3
+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' 'libsidplayfp' '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'
+'libsidplayfp: 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=('2b2f1d30f0b790e6cc3e00483ed4774b0fa1fc42')
+
+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 189986, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-12 14:00:58 UTC (rev 189987)
@@ -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.4
+pkgrel=3
+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' 'libsidplayfp' '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'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: 

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

2013-07-12 Thread Gaetan Bisson
Date: Friday, July 12, 2013 @ 16:03:07
  Author: bisson
Revision: 189989

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

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

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

Copied: chromaprint/repos/staging-i686/PKGBUILD (from rev 189988, 
chromaprint/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-12 14:03:07 UTC (rev 189989)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Wieland Hoffmann the_mi...@web.de
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=chromaprint
+pkgver=0.7
+pkgrel=6
+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' 'git')
+source=('git+https://bitbucket.org/acoustid/chromaprint.git#commit=dd51f8e')
+sha1sums=('SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_EXAMPLES=ON \
+   .
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+   make DESTDIR=${pkgdir} install
+}

Copied: chromaprint/repos/staging-x86_64/PKGBUILD (from rev 189988, 
chromaprint/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-12 14:03:07 UTC (rev 189989)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Wieland Hoffmann the_mi...@web.de
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=chromaprint
+pkgver=0.7
+pkgrel=6
+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' 'git')
+source=('git+https://bitbucket.org/acoustid/chromaprint.git#commit=dd51f8e')
+sha1sums=('SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_EXAMPLES=ON \
+   .
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+   make DESTDIR=${pkgdir} install
+}



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

2013-07-12 Thread Gaetan Bisson
Date: Friday, July 12, 2013 @ 16:02:47
  Author: bisson
Revision: 189988

rebuild for ffmpeg-2.0

Modified:
  chromaprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 14:00:58 UTC (rev 189987)
+++ PKGBUILD2013-07-12 14:02:47 UTC (rev 189988)
@@ -4,7 +4,7 @@
 
 pkgname=chromaprint
 pkgver=0.7
-pkgrel=5
+pkgrel=6
 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 mpd/trunk (PKGBUILD)

2013-07-12 Thread Gaetan Bisson
Date: Friday, July 12, 2013 @ 16:16:20
  Author: bisson
Revision: 189990

rebuild for ffmpeg-2.0

Modified:
  mpd/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 14:03:07 UTC (rev 189989)
+++ PKGBUILD2013-07-12 14:16:20 UTC (rev 189990)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.17.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -23,6 +23,12 @@
 backup=('etc/mpd.conf')
 install=install
 
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/cdio_paranoia_input_plugin.c
+   sed 's:AVCODEC_MAX_AUDIO_FRAME_SIZE:192000:g' -i 
src/decoder/ffmpeg_decoder_plugin.c
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure \
@@ -40,6 +46,7 @@
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/usr/lib/systemd/user
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



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

2013-07-12 Thread Gaetan Bisson
Date: Friday, July 12, 2013 @ 16:16:57
  Author: bisson
Revision: 189991

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

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

---+
 staging-i686/PKGBUILD |   61 
 staging-i686/install  |   11 +++
 staging-i686/tmpfiles.d   |1 
 staging-x86_64/PKGBUILD   |   61 
 staging-x86_64/install|   11 +++
 staging-x86_64/tmpfiles.d |1 
 6 files changed, 146 insertions(+)

Copied: mpd/repos/staging-i686/PKGBUILD (from rev 189990, mpd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-12 14:16:57 UTC (rev 189991)
@@ -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.4
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+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://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'tmpfiles.d')
+sha1sums=('f60b54e368fe74fde2fd4571227b0428fe0ae3cb'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7')
+
+backup=('etc/mpd.conf')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/cdio_paranoia_input_plugin.c
+   sed 's:AVCODEC_MAX_AUDIO_FRAME_SIZE:192000:g' -i 
src/decoder/ffmpeg_decoder_plugin.c
+}
+
+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
+   install -d ${pkgdir}/usr/lib/systemd/user
+   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
+   ln -s ../system/mpd.service ${pkgdir}/usr/lib/systemd/user/mpd.service
+   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 ${pkgdir}/etc/mpd.conf
+}

Copied: mpd/repos/staging-i686/install (from rev 189990, mpd/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-07-12 14:16:57 UTC (rev 189991)
@@ -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/tmpfiles.d (from rev 189990, 
mpd/trunk/tmpfiles.d)
===
--- staging-i686/tmpfiles.d (rev 0)
+++ staging-i686/tmpfiles.d 2013-07-12 14:16:57 UTC (rev 189991)
@@ -0,0 +1 @@
+d /run/mpd 0755 mpd mpd

Copied: mpd/repos/staging-x86_64/PKGBUILD (from rev 189990, mpd/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 

[arch-commits] Commit in xdg-user-dirs/trunk (PKGBUILD)

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 16:58:54
  Author: heftig
Revision: 189992

0.15

Modified:
  xdg-user-dirs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 14:16:57 UTC (rev 189991)
+++ PKGBUILD2013-07-12 14:58:54 UTC (rev 189992)
@@ -4,17 +4,18 @@
 # Contributor:  mathieu.clab...@gmail.com
 
 pkgname=xdg-user-dirs
-pkgver=0.14
-pkgrel=3
+pkgver=0.15
+pkgrel=1
 pkgdesc=Manage user directories like ~/Desktop and ~/Music
-arch=('i686' 'x86_64')
-depends=('sh')
+arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/xdg-user-dirs;
-license=('GPL')
-backup=('etc/xdg/user-dirs.conf' 'etc/xdg/user-dirs.defaults')
+license=(GPL)
+depends=(sh)
+makedepends=(docbook-xsl)
+backup=(etc/xdg/user-dirs.conf etc/xdg/user-dirs.defaults)
 source=(http://user-dirs.freedesktop.org/releases/$pkgname-$pkgver.tar.gz
 xdg-user-dirs)
-sha256sums=('5f4e84f57c113f642ffdd646126855f45f1da955103119dbd2382edb516e6255'
+sha256sums=('20b4a751f41d0554bce3e0ce5e8d934be98cc62d48f0b90a894c3e1916552786'
 'f0f27de23d849b2fa4ebf59e448b5a843b577d14dc2c1070e228999091fa7f5e')
 
 build() {



[arch-commits] Commit in xdg-user-dirs/repos (8 files)

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 17:01:21
  Author: heftig
Revision: 189993

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

Added:
  xdg-user-dirs/repos/extra-i686/PKGBUILD
(from rev 189992, xdg-user-dirs/trunk/PKGBUILD)
  xdg-user-dirs/repos/extra-i686/xdg-user-dirs
(from rev 189992, xdg-user-dirs/trunk/xdg-user-dirs)
  xdg-user-dirs/repos/extra-x86_64/PKGBUILD
(from rev 189992, xdg-user-dirs/trunk/PKGBUILD)
  xdg-user-dirs/repos/extra-x86_64/xdg-user-dirs
(from rev 189992, xdg-user-dirs/trunk/xdg-user-dirs)
Deleted:
  xdg-user-dirs/repos/extra-i686/PKGBUILD
  xdg-user-dirs/repos/extra-i686/xdg-user-dirs
  xdg-user-dirs/repos/extra-x86_64/PKGBUILD
  xdg-user-dirs/repos/extra-x86_64/xdg-user-dirs

+
 /PKGBUILD  |   62 +++
 /xdg-user-dirs |8 +
 extra-i686/PKGBUILD|   30 
 extra-i686/xdg-user-dirs   |4 --
 extra-x86_64/PKGBUILD  |   30 
 extra-x86_64/xdg-user-dirs |4 --
 6 files changed, 70 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 14:58:54 UTC (rev 189992)
+++ extra-i686/PKGBUILD 2013-07-12 15:01:21 UTC (rev 189993)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor:  mathieu.clab...@gmail.com
-
-pkgname=xdg-user-dirs
-pkgver=0.14
-pkgrel=3
-pkgdesc=Manage user directories like ~/Desktop and ~/Music
-arch=('i686' 'x86_64')
-depends=('sh')
-url=http://www.freedesktop.org/wiki/Software/xdg-user-dirs;
-license=('GPL')
-backup=('etc/xdg/user-dirs.conf' 'etc/xdg/user-dirs.defaults')
-source=(http://user-dirs.freedesktop.org/releases/$pkgname-$pkgver.tar.gz
-xdg-user-dirs)
-sha256sums=('5f4e84f57c113f642ffdd646126855f45f1da955103119dbd2382edb516e6255'
-'f0f27de23d849b2fa4ebf59e448b5a843b577d14dc2c1070e228999091fa7f5e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-  install -D ../xdg-user-dirs $pkgdir/etc/X11/xinit/xinitrc.d/xdg-user-dirs
-}

Copied: xdg-user-dirs/repos/extra-i686/PKGBUILD (from rev 189992, 
xdg-user-dirs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 15:01:21 UTC (rev 189993)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor:  mathieu.clab...@gmail.com
+
+pkgname=xdg-user-dirs
+pkgver=0.15
+pkgrel=1
+pkgdesc=Manage user directories like ~/Desktop and ~/Music
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/xdg-user-dirs;
+license=(GPL)
+depends=(sh)
+makedepends=(docbook-xsl)
+backup=(etc/xdg/user-dirs.conf etc/xdg/user-dirs.defaults)
+source=(http://user-dirs.freedesktop.org/releases/$pkgname-$pkgver.tar.gz
+xdg-user-dirs)
+sha256sums=('20b4a751f41d0554bce3e0ce5e8d934be98cc62d48f0b90a894c3e1916552786'
+'f0f27de23d849b2fa4ebf59e448b5a843b577d14dc2c1070e228999091fa7f5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
+  install -D ../xdg-user-dirs $pkgdir/etc/X11/xinit/xinitrc.d/xdg-user-dirs
+}

Deleted: extra-i686/xdg-user-dirs
===
--- extra-i686/xdg-user-dirs2013-07-12 14:58:54 UTC (rev 189992)
+++ extra-i686/xdg-user-dirs2013-07-12 15:01:21 UTC (rev 189993)
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-# Set up user directories like ~/Desktop and ~/Music
-[ -x /usr/bin/xdg-user-dirs-update ]  /usr/bin/xdg-user-dirs-update

Copied: xdg-user-dirs/repos/extra-i686/xdg-user-dirs (from rev 189992, 
xdg-user-dirs/trunk/xdg-user-dirs)
===
--- extra-i686/xdg-user-dirs(rev 0)
+++ extra-i686/xdg-user-dirs2013-07-12 15:01:21 UTC (rev 189993)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# Set up user directories like ~/Desktop and ~/Music
+[ -x /usr/bin/xdg-user-dirs-update ]  /usr/bin/xdg-user-dirs-update

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 14:58:54 UTC (rev 189992)
+++ extra-x86_64/PKGBUILD   2013-07-12 15:01:21 UTC (rev 189993)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor:  mathieu.clab...@gmail.com
-
-pkgname=xdg-user-dirs
-pkgver=0.14
-pkgrel=3
-pkgdesc=Manage user directories like 

[arch-commits] Commit in perl-xml-twig/trunk (PKGBUILD)

2013-07-12 Thread Eric Bélanger
Date: Friday, July 12, 2013 @ 20:30:45
  Author: eric
Revision: 189994

upgpkg: perl-xml-twig 3.44-1

Upstream update, Disable tests as they currently don't work in chroot

Modified:
  perl-xml-twig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 15:01:21 UTC (rev 189993)
+++ PKGBUILD2013-07-12 18:30:45 UTC (rev 189994)
@@ -3,31 +3,30 @@
 # Maintainer/Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-xml-twig
-_realname=XML-Twig
-pkgver=3.42
+pkgver=3.44
 pkgrel=1
 pkgdesc=A module for easy processing of XML
 arch=('any')
-url=http://search.cpan.org/dist/${_realname}/;
+url=http://search.cpan.org/dist/XML-Twig/;
 license=('GPL' 'PerlArtistic')
 depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
 checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/M/MI/MIROD/${_realname}-${pkgver}.tar.gz;)
-sha1sums=('ec1577a3f8a89f7229f05e2a87bfb753d08f9af6')
+source=(http://www.cpan.org/authors/id/M/MI/MIROD/XML-Twig-${pkgver}.tar.gz;)
+sha1sums=('76760e94f799bbeed40de17e72420f8837dc4c73')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd XML-Twig-${pkgver}
   perl Makefile.PL -y INSTALLDIRS=vendor
   make
 }
 
 check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
+  cd XML-Twig-${pkgver}
+#  make test
 }
 
 package() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd XML-Twig-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in perl-xml-twig/repos/extra-any (PKGBUILD PKGBUILD)

2013-07-12 Thread Eric Bélanger
Date: Friday, July 12, 2013 @ 20:31:12
  Author: eric
Revision: 189995

archrelease: copy trunk to extra-any

Added:
  perl-xml-twig/repos/extra-any/PKGBUILD
(from rev 189994, perl-xml-twig/trunk/PKGBUILD)
Deleted:
  perl-xml-twig/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-12 18:30:45 UTC (rev 189994)
+++ PKGBUILD2013-07-12 18:31:12 UTC (rev 189995)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-# Maintainer/Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-xml-twig
-_realname=XML-Twig
-pkgver=3.42
-pkgrel=1
-pkgdesc=A module for easy processing of XML
-arch=('any')
-url=http://search.cpan.org/dist/${_realname}/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
-checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/M/MI/MIROD/${_realname}-${pkgver}.tar.gz;)
-sha1sums=('ec1577a3f8a89f7229f05e2a87bfb753d08f9af6')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL -y INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-xml-twig/repos/extra-any/PKGBUILD (from rev 189994, 
perl-xml-twig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-12 18:31:12 UTC (rev 189995)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Maintainer/Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-xml-twig
+pkgver=3.44
+pkgrel=1
+pkgdesc=A module for easy processing of XML
+arch=('any')
+url=http://search.cpan.org/dist/XML-Twig/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
+checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MI/MIROD/XML-Twig-${pkgver}.tar.gz;)
+sha1sums=('76760e94f799bbeed40de17e72420f8837dc4c73')
+
+build() {
+  cd XML-Twig-${pkgver}
+  perl Makefile.PL -y INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-Twig-${pkgver}
+#  make test
+}
+
+package() {
+  cd XML-Twig-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-07-12 Thread Thorsten Töpper
Date: Friday, July 12, 2013 @ 21:24:51
  Author: ttoepper
Revision: 93990

upgpkg: i3lock 2.5-2 - Fix #36089

Modified:
  i3lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 13:50:46 UTC (rev 93989)
+++ PKGBUILD2013-07-12 19:24:51 UTC (rev 93990)
@@ -3,13 +3,13 @@
 
 pkgname=i3lock
 pkgver=2.5
-pkgrel=1
+pkgrel=2
 pkgdesc=An improved screenlocker based upon XCB and PAM
 arch=('i686' 'x86_64')
 url=http://i3wm.org/i3lock/;
 license=('MIT')
 groups=(i3)
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon')
+depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon' 'libxkbfile' 
'xorg-xkbcomp')
 options=('docs')
 backup=(etc/pam.d/i3lock)
 source=(http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2;



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

2013-07-12 Thread Thorsten Töpper
Date: Friday, July 12, 2013 @ 21:24:57
  Author: ttoepper
Revision: 93991

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-12 19:24:51 UTC (rev 93990)
+++ community-i686/PKGBUILD 2013-07-12 19:24:57 UTC (rev 93991)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=i3lock
-pkgver=2.5
-pkgrel=1
-pkgdesc=An improved screenlocker based upon XCB and PAM
-arch=('i686' 'x86_64')
-url=http://i3wm.org/i3lock/;
-license=('MIT')
-groups=(i3)
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon')
-options=('docs')
-backup=(etc/pam.d/i3lock)
-source=(http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2;
-http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc;)
-md5sums=('a7d4f2519deb5a62acbc755b09b4faea' 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix ticket FS#31544, sed line taken from gentoo
-  sed -i -e 's:login:system-auth:' i3lock.pam
-
-  make
-  gzip i3lock.1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3lock/repos/community-i686/PKGBUILD (from rev 93990, 
i3lock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-12 19:24:57 UTC (rev 93991)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3lock
+pkgver=2.5
+pkgrel=2
+pkgdesc=An improved screenlocker based upon XCB and PAM
+arch=('i686' 'x86_64')
+url=http://i3wm.org/i3lock/;
+license=('MIT')
+groups=(i3)
+depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon' 'libxkbfile' 
'xorg-xkbcomp')
+options=('docs')
+backup=(etc/pam.d/i3lock)
+source=(http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2;
+http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc;)
+md5sums=('a7d4f2519deb5a62acbc755b09b4faea' 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' i3lock.pam
+
+  make
+  gzip i3lock.1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-12 19:24:51 UTC (rev 93990)
+++ community-x86_64/PKGBUILD   2013-07-12 19:24:57 UTC (rev 93991)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=i3lock
-pkgver=2.5
-pkgrel=1
-pkgdesc=An improved screenlocker based upon XCB and PAM
-arch=('i686' 'x86_64')
-url=http://i3wm.org/i3lock/;
-license=('MIT')
-groups=(i3)
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon')
-options=('docs')
-backup=(etc/pam.d/i3lock)
-source=(http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2;
-http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc;)
-md5sums=('a7d4f2519deb5a62acbc755b09b4faea' 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix ticket FS#31544, sed line taken from gentoo
-  sed -i -e 's:login:system-auth:' i3lock.pam
-
-  make
-  gzip i3lock.1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3lock/repos/community-x86_64/PKGBUILD (from rev 93990, 
i3lock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-12 19:24:57 UTC (rev 93991)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3lock
+pkgver=2.5
+pkgrel=2
+pkgdesc=An improved screenlocker based upon XCB and PAM
+arch=('i686' 'x86_64')

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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 21:41:02
  Author: heftig
Revision: 189996

1.0.8

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 18:31:12 UTC (rev 189995)
+++ PKGBUILD2013-07-12 19:41:02 UTC (rev 189996)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gstreamer
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
 options=('!libtool')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('68cada7ee24ede23e15dc81ccde11898eed1a7a3c6a2d81a8c31596fccb1b5ce')
+sha256sums=('ff70f45509566b88e35986971ace5e89cb6cb232e9ca249f84502abceef1762d')
 
 build() {
   cd ${srcdir}/gstreamer-${pkgver}



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 21:42:21
  Author: heftig
Revision: 189997

3.5.6

Modified:
  openresolv/trunk/PKGBUILD
Deleted:
  openresolv/trunk/0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch

---+
 0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch |  135 
 PKGBUILD  |   10 -
 2 files changed, 4 insertions(+), 141 deletions(-)

Deleted: 0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch
===
--- 0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch   2013-07-12 19:41:02 UTC 
(rev 189996)
+++ 0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch   2013-07-12 19:42:21 UTC 
(rev 189997)
@@ -1,135 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 7865a5f..0e4780f 100644
 a/Makefile
-+++ b/Makefile
-@@ -17,7 +17,7 @@ TARGET=  ${RESOLVCONF} ${SUBSCRIBERS}
- SRCS= ${TARGET:C,$,.in,} # pmake
- SRCS:=${TARGET:=.in} # gmake
- 
--SED_PREFIX=   -e 's:@PREFIX@:${PREFIX}:g'
-+SED_SBINDIR=  -e 's:@SBINDIR@:${SBINDIR}:g'
- SED_SYSCONFDIR=   -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g'
- SED_LIBEXECDIR=   -e 's:@LIBEXECDIR@:${LIBEXECDIR}:g'
- SED_VARDIR=   -e 's:@VARDIR@:${VARDIR}:g'
-@@ -29,7 +29,7 @@ SED_RESTARTCMD=  -e 's:@RESTARTCMD 
\(.*\)@:${RESTARTCMD}:g'
- all: ${TARGET}
- 
- .in:
--  ${SED}  ${SED_PREFIX} ${SED_SYSCONFDIR} ${SED_LIBEXECDIR} \
-+  ${SED}  ${SED_SBINDIR} ${SED_SYSCONFDIR} ${SED_LIBEXECDIR} \
-   ${SED_VARDIR} ${SED_RCDIR} ${SED_RESTARTCMD} \
-   $  $@
- 
-diff --git a/dnsmasq.in b/dnsmasq.in
-index 96b5593..542acaa 100644
 a/dnsmasq.in
-+++ b/dnsmasq.in
-@@ -29,7 +29,7 @@
- [ -f @SYSCONFDIR@/resolvconf.conf ] || exit 0
- . @SYSCONFDIR@/resolvconf.conf || exit 1
- [ -z $dnsmasq_conf -a -z $dnsmasq_resolv ]  exit 0
--[ -z $RESOLVCONF ]  eval $(@PREFIX@/sbin/resolvconf -v)
-+[ -z $RESOLVCONF ]  eval $(@SBINDIR@/resolvconf -v)
- NL=
- 
- 
-@@ -154,7 +154,7 @@ fi
- if type config_mkdirs /dev/null 21; then
-   config_mkdirs $dnsmasq_conf $dnsmasq_resolv
- else
--  @PREFIX@/sbin/resolvconf -D $dnsmasq_conf $dnsmasq_resolv
-+  @SBINDIR@/resolvconf -D $dnsmasq_conf $dnsmasq_resolv
- fi
- 
- changed=false
-diff --git a/libc.in b/libc.in
-index c4233d5..945efc8 100644
 a/libc.in
-+++ b/libc.in
-@@ -97,7 +97,7 @@ fi
- : ${resolv_conf:=/etc/resolv.conf}
- : ${libc_service:=nscd}
- : ${libc_restart:=@RESTARTCMD ${libc_service}@}
--: ${list_resolv:=@PREFIX@/sbin/resolvconf -l}
-+: ${list_resolv:=@SBINDIR@/resolvconf -l}
- if [ ${resolv_conf_head-x} = x -a -f $SYSCONFDIR/resolv.conf.head ]; then
-   resolv_conf_head=$(cat ${SYSCONFDIR}/resolv.conf.head)
- fi
-@@ -130,7 +130,7 @@ case ${resolv_conf_passthrough:-NO} in
-   newconf=$(cat $newest)$NL
-   ;;
- *)
--  [ -z $RESOLVCONF ]  eval $(@PREFIX@/sbin/resolvconf -v)
-+  [ -z $RESOLVCONF ]  eval $(@SBINDIR@/resolvconf -v)
-   newsearch=$(uniqify $search_domains $SEARCH $search_domains_append)
-   NS=$LOCALNAMESERVERS $NAMESERVERS
-   newns=
-diff --git a/named.in b/named.in
-index 1ee3abc..43ceabb 100644
 a/named.in
-+++ b/named.in
-@@ -29,7 +29,7 @@
- [ -f @SYSCONFDIR@/resolvconf.conf ] || exit 0
- . @SYSCONFDIR@/resolvconf.conf || exit 1
- [ -z $named_zones -a -z $named_options ]  exit 0
--[ -z $RESOLVCONF ]  eval $(@PREFIX@/sbin/resolvconf -v)
-+[ -z $RESOLVCONF ]  eval $(@SBINDIR@/resolvconf -v)
- NL=
- 
- 
-@@ -78,7 +78,7 @@ done
- if type config_mkdirs /dev/null 21; then
-   config_mkdirs $named_options $named_zones
- else
--  @PREFIX@/sbin/resolvconf -D $named_options $named_zones
-+  @SBINDIR@/resolvconf -D $named_options $named_zones
- fi
- 
- # No point in changing files or reloading bind if the end result has not
-diff --git a/pdnsd.in b/pdnsd.in
-index 0a0241a..4c14c3c 100644
 a/pdnsd.in
-+++ b/pdnsd.in
-@@ -29,7 +29,7 @@
- [ -f @SYSCONFDIR@/resolvconf.conf ] || exit 0
- . @SYSCONFDIR@/resolvconf.conf || exit 1
- [ -z $pdnsd_conf -a -z $pdnsd_resolv ]  exit 0
--[ -z $RESOLVCONF ]  eval $(@PREFIX@/sbin/resolvconf -v)
-+[ -z $RESOLVCONF ]  eval $(@SBINDIR@/resolvconf -v)
- NL=
- 
- 
-@@ -89,7 +89,7 @@ changed=false
- if type config_mkdirs /dev/null 21; then
-   config_mkdirs $pdnsd_resolv $pdnsd_conf
- else
--  @PREFIX@/sbin/resolvconf -D $pdnsd_resolv $pdnsd_conf
-+  @SBINDIR@/resolvconf -D $pdnsd_resolv $pdnsd_conf
- fi
- 
- if [ -n $pdnsd_resolv ]; then
-diff --git a/unbound.in b/unbound.in
-index 4ee0da7..633c7f0 100644
 a/unbound.in
-+++ b/unbound.in
-@@ -29,7 +29,7 @@
- [ -f @SYSCONFDIR@/resolvconf.conf ] || exit 0
- . @SYSCONFDIR@/resolvconf.conf || exit 1
- [ -z $unbound_conf ]  exit 0
--[ -z $RESOLVCONF ]  eval $(@PREFIX@/sbin/resolvconf -v)
-+[ -z $RESOLVCONF ]  eval $(@SBINDIR@/resolvconf -v)
- NL=
- 
- 
-@@ -60,7 +60,7 @@ fi
- if type config_mkdirs /dev/null 21; then
-   

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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 21:43:47
  Author: heftig
Revision: 189998

archrelease: copy trunk to testing-any

Added:
  openresolv/repos/testing-any/
  openresolv/repos/testing-any/PKGBUILD
(from rev 189997, openresolv/trunk/PKGBUILD)
  openresolv/repos/testing-any/fs33801.patch
(from rev 189997, openresolv/trunk/fs33801.patch)

---+
 PKGBUILD  |   38 +
 fs33801.patch |   82 
 2 files changed, 120 insertions(+)

Copied: openresolv/repos/testing-any/PKGBUILD (from rev 189997, 
openresolv/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-12 19:43:47 UTC (rev 189998)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ignacio Galmarino igalmar...@gmail.com
+
+pkgname=openresolv
+pkgver=3.5.6
+pkgrel=1
+pkgdesc=resolv.conf management framework (resolvconf)
+arch=(any)
+url=http://roy.marples.name/projects/openresolv;
+license=('custom:BSD')
+backup=(etc/resolvconf.conf)
+provides=(resolvconf)
+depends=(bash)
+makedepends=(systemd)
+source=(http://roy.marples.name/downloads/openresolv/${pkgname}-${pkgver}.tar.bz2;
+fs33801.patch)
+md5sums=('ac03b7a52cf0f2040cc70df641f1baff'
+ '440790d3403b2ae2c4bb1d657c7e36a4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fs33801.patch
+  sed -n '2,25{s:^# \?::;p}' resolvconf.in LICENSE 
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/resolvconf 
\
+--sbindir=/usr/bin
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openresolv/repos/testing-any/fs33801.patch (from rev 189997, 
openresolv/trunk/fs33801.patch)
===
--- testing-any/fs33801.patch   (rev 0)
+++ testing-any/fs33801.patch   2013-07-12 19:43:47 UTC (rev 189998)
@@ -0,0 +1,82 @@
+diff --git i/dnsmasq.in w/dnsmasq.in
+index 96b5593..384d9df 100644
+--- i/dnsmasq.in
 w/dnsmasq.in
+@@ -33,10 +33,9 @@
+ NL=
+ 
+ 
+-: ${dnsmasq_pid:=/var/run/dnsmasq.pid}
+-[ -s $dnsmasq_pid ] || dnsmasq_pid=/var/run/dnsmasq/dnsmasq.pid
+ : ${dnsmasq_service:=dnsmasq}
+ : ${dnsmasq_restart:=@RESTARTCMD ${dnsmasq_service}@}
++: ${dnsmasq_reload:=/usr/bin/systemctl reload ${dnsmasq_service}}
+ newconf=# Generated by resolvconf$NL
+ newresolv=$newconf
+ 
+@@ -182,7 +181,7 @@ if $changed; then
+   eval $dnsmasq_restart
+ fi
+ if $dbus; then
+-  $changed || kill -HUP $(cat $dnsmasq_pid)
++  $changed || eval $dnsmasq_reload
+   # Send even if empty so old servers are cleared
+   if $dbus_ex; then
+   method=SetDomainServers
+diff --git i/resolvconf.conf.5.in w/resolvconf.conf.5.in
+index 81fe154..9b4f1bd 100644
+--- i/resolvconf.conf.5.in
 w/resolvconf.conf.5.in
+@@ -215,8 +215,8 @@ variables, documented below.
+ Location of the dnsmasq service.
+ .It Sy dnsmasq_restart
+ Command to restart the dnsmasq service.
+-.It Sy dnsmasq_pid
+-Location of the dnsmasq pidfile.
++.It Sy dnsmasq_reload
++Command to reload the dnsmasq service.
+ .It Sy libc_service
+ Location of the libc service.
+ .It Sy libc_restart
+@@ -229,10 +229,8 @@ Command to restart the named service.
+ Command to restart the pdnsd service.
+ .It Sy unbound_service
+ Location of the unbound service.
+-.It Sy unbound_restart
+-Command to restart the unbound service.
+-.It Sy unbound_pid
+-Location of the unbound pidfile.
++.It Sy unbound_reload
++Command to reload the unbound service.
+ .Sh SEE ALSO
+ .Xr resolv.conf 5
+ and
+diff --git i/unbound.in w/unbound.in
+index 4ee0da7..5e4a326 100644
+--- i/unbound.in
 w/unbound.in
+@@ -33,9 +33,8 @@
+ NL=
+ 
+ 
+-: ${unbound_pid:=/var/run/unbound.pid}
+ : ${unbound_service:=unbound}
+-: ${unbound_restart:=@RESTARTCMD ${unbound_service}@}
++: ${unbound_reload:=/usr/bin/systemctl reload-or-try-restart 
${unbound_service}}
+ newconf=# Generated by resolvconf$NL
+ 
+ for d in $DOMAINS; do
+@@ -67,12 +66,5 @@ if [ ! -f $unbound_conf ] || \
+   [ $(cat $unbound_conf) != $(printf %s $newconf) ]
+ then
+   printf %s $newconf $unbound_conf
+-  # If we can't sent a HUP then force a restart
+-  if [ -s $unbound_pid ]; then
+-  if ! kill -HUP $(cat $unbound_pid) 2/dev/null; then
+-  eval $unbound_restart
+-  fi
+-  else
+-  eval $unbound_restart
+-  fi
++  eval $unbound_reload
+ fi



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 21:49:03
  Author: heftig
Revision: 18

1.0.8

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 19:43:47 UTC (rev 189998)
+++ PKGBUILD2013-07-12 19:49:03 UTC (rev 18)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Base Plugins
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!libtool !emptydirs)
 url=http://gstreamer.freedesktop.org/;
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('014805e50b696bc06c3862ea656df079fc0b5fef0c10f16e9f085f290545677a')
+sha256sums=('b55c9deea00acf789f82845c088b7c7c17b3ecef24a94831a819071b3dd8ef0d')
 
 build() {
   cd $pkgbase-$pkgver



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 21:52:51
  Author: heftig
Revision: 19

1.0.8

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 19:49:03 UTC (rev 18)
+++ PKGBUILD2013-07-12 19:52:51 UTC (rev 19)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-good
-pkgver=1.0.7
-pkgrel=2
+pkgver=1.0.8
+pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Good Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
 options=(!libtool !emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035')
+sha256sums=('97831570ccdd8e15557f18858b965e54433d572d27fdabebb8b710cee276cfad')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:00:03
  Author: heftig
Revision: 190001

1.0.8

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 19:52:51 UTC (rev 19)
+++ PKGBUILD2013-07-12 20:00:03 UTC (rev 190001)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-bad
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Bad Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
 url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland')
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa')
 makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2')
 options=(!libtool !emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab')
+sha256sums=('6949b5532034fc37d5a874e4e3330107767238bc4def9f769b8193124e2420cc')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:00:17
  Author: heftig
Revision: 190002

1.0.8

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 20:00:03 UTC (rev 190001)
+++ PKGBUILD2013-07-12 20:00:17 UTC (rev 190002)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-ugly
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Ugly Plugins
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
 options=(!libtool !emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('b78b8cfabe322497da432a0f297dbb21862a033f95e8d4cd8f207eccb5288f2b')
+sha256sums=('58cbae3cad52a91526d599fc90793147e934078055126865ee019bf97f1e0b84')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:09:52
  Author: heftig
Revision: 190003

1.0.8

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 20:00:17 UTC (rev 190002)
+++ PKGBUILD2013-07-12 20:09:52 UTC (rev 190003)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-libav
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc=Gstreamer libav Plugin
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!libtool !emptydirs)
 provides=(gst-ffmpeg=$pkgver-$pkgrel)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('aefa679d14e7a6558673cfbf401b9c01f1903bb52e5dc08332e9001d25a7ba7a')
+sha256sums=('e6e538290e585c993609337761d894dd1b6b53ef625798b2a511d5314579995f')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:15:01
  Author: heftig
Revision: 190004

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 20:09:52 UTC (rev 190003)
+++ extra-i686/PKGBUILD 2013-07-12 20:15:01 UTC (rev 190004)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-options=('!libtool')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('68cada7ee24ede23e15dc81ccde11898eed1a7a3c6a2d81a8c31596fccb1b5ce')
-
-build() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name=GStreamer (Archlinux) \
---with-package-origin=http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 190003, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 20:15:01 UTC (rev 190004)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+options=('!libtool')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('ff70f45509566b88e35986971ace5e89cb6cb232e9ca249f84502abceef1762d')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name=GStreamer (Archlinux) \
+--with-package-origin=http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 20:09:52 UTC (rev 190003)
+++ extra-x86_64/PKGBUILD   2013-07-12 20:15:01 UTC (rev 190004)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-options=('!libtool')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('68cada7ee24ede23e15dc81ccde11898eed1a7a3c6a2d81a8c31596fccb1b5ce')
-
-build() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name=GStreamer (Archlinux) \
---with-package-origin=http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer/repos/extra-x86_64/PKGBUILD (from rev 190003, 
gstreamer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-12 20:15:01 UTC (rev 190004)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 

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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:16:02
  Author: heftig
Revision: 190005

x264 rebuild

Modified:
  gstreamer0.10-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 20:15:01 UTC (rev 190004)
+++ PKGBUILD2013-07-12 20:16:02 UTC (rev 190005)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-ugly
 pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
 pkgver=0.10.19
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:19:50
  Author: heftig
Revision: 190006

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

Added:
  gst-plugins-base/repos/extra-i686/PKGBUILD
(from rev 190005, gst-plugins-base/trunk/PKGBUILD)
  gst-plugins-base/repos/extra-x86_64/PKGBUILD
(from rev 190005, gst-plugins-base/trunk/PKGBUILD)
Deleted:
  gst-plugins-base/repos/extra-i686/PKGBUILD
  gst-plugins-base/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 20:16:02 UTC (rev 190005)
+++ extra-i686/PKGBUILD 2013-07-12 20:19:50 UTC (rev 190006)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Base Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
-options=(!libtool !emptydirs)
-url=http://gstreamer.freedesktop.org/;
-source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('014805e50b696bc06c3862ea656df079fc0b5fef0c10f16e9f085f290545677a')
-
-build() {
-  cd $pkgbase-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Base Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  # Testsuite fails on one test. Some refcount leak
-  make check
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
-  depends=('gstreamer' 'orc' 'libxv')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-package_gst-plugins-base() {
-  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
-
-  cd $pkgbase-$pkgver
-  make -C gst-libs DESTDIR=${pkgdir} install
-  make -C ext DESTDIR=${pkgdir} install
-  make -C gst-libs DESTDIR=${pkgdir} uninstall
-}

Copied: gst-plugins-base/repos/extra-i686/PKGBUILD (from rev 190005, 
gst-plugins-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 20:19:50 UTC (rev 190006)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Base Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
+options=(!libtool !emptydirs)
+url=http://gstreamer.freedesktop.org/;
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('b55c9deea00acf789f82845c088b7c7c17b3ecef24a94831a819071b3dd8ef0d')
+
+build() {
+  cd $pkgbase-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Base Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # Testsuite fails on one test. Some refcount leak
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
+  depends=('gstreamer' 'orc' 'libxv')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+package_gst-plugins-base() {
+  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
+
+  cd $pkgbase-$pkgver
+  make -C gst-libs DESTDIR=${pkgdir} install
+  make -C ext DESTDIR=${pkgdir} install
+  make -C gst-libs DESTDIR=${pkgdir} uninstall
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 20:16:02 UTC (rev 190005)
+++ extra-x86_64/PKGBUILD   2013-07-12 20:19:50 UTC (rev 190006)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 'gst-plugins-base')

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

2013-07-12 Thread Sven-Hendrik Haase
Date: Friday, July 12, 2013 @ 22:23:00
  Author: svenstaro
Revision: 93992

upgpkg: wine 1.6rc5-1

Updating to 1.6rc5

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 19:24:57 UTC (rev 93991)
+++ PKGBUILD2013-07-12 20:23:00 UTC (rev 93992)
@@ -5,14 +5,14 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.6rc4
+pkgver=1.6rc5
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-md5sums=('9a5db73b08292742be108f12b7af54d2'
+md5sums=('43d11b6ea064e3594060dd5a527971c6'
  'SKIP'
  '1ff4e467f59409272088d92173a0f801')
 



[arch-commits] Commit in wine/repos/community-i686 (6 files)

2013-07-12 Thread Sven-Hendrik Haase
Date: Friday, July 12, 2013 @ 22:23:17
  Author: svenstaro
Revision: 93993

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 93992, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 93992, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 93992, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  354 
 wine.install  |   24 +--
 3 files changed, 209 insertions(+), 209 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2013-07-12 20:23:00 UTC (rev 93992)
+++ 30-win32-aliases.conf   2013-07-12 20:23:17 UTC (rev 93993)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 93992, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-07-12 20:23:17 UTC (rev 93993)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-12 20:23:00 UTC (rev 93992)
+++ PKGBUILD2013-07-12 20:23:17 UTC (rev 93993)
@@ -1,177 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.6rc4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('9a5db73b08292742be108f12b7af54d2'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  oss
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  

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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:23:55
  Author: heftig
Revision: 190007

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

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 190006, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 190006, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 20:19:50 UTC (rev 190006)
+++ extra-i686/PKGBUILD 2013-07-12 20:23:55 UTC (rev 190007)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.7
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 190006, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 20:23:55 UTC (rev 190007)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('97831570ccdd8e15557f18858b965e54433d572d27fdabebb8b710cee276cfad')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 20:19:50 UTC (rev 190006)
+++ extra-x86_64/PKGBUILD   2013-07-12 20:23:55 UTC (rev 190007)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.7
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
-

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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:27:18
  Author: heftig
Revision: 190008

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

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 190007, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 190007, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 20:23:55 UTC (rev 190007)
+++ extra-i686/PKGBUILD 2013-07-12 20:27:18 UTC (rev 190008)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-bad
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Bad Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Bad Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/; \
---with-gtk=3.0
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 190007, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 20:27:18 UTC (rev 190008)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-bad
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Bad Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('6949b5532034fc37d5a874e4e3330107767238bc4def9f769b8193124e2420cc')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Bad Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/; \
+--with-gtk=3.0
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 20:23:55 UTC (rev 190007)
+++ extra-x86_64/PKGBUILD   2013-07-12 20:27:18 UTC (rev 190008)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-bad
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Bad Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Bad Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/; \
-

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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:29:57
  Author: heftig
Revision: 190010

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

Added:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
(from rev 190008, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD
(from rev 190009, gst-plugins-ugly/trunk/PKGBUILD)
Deleted:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 20:29:32 UTC (rev 190009)
+++ extra-i686/PKGBUILD 2013-07-12 20:29:57 UTC (rev 190010)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('b78b8cfabe322497da432a0f297dbb21862a033f95e8d4cd8f207eccb5288f2b')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Ugly Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/extra-i686/PKGBUILD (from rev 190008, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 20:29:57 UTC (rev 190010)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('58cbae3cad52a91526d599fc90793147e934078055126865ee019bf97f1e0b84')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 20:29:32 UTC (rev 190009)
+++ extra-x86_64/PKGBUILD   2013-07-12 20:29:57 UTC (rev 190010)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('b78b8cfabe322497da432a0f297dbb21862a033f95e8d4cd8f207eccb5288f2b')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Ugly Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 190009, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-12 20:29:57 UTC (rev 190010)
@@ -0,0 +1,37 @@
+# 

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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:29:32
  Author: heftig
Revision: 190009

ffmpeg rebuild

Modified:
  alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 20:27:18 UTC (rev 190008)
+++ PKGBUILD2013-07-12 20:29:32 UTC (rev 190009)
@@ -5,7 +5,7 @@
 
 pkgname=alsa-plugins
 pkgver=1.0.27
-pkgrel=1
+pkgrel=2
 pkgdesc=Extra alsa plugins
 arch=(i686 x86_64)
 url=http://www.alsa-project.org;
@@ -14,13 +14,18 @@
 makedepends=(libpulse jack ffmpeg)
 optdepends=('libpulse: PulseAudio plugin'
 'jack: Jack plugin'
-'ffmpeg: libavcodec resampling plugin'
+'ffmpeg: libavcodec resampling plugin, a52 plugin'
 'libsamplerate: libsamplerate resampling plugin'
 'speex: libspeexdsp resampling plugin')
 options=('!libtool')
 source=(ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
 md5sums=('ada0163e0e84c787bfc929ad0f3f5cb8')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/  LIBAVCODEC_VERSION_MINOR = 34//' a52/pcm_a52.c
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:32:18
  Author: heftig
Revision: 190011

x264 rebuild

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 20:29:57 UTC (rev 190010)
+++ PKGBUILD2013-07-12 20:32:18 UTC (rev 190011)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-ugly
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc=GStreamer Multimedia Framework Ugly Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:35:08
  Author: heftig
Revision: 190012

0.10.2

Modified:
  libgee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 20:32:18 UTC (rev 190011)
+++ PKGBUILD2013-07-12 20:35:08 UTC (rev 190012)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=libgee
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc=GObject collection library
 url=http://live.gnome.org/Libgee;
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection vala)
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f50c103107314daee6dc68054e359d5169a19c562902e323ba798b380a2a2c96')
+sha256sums=('b365b3afccbf9a9ecf4282be0b8ce7dcd56afa3c59c19d2ca79bb7f2724a966c')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:37:31
  Author: heftig
Revision: 190013

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

Added:
  gst-libav/repos/extra-i686/PKGBUILD
(from rev 190012, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/extra-x86_64/PKGBUILD
(from rev 190012, gst-libav/trunk/PKGBUILD)
Deleted:
  gst-libav/repos/extra-i686/PKGBUILD
  gst-libav/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 20:35:08 UTC (rev 190012)
+++ extra-i686/PKGBUILD 2013-07-12 20:37:31 UTC (rev 190013)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-libav
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=Gstreamer libav Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2')
-makedepends=('yasm')
-options=(!libtool !emptydirs)
-provides=(gst-ffmpeg=$pkgver-$pkgrel)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('aefa679d14e7a6558673cfbf401b9c01f1903bb52e5dc08332e9001d25a7ba7a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
---with-package-name=GStreamer libav Plugin (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-libav/repos/extra-i686/PKGBUILD (from rev 190012, 
gst-libav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 20:37:31 UTC (rev 190013)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-libav
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=Gstreamer libav Plugin
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('yasm')
+options=(!libtool !emptydirs)
+provides=(gst-ffmpeg=$pkgver-$pkgrel)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6e538290e585c993609337761d894dd1b6b53ef625798b2a511d5314579995f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
+--with-package-name=GStreamer libav Plugin (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 20:35:08 UTC (rev 190012)
+++ extra-x86_64/PKGBUILD   2013-07-12 20:37:31 UTC (rev 190013)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-libav
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=Gstreamer libav Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2')
-makedepends=('yasm')
-options=(!libtool !emptydirs)
-provides=(gst-ffmpeg=$pkgver-$pkgrel)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('aefa679d14e7a6558673cfbf401b9c01f1903bb52e5dc08332e9001d25a7ba7a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
---with-package-name=GStreamer libav Plugin (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-libav/repos/extra-x86_64/PKGBUILD (from rev 190012, 
gst-libav/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-12 20:37:31 UTC (rev 190013)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-libav
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=Gstreamer libav Plugin
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('yasm')
+options=(!libtool !emptydirs)
+provides=(gst-ffmpeg=$pkgver-$pkgrel)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)

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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:40:29
  Author: heftig
Revision: 190014

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 20:37:31 UTC (rev 190013)
+++ extra-i686/PKGBUILD 2013-07-12 20:40:29 UTC (rev 190014)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=libgee
-pkgver=0.10.1
-pkgrel=1
-pkgdesc=GObject collection library
-url=http://live.gnome.org/Libgee;
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala)
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f50c103107314daee6dc68054e359d5169a19c562902e323ba798b380a2a2c96')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # generates a bazillion traps - make sure systemd's core_pattern
-  # is deactivated, or you'll DoS the journal and the system
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgee/repos/extra-i686/PKGBUILD (from rev 190013, 
libgee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 20:40:29 UTC (rev 190014)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libgee
+pkgver=0.10.2
+pkgrel=1
+pkgdesc=GObject collection library
+url=http://live.gnome.org/Libgee;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b365b3afccbf9a9ecf4282be0b8ce7dcd56afa3c59c19d2ca79bb7f2724a966c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # generates a bazillion traps - make sure systemd's core_pattern
+  # is deactivated, or you'll DoS the journal and the system
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 20:37:31 UTC (rev 190013)
+++ extra-x86_64/PKGBUILD   2013-07-12 20:40:29 UTC (rev 190014)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=libgee
-pkgver=0.10.1
-pkgrel=1
-pkgdesc=GObject collection library
-url=http://live.gnome.org/Libgee;
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala)
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f50c103107314daee6dc68054e359d5169a19c562902e323ba798b380a2a2c96')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # generates a bazillion traps - make sure systemd's core_pattern
-  # is deactivated, or you'll DoS the journal and the system
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgee/repos/extra-x86_64/PKGBUILD (from rev 190013, 
libgee/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-12 20:40:29 UTC (rev 190014)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libgee
+pkgver=0.10.2
+pkgrel=1
+pkgdesc=GObject collection library
+url=http://live.gnome.org/Libgee;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b365b3afccbf9a9ecf4282be0b8ce7dcd56afa3c59c19d2ca79bb7f2724a966c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # 

[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2013-07-12 Thread Sven-Hendrik Haase
Date: Friday, July 12, 2013 @ 22:43:26
  Author: svenstaro
Revision: 93994

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 93993, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 93993, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 93993, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  354 
 wine.install  |   24 +--
 3 files changed, 209 insertions(+), 209 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2013-07-12 20:23:17 UTC (rev 93993)
+++ 30-win32-aliases.conf   2013-07-12 20:43:26 UTC (rev 93994)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 93993, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-07-12 20:43:26 UTC (rev 93994)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-12 20:23:17 UTC (rev 93993)
+++ PKGBUILD2013-07-12 20:43:26 UTC (rev 93994)
@@ -1,177 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.6rc4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('9a5db73b08292742be108f12b7af54d2'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  oss
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama 

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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:43:07
  Author: heftig
Revision: 190015

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

Added:
  gstreamer0.10-ugly/repos/staging-i686/
  gstreamer0.10-ugly/repos/staging-i686/PKGBUILD
(from rev 190014, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/staging-i686/cdio-cd-text-api.patch
(from rev 190014, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
  gstreamer0.10-ugly/repos/staging-i686/opencore-amr.patch
(from rev 190014, gstreamer0.10-ugly/trunk/opencore-amr.patch)
  gstreamer0.10-ugly/repos/staging-x86_64/
  gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD
(from rev 190014, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/staging-x86_64/cdio-cd-text-api.patch
(from rev 190014, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
  gstreamer0.10-ugly/repos/staging-x86_64/opencore-amr.patch
(from rev 190014, gstreamer0.10-ugly/trunk/opencore-amr.patch)

---+
 staging-i686/PKGBUILD |   54 +
 staging-i686/cdio-cd-text-api.patch   |  183 
 staging-i686/opencore-amr.patch   |   35 ++
 staging-x86_64/PKGBUILD   |   54 +
 staging-x86_64/cdio-cd-text-api.patch |  183 
 staging-x86_64/opencore-amr.patch |   35 ++
 6 files changed, 544 insertions(+)

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

Copied: gstreamer0.10-ugly/repos/staging-i686/cdio-cd-text-api.patch (from rev 
190014, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
===
--- staging-i686/cdio-cd-text-api.patch (rev 0)
+++ staging-i686/cdio-cd-text-api.patch 2013-07-12 20:43:07 UTC (rev 190015)
@@ -0,0 +1,183 @@
+From 649bd92cd2600719862ad5189899212409dd0a67 Mon Sep 17 00:00:00 2001
+From: Leon Merten Lohse l...@green-side.de
+Date: Thu, 03 May 2012 22:50:30 +
+Subject: cdio: compensate for libcdio's recent cd-text api changes
+
+https://bugzilla.gnome.org/show_bug.cgi?id=675112
+
+Conflicts:
+
+   ext/cdio/gstcdiocddasrc.c
+---
+diff --git a/ext/cdio/gstcdio.c b/ext/cdio/gstcdio.c
+index 2f58d18..483ebf5 100644
+--- a/ext/cdio/gstcdio.c
 b/ext/cdio/gstcdio.c
+@@ -30,12 +30,16 @@
+ GST_DEBUG_CATEGORY (gst_cdio_debug);
+ 
+ void
+-gst_cdio_add_cdtext_field (GstObject * src, cdtext_t * cdtext,
++gst_cdio_add_cdtext_field (GstObject * src, cdtext_t * cdtext, track_t track,
+ cdtext_field_t field, const gchar * gst_tag, GstTagList ** 

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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:45:06
  Author: heftig
Revision: 190016

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

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

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: gst-plugins-ugly/repos/staging-i686/PKGBUILD (from rev 190015, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-12 20:45:06 UTC (rev 190016)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.8
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('58cbae3cad52a91526d599fc90793147e934078055126865ee019bf97f1e0b84')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-ugly/repos/staging-x86_64/PKGBUILD (from rev 190015, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-12 20:45:06 UTC (rev 190016)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.8
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('58cbae3cad52a91526d599fc90793147e934078055126865ee019bf97f1e0b84')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 22:47:00
  Author: heftig
Revision: 190017

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

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

-+
 staging-i686/PKGBUILD   |   41 +
 staging-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: alsa-plugins/repos/staging-i686/PKGBUILD (from rev 190016, 
alsa-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-12 20:47:00 UTC (rev 190017)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=alsa-plugins
+pkgver=1.0.27
+pkgrel=2
+pkgdesc=Extra alsa plugins
+arch=(i686 x86_64)
+url=http://www.alsa-project.org;
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin, a52 plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+options=('!libtool')
+source=(ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
+md5sums=('ada0163e0e84c787bfc929ad0f3f5cb8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/  LIBAVCODEC_VERSION_MINOR = 34//' a52/pcm_a52.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -d $pkgdir/usr/share/doc/$pkgname
+  install -m644 doc/README* doc/*.txt $pkgdir/usr/share/doc/$pkgname/
+}

Copied: alsa-plugins/repos/staging-x86_64/PKGBUILD (from rev 190016, 
alsa-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-12 20:47:00 UTC (rev 190017)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=alsa-plugins
+pkgver=1.0.27
+pkgrel=2
+pkgdesc=Extra alsa plugins
+arch=(i686 x86_64)
+url=http://www.alsa-project.org;
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin, a52 plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+options=('!libtool')
+source=(ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
+md5sums=('ada0163e0e84c787bfc929ad0f3f5cb8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/  LIBAVCODEC_VERSION_MINOR = 34//' a52/pcm_a52.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -d $pkgdir/usr/share/doc/$pkgname
+  install -m644 doc/README* doc/*.txt $pkgdir/usr/share/doc/$pkgname/
+}



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 23:29:41
  Author: heftig
Revision: 190018

1.0.3

Modified:
  opus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 20:47:00 UTC (rev 190017)
+++ PKGBUILD2013-07-12 21:29:41 UTC (rev 190018)
@@ -5,8 +5,8 @@
 # Contributor: pumbur
 
 pkgname=opus
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 pkgdesc=Codec designed for interactive speech and audio transmission over the 
Internet
 arch=(i686 x86_64)
 url=http://www.opus-codec.org/;
@@ -14,7 +14,7 @@
 depends=(glibc)
 options=('!libtool')
 source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c503ad05a59ddb44deab96204401be03')
+md5sums=('86eedbd3c5a0171d2437850435e6edff')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 23:33:32
  Author: heftig
Revision: 190019

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 21:29:41 UTC (rev 190018)
+++ extra-i686/PKGBUILD 2013-07-12 21:33:32 UTC (rev 190019)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: DrZaius lou[at]fakeoutdoorsman[dot]com
-# Contributor: pumbur
-
-pkgname=opus
-pkgver=1.0.2
-pkgrel=2
-pkgdesc=Codec designed for interactive speech and audio transmission over the 
Internet
-arch=(i686 x86_64)
-url=http://www.opus-codec.org/;
-license=(BSD)
-depends=(glibc)
-options=('!libtool')
-source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c503ad05a59ddb44deab96204401be03')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-custom-modes
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: opus/repos/extra-i686/PKGBUILD (from rev 190018, opus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 21:33:32 UTC (rev 190019)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: DrZaius lou[at]fakeoutdoorsman[dot]com
+# Contributor: pumbur
+
+pkgname=opus
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=Codec designed for interactive speech and audio transmission over the 
Internet
+arch=(i686 x86_64)
+url=http://www.opus-codec.org/;
+license=(BSD)
+depends=(glibc)
+options=('!libtool')
+source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('86eedbd3c5a0171d2437850435e6edff')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-custom-modes
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 21:29:41 UTC (rev 190018)
+++ extra-x86_64/PKGBUILD   2013-07-12 21:33:32 UTC (rev 190019)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: DrZaius lou[at]fakeoutdoorsman[dot]com
-# Contributor: pumbur
-
-pkgname=opus
-pkgver=1.0.2
-pkgrel=2
-pkgdesc=Codec designed for interactive speech and audio transmission over the 
Internet
-arch=(i686 x86_64)
-url=http://www.opus-codec.org/;
-license=(BSD)
-depends=(glibc)
-options=('!libtool')
-source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c503ad05a59ddb44deab96204401be03')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-custom-modes
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: opus/repos/extra-x86_64/PKGBUILD (from rev 190018, opus/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-12 21:33:32 UTC (rev 190019)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: DrZaius lou[at]fakeoutdoorsman[dot]com
+# Contributor: pumbur
+
+pkgname=opus
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=Codec designed for interactive speech and audio transmission over the 
Internet
+arch=(i686 x86_64)
+url=http://www.opus-codec.org/;
+license=(BSD)
+depends=(glibc)
+options=('!libtool')
+source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('86eedbd3c5a0171d2437850435e6edff')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-custom-modes
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  

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

2013-07-12 Thread Giovanni Scafora
Date: Friday, July 12, 2013 @ 23:59:57
  Author: giovanni
Revision: 190020

upgpkg: ocrad 0.22-1

upstream release

Modified:
  ocrad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 21:33:32 UTC (rev 190019)
+++ PKGBUILD2013-07-12 21:59:57 UTC (rev 190020)
@@ -2,16 +2,16 @@
 # Maintainer: Giovanni Scafora giova...@archlinux.org
 
 pkgname=ocrad
-pkgver=0.21
-pkgrel=2
+pkgver=0.22
+pkgrel=1
 pkgdesc=An Optical Character Recognition program
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/ocrad/ocrad.html;
 license=('GPL3')
 depends=('gcc-libs' 'texinfo')
 install=ocrad.install
-source=(http://ftp.gnu.org/gnu/ocrad/ocrad-$pkgver.tar.gz;)
-md5sums=('83f9eae9d808f9d86c181538d3f64aed')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz;)
+md5sums=('e84f0fb0dcd9b7b067201f9a3b89e06c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-07-12 Thread Giovanni Scafora
Date: Saturday, July 13, 2013 @ 00:00:10
  Author: giovanni
Revision: 190021

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

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

+
 /PKGBUILD  |   62 +++
 /ocrad.install |   40 +++
 extra-i686/PKGBUILD|   31 -
 extra-i686/ocrad.install   |   20 -
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/ocrad.install |   20 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-12 21:59:57 UTC (rev 190020)
+++ extra-i686/PKGBUILD 2013-07-12 22:00:10 UTC (rev 190021)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=ocrad
-pkgver=0.21
-pkgrel=2
-pkgdesc=An Optical Character Recognition program
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/ocrad/ocrad.html;
-license=('GPL3')
-depends=('gcc-libs' 'texinfo')
-install=ocrad.install
-source=(http://ftp.gnu.org/gnu/ocrad/ocrad-$pkgver.tar.gz;)
-md5sums=('83f9eae9d808f9d86c181538d3f64aed')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  CXXFLAGS=${CXXFLAGS} \
-  LDFLAGS=${LDFLAGS}
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install install-man
-  rm $pkgdir/usr/share/info/dir
-  gzip $pkgdir/usr/share/info/*
-}

Copied: ocrad/repos/extra-i686/PKGBUILD (from rev 190020, ocrad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-12 22:00:10 UTC (rev 190021)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=ocrad
+pkgver=0.22
+pkgrel=1
+pkgdesc=An Optical Character Recognition program
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/ocrad/ocrad.html;
+license=('GPL3')
+depends=('gcc-libs' 'texinfo')
+install=ocrad.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz;)
+md5sums=('e84f0fb0dcd9b7b067201f9a3b89e06c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  CXXFLAGS=${CXXFLAGS} \
+  LDFLAGS=${LDFLAGS}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install install-man
+  rm $pkgdir/usr/share/info/dir
+  gzip $pkgdir/usr/share/info/*
+}

Deleted: extra-i686/ocrad.install
===
--- extra-i686/ocrad.install2013-07-12 21:59:57 UTC (rev 190020)
+++ extra-i686/ocrad.install2013-07-12 22:00:10 UTC (rev 190021)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(ocrad.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: ocrad/repos/extra-i686/ocrad.install (from rev 190020, 
ocrad/trunk/ocrad.install)
===
--- extra-i686/ocrad.install(rev 0)
+++ extra-i686/ocrad.install2013-07-12 22:00:10 UTC (rev 190021)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(ocrad.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-12 21:59:57 UTC (rev 190020)
+++ extra-x86_64/PKGBUILD   2013-07-12 22:00:10 UTC (rev 190021)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=ocrad
-pkgver=0.21
-pkgrel=2
-pkgdesc=An Optical Character Recognition program
-arch=('i686' 'x86_64')

[arch-commits] Commit in (5 files)

2013-07-12 Thread Daniel Micay
Date: Saturday, July 13, 2013 @ 00:18:53
  Author: thestinger
Revision: 93995

add libc++

Added:
  libc++/
  libc++/repos/
  libc++/trunk/
  libc++/trunk/PKGBUILD
  libc++/trunk/libc++.install

+
 PKGBUILD   |   30 ++
 libc++.install |7 +++
 2 files changed, 37 insertions(+)

Added: libc++/trunk/PKGBUILD
===
--- libc++/trunk/PKGBUILD   (rev 0)
+++ libc++/trunk/PKGBUILD   2013-07-12 22:18:53 UTC (rev 93995)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: MThinkCpp mtc.maintainer[at]outlook.com
+pkgname='libc++'
+pkgver=3.3
+pkgrel=1
+pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
+url='http://libcxx.llvm.org'
+license=('custom:University of Illinois/NCSA Open Source License')
+arch=('i686' 'x86_64')
+depends=('glibc' 'gcc-libs') # gcc-libs for libsupc++ binary
+makedepends=('clang' 'subversion' 'cmake' 'gcc') # gcc provides libsupc++ 
headers
+source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;)
+md5sums=('SKIP')
+install=$pkgname.install
+
+build() {
+  _gcc_include_dir=/usr/include/c++/$(gcc -dumpversion)
+  _gcc_platform_include_dir=$_gcc_include_dir/$(gcc -dumpmachine)
+  mkdir -p libcxx-${pkgver}.src/build
+  cd libcxx-${pkgver}.src/build
+  cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libsupc++ \
+
-DLIBCXX_LIBSUPCXX_INCLUDE_PATHS=${_gcc_include_dir};${_gcc_platform_include_dir}
 \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
${srcdir}/libcxx-${pkgver}.src
+  make
+}
+package() {
+  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+  cd libcxx-${pkgver}.src/build
+  make DESTDIR=$pkgdir install
+}

Added: libc++/trunk/libc++.install
===
--- libc++/trunk/libc++.install (rev 0)
+++ libc++/trunk/libc++.install 2013-07-12 22:18:53 UTC (rev 93995)
@@ -0,0 +1,7 @@
+post_install() {
+  echo compile with \`clang -std=c++11 -stdlib=libc++ -Wl,-lstdc++\` to use 
libc++
+}
+
+post_upgrade() {
+  post_install
+}



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

2013-07-12 Thread Daniel Micay
Date: Saturday, July 13, 2013 @ 00:19:32
  Author: thestinger
Revision: 93996

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

Added:
  libc++/repos/community-i686/
  libc++/repos/community-i686/PKGBUILD
(from rev 93995, libc++/trunk/PKGBUILD)
  libc++/repos/community-i686/libc++.install
(from rev 93995, libc++/trunk/libc++.install)
  libc++/repos/community-x86_64/
  libc++/repos/community-x86_64/PKGBUILD
(from rev 93995, libc++/trunk/PKGBUILD)
  libc++/repos/community-x86_64/libc++.install
(from rev 93995, libc++/trunk/libc++.install)

-+
 community-i686/PKGBUILD |   30 ++
 community-i686/libc++.install   |7 +++
 community-x86_64/PKGBUILD   |   30 ++
 community-x86_64/libc++.install |7 +++
 4 files changed, 74 insertions(+)

Copied: libc++/repos/community-i686/PKGBUILD (from rev 93995, 
libc++/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-12 22:19:32 UTC (rev 93996)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: MThinkCpp mtc.maintainer[at]outlook.com
+pkgname='libc++'
+pkgver=3.3
+pkgrel=1
+pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
+url='http://libcxx.llvm.org'
+license=('custom:University of Illinois/NCSA Open Source License')
+arch=('i686' 'x86_64')
+depends=('glibc' 'gcc-libs') # gcc-libs for libsupc++ binary
+makedepends=('clang' 'subversion' 'cmake' 'gcc') # gcc provides libsupc++ 
headers
+source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;)
+md5sums=('SKIP')
+install=$pkgname.install
+
+build() {
+  _gcc_include_dir=/usr/include/c++/$(gcc -dumpversion)
+  _gcc_platform_include_dir=$_gcc_include_dir/$(gcc -dumpmachine)
+  mkdir -p libcxx-${pkgver}.src/build
+  cd libcxx-${pkgver}.src/build
+  cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libsupc++ \
+
-DLIBCXX_LIBSUPCXX_INCLUDE_PATHS=${_gcc_include_dir};${_gcc_platform_include_dir}
 \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
${srcdir}/libcxx-${pkgver}.src
+  make
+}
+package() {
+  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+  cd libcxx-${pkgver}.src/build
+  make DESTDIR=$pkgdir install
+}

Copied: libc++/repos/community-i686/libc++.install (from rev 93995, 
libc++/trunk/libc++.install)
===
--- community-i686/libc++.install   (rev 0)
+++ community-i686/libc++.install   2013-07-12 22:19:32 UTC (rev 93996)
@@ -0,0 +1,7 @@
+post_install() {
+  echo compile with \`clang -std=c++11 -stdlib=libc++ -Wl,-lstdc++\` to use 
libc++
+}
+
+post_upgrade() {
+  post_install
+}

Copied: libc++/repos/community-x86_64/PKGBUILD (from rev 93995, 
libc++/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-12 22:19:32 UTC (rev 93996)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: MThinkCpp mtc.maintainer[at]outlook.com
+pkgname='libc++'
+pkgver=3.3
+pkgrel=1
+pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
+url='http://libcxx.llvm.org'
+license=('custom:University of Illinois/NCSA Open Source License')
+arch=('i686' 'x86_64')
+depends=('glibc' 'gcc-libs') # gcc-libs for libsupc++ binary
+makedepends=('clang' 'subversion' 'cmake' 'gcc') # gcc provides libsupc++ 
headers
+source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;)
+md5sums=('SKIP')
+install=$pkgname.install
+
+build() {
+  _gcc_include_dir=/usr/include/c++/$(gcc -dumpversion)
+  _gcc_platform_include_dir=$_gcc_include_dir/$(gcc -dumpmachine)
+  mkdir -p libcxx-${pkgver}.src/build
+  cd libcxx-${pkgver}.src/build
+  cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libsupc++ \
+
-DLIBCXX_LIBSUPCXX_INCLUDE_PATHS=${_gcc_include_dir};${_gcc_platform_include_dir}
 \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
${srcdir}/libcxx-${pkgver}.src
+  make
+}
+package() {
+  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+  cd libcxx-${pkgver}.src/build
+  make DESTDIR=$pkgdir install
+}

Copied: libc++/repos/community-x86_64/libc++.install (from rev 93995, 
libc++/trunk/libc++.install)
===
--- community-x86_64/libc++.install (rev 0)
+++ community-x86_64/libc++.install 2013-07-12 22:19:32 UTC (rev 93996)
@@ -0,0 +1,7 @@
+post_install() {
+  echo compile with \`clang -std=c++11 -stdlib=libc++ -Wl,-lstdc++\` to use 
libc++
+}
+
+post_upgrade() {
+  post_install
+}



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

2013-07-12 Thread Daniel Micay
Date: Saturday, July 13, 2013 @ 00:22:48
  Author: thestinger
Revision: 93997

libc++: workaround with -Wl,-lstdc++ no longer needed

Modified:
  libc++/trunk/PKGBUILD
Deleted:
  libc++/trunk/libc++.install

+
 PKGBUILD   |1 -
 libc++.install |7 ---
 2 files changed, 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 22:19:32 UTC (rev 93996)
+++ PKGBUILD2013-07-12 22:22:48 UTC (rev 93997)
@@ -11,7 +11,6 @@
 makedepends=('clang' 'subversion' 'cmake' 'gcc') # gcc provides libsupc++ 
headers
 source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;)
 md5sums=('SKIP')
-install=$pkgname.install
 
 build() {
   _gcc_include_dir=/usr/include/c++/$(gcc -dumpversion)

Deleted: libc++.install
===
--- libc++.install  2013-07-12 22:19:32 UTC (rev 93996)
+++ libc++.install  2013-07-12 22:22:48 UTC (rev 93997)
@@ -1,7 +0,0 @@
-post_install() {
-  echo compile with \`clang -std=c++11 -stdlib=libc++ -Wl,-lstdc++\` to use 
libc++
-}
-
-post_upgrade() {
-  post_install
-}



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

2013-07-12 Thread Daniel Micay
Date: Saturday, July 13, 2013 @ 00:24:38
  Author: thestinger
Revision: 93998

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

Added:
  libc++/repos/community-i686/PKGBUILD
(from rev 93997, libc++/trunk/PKGBUILD)
  libc++/repos/community-x86_64/PKGBUILD
(from rev 93997, libc++/trunk/PKGBUILD)
Deleted:
  libc++/repos/community-i686/PKGBUILD
  libc++/repos/community-i686/libc++.install
  libc++/repos/community-x86_64/PKGBUILD
  libc++/repos/community-x86_64/libc++.install

-+
 /PKGBUILD   |   58 ++
 community-i686/PKGBUILD |   30 ---
 community-i686/libc++.install   |7 
 community-x86_64/PKGBUILD   |   30 ---
 community-x86_64/libc++.install |7 
 5 files changed, 58 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-12 22:22:48 UTC (rev 93997)
+++ community-i686/PKGBUILD 2013-07-12 22:24:38 UTC (rev 93998)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: MThinkCpp mtc.maintainer[at]outlook.com
-pkgname='libc++'
-pkgver=3.3
-pkgrel=1
-pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
-url='http://libcxx.llvm.org'
-license=('custom:University of Illinois/NCSA Open Source License')
-arch=('i686' 'x86_64')
-depends=('glibc' 'gcc-libs') # gcc-libs for libsupc++ binary
-makedepends=('clang' 'subversion' 'cmake' 'gcc') # gcc provides libsupc++ 
headers
-source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;)
-md5sums=('SKIP')
-install=$pkgname.install
-
-build() {
-  _gcc_include_dir=/usr/include/c++/$(gcc -dumpversion)
-  _gcc_platform_include_dir=$_gcc_include_dir/$(gcc -dumpmachine)
-  mkdir -p libcxx-${pkgver}.src/build
-  cd libcxx-${pkgver}.src/build
-  cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libsupc++ \
-
-DLIBCXX_LIBSUPCXX_INCLUDE_PATHS=${_gcc_include_dir};${_gcc_platform_include_dir}
 \
--DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
${srcdir}/libcxx-${pkgver}.src
-  make
-}
-package() {
-  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-  cd libcxx-${pkgver}.src/build
-  make DESTDIR=$pkgdir install
-}

Copied: libc++/repos/community-i686/PKGBUILD (from rev 93997, 
libc++/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-12 22:24:38 UTC (rev 93998)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: MThinkCpp mtc.maintainer[at]outlook.com
+pkgname='libc++'
+pkgver=3.3
+pkgrel=1
+pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
+url='http://libcxx.llvm.org'
+license=('custom:University of Illinois/NCSA Open Source License')
+arch=('i686' 'x86_64')
+depends=('glibc' 'gcc-libs') # gcc-libs for libsupc++ binary
+makedepends=('clang' 'subversion' 'cmake' 'gcc') # gcc provides libsupc++ 
headers
+source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;)
+md5sums=('SKIP')
+
+build() {
+  _gcc_include_dir=/usr/include/c++/$(gcc -dumpversion)
+  _gcc_platform_include_dir=$_gcc_include_dir/$(gcc -dumpmachine)
+  mkdir -p libcxx-${pkgver}.src/build
+  cd libcxx-${pkgver}.src/build
+  cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libsupc++ \
+
-DLIBCXX_LIBSUPCXX_INCLUDE_PATHS=${_gcc_include_dir};${_gcc_platform_include_dir}
 \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
${srcdir}/libcxx-${pkgver}.src
+  make
+}
+package() {
+  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+  cd libcxx-${pkgver}.src/build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/libc++.install
===
--- community-i686/libc++.install   2013-07-12 22:22:48 UTC (rev 93997)
+++ community-i686/libc++.install   2013-07-12 22:24:38 UTC (rev 93998)
@@ -1,7 +0,0 @@
-post_install() {
-  echo compile with \`clang -std=c++11 -stdlib=libc++ -Wl,-lstdc++\` to use 
libc++
-}
-
-post_upgrade() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-12 22:22:48 UTC (rev 93997)
+++ community-x86_64/PKGBUILD   2013-07-12 22:24:38 UTC (rev 93998)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: MThinkCpp mtc.maintainer[at]outlook.com
-pkgname='libc++'
-pkgver=3.3
-pkgrel=1
-pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
-url='http://libcxx.llvm.org'
-license=('custom:University of Illinois/NCSA Open Source License')
-arch=('i686' 'x86_64')
-depends=('glibc' 'gcc-libs') # gcc-libs for libsupc++ 

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

2013-07-12 Thread Alexandre Filgueira
Date: Saturday, July 13, 2013 @ 00:36:49
  Author: faidoc
Revision: 93999

upgpkg: nemo 1.8.4-1

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 22:24:38 UTC (rev 93998)
+++ PKGBUILD2013-07-12 22:36:49 UTC (rev 93999)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc=Cinnamon file manager (Nautilus fork)
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
 tracker-0.16.patch
 remove-desktop-background.patch)
-sha256sums=('1d3404dc66d3f8ec686dfc1b02523331e66d3e942e2a57d6b29e9f2ae998945a'
+sha256sums=('c8805302144c1aba72707eed22501cdd4f008a4c4090dea94fde5c05cd6c25f6'
 '2b86f486add84e3affb0b14eb84425443e7cf5e593738d10d02e9c2ac0f17626'
 '0bd07fd931ad701442358cdcbd26e0c5d57717ffadfd39a1cba137e36def1aa5')
 



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

2013-07-12 Thread Alexandre Filgueira
Date: Saturday, July 13, 2013 @ 00:37:49
  Author: faidoc
Revision: 94000

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 93999, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 93999, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 93999, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 93999, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 93999, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 93999, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 93999, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 93999, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  102 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   51 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   | 1050 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   51 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch | 1050 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2296 insertions(+), 2296 deletions(-)

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


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

2013-07-12 Thread speps
Date: Saturday, July 13, 2013 @ 02:27:03
  Author: speps
Revision: 94001

upgpkg: nomacs 1.4.0-1

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 22:37:49 UTC (rev 94000)
+++ PKGBUILD2013-07-13 00:27:03 UTC (rev 94001)
@@ -2,7 +2,7 @@
 # Maintainer: speps speps at aur dot archlinux dot org
 
 pkgname=nomacs
-pkgver=1.2.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=A Qt image viewer
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('cmake')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2;)
-md5sums=('0fdef67b960276375024f270dfaa4b93')
+md5sums=('ede84986dce5f67c270bb5ff7354e867')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-07-12 Thread speps
Date: Saturday, July 13, 2013 @ 02:27:24
  Author: speps
Revision: 94002

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

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

-+
 /PKGBUILD   |   60 ++
 /nomacs.install |   22 +
 community-i686/PKGBUILD |   30 ---
 community-i686/nomacs.install   |   11 --
 community-x86_64/PKGBUILD   |   30 ---
 community-x86_64/nomacs.install |   11 --
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-13 00:27:03 UTC (rev 94001)
+++ community-i686/PKGBUILD 2013-07-13 00:27:24 UTC (rev 94002)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=nomacs
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A Qt image viewer
-arch=(i686 x86_64)
-url=http://www.nomacs.org/;
-license=('GPL3')
-depends=('qt4' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2;)
-md5sums=('0fdef67b960276375024f270dfaa4b93')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -d bld ] || mkdir bld  cd bld
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/bld
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-i686/PKGBUILD (from rev 94001, 
nomacs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-13 00:27:24 UTC (rev 94002)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=nomacs
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=A Qt image viewer
+arch=(i686 x86_64)
+url=http://www.nomacs.org/;
+license=('GPL3')
+depends=('qt4' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2;)
+md5sums=('ede84986dce5f67c270bb5ff7354e867')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -d bld ] || mkdir bld  cd bld
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/bld
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nomacs.install
===
--- community-i686/nomacs.install   2013-07-13 00:27:03 UTC (rev 94001)
+++ community-i686/nomacs.install   2013-07-13 00:27:24 UTC (rev 94002)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nomacs/repos/community-i686/nomacs.install (from rev 94001, 
nomacs/trunk/nomacs.install)
===
--- community-i686/nomacs.install   (rev 0)
+++ community-i686/nomacs.install   2013-07-13 00:27:24 UTC (rev 94002)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-13 00:27:03 UTC (rev 94001)
+++ community-x86_64/PKGBUILD   2013-07-13 00:27:24 UTC (rev 94002)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=nomacs
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A Qt image viewer
-arch=(i686 x86_64)
-url=http://www.nomacs.org/;
-license=('GPL3')
-depends=('qt4' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2;)
-md5sums=('0fdef67b960276375024f270dfaa4b93')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -d bld ] || mkdir bld  cd bld
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/bld
-  make 

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

2013-07-12 Thread Eric Bélanger
Date: Saturday, July 13, 2013 @ 04:26:38
  Author: eric
Revision: 190023

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

Added:
  liferea/repos/testing-i686/
  liferea/repos/testing-i686/PKGBUILD
(from rev 190022, liferea/trunk/PKGBUILD)
  liferea/repos/testing-i686/liferea.install
(from rev 190022, liferea/trunk/liferea.install)
  liferea/repos/testing-x86_64/
  liferea/repos/testing-x86_64/PKGBUILD
(from rev 190022, liferea/trunk/PKGBUILD)
  liferea/repos/testing-x86_64/liferea.install
(from rev 190022, liferea/trunk/liferea.install)

+
 testing-i686/PKGBUILD  |   30 ++
 testing-i686/liferea.install   |   21 +
 testing-x86_64/PKGBUILD|   30 ++
 testing-x86_64/liferea.install |   21 +
 4 files changed, 102 insertions(+)

Copied: liferea/repos/testing-i686/PKGBUILD (from rev 190022, 
liferea/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-13 02:26:38 UTC (rev 190023)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=liferea
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=A desktop news aggregator for online news feeds and weblogs
+arch=('i686' 'x86_64')
+url=http://liferea.sourceforge.net/;
+license=('GPL')
+depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
+ 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support')
+options=('!libtool' '!emptydirs')
+install=liferea.install
+source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
+sha1sums=('aac8e1dac30361758e3565cfddfd317f9f60b64a')
+
+build() {
+  cd liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd liferea-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: liferea/repos/testing-i686/liferea.install (from rev 190022, 
liferea/trunk/liferea.install)
===
--- testing-i686/liferea.install(rev 0)
+++ testing-i686/liferea.install2013-07-13 02:26:38 UTC (rev 190023)
@@ -0,0 +1,21 @@
+pkgname=liferea
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+gconfpkg --uninstall $pkgname
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: liferea/repos/testing-x86_64/PKGBUILD (from rev 190022, 
liferea/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-13 02:26:38 UTC (rev 190023)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=liferea
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=A desktop news aggregator for online news feeds and weblogs
+arch=('i686' 'x86_64')
+url=http://liferea.sourceforge.net/;
+license=('GPL')
+depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
+ 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support')
+options=('!libtool' '!emptydirs')
+install=liferea.install
+source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
+sha1sums=('aac8e1dac30361758e3565cfddfd317f9f60b64a')
+
+build() {
+  cd liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd liferea-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: liferea/repos/testing-x86_64/liferea.install (from rev 190022, 
liferea/trunk/liferea.install)
===
--- testing-x86_64/liferea.install  (rev 0)
+++ testing-x86_64/liferea.install  2013-07-13 02:26:38 UTC (rev 190023)
@@ -0,0 +1,21 @@
+pkgname=liferea
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+gconfpkg --uninstall $pkgname
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-07-12 Thread Eric Bélanger
Date: Saturday, July 13, 2013 @ 04:26:08
  Author: eric
Revision: 190022

upgpkg: liferea 1.10.0-1

Upstream update, Update depends, Add optdepends, Update install scriptlet

Modified:
  liferea/trunk/PKGBUILD
  liferea/trunk/liferea.install

-+
 PKGBUILD|   16 +++-
 liferea.install |   13 +
 2 files changed, 12 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 22:00:10 UTC (rev 190021)
+++ PKGBUILD2013-07-13 02:26:08 UTC (rev 190022)
@@ -2,31 +2,29 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=liferea
-pkgver=1.8.15
+pkgver=1.10.0
 pkgrel=1
 pkgdesc=A desktop news aggregator for online news feeds and weblogs
 arch=('i686' 'x86_64')
 url=http://liferea.sourceforge.net/;
 license=('GPL')
-depends=('gconf' 'webkitgtk2' 'libnotify' 'libunique' 'json-glib' 
'hicolor-icon-theme'
- 'desktop-file-utils')
+depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
+ 'gnome-icon-theme' 'desktop-file-utils')
 makedepends=('intltool')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support')
 options=('!libtool' '!emptydirs')
 install=liferea.install
 
source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
-sha1sums=('9a86773996d61d03c03e9a5137a2c0a3e2539f4f')
+sha1sums=('aac8e1dac30361758e3565cfddfd317f9f60b64a')
 
 build() {
   cd liferea-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-install
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
   make
 }
 
 package() {
   cd liferea-${pkgver}
   make DESTDIR=${pkgdir} install
-  
-  install -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }

Modified: liferea.install
===
--- liferea.install 2013-07-12 22:00:10 UTC (rev 190021)
+++ liferea.install 2013-07-13 02:26:08 UTC (rev 190022)
@@ -1,24 +1,21 @@
 pkgname=liferea
 
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
+  glib-compile-schemas usr/share/glib-2.0/schemas
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
   update-desktop-database -q
 }
 
 pre_upgrade() {
-  pre_remove $1
+  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+gconfpkg --uninstall $pkgname
+  fi
 }
 
 post_upgrade() {
   post_install $1
 }
 
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
+  post_install $1
 }



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

2013-07-12 Thread Giovanni Scafora
Date: Saturday, July 13, 2013 @ 04:56:23
  Author: giovanni
Revision: 190025

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-13 02:56:15 UTC (rev 190024)
+++ extra-i686/PKGBUILD 2013-07-13 02:56:23 UTC (rev 190025)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-
-pkgname=help2man
-pkgver=1.41.2
-pkgrel=1
-pkgdesc=Conversion tool to create man files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('48cb7fa1d9cca2ebea1844694668c8a8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

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

Deleted: extra-i686/help2man.install
===
--- extra-i686/help2man.install 2013-07-13 02:56:15 UTC (rev 190024)
+++ extra-i686/help2man.install 2013-07-13 02:56:23 UTC (rev 190025)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: help2man/repos/extra-i686/help2man.install (from rev 190024, 
help2man/trunk/help2man.install)
===
--- extra-i686/help2man.install (rev 0)
+++ extra-i686/help2man.install 2013-07-13 02:56:23 UTC (rev 190025)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(help2man.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-13 02:56:15 UTC (rev 190024)
+++ extra-x86_64/PKGBUILD   2013-07-13 02:56:23 UTC (rev 190025)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-
-pkgname=help2man
-pkgver=1.41.2
-pkgrel=1
-pkgdesc=Conversion tool to create man files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/help2man/;

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

2013-07-12 Thread Giovanni Scafora
Date: Saturday, July 13, 2013 @ 04:56:15
  Author: giovanni
Revision: 190024

upgpkg: help2man 1.43.3-1

upstream release

Modified:
  help2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-13 02:26:38 UTC (rev 190023)
+++ PKGBUILD2013-07-13 02:56:15 UTC (rev 190024)
@@ -3,7 +3,7 @@
 # Contributor: Paul Mattal p...@mattal.com
 
 pkgname=help2man
-pkgver=1.41.2
+pkgver=1.43.3
 pkgrel=1
 pkgdesc=Conversion tool to create man files
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl-locale-gettext')
 install=help2man.install
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('48cb7fa1d9cca2ebea1844694668c8a8')
+md5sums=('a84868db7c139238df8add5d86a0b54f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in k3b/trunk (PKGBUILD k3b-2.0.2-libav9.patch)

2013-07-12 Thread Eric Bélanger
Date: Saturday, July 13, 2013 @ 05:43:42
  Author: eric
Revision: 190026

upgpkg: k3b 2.0.2-9

Rebuild against ffmpeg 2.0 and x264 20130702

Added:
  k3b/trunk/k3b-2.0.2-libav9.patch
Modified:
  k3b/trunk/PKGBUILD

+
 PKGBUILD   |   18 +++---
 k3b-2.0.2-libav9.patch |   42 ++
 2 files changed, 53 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-13 02:56:23 UTC (rev 190025)
+++ PKGBUILD2013-07-13 03:43:42 UTC (rev 190026)
@@ -3,7 +3,7 @@
 
 pkgname=k3b
 pkgver=2.0.2
-pkgrel=8
+pkgrel=9
 pkgdesc=Feature-rich and easy to handle CD burning application
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/k3b/;
@@ -20,16 +20,20 @@
 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)
+k3b-2.0.2-ffmpeg.patch k3b-2.0.2-libavformat54.patch 
k3b-2.0.2-libav9.patch)
 sha1sums=('8b30a4d07942e82559b01bc07dea6bcf2defd532'
   '8120c0e22e6c41ea285ca6060be13723ed91c52b'
-  '5b35bff3f7670686a32bd71afea2deaca4331631')
+  '5b35bff3f7670686a32bd71afea2deaca4331631'
+  '02db0666db8d793860c93ef9e2f19a00c9451945')
 
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+prepare() {
+  cd ${pkgname}-${pkgver}
   patch -p1 -i ${srcdir}/k3b-2.0.2-ffmpeg.patch
   patch -p1 -i ${srcdir}/k3b-2.0.2-libavformat54.patch
-  cd ..
+  patch -p1 -i ${srcdir}/k3b-2.0.2-libav9.patch
+}
+
+build() {
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -39,6 +43,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }

Added: k3b-2.0.2-libav9.patch
===
--- k3b-2.0.2-libav9.patch  (rev 0)
+++ k3b-2.0.2-libav9.patch  2013-07-13 03:43:42 UTC (rev 190026)
@@ -0,0 +1,42 @@
+Index: k3b-2.0.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
+===
+--- k3b-2.0.2.orig/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp 2013-04-22 
17:46:13.523959500 +0200
 k3b-2.0.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp  2013-04-22 
18:40:49.890007513 +0200
+@@ -95,7 +95,7 @@ bool K3bFFMpegFile::open()
+ }
+ 
+ // analyze the streams
+-::av_find_stream_info( d-formatContext );
++::avformat_find_stream_info( d-formatContext, 0 );
+ 
+ // we only handle files containing one audio stream
+ if( d-formatContext-nb_streams != 1 ) {
+@@ -129,7 +129,7 @@ bool K3bFFMpegFile::open()
+ 
+ // open the codec on our context
+ kDebug()  (K3bFFMpegFile) found codec for   m_filename;
+-if( ::avcodec_open( codecContext, d-codec )  0 ) {
++if( ::avcodec_open2( codecContext, d-codec, 0 )  0 ) {
+ kDebug()  (K3bFFMpegDecoderFactory) could not open codec.;
+ return false;
+ }
+--- k3b-2.0.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp.orig 2013-07-12 
23:05:37.371157123 -0400
 k3b-2.0.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp  2013-07-12 
23:12:01.649948739 -0400
+@@ -55,7 +55,7 @@
+ K3b::Msf length;
+ 
+ // for decoding. ffmpeg requires 16-byte alignment.
+-char outputBuffer[AVCODEC_MAX_AUDIO_FRAME_SIZE + 15];
++char outputBuffer[192000 + 15];
+ char* alignedOutputBuffer;
+ char* outputBufferPos;
+ int outputBufferSize;
+@@ -319,7 +319,7 @@
+ }
+ 
+ d-outputBufferPos = d-alignedOutputBuffer;
+-d-outputBufferSize = AVCODEC_MAX_AUDIO_FRAME_SIZE;
++d-outputBufferSize = 192000;
+ 
+ #if LIBAVCODEC_VERSION_MAJOR  52
+ int len = ::avcodec_decode_audio(



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

2013-07-12 Thread Eric Bélanger
Date: Saturday, July 13, 2013 @ 05:44:20
  Author: eric
Revision: 190027

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

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

--+
 staging-i686/PKGBUILD|   48 
 staging-i686/k3b-2.0.2-ffmpeg.patch  |   96 +
 staging-i686/k3b-2.0.2-libav9.patch  |   42 ++
 staging-i686/k3b-2.0.2-libavformat54.patch   |   22 +
 staging-i686/k3b.install |   13 +++
 staging-x86_64/PKGBUILD  |   48 
 staging-x86_64/k3b-2.0.2-ffmpeg.patch|   96 +
 staging-x86_64/k3b-2.0.2-libav9.patch|   42 ++
 staging-x86_64/k3b-2.0.2-libavformat54.patch |   22 +
 staging-x86_64/k3b.install   |   13 +++
 10 files changed, 442 insertions(+)

Copied: k3b/repos/staging-i686/PKGBUILD (from rev 190026, k3b/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-13 03:44:20 UTC (rev 190027)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=k3b
+pkgver=2.0.2
+pkgrel=9
+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 
k3b-2.0.2-libav9.patch)
+sha1sums=('8b30a4d07942e82559b01bc07dea6bcf2defd532'
+  '8120c0e22e6c41ea285ca6060be13723ed91c52b'
+  '5b35bff3f7670686a32bd71afea2deaca4331631'
+  '02db0666db8d793860c93ef9e2f19a00c9451945')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/k3b-2.0.2-ffmpeg.patch
+  patch -p1 -i ${srcdir}/k3b-2.0.2-libavformat54.patch
+  patch -p1 -i ${srcdir}/k3b-2.0.2-libav9.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: k3b/repos/staging-i686/k3b-2.0.2-ffmpeg.patch (from rev 190026, 
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-07-13 03:44:20 UTC (rev 190027)
@@ -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
++{
+