[arch-commits] Commit in vapoursynth/repos (8 files)
Maxime Gauduin
alucryd at archlinux.org
Sun Oct 30 14:48:09 UTC 2016
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 <alucryd at archlinux.org>
-# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
-# Contributor: jackoneill <cantabile.desu at gmail.com>
-
-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 <alucryd at archlinux.org>
+# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
+# Contributor: jackoneill <cantabile.desu at gmail.com>
+
+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 <alucryd at archlinux.org>
-# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
-# Contributor: jackoneill <cantabile.desu at gmail.com>
-
-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-x86_64/PKGBUILD (from rev 194004, vapoursynth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-30 14:48:09 UTC (rev 194005)
@@ -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=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-x86_64/vapoursynth.xml
===================================================================
(Binary files differ)
Copied: vapoursynth/repos/community-x86_64/vapoursynth.xml (from rev 194004, vapoursynth/trunk/vapoursynth.xml)
===================================================================
(Binary files differ)
More information about the arch-commits
mailing list