[arch-commits] Commit in vapoursynth/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Sun Jul 16 16:20:34 UTC 2017
Date: Sunday, July 16, 2017 @ 16:20:33
Author: arojas
Revision: 245402
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 245401, vapoursynth/trunk/PKGBUILD)
vapoursynth/repos/community-staging-i686/vapoursynth.xml
(from rev 245401, vapoursynth/trunk/vapoursynth.xml)
vapoursynth/repos/community-staging-x86_64/
vapoursynth/repos/community-staging-x86_64/PKGBUILD
(from rev 245401, vapoursynth/trunk/PKGBUILD)
vapoursynth/repos/community-staging-x86_64/vapoursynth.xml
(from rev 245401, vapoursynth/trunk/vapoursynth.xml)
-----------------------------------+
community-staging-i686/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
Copied: vapoursynth/repos/community-staging-i686/PKGBUILD (from rev 245401, vapoursynth/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-16 16:20:33 UTC (rev 245402)
@@ -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=R37
+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=('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:
Copied: vapoursynth/repos/community-staging-i686/vapoursynth.xml (from rev 245401, vapoursynth/trunk/vapoursynth.xml)
===================================================================
(Binary files differ)
Copied: vapoursynth/repos/community-staging-x86_64/PKGBUILD (from rev 245401, vapoursynth/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2017-07-16 16:20:33 UTC (rev 245402)
@@ -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=R37
+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=('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:
Copied: vapoursynth/repos/community-staging-x86_64/vapoursynth.xml (from rev 245401, vapoursynth/trunk/vapoursynth.xml)
===================================================================
(Binary files differ)
More information about the arch-commits
mailing list