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

Maxime Gauduin alucryd at archlinux.org
Tue Dec 2 08:44:21 UTC 2014


    Date: Tuesday, December 2, 2014 @ 09:44:20
  Author: alucryd
Revision: 123342

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

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

--------------------------------------+
 /PKGBUILD                            |   82 +++++++++++++++++++++++++++++++++
 /vapoursynth.install                 |   26 ++++++++++
 community-i686/PKGBUILD              |   41 ----------------
 community-i686/vapoursynth.install   |   13 -----
 community-x86_64/PKGBUILD            |   41 ----------------
 community-x86_64/vapoursynth.install |   13 -----
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-12-02 08:43:57 UTC (rev 123341)
+++ community-i686/PKGBUILD	2014-12-02 08:44:20 UTC (rev 123342)
@@ -1,41 +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=R24
-pkgrel=4
-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=('74920a3ae9f2a1ac65e509ba6531ee7c3c9e9b94f1b683f17764cd4d2022c7cf'
-            '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./bootstrap.py
-  ./waf configure --prefix='/usr'
-  ./waf $MAKEFLAGS build
-  python setup.py build
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  ./waf install --destdir="${pkgdir}"
-  python setup.py install --root="${pkgdir}" --optimize='1'
-
-  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 123341, vapoursynth/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-02 08:44:20 UTC (rev 123342)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
+# Contributor: jackoneill <cantabile.desu at gmail.com>
+
+pkgname=vapoursynth
+pkgver=R25
+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' '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=('24e17320001402a47fce7e73cfac7609f4f9065170296346440e5ffa41af9348'
+            '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./bootstrap.py
+  ./waf configure --prefix='/usr'
+  ./waf $MAKEFLAGS build
+  python setup.py build
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  ./waf install --destdir="${pkgdir}"
+  python setup.py install --root="${pkgdir}" --optimize='1'
+
+  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.install
===================================================================
--- community-i686/vapoursynth.install	2014-12-02 08:43:57 UTC (rev 123341)
+++ community-i686/vapoursynth.install	2014-12-02 08:44:20 UTC (rev 123342)
@@ -1,13 +0,0 @@
-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.install (from rev 123341, vapoursynth/trunk/vapoursynth.install)
===================================================================
--- community-i686/vapoursynth.install	                        (rev 0)
+++ community-i686/vapoursynth.install	2014-12-02 08:44:20 UTC (rev 123342)
@@ -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:

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

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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-12-02 08:43:57 UTC (rev 123341)
+++ community-x86_64/PKGBUILD	2014-12-02 08:44:20 UTC (rev 123342)
@@ -1,41 +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=R24
-pkgrel=4
-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=('74920a3ae9f2a1ac65e509ba6531ee7c3c9e9b94f1b683f17764cd4d2022c7cf'
-            '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./bootstrap.py
-  ./waf configure --prefix='/usr'
-  ./waf $MAKEFLAGS build
-  python setup.py build
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  ./waf install --destdir="${pkgdir}"
-  python setup.py install --root="${pkgdir}" --optimize='1'
-
-  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 123341, vapoursynth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-02 08:44:20 UTC (rev 123342)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
+# Contributor: jackoneill <cantabile.desu at gmail.com>
+
+pkgname=vapoursynth
+pkgver=R25
+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' '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=('24e17320001402a47fce7e73cfac7609f4f9065170296346440e5ffa41af9348'
+            '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./bootstrap.py
+  ./waf configure --prefix='/usr'
+  ./waf $MAKEFLAGS build
+  python setup.py build
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  ./waf install --destdir="${pkgdir}"
+  python setup.py install --root="${pkgdir}" --optimize='1'
+
+  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.install
===================================================================
--- community-x86_64/vapoursynth.install	2014-12-02 08:43:57 UTC (rev 123341)
+++ community-x86_64/vapoursynth.install	2014-12-02 08:44:20 UTC (rev 123342)
@@ -1,13 +0,0 @@
-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-x86_64/vapoursynth.install (from rev 123341, vapoursynth/trunk/vapoursynth.install)
===================================================================
--- community-x86_64/vapoursynth.install	                        (rev 0)
+++ community-x86_64/vapoursynth.install	2014-12-02 08:44:20 UTC (rev 123342)
@@ -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:

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

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



More information about the arch-commits mailing list