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

Maxime Gauduin alucryd at archlinux.org
Mon Sep 15 08:21:36 UTC 2014


    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 <alucryd at gmail.com>
+# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
+# Contributor: jackoneill <cantabile.desu at 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 <alucryd at gmail.com>
+# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
+# Contributor: jackoneill <cantabile.desu at 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-x86_64/vapoursynth.install (from rev 118999, vapoursynth/trunk/vapoursynth.install)
===================================================================
--- community-staging-x86_64/vapoursynth.install	                        (rev 0)
+++ community-staging-x86_64/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-x86_64/vapoursynth.xml (from rev 118999, vapoursynth/trunk/vapoursynth.xml)
===================================================================
(Binary files differ)




More information about the arch-commits mailing list