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

2014-07-20 Thread Thorsten Töpper
Date: Sunday, July 20, 2014 @ 09:10:16
  Author: ttoepper
Revision: 116016

upgpkg: i3lock 2.6-1

Modified:
  i3lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 04:16:39 UTC (rev 116015)
+++ PKGBUILD2014-07-20 07:10:16 UTC (rev 116016)
@@ -2,19 +2,19 @@
 # Maintainer: Thorsten Töpper atsutane...@freethoughts.de
 
 pkgname=i3lock
-pkgver=2.5
-pkgrel=2
+pkgver=2.6
+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' 'libxkbfile' 
'xorg-xkbcomp')
+depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')
 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')
+md5sums=('46870f347f474a894ec8044717b4d925' 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-07-20 Thread Thorsten Töpper
Date: Sunday, July 20, 2014 @ 09:10:22
  Author: ttoepper
Revision: 116017

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

Added:
  i3lock/repos/community-i686/PKGBUILD
(from rev 116016, i3lock/trunk/PKGBUILD)
  i3lock/repos/community-x86_64/PKGBUILD
(from rev 116016, 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 2014-07-20 07:10:16 UTC (rev 116016)
+++ community-i686/PKGBUILD 2014-07-20 07:10:22 UTC (rev 116017)
@@ -1,39 +0,0 @@
-# $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:
-

Copied: i3lock/repos/community-i686/PKGBUILD (from rev 116016, 
i3lock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-20 07:10:22 UTC (rev 116017)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3lock
+pkgver=2.6
+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-x11')
+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=('46870f347f474a894ec8044717b4d925' '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   2014-07-20 07:10:16 UTC (rev 116016)
+++ community-x86_64/PKGBUILD   2014-07-20 07:10:22 UTC (rev 116017)
@@ -1,39 +0,0 @@
-# $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:
-

Copied: i3lock/repos/community-x86_64/PKGBUILD (from rev 116016, 
i3lock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-20 07:10:22 UTC (rev 116017)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3lock
+pkgver=2.6
+pkgrel=1
+pkgdesc=An improved screenlocker based upon 

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

2014-07-20 Thread Jan Steffens
Date: Sunday, July 20, 2014 @ 15:31:06
  Author: heftig
Revision: 217496

0.9.31

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 10:46:49 UTC (rev 217495)
+++ PKGBUILD2014-07-20 13:31:06 UTC (rev 217496)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.30
+pkgver=0.9.31
 pkgrel=1
 pkgdesc=OpenType text shaping engine
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('fa873f9fe4a5ad4f7beb524475e13a5a8729d7414d2bc64a557c0d5651d58586')
+sha256sums=('86a2a45bd8f71b8f1695ff2084c718fca7adedd0ae012d0be682238e8af49e73')
 
 build() {
   cd $pkgbase-$pkgver



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

2014-07-20 Thread Jan Steffens
Date: Sunday, July 20, 2014 @ 15:34:08
  Author: heftig
Revision: 217497

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-20 13:31:06 UTC (rev 217496)
+++ extra-i686/PKGBUILD 2014-07-20 13:34:08 UTC (rev 217497)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.30
-pkgrel=1
-pkgdesc=OpenType text shaping engine
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('fa873f9fe4a5ad4f7beb524475e13a5a8729d7414d2bc64a557c0d5651d58586')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make -k check || :
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc=$pkgdesc (ICU integration)
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* $pkgdir
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 217496, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-20 13:34:08 UTC (rev 217497)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=0.9.31
+pkgrel=1
+pkgdesc=OpenType text shaping engine
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('86a2a45bd8f71b8f1695ff2084c718fca7adedd0ae012d0be682238e8af49e73')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make -k check || :
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc=$pkgdesc (ICU integration)
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* $pkgdir
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-20 13:31:06 UTC (rev 217496)
+++ extra-x86_64/PKGBUILD   2014-07-20 13:34:08 UTC (rev 217497)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.30
-pkgrel=1
-pkgdesc=OpenType text shaping engine
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('fa873f9fe4a5ad4f7beb524475e13a5a8729d7414d2bc64a557c0d5651d58586')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype 

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

2014-07-20 Thread Thomas Dziedzic
Date: Sunday, July 20, 2014 @ 16:30:25
  Author: td123
Revision: 217498

upgpkg: vim 7.4.373-1

bump

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 13:34:08 UTC (rev 217497)
+++ PKGBUILD2014-07-20 14:30:25 UTC (rev 217498)
@@ -6,11 +6,11 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
 _topver=7.4
-_patchlevel=335
-__hgrev=4aa63564dd3f
+_patchlevel=373
+__hgrev=32a77cc160d9
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
-pkgrel=4
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url=http://www.vim.org;
@@ -20,7 +20,7 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('e6b40c71599d69acc8f2bbf768242896'
+md5sums=('74493914d81495f3cc6423d33a3de50d'
  'SKIP'
  'b9d4dcb9d3ee2e151dc4be1e94934f6a'
  '10353a61aadc3f276692d0e17db1478e'



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

2014-07-20 Thread Thomas Dziedzic
Date: Sunday, July 20, 2014 @ 16:31:22
  Author: td123
Revision: 217499

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

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

--+
 testing-i686/PKGBUILD|  285 +
 testing-i686/archlinux.vim   |   26 +++
 testing-i686/gvim.desktop|   63 +
 testing-i686/gvim.install|   15 ++
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  285 +
 testing-x86_64/archlinux.vim |   26 +++
 testing-x86_64/gvim.desktop  |   63 +
 testing-x86_64/gvim.install  |   15 ++
 testing-x86_64/vimrc |   16 ++
 10 files changed, 810 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 217498, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-20 14:31:22 UTC (rev 217499)
@@ -0,0 +1,285 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=373
+__hgrev=32a77cc160d9
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('74493914d81495f3cc6423d33a3de50d'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+  cp -a vim-build gvim-python3-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

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

2014-07-20 Thread Florian Pritz
Date: Sunday, July 20, 2014 @ 18:02:11
  Author: bluewind
Revision: 116019

upgpkg: fb-client 1.3.3-1

upstream update

Modified:
  fb-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 14:35:27 UTC (rev 116018)
+++ PKGBUILD2014-07-20 16:02:11 UTC (rev 116019)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Bluewind Pritz f...@xssn.at
 
 pkgname=fb-client
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc=Client for paste.xinu.at
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('curl' 'bash')
 optdepends=('xclip: for automatically copying the URL into the clipboard')
 source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('181b3d64000eaf5dad4ec7cdceed479c'
+md5sums=('a766cbd2fe0ee3b630023cf91a6996ba'
  'SKIP')
 
 build() {



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

2014-07-20 Thread Florian Pritz
Date: Sunday, July 20, 2014 @ 18:02:15
  Author: bluewind
Revision: 116020

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

Added:
  fb-client/repos/community-i686/PKGBUILD
(from rev 116019, fb-client/trunk/PKGBUILD)
  fb-client/repos/community-x86_64/PKGBUILD
(from rev 116019, fb-client/trunk/PKGBUILD)
Deleted:
  fb-client/repos/community-i686/PKGBUILD
  fb-client/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-20 16:02:11 UTC (rev 116019)
+++ community-i686/PKGBUILD 2014-07-20 16:02:15 UTC (rev 116020)
@@ -1,28 +0,0 @@
-# Maintainer: Florian Bluewind Pritz f...@xssn.at
-
-pkgname=fb-client
-pkgver=1.3.2
-pkgrel=1
-pkgdesc=Client for paste.xinu.at
-arch=('i686' 'x86_64')
-url=http://paste.xinu.at;
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('181b3d64000eaf5dad4ec7cdceed479c'
- 'SKIP')
-
-build() {
-  cd $srcdir/fb-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/fb-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-i686/PKGBUILD (from rev 116019, 
fb-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-20 16:02:15 UTC (rev 116020)
@@ -0,0 +1,28 @@
+# Maintainer: Florian Bluewind Pritz f...@xssn.at
+
+pkgname=fb-client
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=Client for paste.xinu.at
+arch=('i686' 'x86_64')
+url=http://paste.xinu.at;
+license=('GPL3')
+depends=('curl' 'bash')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('a766cbd2fe0ee3b630023cf91a6996ba'
+ 'SKIP')
+
+build() {
+  cd $srcdir/fb-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/fb-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-20 16:02:11 UTC (rev 116019)
+++ community-x86_64/PKGBUILD   2014-07-20 16:02:15 UTC (rev 116020)
@@ -1,28 +0,0 @@
-# Maintainer: Florian Bluewind Pritz f...@xssn.at
-
-pkgname=fb-client
-pkgver=1.3.2
-pkgrel=1
-pkgdesc=Client for paste.xinu.at
-arch=('i686' 'x86_64')
-url=http://paste.xinu.at;
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('181b3d64000eaf5dad4ec7cdceed479c'
- 'SKIP')
-
-build() {
-  cd $srcdir/fb-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/fb-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-x86_64/PKGBUILD (from rev 116019, 
fb-client/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-20 16:02:15 UTC (rev 116020)
@@ -0,0 +1,28 @@
+# Maintainer: Florian Bluewind Pritz f...@xssn.at
+
+pkgname=fb-client
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=Client for paste.xinu.at
+arch=('i686' 'x86_64')
+url=http://paste.xinu.at;
+license=('GPL3')
+depends=('curl' 'bash')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('a766cbd2fe0ee3b630023cf91a6996ba'
+ 'SKIP')
+
+build() {
+  cd $srcdir/fb-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/fb-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-20 Thread Felix Yan
Date: Sunday, July 20, 2014 @ 18:41:49
  Author: fyan
Revision: 116021

upgpkg: goagent 3.1.19-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 16:02:15 UTC (rev 116020)
+++ PKGBUILD2014-07-20 16:41:49 UTC (rev 116021)
@@ -4,8 +4,8 @@
 # Contributor: Guten ywzhai...@gmail.com 
 
 pkgname=goagent
-pkgver=3.1.18.20140705
-_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
+pkgver=3.1.19
+#_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
 pkgrel=1
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
@@ -17,8 +17,8 @@
 'python2-pacparser: PAC proxy support'
 'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
 makedepends=('git')
-#source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-source=(git+https://github.com/goagent/goagent.git#commit=$_commit; 
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+#source=(git+https://github.com/goagent/goagent.git#commit=$_commit; 
 ${pkgname}.user.ini
 ${pkgname}.service)
 backup=('etc/goagent')



[arch-commits] Commit in python-pytest/repos/community-any (PKGBUILD PKGBUILD)

2014-07-20 Thread Felix Yan
Date: Sunday, July 20, 2014 @ 18:42:42
  Author: fyan
Revision: 116024

archrelease: copy trunk to community-any

Added:
  python-pytest/repos/community-any/PKGBUILD
(from rev 116023, python-pytest/trunk/PKGBUILD)
Deleted:
  python-pytest/repos/community-any/PKGBUILD

--+
 PKGBUILD |  111 ++---
 1 file changed, 55 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-20 16:42:24 UTC (rev 116023)
+++ PKGBUILD2014-07-20 16:42:42 UTC (rev 116024)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.5.2
-pkgrel=3
-pkgdesc=Simple powerful testing with Python
-arch=('any')
-license=('MIT')
-url=http://pytest.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'twisted' 'python-mock' 
'python2-mock' 'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect')
-source=(http://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz;)
-
-prepare() {
-  cp -r pytest-${pkgver}{,-py2}
-}
-
-build() {
-  cd $srcdir/pytest-${pkgver}
-  python setup.py build
-
-  cd $srcdir/pytest-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/pytest-${pkgver}
-  python setup.py test
-
-  cd $srcdir/pytest-${pkgver}-py2
-  # Tests fail with 2.5.2: 
https://bitbucket.org/hpk42/pytest/issue/493/example-failure-in-pytests-own-testcase
-  #python2 setup.py test
-}
-
-package_python-pytest() {
-  depends=('python' 'python-py' 'python-setuptools')
-
-  cd pytest-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-pytest() {
-  depends=('python2' 'python2-py' 'python2-setuptools')
-
-  cd pytest-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  mv ${pkgdir}/usr/bin/py.test ${pkgdir}/usr/bin/py.test2
-}
-
-sha512sums=('d291f229f4c0a2132c437dde6ca04bf87701fe270c2fa314104badad9221ab866251890c66387d23fefd3ab1f928ee3b290dac21e3d62e7660af8903e85a2f36')

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 116023, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-20 16:42:42 UTC (rev 116024)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=Simple powerful testing with Python
+arch=('any')
+license=('MIT')
+url=http://pytest.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'twisted' 'python-mock' 
'python2-mock' 'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect')
+source=(http://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz;)
+sha512sums=('c5a4b8fdf178832a05fe97259e0ae110c06547c7783c513fd8f631b1f4cc2d63def10beb05243c01a328e69576604560b6becd42d61c6226f9bff7ea5492fa33')
+
+prepare() {
+  cp -r pytest-${pkgver}{,-py2}
+}
+
+build() {
+  cd $srcdir/pytest-${pkgver}
+  python setup.py build
+
+  cd $srcdir/pytest-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/pytest-${pkgver}
+  python setup.py test
+
+  cd $srcdir/pytest-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_python-pytest() {
+  depends=('python' 'python-py' 'python-setuptools')
+
+  cd pytest-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pytest() {
+  depends=('python2' 'python2-py' 'python2-setuptools')
+
+  cd pytest-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  mv ${pkgdir}/usr/bin/py.test ${pkgdir}/usr/bin/py.test2
+}
+



[arch-commits] Commit in goagent/repos/community-any (8 files)

2014-07-20 Thread Felix Yan
Date: Sunday, July 20, 2014 @ 18:42:16
  Author: fyan
Revision: 116022

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 116021, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 116021, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 116021, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 116021, goagent/trunk/goagent.user.ini)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini

-+
 PKGBUILD|  120 +++---
 goagent.install |   42 +-
 goagent.service |   24 +-
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-20 16:41:49 UTC (rev 116021)
+++ PKGBUILD2014-07-20 16:42:16 UTC (rev 116022)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=3.1.18.20140705
-_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
-pkgrel=1
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
-conflicts=('python2-gevent0.99')
-optdepends=('python2-crypto: Optimization for RC4'
-'python2-pacparser: PAC proxy support'
-'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
-makedepends=('git')
-#source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-source=(git+https://github.com/goagent/goagent.git#commit=$_commit; 
-${pkgname}.user.ini
-${pkgname}.service)
-backup=('etc/goagent')
-install=goagent.install
-
-prepare() {
-  cd $pkgname
-
-  sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
-  -i local/{proxy.py,dnsproxy.py}
-  sed -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP(/usr/share/GeoIP/GeoIP.dat)\1|' \
-  -i local/proxy.py
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/goagent
-  install -Dm755 local/dnsproxy.py 
$pkgdir/usr/share/$pkgname/local/dnsproxy.py
-  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
-  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
-
-  install -Dm644 local/proxy.ini $pkgdir/usr/share/$pkgname/local/goagent.ini
-  install -Dm640 -g nobody ../goagent.user.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/goagent.user.ini
-  
-  cp -r server $pkgdir/usr/share/$pkgname/
-  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-any/PKGBUILD (from rev 116021, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-20 16:42:16 UTC (rev 116022)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.1.19
+#_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
+pkgrel=1
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-crypto: Optimization for RC4'
+'python2-pacparser: PAC proxy support'
+'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+#source=(git+https://github.com/goagent/goagent.git#commit=$_commit; 
+${pkgname}.user.ini
+${pkgname}.service)
+backup=('etc/goagent')
+install=goagent.install
+
+prepare() {
+  cd $pkgname
+
+  sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
+  -i local/{proxy.py,dnsproxy.py}
+  

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

2014-07-20 Thread Felix Yan
Date: Sunday, July 20, 2014 @ 18:42:24
  Author: fyan
Revision: 116023

upgpkg: python-pytest 2.6.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 16:42:16 UTC (rev 116022)
+++ PKGBUILD2014-07-20 16:42:24 UTC (rev 116023)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.5.2
-pkgrel=3
+pkgver=2.6.0
+pkgrel=1
 pkgdesc=Simple powerful testing with Python
 arch=('any')
 license=('MIT')
@@ -13,6 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'twisted' 'python-mock' 
'python2-mock' 'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect')
 
source=(http://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz;)
+sha512sums=('c5a4b8fdf178832a05fe97259e0ae110c06547c7783c513fd8f631b1f4cc2d63def10beb05243c01a328e69576604560b6becd42d61c6226f9bff7ea5492fa33')
 
 prepare() {
   cp -r pytest-${pkgver}{,-py2}
@@ -31,8 +32,7 @@
   python setup.py test
 
   cd $srcdir/pytest-${pkgver}-py2
-  # Tests fail with 2.5.2: 
https://bitbucket.org/hpk42/pytest/issue/493/example-failure-in-pytests-own-testcase
-  #python2 setup.py test
+  python2 setup.py test
 }
 
 package_python-pytest() {
@@ -53,4 +53,3 @@
   mv ${pkgdir}/usr/bin/py.test ${pkgdir}/usr/bin/py.test2
 }
 
-sha512sums=('d291f229f4c0a2132c437dde6ca04bf87701fe270c2fa314104badad9221ab866251890c66387d23fefd3ab1f928ee3b290dac21e3d62e7660af8903e85a2f36')



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

2014-07-20 Thread Andreas Radke
Date: Sunday, July 20, 2014 @ 19:31:37
  Author: andyrtr
Revision: 217500

prepare next release 4.3.0rc3, use system glm

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 14:31:22 UTC (rev 217499)
+++ PKGBUILD2014-07-20 17:31:37 UTC (rev 217500)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=4.3.0.2
+_LOver=4.3.0.3 # RC3
 pkgver=4.3.0
-pkgrel=0.10
+pkgrel=0.11
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -20,7 +20,7 @@
'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 
'clucene'
'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
-   'apr' 'serf' 'chrpath' 'ttf-liberation'
+   'apr' 'serf' 'chrpath' 'ttf-liberation' 'glm'
'valgrind')
 
 #_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
@@ -61,10 +61,8 @@
${_additional_source_url}/libe-book-0.1.1.tar.bz2
${_additional_source_url}/libabw-0.1.0.tar.bz2
${_additional_source_url}/language-subtag-registry-2014-04-10.tar.bz2
-   
${_additional_source_url}/9c8d3455e0d8ef51269784e9a473feeb-libgltf.tar.bz2
+   
${_additional_source_url}/libgltf/3d9ea1f2828c46f8ba94b88a87b3326d-libgltf-0.0.0.tar.bz2
${_additional_source_url}/CoinMP-1.7.6.tgz
-   # do not use system glm, LibO patches it!
-   
${_additional_source_url}/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip

${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2
make-pyuno-work-with-system-wide-module-install.diff
@@ -104,15 +102,14 @@
libabw-0.1.0.tar.bz2
language-subtag-registry-2014-04-10.tar.bz2
CoinMP-1.7.6.tgz
-   bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
OpenCOLLADA-master-6509aa13af.tar.bz2
-   9c8d3455e0d8ef51269784e9a473feeb-libgltf.tar.bz2)
-md5sums=('868f1ecb0b3326dc567466428f5b619b'
+   3d9ea1f2828c46f8ba94b88a87b3326d-libgltf-0.0.0.tar.bz2)
+md5sums=('c63fe2858ee956ccaaa8bcade152ca1a'
  'SKIP'
- 'b031689c5d715aecb63a31ba3ddaae24'
+ '76bf4e114a946d493146f14745ad5fd5'
  'SKIP'
- '96fef4a636161cfd8df181e2a9d2f130'
+ 'e7c6c70f23c45d6641a7c9d03899'
  'SKIP'
  'd6eef4b4cacb2183f2bf265a5a03a354'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -147,9 +144,8 @@
  'c25a881d21abc5b4da19205db513cc22'
  '9317e967c8fa8ff50e049744c4b33c87'
  '49c94710f7858b1969d74ff72e6aac84'
- '9c8d3455e0d8ef51269784e9a473feeb'
+ '3d9ea1f2828c46f8ba94b88a87b3326d'
  '1cce53bf4b40ae29790d2c5c9f8b1129'
- 'bae83fa5dc7f081768daace6e199adc3'
  '4b87018f7fff1d054939d19920b751a0'
  '4ca8a6ef0afeefc864e9ef21b9f14bd6'
  '07d2bf5ad839a394cca008b3ec6e7bb1'
@@ -257,7 +253,7 @@
--with-system-cppunit\
--with-system-graphite\
--with-system-glew \
-   --without-system-glm \
+   --with-system-glm \
--with-system-libwpg \
--with-system-libwps \
--with-system-redland\



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

2014-07-20 Thread Jan Steffens
Date: Sunday, July 20, 2014 @ 20:28:54
  Author: heftig
Revision: 217502

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-20 18:27:20 UTC (rev 217501)
+++ extra-i686/PKGBUILD 2014-07-20 18:28:54 UTC (rev 217502)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.31
-pkgrel=1
-pkgdesc=OpenType text shaping engine
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('86a2a45bd8f71b8f1695ff2084c718fca7adedd0ae012d0be682238e8af49e73')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make -k check || :
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc=$pkgdesc (ICU integration)
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* $pkgdir
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 217501, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-20 18:28:54 UTC (rev 217502)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=0.9.32
+pkgrel=1
+pkgdesc=OpenType text shaping engine
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('430c81744e2d87b36f529b16f18efd0d0140aee9df59b2ee312f5de1994b9db4')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make -k check || :
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc=$pkgdesc (ICU integration)
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* $pkgdir
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-20 18:27:20 UTC (rev 217501)
+++ extra-x86_64/PKGBUILD   2014-07-20 18:28:54 UTC (rev 217502)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.31
-pkgrel=1
-pkgdesc=OpenType text shaping engine
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('86a2a45bd8f71b8f1695ff2084c718fca7adedd0ae012d0be682238e8af49e73')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype 

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

2014-07-20 Thread Jan Steffens
Date: Sunday, July 20, 2014 @ 20:27:20
  Author: heftig
Revision: 217501

0.9.32

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 17:31:37 UTC (rev 217500)
+++ PKGBUILD2014-07-20 18:27:20 UTC (rev 217501)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.31
+pkgver=0.9.32
 pkgrel=1
 pkgdesc=OpenType text shaping engine
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('86a2a45bd8f71b8f1695ff2084c718fca7adedd0ae012d0be682238e8af49e73')
+sha256sums=('430c81744e2d87b36f529b16f18efd0d0140aee9df59b2ee312f5de1994b9db4')
 
 build() {
   cd $pkgbase-$pkgver



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

2014-07-20 Thread Lukas Jirkovsky
Date: Sunday, July 20, 2014 @ 20:33:29
  Author: stativ
Revision: 116025

upgpkg: diffuse 0.4.8-1

update to 0.4.8

Modified:
  diffuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 16:42:42 UTC (rev 116024)
+++ PKGBUILD2014-07-20 18:33:29 UTC (rev 116025)
@@ -4,7 +4,7 @@
 # Contributor: zhuqin zhuqi...@gmail.com
 
 pkgname=diffuse
-pkgver=0.4.7
+pkgver=0.4.8
 pkgrel=1
 pkgdesc=A graphical tool for merging and comparing text files
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('pygtk')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('1cbee487cdfdf37a0d1a94f2f57d89e5')
+md5sums=('2f92668350f7bcdc5fb04bcbe9845409')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2014-07-20 Thread Lukas Jirkovsky
Date: Sunday, July 20, 2014 @ 20:33:38
  Author: stativ
Revision: 116026

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   44 ++--
 diffuse.install |   22 +++---
 2 files changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-20 18:33:29 UTC (rev 116025)
+++ PKGBUILD2014-07-20 18:33:38 UTC (rev 116026)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor:  TDY t...@gmx.com
-# Contributor: zhuqin zhuqi...@gmail.com
-
-pkgname=diffuse
-pkgver=0.4.7
-pkgrel=1
-pkgdesc=A graphical tool for merging and comparing text files
-arch=('any')
-url=http://diffuse.sourceforge.net/;
-license=('GPL')
-depends=('pygtk')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('1cbee487cdfdf37a0d1a94f2f57d89e5')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 install.py --prefix=/usr --destdir=$pkgdir
-  sed -i 's|^#!.*|2|' $pkgdir/usr/bin/diffuse 
-}

Copied: diffuse/repos/community-any/PKGBUILD (from rev 116025, 
diffuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-20 18:33:38 UTC (rev 116026)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor:  TDY t...@gmx.com
+# Contributor: zhuqin zhuqi...@gmail.com
+
+pkgname=diffuse
+pkgver=0.4.8
+pkgrel=1
+pkgdesc=A graphical tool for merging and comparing text files
+arch=('any')
+url=http://diffuse.sourceforge.net/;
+license=('GPL')
+depends=('pygtk')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('2f92668350f7bcdc5fb04bcbe9845409')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 install.py --prefix=/usr --destdir=$pkgdir
+  sed -i 's|^#!.*|2|' $pkgdir/usr/bin/diffuse 
+}

Deleted: diffuse.install
===
--- diffuse.install 2014-07-20 18:33:29 UTC (rev 116025)
+++ diffuse.install 2014-07-20 18:33:38 UTC (rev 116026)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: diffuse/repos/community-any/diffuse.install (from rev 116025, 
diffuse/trunk/diffuse.install)
===
--- diffuse.install (rev 0)
+++ diffuse.install 2014-07-20 18:33:38 UTC (rev 116026)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-07-20 Thread Lukas Jirkovsky
Date: Sunday, July 20, 2014 @ 20:58:20
  Author: stativ
Revision: 116027

upgpkg: cdrtools 3.01a24-2

update the upstream URL, fixes FS#41237

Modified:
  cdrtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 18:33:38 UTC (rev 116026)
+++ PKGBUILD2014-07-20 18:58:20 UTC (rev 116027)
@@ -2,10 +2,10 @@
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=cdrtools
 pkgver=3.01a24
-pkgrel=1
+pkgrel=2
 pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
 arch=('i686' 'x86_64')
-url=http://cdrecord.berlios.de/private/cdrecord.html;
+url=http://cdrecord.org/;
 license=('CDDL')
 depends=('acl' 'libcap')
 conflicts=('cdrkit')



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

2014-07-20 Thread Lukas Jirkovsky
Date: Sunday, July 20, 2014 @ 20:58:39
  Author: stativ
Revision: 116028

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-20 18:58:20 UTC (rev 116027)
+++ community-i686/PKGBUILD 2014-07-20 18:58:39 UTC (rev 116028)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=cdrtools
-pkgver=3.01a24
-pkgrel=1
-pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
-arch=('i686' 'x86_64')
-url=http://cdrecord.berlios.de/private/cdrecord.html;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('bb48a24f52d409cbbce8feebe2f809ff')
-
-build() {
-  cd $srcdir/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-package() {
-  cd $srcdir/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/include
-  rm -rf $pkgdir/usr/lib/{*.a,profiled}
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 $pkgdir/usr/lib/modules-load.d/
-  echo sg  $pkgdir/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd $pkgdir/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-i686/PKGBUILD (from rev 116027, 
cdrtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-20 18:58:39 UTC (rev 116028)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=cdrtools
+pkgver=3.01a24
+pkgrel=2
+pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
+arch=('i686' 'x86_64')
+url=http://cdrecord.org/;
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+md5sums=('bb48a24f52d409cbbce8feebe2f809ff')
+
+build() {
+  cd $srcdir/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+  
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+package() {
+  cd $srcdir/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/include
+  rm -rf $pkgdir/usr/lib/{*.a,profiled}
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 $pkgdir/usr/lib/modules-load.d/
+  echo sg  $pkgdir/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd $pkgdir/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-20 18:58:20 UTC (rev 116027)
+++ community-x86_64/PKGBUILD   2014-07-20 18:58:39 UTC (rev 116028)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=cdrtools
-pkgver=3.01a24
-pkgrel=1
-pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
-arch=('i686' 'x86_64')
-url=http://cdrecord.berlios.de/private/cdrecord.html;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('bb48a24f52d409cbbce8feebe2f809ff')
-
-build() {
-  cd $srcdir/cdrtools-${pkgver%%a*}
-  sed -i 

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

2014-07-20 Thread Andreas Radke
Date: Sunday, July 20, 2014 @ 22:18:22
  Author: andyrtr
Revision: 217503

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

Added:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
(from rev 217502, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
(from rev 217502, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
(from rev 217502, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
(from rev 217502, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 217502, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 217502, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 217502, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
(from rev 217502, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 217502, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 217502, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

---+
 /PKGBUILD |  808 
++
 /libreoffice-fresh.csh|   12 
 /libreoffice-fresh.install|   26 
 /libreoffice-fresh.sh |   12 
 /make-pyuno-work-with-system-wide-module-install.diff |   88 +
 extra-i686/PKGBUILD   |  408 -
 extra-i686/libreoffice-fresh.csh  |6 
 extra-i686/libreoffice-fresh.install  |   13 
 extra-i686/libreoffice-fresh.sh   |6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 extra-x86_64/PKGBUILD |  408 -
 extra-x86_64/libreoffice-fresh.csh|6 
 extra-x86_64/libreoffice-fresh.install|   13 
 extra-x86_64/libreoffice-fresh.sh |6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 15 files changed, 946 insertions(+), 954 deletions(-)

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


[arch-commits] Commit in (iat)

2014-07-20 Thread Alexander Rødseth
Date: Sunday, July 20, 2014 @ 22:57:04
  Author: arodseth
Revision: 116031

Upstream is gone

Deleted:
  iat/



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

2014-07-20 Thread Daniel Micay
Date: Sunday, July 20, 2014 @ 23:16:48
  Author: thestinger
Revision: 116033

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 116032, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 116032, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 116032, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 116032, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   52 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   26 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   26 -
 6 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2014-07-20 21:16:21 UTC (rev 116032)
+++ community-i686/10-enable-pax.conf   2014-07-20 21:16:48 UTC (rev 116033)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 116032, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2014-07-20 21:16:48 UTC (rev 116033)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-20 21:16:21 UTC (rev 116032)
+++ community-i686/PKGBUILD 2014-07-20 21:16:48 UTC (rev 116033)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=paxd
-pkgver=13
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glibc)
-source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
-sha1sums=('1d04206d075458001da2a4604789e1cf32270a6d'
-  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname-$pkgver
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 ../10-enable-pax.conf 
$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 116032, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-20 21:16:48 UTC (rev 116033)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=paxd
+pkgver=14
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glibc)
+source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
+sha1sums=('df3bc2e86d3b14802c2933276775b24e02f0aeba'
+  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname-$pkgver
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../10-enable-pax.conf 
$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2014-07-20 21:16:21 UTC (rev 116032)
+++ community-x86_64/10-enable-pax.conf 2014-07-20 21:16:48 UTC (rev 116033)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 116032, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2014-07-20 21:16:48 UTC (rev 116033)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   

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

2014-07-20 Thread Daniel Micay
Date: Sunday, July 20, 2014 @ 23:16:21
  Author: thestinger
Revision: 116032

upgpkg: paxd 14-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 20:57:04 UTC (rev 116031)
+++ PKGBUILD2014-07-20 21:16:21 UTC (rev 116032)
@@ -1,6 +1,6 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=paxd
-pkgver=13
+pkgver=14
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)
@@ -8,7 +8,7 @@
 license=(MIT)
 depends=(glibc)
 source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
-sha1sums=('1d04206d075458001da2a4604789e1cf32270a6d'
+sha1sums=('df3bc2e86d3b14802c2933276775b24e02f0aeba'
   '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
 backup=(etc/paxd.conf)
 



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

2014-07-20 Thread Gaetan Bisson
Date: Sunday, July 20, 2014 @ 23:49:45
  Author: bisson
Revision: 217504

upstream update

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 20:18:22 UTC (rev 217503)
+++ PKGBUILD2014-07-20 21:49:45 UTC (rev 217504)
@@ -4,8 +4,8 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=audacious
-pkgver=3.5
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
 pkgdesc='Lightweight, advanced audio player focused on audio quality'
 url='http://audacious-media-player.org/'
 license=('custom:BSD')
@@ -15,7 +15,7 @@
 optdepends=('unzip: zipped skins support')
 makedepends=('python2') # for gdbus-codegen
 
source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('dda830fe0f8a2fabd94db9554ac05e6880d0d370')
+sha1sums=('6931871277f188eb2297842e76222be66dd7bbbe')
 
 provides=('audacious-player')
 replaces=('audacious-player')



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

2014-07-20 Thread Gaetan Bisson
Date: Sunday, July 20, 2014 @ 23:50:13
  Author: bisson
Revision: 217505

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

Added:
  audacious/repos/extra-i686/PKGBUILD
(from rev 217504, audacious/trunk/PKGBUILD)
  audacious/repos/extra-i686/install
(from rev 217504, audacious/trunk/install)
  audacious/repos/extra-x86_64/PKGBUILD
(from rev 217504, audacious/trunk/PKGBUILD)
  audacious/repos/extra-x86_64/install
(from rev 217504, audacious/trunk/install)
Deleted:
  audacious/repos/extra-i686/PKGBUILD
  audacious/repos/extra-i686/install
  audacious/repos/extra-x86_64/PKGBUILD
  audacious/repos/extra-x86_64/install

---+
 /PKGBUILD |   68 
 /install  |   26 ++
 extra-i686/PKGBUILD   |   34 
 extra-i686/install|   13 -
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/install  |   13 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-20 21:49:45 UTC (rev 217504)
+++ extra-i686/PKGBUILD 2014-07-20 21:50:13 UTC (rev 217505)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=audacious
-pkgver=3.5
-pkgrel=2
-pkgdesc='Lightweight, advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('gtk3' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('unzip: zipped skins support')
-makedepends=('python2') # for gdbus-codegen
-source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('dda830fe0f8a2fabd94db9554ac05e6880d0d370')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --with-buildstamp='Arch Linux'
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 217504, 
audacious/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-20 21:50:13 UTC (rev 217505)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=audacious
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='Lightweight, advanced audio player focused on audio quality'
+url='http://audacious-media-player.org/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('gtk3' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
+ 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('unzip: zipped skins support')
+makedepends=('python2') # for gdbus-codegen
+source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('6931871277f188eb2297842e76222be66dd7bbbe')
+
+provides=('audacious-player')
+replaces=('audacious-player')
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --with-buildstamp='Arch Linux'
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2014-07-20 21:49:45 UTC (rev 217504)
+++ extra-i686/install  2014-07-20 21:50:13 UTC (rev 217505)
@@ -1,13 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: audacious/repos/extra-i686/install (from rev 217504, 
audacious/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2014-07-20 21:50:13 UTC (rev 217505)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-20 21:49:45 UTC (rev 217504)
+++ extra-x86_64/PKGBUILD   

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

2014-07-20 Thread Gaetan Bisson
Date: Sunday, July 20, 2014 @ 23:57:54
  Author: bisson
Revision: 217507

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-20 21:57:27 UTC (rev 217506)
+++ extra-i686/PKGBUILD 2014-07-20 21:57:54 UTC (rev 217507)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=audacious-plugins
-pkgver=3.5
-pkgrel=2
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('custom:BSD' 'GPL')
-arch=('i686' 'x86_64')
-
-makedepends=(audacious=${pkgver}
- 'glib2' 'python2' # for gdbus-codegen
- 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'dbus-glib' 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('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'
-
-'dbus-glib: Gnome Shortcuts Plugin'
-'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=('b4fe19010eecb0a62c24fe31a2d84e2954c40c8a')
-
-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/extra-i686/PKGBUILD (from rev 217506, 
audacious-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-20 21:57:54 UTC (rev 217507)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=audacious-plugins
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('custom:BSD' 'GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('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'
+
+'dbus-glib: Gnome Shortcuts Plugin'
+'libnotify: 

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

2014-07-20 Thread Gaetan Bisson
Date: Sunday, July 20, 2014 @ 23:57:27
  Author: bisson
Revision: 217506

upstream update

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 21:50:13 UTC (rev 217505)
+++ PKGBUILD2014-07-20 21:57:27 UTC (rev 217506)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=audacious-plugins
-pkgver=3.5
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
 license=('custom:BSD' 'GPL')
@@ -45,7 +45,7 @@
 'libcue: CUE playlist format')
 
 
source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('b4fe19010eecb0a62c24fe31a2d84e2954c40c8a')
+sha1sums=('c066f79ca1f213c998b651250d02a84982556946')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 00:34:25
  Author: heftig
Revision: 217508

1.4.0

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 21:57:54 UTC (rev 217507)
+++ PKGBUILD2014-07-20 22:34:25 UTC (rev 217508)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gstreamer
-pkgver=1.2.4
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 optdepends=('sh: feedback script')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('1e7ca67a7870a82c9ed51d51d0008cdbc550c41d64cc3ff3f9a1c2fc311b4929')
+sha256sums=('23c39fdc2b24f889b07cab0449825384fef7592a121e180729fd9025ec45c695')
 
 build() {
   cd ${srcdir}/gstreamer-${pkgver}



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 00:39:21
  Author: heftig
Revision: 217509

1.4.0

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 22:34:25 UTC (rev 217508)
+++ PKGBUILD2014-07-20 22:39:21 UTC (rev 217509)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.2.4
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Base Plugins
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url=http://gstreamer.freedesktop.org/;
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('4d6273dc3f5a94bcc53ccfe0711cfddd49e31371d1136bf62fa1ecc604fc6550')
+sha256sums=('5daed4b983b64e4e3fbe9cd29063e4302812cd03ba685a15b06a790911d04c1e')
 
 build() {
   cd $pkgbase-$pkgver



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 00:43:58
  Author: heftig
Revision: 217511

1.4.0

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 22:42:41 UTC (rev 217510)
+++ PKGBUILD2014-07-20 22:43:58 UTC (rev 217511)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-ugly
-pkgver=1.2.4
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Ugly Plugins
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python' 'gtk-doc' 'x264-dev')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('4ef6f76a47d57b8385d457c7b620b4c28fc041ab1d7c2e3e2f5f05b12b988ea8')
+sha256sums=('5314bb60f13d1a7b9c6317df73813af5f3f15a62c7c186b816b0024b5c61744d')
 
 build() {
   cd $pkgname-$pkgver



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 00:42:41
  Author: heftig
Revision: 217510

1.4.0

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 22:39:21 UTC (rev 217509)
+++ PKGBUILD2014-07-20 22:42:41 UTC (rev 217510)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-good
-pkgver=1.2.4
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Good Plugins
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('c9c90368393c2e5e78387e95c02ce7b19f48e793bba6d8547f2c4b51c6f420d3')
+sha256sums=('48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685')
 
 build() {
   cd $pkgname-$pkgver



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 01:05:13
  Author: heftig
Revision: 217513

1.4.0

Modified:
  gst-libav/trunk/PKGBUILD
Deleted:
  gst-libav/trunk/update-libav.patch

+
 PKGBUILD   |   18 
 update-libav.patch | 2304 ---
 2 files changed, 7 insertions(+), 2315 deletions(-)

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


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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 01:05:04
  Author: heftig
Revision: 217512

1.4.0

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 22:43:58 UTC (rev 217511)
+++ PKGBUILD2014-07-20 23:05:04 UTC (rev 217512)
@@ -2,18 +2,18 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-bad
-pkgver=1.2.4
+pkgver=1.4.0
 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' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi')
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc')
 makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
- 'gobject-introspection' 'gtk-doc')
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('984c133ec9d5d705e313d9e2bbd1472b93c6567460602a9a316578925ffe2eca')
+sha256sums=('ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9')
 
 build() {
   cd $pkgname-$pkgver



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 01:27:47
  Author: heftig
Revision: 217517

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

Added:
  gst-plugins-good/repos/testing-i686/
  gst-plugins-good/repos/testing-i686/PKGBUILD
(from rev 217516, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/testing-x86_64/
  gst-plugins-good/repos/testing-x86_64/PKGBUILD
(from rev 217516, gst-plugins-good/trunk/PKGBUILD)

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

Copied: gst-plugins-good/repos/testing-i686/PKGBUILD (from rev 217516, 
gst-plugins-good/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-20 23:27:47 UTC (rev 217517)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.0
+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' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Good Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-good/repos/testing-x86_64/PKGBUILD (from rev 217516, 
gst-plugins-good/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-20 23:27:47 UTC (rev 217517)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.0
+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' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Good Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 01:28:37
  Author: heftig
Revision: 217518

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

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

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: gst-plugins-ugly/repos/testing-i686/PKGBUILD (from rev 217517, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-20 23:28:37 UTC (rev 217518)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.4.0
+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')
+makedepends=('python' 'gtk-doc' 'x264-dev')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('5314bb60f13d1a7b9c6317df73813af5f3f15a62c7c186b816b0024b5c61744d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Ugly Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-ugly/repos/testing-x86_64/PKGBUILD (from rev 217517, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-20 23:28:37 UTC (rev 217518)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.4.0
+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')
+makedepends=('python' 'gtk-doc' 'x264-dev')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('5314bb60f13d1a7b9c6317df73813af5f3f15a62c7c186b816b0024b5c61744d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Ugly Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 01:25:34
  Author: heftig
Revision: 217515

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

Added:
  gstreamer/repos/testing-i686/
  gstreamer/repos/testing-i686/PKGBUILD
(from rev 217514, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/testing-x86_64/
  gstreamer/repos/testing-x86_64/PKGBUILD
(from rev 217514, gstreamer/trunk/PKGBUILD)

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

Copied: gstreamer/repos/testing-i686/PKGBUILD (from rev 217514, 
gstreamer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-20 23:25:34 UTC (rev 217515)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.4.0
+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')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('23c39fdc2b24f889b07cab0449825384fef7592a121e180729fd9025ec45c695')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name=GStreamer (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gstreamer/repos/testing-x86_64/PKGBUILD (from rev 217514, 
gstreamer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-20 23:25:34 UTC (rev 217515)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.4.0
+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')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('23c39fdc2b24f889b07cab0449825384fef7592a121e180729fd9025ec45c695')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name=GStreamer (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 01:29:55
  Author: heftig
Revision: 217519

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

Added:
  gst-plugins-bad/repos/testing-i686/
  gst-plugins-bad/repos/testing-i686/PKGBUILD
(from rev 217518, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/testing-x86_64/
  gst-plugins-bad/repos/testing-x86_64/PKGBUILD
(from rev 217518, gst-plugins-bad/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: gst-plugins-bad/repos/testing-i686/PKGBUILD (from rev 217518, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-20 23:29:55 UTC (rev 217519)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-bad
+pkgver=1.4.0
+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' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Bad Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-bad/repos/testing-x86_64/PKGBUILD (from rev 217518, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-20 23:29:55 UTC (rev 217519)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-bad
+pkgver=1.4.0
+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' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Bad Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 01:24:04
  Author: heftig
Revision: 217514

0.5.9 prerelease for gstreamer 1.4

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 23:05:13 UTC (rev 217513)
+++ PKGBUILD2014-07-20 23:24:04 UTC (rev 217514)
@@ -3,7 +3,7 @@
 
 pkgbase=gstreamer-vaapi
 pkgname=(gst-vaapi gstreamer0.10-vaapi)
-pkgver=0.5.8
+pkgver=0.5.9pre
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework VA Plugins
 arch=(i686 x86_64)
@@ -10,27 +10,26 @@
 license=(LGPL)
 url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
 makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins
- libva libxrandr)
+ libva libxrandr libvpx git)
 options=(!emptydirs)
 
-#source=(git://gitorious.org/vaapi/${pkgbase}.git#tag=$pkgver)
-source=($url/$pkgbase-${pkgver}.tar.bz2
-
https://gitorious.org/vaapi/gstreamer-videoutils/raw/f56f0ca70eaa39dc8f66f61e991094b385ed71ff:gst-libs/gst/video/gstvideoencoder.c
-
https://gitorious.org/vaapi/gstreamer-videoutils/raw/f56f0ca70eaa39dc8f66f61e991094b385ed71ff:gst-libs/gst/video/gstvideoencoder.h)
-sha1sums=('b0756a5941e3ad2d33a94a550eb9fe3ade0c07e6'
-  'd1edee8caacd6d0868b95fd80c8aab8018105178'
-  'd3f198da32cfe5c305818ca93a941ac5198efa1c')
+source=(git://gitorious.org/vaapi/${pkgbase}.git#commit=22dc8c4)
+sha1sums=('SKIP')
 
 prepare() {
   mkdir build build-0.10
 
-  # Fix files not in tarball
-  cp gstvideoencoder.{c,h} $pkgbase-$pkgver/ext/videoutils/gst-libs/gst/video
+  cd $pkgbase
+  sed -i 's/^1.3)/1.4)/' configure.ac
+  NO_CONFIGURE=1 ./autogen.sh
 }
 
 _build() (
   cd $1; shift
-  ../$pkgbase-$pkgver/configure --prefix=/usr --disable-static $@
+  ../$pkgbase/configure --prefix=/usr \
+--disable-static \
+--disable-builtin-libvpx \
+$@
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 )
@@ -46,11 +45,11 @@
 }
 
 package_gst-vaapi() {
-  depends=(gst-plugins-base gst-plugins-bad libva libxrandr)
+  depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
   make -C build DESTDIR=$pkgdir install
 }
 
 package_gstreamer0.10-vaapi() {
-  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva 
libxrandr)
+  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva 
libxrandr libvpx)
   make -C build-0.10 DESTDIR=$pkgdir install
 }



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 01:26:38
  Author: heftig
Revision: 217516

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

Added:
  gst-plugins-base/repos/testing-i686/
  gst-plugins-base/repos/testing-i686/PKGBUILD
(from rev 217515, gst-plugins-base/trunk/PKGBUILD)
  gst-plugins-base/repos/testing-x86_64/
  gst-plugins-base/repos/testing-x86_64/PKGBUILD
(from rev 217515, gst-plugins-base/trunk/PKGBUILD)

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

Copied: gst-plugins-base/repos/testing-i686/PKGBUILD (from rev 217515, 
gst-plugins-base/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-20 23:26:38 UTC (rev 217516)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.4.0
+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=(!emptydirs)
+url=http://gstreamer.freedesktop.org/;
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('5daed4b983b64e4e3fbe9cd29063e4302812cd03ba685a15b06a790911d04c1e')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Base Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  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/testing-x86_64/PKGBUILD (from rev 217515, 
gst-plugins-base/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-20 23:26:38 UTC (rev 217516)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.4.0
+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=(!emptydirs)
+url=http://gstreamer.freedesktop.org/;
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('5daed4b983b64e4e3fbe9cd29063e4302812cd03ba685a15b06a790911d04c1e')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Base Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  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
+}



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 01:30:24
  Author: heftig
Revision: 217520

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

Added:
  gst-libav/repos/testing-i686/
  gst-libav/repos/testing-i686/PKGBUILD
(from rev 217519, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/testing-x86_64/
  gst-libav/repos/testing-x86_64/PKGBUILD
(from rev 217519, gst-libav/trunk/PKGBUILD)

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

Copied: gst-libav/repos/testing-i686/PKGBUILD (from rev 217519, 
gst-libav/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-20 23:30:24 UTC (rev 217520)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-libav
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Gstreamer libav Plugin
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'ffmpeg')
+makedepends=('python')
+options=(!emptydirs)
+provides=(gst-ffmpeg=$pkgver-$pkgrel)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('c82c7a657863f2e27ac5cba539b0bd0a8114ad6bd4ba33bae777e4dbfab9e380')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-system-libav \
+--with-package-name=GStreamer libav Plugin (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-libav/repos/testing-x86_64/PKGBUILD (from rev 217519, 
gst-libav/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-20 23:30:24 UTC (rev 217520)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-libav
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Gstreamer libav Plugin
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'ffmpeg')
+makedepends=('python')
+options=(!emptydirs)
+provides=(gst-ffmpeg=$pkgver-$pkgrel)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('c82c7a657863f2e27ac5cba539b0bd0a8114ad6bd4ba33bae777e4dbfab9e380')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-system-libav \
+--with-package-name=GStreamer libav Plugin (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 01:31:11
  Author: heftig
Revision: 217521

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

Added:
  gstreamer-vaapi/repos/testing-i686/
  gstreamer-vaapi/repos/testing-i686/PKGBUILD
(from rev 217520, gstreamer-vaapi/trunk/PKGBUILD)
  gstreamer-vaapi/repos/testing-x86_64/
  gstreamer-vaapi/repos/testing-x86_64/PKGBUILD
(from rev 217520, gstreamer-vaapi/trunk/PKGBUILD)

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

Copied: gstreamer-vaapi/repos/testing-i686/PKGBUILD (from rev 217520, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-20 23:31:11 UTC (rev 217521)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=gstreamer-vaapi
+pkgname=(gst-vaapi gstreamer0.10-vaapi)
+pkgver=0.5.9pre
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework VA Plugins
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
+makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins
+ libva libxrandr libvpx git)
+options=(!emptydirs)
+
+source=(git://gitorious.org/vaapi/${pkgbase}.git#commit=22dc8c4)
+sha1sums=('SKIP')
+
+prepare() {
+  mkdir build build-0.10
+
+  cd $pkgbase
+  sed -i 's/^1.3)/1.4)/' configure.ac
+  NO_CONFIGURE=1 ./autogen.sh
+}
+
+_build() (
+  cd $1; shift
+  ../$pkgbase/configure --prefix=/usr \
+--disable-static \
+--disable-builtin-libvpx \
+$@
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+)
+
+build() {
+  _build build
+  _build build-0.10 --with-gstreamer-api=0.10 --disable-wayland
+}
+
+check() {
+  make -C build -k check
+  make -C build-0.10 -k check
+}
+
+package_gst-vaapi() {
+  depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
+  make -C build DESTDIR=$pkgdir install
+}
+
+package_gstreamer0.10-vaapi() {
+  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva 
libxrandr libvpx)
+  make -C build-0.10 DESTDIR=$pkgdir install
+}

Copied: gstreamer-vaapi/repos/testing-x86_64/PKGBUILD (from rev 217520, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-20 23:31:11 UTC (rev 217521)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=gstreamer-vaapi
+pkgname=(gst-vaapi gstreamer0.10-vaapi)
+pkgver=0.5.9pre
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework VA Plugins
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
+makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins
+ libva libxrandr libvpx git)
+options=(!emptydirs)
+
+source=(git://gitorious.org/vaapi/${pkgbase}.git#commit=22dc8c4)
+sha1sums=('SKIP')
+
+prepare() {
+  mkdir build build-0.10
+
+  cd $pkgbase
+  sed -i 's/^1.3)/1.4)/' configure.ac
+  NO_CONFIGURE=1 ./autogen.sh
+}
+
+_build() (
+  cd $1; shift
+  ../$pkgbase/configure --prefix=/usr \
+--disable-static \
+--disable-builtin-libvpx \
+$@
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+)
+
+build() {
+  _build build
+  _build build-0.10 --with-gstreamer-api=0.10 --disable-wayland
+}
+
+check() {
+  make -C build -k check
+  make -C build-0.10 -k check
+}
+
+package_gst-vaapi() {
+  depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
+  make -C build DESTDIR=$pkgdir install
+}
+
+package_gstreamer0.10-vaapi() {
+  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva 
libxrandr libvpx)
+  make -C build-0.10 DESTDIR=$pkgdir install
+}



[arch-commits] Commit in m17n-db/repos/extra-any (PKGBUILD PKGBUILD)

2014-07-20 Thread Gaetan Bisson
Date: Monday, July 21, 2014 @ 05:05:30
  Author: bisson
Revision: 217523

archrelease: copy trunk to extra-any

Added:
  m17n-db/repos/extra-any/PKGBUILD
(from rev 217522, m17n-db/trunk/PKGBUILD)
Deleted:
  m17n-db/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-21 03:05:05 UTC (rev 217522)
+++ PKGBUILD2014-07-21 03:05:30 UTC (rev 217523)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Camille Moncelier p...@devlife.org
-
-pkgname=m17n-db
-pkgver=1.6.5
-pkgrel=1
-pkgdesc='Multilingual text processing library (database)'
-url='http://www.nongnu.org/m17n/'
-arch=('any')
-license=('GPL')
-depends=('glibc') # not because of compiling, but because of 
/usr/share/i18n/charmaps/ files that glibc provides
-source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('39948b2b93d352d6b3a6760bfde40e1482baf864')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: m17n-db/repos/extra-any/PKGBUILD (from rev 217522, 
m17n-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-21 03:05:30 UTC (rev 217523)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Camille Moncelier p...@devlife.org
+
+pkgname=m17n-db
+pkgver=1.6.5
+pkgrel=2
+pkgdesc='Multilingual text processing library (database)'
+url='http://www.nongnu.org/m17n/'
+arch=('any')
+license=('GPL')
+depends=('glibc') # not because of compiling, but because of 
/usr/share/i18n/charmaps/ files that glibc provides
+source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('39948b2b93d352d6b3a6760bfde40e1482baf864')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # See FS#41265
+   cd ${pkgdir}/usr/share/m17n
+   install -d icons
+   mv *.png icons
+}



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

2014-07-20 Thread Gaetan Bisson
Date: Monday, July 21, 2014 @ 05:05:05
  Author: bisson
Revision: 217522

fix FS#41265

Modified:
  m17n-db/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 23:31:11 UTC (rev 217521)
+++ PKGBUILD2014-07-21 03:05:05 UTC (rev 217522)
@@ -5,7 +5,7 @@
 
 pkgname=m17n-db
 pkgver=1.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Multilingual text processing library (database)'
 url='http://www.nongnu.org/m17n/'
 arch=('any')
@@ -23,4 +23,9 @@
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
+
+   # See FS#41265
+   cd ${pkgdir}/usr/share/m17n
+   install -d icons
+   mv *.png icons
 }



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

2014-07-20 Thread Felix Yan
Date: Monday, July 21, 2014 @ 05:47:44
  Author: fyan
Revision: 116034

upgpkg: jenkins 1.573-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 21:16:48 UTC (rev 116033)
+++ PKGBUILD2014-07-21 03:47:44 UTC (rev 116034)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.572
+pkgver=1.573
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('057370c4d974f0bf7a4d1660f2d112e87ce77169a856a888c2dabd3129ffb13db90f5dd650f340323de1c4b03af106f17257d60d06d1d7b9913be5544ce556f9'
+sha512sums=('34b2ab1bb48671657b1a5d429eaa6d5b7567f99379df85a06fb466c10384bdc224dfa488e9d3bac792805c371b08b8ccac1b6e276a5809309014ad3f3ca1a2fc'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-07-20 Thread Felix Yan
Date: Monday, July 21, 2014 @ 05:49:15
  Author: fyan
Revision: 116035

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 116034, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 116034, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 116034, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 116034, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 116034, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 116034, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-07-21 03:47:44 UTC (rev 116034)
+++ LICENSE 2014-07-21 03:49:15 UTC (rev 116035)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 116034, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-07-21 03:49:15 UTC (rev 116035)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-21 03:47:44 UTC (rev 116034)
+++ PKGBUILD2014-07-21 03:49:15 UTC (rev 116035)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.572
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-07-20 Thread Felix Yan
Date: Monday, July 21, 2014 @ 06:11:04
  Author: fyan
Revision: 116036

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 116035, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 116035, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 116035, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 116035, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 116035, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 116035, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-07-21 03:49:15 UTC (rev 116035)
+++ LICENSE 2014-07-21 04:11:04 UTC (rev 116036)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 116035, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-07-21 04:11:04 UTC (rev 116036)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-21 03:49:15 UTC (rev 116035)
+++ PKGBUILD2014-07-21 04:11:04 UTC (rev 116036)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.573
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')