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

2014-08-16 Thread Maxime Gauduin
Date: Saturday, August 16, 2014 @ 16:53:13
  Author: alucryd
Revision: 117459

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-16 14:52:22 UTC (rev 117458)
+++ community-i686/PKGBUILD 2014-08-16 14:53:13 UTC (rev 117459)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: sl1pkn07 sl1pk...@gmail.com
-# Contributor: jackoneill cantabile.d...@gmail.com
-
-pkgname=vapoursynth
-pkgver=R23
-pkgrel=4
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('ffmpeg' 'python' 'tesseract')
-makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('d88efdcbbb8f898e85c005b0f8c8f0b74a94aa1fde542ba5c4d630bba6cdaa1f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  waf configure --prefix='/usr' --docs='true' --examples='true'
-  waf $MAKEFLAGS build
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  waf install --destdir=${pkgdir}
-  python setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 117458, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-16 14:53:13 UTC (rev 117459)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: sl1pkn07 sl1pk...@gmail.com
+# Contributor: jackoneill cantabile.d...@gmail.com
+
+pkgname=vapoursynth
+pkgver=R24
+pkgrel=1
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('ffmpeg' 'python' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('74920a3ae9f2a1ac65e509ba6531ee7c3c9e9b94f1b683f17764cd4d2022c7cf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  waf configure --prefix='/usr' --enable-examples
+  waf $MAKEFLAGS build
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  waf install --destdir=${pkgdir}
+  python setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-16 14:52:22 UTC (rev 117458)
+++ community-x86_64/PKGBUILD   2014-08-16 14:53:13 UTC (rev 117459)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: sl1pkn07 sl1pk...@gmail.com
-# Contributor: jackoneill cantabile.d...@gmail.com
-
-pkgname=vapoursynth
-pkgver=R23
-pkgrel=4
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('ffmpeg' 'python' 'tesseract')
-makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('d88efdcbbb8f898e85c005b0f8c8f0b74a94aa1fde542ba5c4d630bba6cdaa1f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  waf configure --prefix='/usr' --docs='true' --examples='true'
-  waf $MAKEFLAGS build
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  waf install --destdir=${pkgdir}
-  python setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-x86_64/PKGBUILD (from rev 117458, 
vapoursynth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD

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

2014-06-30 Thread Maxime Gauduin
Date: Monday, June 30, 2014 @ 11:24:56
  Author: alucryd
Revision: 113778

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-30 09:24:46 UTC (rev 113777)
+++ community-i686/PKGBUILD 2014-06-30 09:24:56 UTC (rev 113778)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: sl1pkn07 sl1pk...@gmail.com
-# Contributor: jackoneill cantabile.d...@gmail.com
-
-pkgname=vapoursynth
-pkgver=R23
-pkgrel=3
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('ffmpeg' 'python' 'tesseract')
-makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('d88efdcbbb8f898e85c005b0f8c8f0b74a94aa1fde542ba5c4d630bba6cdaa1f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  waf configure --prefix='/usr' --docs='true' --examples='true'
-  waf $MAKEFLAGS build
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  waf install --destdir=${pkgdir}
-  python setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 113777, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-30 09:24:56 UTC (rev 113778)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: sl1pkn07 sl1pk...@gmail.com
+# Contributor: jackoneill cantabile.d...@gmail.com
+
+pkgname=vapoursynth
+pkgver=R23
+pkgrel=4
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('ffmpeg' 'python' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('d88efdcbbb8f898e85c005b0f8c8f0b74a94aa1fde542ba5c4d630bba6cdaa1f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  waf configure --prefix='/usr' --docs='true' --examples='true'
+  waf $MAKEFLAGS build
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  waf install --destdir=${pkgdir}
+  python setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-30 09:24:46 UTC (rev 113777)
+++ community-x86_64/PKGBUILD   2014-06-30 09:24:56 UTC (rev 113778)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: sl1pkn07 sl1pk...@gmail.com
-# Contributor: jackoneill cantabile.d...@gmail.com
-
-pkgname=vapoursynth
-pkgver=R23
-pkgrel=3
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('ffmpeg' 'python' 'tesseract')
-makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('d88efdcbbb8f898e85c005b0f8c8f0b74a94aa1fde542ba5c4d630bba6cdaa1f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  waf configure --prefix='/usr' --docs='true' --examples='true'
-  waf $MAKEFLAGS build
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  waf install --destdir=${pkgdir}
-  python setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-x86_64/PKGBUILD (from rev 113777, 
vapoursynth/trunk/PKGBUILD)
===
--- 

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

2014-04-30 Thread Maxime Gauduin
Date: Wednesday, April 30, 2014 @ 16:22:15
  Author: alucryd
Revision: 110469

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

Added:
  vapoursynth/repos/community-i686/
  vapoursynth/repos/community-i686/PKGBUILD
(from rev 110468, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-x86_64/
  vapoursynth/repos/community-x86_64/PKGBUILD
(from rev 110468, vapoursynth/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   36 
 community-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 110468, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-30 14:22:15 UTC (rev 110469)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: sl1pkn07 sl1pk...@gmail.com
+# Contributor: jackoneill cantabile.d...@gmail.com
+
+pkgname=vapoursynth
+pkgver=R23
+pkgrel=3
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('ffmpeg' 'python' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('d88efdcbbb8f898e85c005b0f8c8f0b74a94aa1fde542ba5c4d630bba6cdaa1f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  waf configure --prefix='/usr' --docs='true' --examples='true'
+  waf $MAKEFLAGS build
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  waf install --destdir=${pkgdir}
+  python setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-x86_64/PKGBUILD (from rev 110468, 
vapoursynth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-30 14:22:15 UTC (rev 110469)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: sl1pkn07 sl1pk...@gmail.com
+# Contributor: jackoneill cantabile.d...@gmail.com
+
+pkgname=vapoursynth
+pkgver=R23
+pkgrel=3
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('ffmpeg' 'python' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('d88efdcbbb8f898e85c005b0f8c8f0b74a94aa1fde542ba5c4d630bba6cdaa1f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  waf configure --prefix='/usr' --docs='true' --examples='true'
+  waf $MAKEFLAGS build
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  waf install --destdir=${pkgdir}
+  python setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et: