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

Maxime Gauduin alucryd at archlinux.org
Sun Jan 29 12:28:35 UTC 2017


    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 <alucryd at archlinux.org>
-# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
-# Contributor: jackoneill <cantabile.desu at gmail.com>
-
-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 <alucryd at archlinux.org>
+# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
+# Contributor: jackoneill <cantabile.desu at gmail.com>
+
+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 <alucryd at archlinux.org>
-# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
-# Contributor: jackoneill <cantabile.desu at gmail.com>
-
-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-x86_64/PKGBUILD (from rev 209357, vapoursynth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-29 12:28:34 UTC (rev 209358)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
+# Contributor: jackoneill <cantabile.desu at gmail.com>
+
+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-x86_64/vapoursynth.xml
===================================================================
(Binary files differ)

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



More information about the arch-commits mailing list