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

2017-03-22 Thread Maxime Gauduin
Date: Wednesday, March 22, 2017 @ 20:45:37
  Author: alucryd
Revision: 218410

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-22 20:45:20 UTC (rev 218409)
+++ community-i686/PKGBUILD 2017-03-22 20:45:37 UTC (rev 218410)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: jackoneill 
-
-pkgname=vapoursynth
-pkgver=R36
-pkgrel=2
-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=('gcc-libs' 'glibc' 'imagemagick' 'python' 'tesseract'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
-makedepends=('cython' 'python-sphinx' 'yasm')
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
-'vapoursynth.xml')
-sha256sums=('8a156c5143cecd70b48e59428ec175e901510593082d3ddbc16fba93f5b6c704'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---enable-imwri \
---disable-static
-  make
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
-  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 218409, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-22 20:45:37 UTC (rev 218410)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R37
+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=('gcc-libs' 'glibc' 'imagemagick' 'python' 'tesseract'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
+makedepends=('cython' 'python-sphinx' 'yasm')
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('25fee086442f07f8b6caf1508c18e6a694d52e125eec5959f89570990e6070bc'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-imwri \
+--disable-static
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/vapoursynth.xml
===
(Binary files differ)

Copied: vapoursynth/repos/community-i686/vapoursynth.xml (from rev 218409, 
vapoursynth/trunk/vapoursynth.xml)
===
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-22 20:45:20 UTC (rev 218409)
+++ community-x86_64/PKGBUILD   2017-03-22 20:45:37 UTC (rev 218410)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 

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

2017-01-29 Thread Maxime Gauduin
Date: Sunday, January 29, 2017 @ 12:28:34
  Author: alucryd
Revision: 209358

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-29 12:28:12 UTC (rev 209357)
+++ community-i686/PKGBUILD 2017-01-29 12:28:34 UTC (rev 209358)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: jackoneill 
-
-pkgname=vapoursynth
-pkgver=R35
-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=('gcc-libs' 'glibc' 'imagemagick' 'python' 'tesseract'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
-makedepends=('cython' 'python-sphinx' 'yasm')
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
-'vapoursynth.xml')
-sha256sums=('762cada84d2f975ec925a1eb719dd8a2f40dfaa69d10c358b228184785f64918'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---enable-imwri \
---disable-static
-  make
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
-  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 209357, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-29 12:28:34 UTC (rev 209358)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R36
+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=('gcc-libs' 'glibc' 'imagemagick' 'python' 'tesseract'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
+makedepends=('cython' 'python-sphinx' 'yasm')
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('8a156c5143cecd70b48e59428ec175e901510593082d3ddbc16fba93f5b6c704'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-imwri \
+--disable-static
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/vapoursynth.xml
===
(Binary files differ)

Copied: vapoursynth/repos/community-i686/vapoursynth.xml (from rev 209357, 
vapoursynth/trunk/vapoursynth.xml)
===
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-29 12:28:12 UTC (rev 209357)
+++ community-x86_64/PKGBUILD   2017-01-29 12:28:34 UTC (rev 209358)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 

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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 14:48:09
  Author: alucryd
Revision: 194005

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-30 14:47:46 UTC (rev 194004)
+++ community-i686/PKGBUILD 2016-10-30 14:48:09 UTC (rev 194005)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: jackoneill 
-
-pkgname=vapoursynth
-pkgver=R33.1
-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=('gcc-libs' 'glibc' 'imagemagick' 'python' 'tesseract'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
-makedepends=('cython' 'python-sphinx' 'yasm')
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
-'vapoursynth.xml')
-sha256sums=('8c448e67bccbb56af96ed0e6ba65f0ec60bc33482efd0534f5b4614fb8920494'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---enable-imwri \
---disable-static
-  make
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
-  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 194004, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 14:48:09 UTC (rev 194005)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R35
+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=('gcc-libs' 'glibc' 'imagemagick' 'python' 'tesseract'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
+makedepends=('cython' 'python-sphinx' 'yasm')
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('762cada84d2f975ec925a1eb719dd8a2f40dfaa69d10c358b228184785f64918'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-imwri \
+--disable-static
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/vapoursynth.xml
===
(Binary files differ)

Copied: vapoursynth/repos/community-i686/vapoursynth.xml (from rev 194004, 
vapoursynth/trunk/vapoursynth.xml)
===
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-30 14:47:46 UTC (rev 194004)
+++ community-x86_64/PKGBUILD   2016-10-30 14:48:09 UTC (rev 194005)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 

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

2016-08-29 Thread Maxime Gauduin
Date: Monday, August 29, 2016 @ 13:08:52
  Author: alucryd
Revision: 187916

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

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

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 84 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 13:08:38 UTC (rev 187915)
+++ community-i686/PKGBUILD 2016-08-29 13:08:52 UTC (rev 187916)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: jackoneill 
-
-pkgname=vapoursynth
-pkgver=R32
-pkgrel=2
-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=('gcc-libs' 'glibc' 'imagemagick' 'libass' 'python' 'shared-mime-info'
- 'tesseract'
- 'libzimg.so')
-makedepends=('cython' 'python-sphinx' 'yasm')
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
-'vapoursynth.xml')
-sha256sums=('e9560f64ba298c2ef9e6e3d88f63ea0ab88e14bbd0e9feee9c621b9224e408c8'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---enable-imwri \
---disable-static
-  make
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
-  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 187915, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-29 13:08:52 UTC (rev 187916)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R33.1
+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=('gcc-libs' 'glibc' 'imagemagick' 'python' 'tesseract'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
+makedepends=('cython' 'python-sphinx' 'yasm')
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('8c448e67bccbb56af96ed0e6ba65f0ec60bc33482efd0534f5b4614fb8920494'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-imwri \
+--disable-static
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/vapoursynth.xml
===
(Binary files differ)

Copied: vapoursynth/repos/community-i686/vapoursynth.xml (from rev 187915, 
vapoursynth/trunk/vapoursynth.xml)
===
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-29 13:08:38 UTC (rev 187915)
+++ community-x86_64/PKGBUILD   2016-08-29 13:08:52 UTC (rev 187916)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: 

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

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 08:34:00
  Author: foutrelis
Revision: 149711

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

Added:
  vapoursynth/repos/community-staging-i686/
  vapoursynth/repos/community-staging-i686/PKGBUILD
(from rev 149710, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-staging-i686/vapoursynth.install
(from rev 149710, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-staging-i686/vapoursynth.xml
(from rev 149710, vapoursynth/trunk/vapoursynth.xml)
  vapoursynth/repos/community-staging-x86_64/
  vapoursynth/repos/community-staging-x86_64/PKGBUILD
(from rev 149710, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-staging-x86_64/vapoursynth.install
(from rev 149710, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-staging-x86_64/vapoursynth.xml
(from rev 149710, vapoursynth/trunk/vapoursynth.xml)

--+
 community-staging-i686/PKGBUILD  |   40 +
 community-staging-i686/vapoursynth.install   |   13 
 community-staging-x86_64/PKGBUILD|   40 +
 community-staging-x86_64/vapoursynth.install |   13 
 4 files changed, 106 insertions(+)

Copied: vapoursynth/repos/community-staging-i686/PKGBUILD (from rev 149710, 
vapoursynth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 07:34:00 UTC (rev 149711)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R28
+pkgrel=2
+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' 'shared-mime-info' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'yasm')
+install='vapoursynth.install'
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('6703c6dd0ab4971e1c9e14f4f78b5301d3470f211fd4e80d89c5c8f01857d95e'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-staging-i686/vapoursynth.install (from rev 
149710, vapoursynth/trunk/vapoursynth.install)
===
--- community-staging-i686/vapoursynth.install  (rev 0)
+++ community-staging-i686/vapoursynth.install  2015-12-07 07:34:00 UTC (rev 
149711)
@@ -0,0 +1,13 @@
+post_install() {
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-staging-i686/vapoursynth.xml (from rev 
149710, vapoursynth/trunk/vapoursynth.xml)
===
(Binary files differ)

Copied: vapoursynth/repos/community-staging-x86_64/PKGBUILD (from rev 149710, 
vapoursynth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 07:34:00 UTC (rev 149711)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R28
+pkgrel=2
+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' 'shared-mime-info' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'yasm')
+install='vapoursynth.install'
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('6703c6dd0ab4971e1c9e14f4f78b5301d3470f211fd4e80d89c5c8f01857d95e'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 

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

2015-09-21 Thread Allan McRae
Date: Monday, September 21, 2015 @ 09:50:53
  Author: allan
Revision: 141360

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

Added:
  vapoursynth/repos/community-staging-i686/
  vapoursynth/repos/community-staging-i686/PKGBUILD
(from rev 141359, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-staging-i686/vapoursynth.install
(from rev 141359, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-staging-i686/vapoursynth.xml
(from rev 141359, vapoursynth/trunk/vapoursynth.xml)
  vapoursynth/repos/community-staging-x86_64/
  vapoursynth/repos/community-staging-x86_64/PKGBUILD
(from rev 141359, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-staging-x86_64/vapoursynth.install
(from rev 141359, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-staging-x86_64/vapoursynth.xml
(from rev 141359, vapoursynth/trunk/vapoursynth.xml)

--+
 community-staging-i686/PKGBUILD  |   40 +
 community-staging-i686/vapoursynth.install   |   13 
 community-staging-x86_64/PKGBUILD|   40 +
 community-staging-x86_64/vapoursynth.install |   13 
 4 files changed, 106 insertions(+)

Copied: vapoursynth/repos/community-staging-i686/PKGBUILD (from rev 141359, 
vapoursynth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-21 07:50:53 UTC (rev 141360)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R27
+pkgrel=2
+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' 'shared-mime-info' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'yasm')
+install='vapoursynth.install'
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('3af82faf8c085ff25b2ad87c2d7e56d31247227d0b291de7769362ac6629b43d'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-staging-i686/vapoursynth.install (from rev 
141359, vapoursynth/trunk/vapoursynth.install)
===
--- community-staging-i686/vapoursynth.install  (rev 0)
+++ community-staging-i686/vapoursynth.install  2015-09-21 07:50:53 UTC (rev 
141360)
@@ -0,0 +1,13 @@
+post_install() {
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-staging-i686/vapoursynth.xml (from rev 
141359, vapoursynth/trunk/vapoursynth.xml)
===
(Binary files differ)

Copied: vapoursynth/repos/community-staging-x86_64/PKGBUILD (from rev 141359, 
vapoursynth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-21 07:50:53 UTC (rev 141360)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R27
+pkgrel=2
+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' 'shared-mime-info' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'yasm')
+install='vapoursynth.install'
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('3af82faf8c085ff25b2ad87c2d7e56d31247227d0b291de7769362ac6629b43d'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 

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

2014-09-15 Thread Maxime Gauduin
Date: Monday, September 15, 2014 @ 10:21:36
  Author: alucryd
Revision: 119000

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

Added:
  vapoursynth/repos/community-staging-i686/
  vapoursynth/repos/community-staging-i686/PKGBUILD
(from rev 118999, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-staging-i686/vapoursynth.install
(from rev 118999, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-staging-i686/vapoursynth.xml
(from rev 118999, vapoursynth/trunk/vapoursynth.xml)
  vapoursynth/repos/community-staging-x86_64/
  vapoursynth/repos/community-staging-x86_64/PKGBUILD
(from rev 118999, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-staging-x86_64/vapoursynth.install
(from rev 118999, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-staging-x86_64/vapoursynth.xml
(from rev 118999, vapoursynth/trunk/vapoursynth.xml)

--+
 community-staging-i686/PKGBUILD  |   40 +
 community-staging-i686/vapoursynth.install   |   13 
 community-staging-x86_64/PKGBUILD|   40 +
 community-staging-x86_64/vapoursynth.install |   13 
 4 files changed, 106 insertions(+)

Copied: vapoursynth/repos/community-staging-i686/PKGBUILD (from rev 118999, 
vapoursynth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-15 08:21:36 UTC (rev 119000)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: sl1pkn07 sl1pk...@gmail.com
+# Contributor: jackoneill cantabile.d...@gmail.com
+
+pkgname=vapoursynth
+pkgver=R24
+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' 'shared-mime-info' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
+install=${pkgname}.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+${pkgname}.xml)
+sha256sums=('74920a3ae9f2a1ac65e509ba6531ee7c3c9e9b94f1b683f17764cd4d2022c7cf'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  waf configure --prefix='/usr'
+  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},mime/packages}
+  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
+  install -m 644 ../${pkgname}.xml ${pkgdir}/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-staging-i686/vapoursynth.install (from rev 
118999, vapoursynth/trunk/vapoursynth.install)
===
--- community-staging-i686/vapoursynth.install  (rev 0)
+++ community-staging-i686/vapoursynth.install  2014-09-15 08:21:36 UTC (rev 
119000)
@@ -0,0 +1,13 @@
+post_install() {
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-staging-i686/vapoursynth.xml (from rev 
118999, vapoursynth/trunk/vapoursynth.xml)
===
(Binary files differ)

Copied: vapoursynth/repos/community-staging-x86_64/PKGBUILD (from rev 118999, 
vapoursynth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-15 08:21:36 UTC (rev 119000)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: sl1pkn07 sl1pk...@gmail.com
+# Contributor: jackoneill cantabile.d...@gmail.com
+
+pkgname=vapoursynth
+pkgver=R24
+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' 'shared-mime-info' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
+install=${pkgname}.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+${pkgname}.xml)
+sha256sums=('74920a3ae9f2a1ac65e509ba6531ee7c3c9e9b94f1b683f17764cd4d2022c7cf'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  waf configure --prefix='/usr'
+  waf $MAKEFLAGS build
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+ 

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

2014-08-23 Thread Maxime Gauduin
Date: Saturday, August 23, 2014 @ 17:21:34
  Author: alucryd
Revision: 117816

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

Added:
  vapoursynth/repos/community-i686/PKGBUILD
(from rev 117815, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-i686/vapoursynth.install
(from rev 117815, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-i686/vapoursynth.xml
(from rev 117815, vapoursynth/trunk/vapoursynth.xml)
  vapoursynth/repos/community-x86_64/PKGBUILD
(from rev 117815, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-x86_64/vapoursynth.install
(from rev 117815, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-x86_64/vapoursynth.xml
(from rev 117815, vapoursynth/trunk/vapoursynth.xml)
Deleted:
  vapoursynth/repos/community-i686/PKGBUILD
  vapoursynth/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   80 +
 community-i686/PKGBUILD  |   36 --
 community-i686/vapoursynth.install   |   13 +
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/vapoursynth.install |   13 +
 5 files changed, 106 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-23 15:21:18 UTC (rev 117815)
+++ community-i686/PKGBUILD 2014-08-23 15:21:34 UTC (rev 117816)
@@ -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=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:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 117815, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-23 15:21:34 UTC (rev 117816)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: sl1pkn07 sl1pk...@gmail.com
+# Contributor: jackoneill cantabile.d...@gmail.com
+
+pkgname=vapoursynth
+pkgver=R24
+pkgrel=2
+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' 'shared-mime-info' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
+install=${pkgname}.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+${pkgname}.xml)
+sha256sums=('74920a3ae9f2a1ac65e509ba6531ee7c3c9e9b94f1b683f17764cd4d2022c7cf'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  waf configure --prefix='/usr'
+  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},mime/packages}
+  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
+  install -m 644 ../${pkgname}.xml ${pkgdir}/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/vapoursynth.install (from rev 117815, 
vapoursynth/trunk/vapoursynth.install)
===
--- community-i686/vapoursynth.install  (rev 0)
+++ community-i686/vapoursynth.install  2014-08-23 15:21:34 UTC (rev 117816)
@@ -0,0 +1,13 @@
+post_install() {
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/vapoursynth.xml (from rev 117815, 
vapoursynth/trunk/vapoursynth.xml)
===
(Binary files differ)

Deleted: community-x86_64/PKGBUILD