[arch-commits] Commit in vapoursynth/repos/community-x86_64 (4 files)

Maxime Gauduin alucryd at archlinux.org
Wed Nov 7 13:16:43 UTC 2018


    Date: Wednesday, November 7, 2018 @ 13:16:42
  Author: alucryd
Revision: 402837

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 48 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-07 13:16:32 UTC (rev 402836)
+++ PKGBUILD	2018-11-07 13:16:42 UTC (rev 402837)
@@ -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=R44
-pkgrel=2
-pkgdesc='A video processing framework with the future in mind'
-arch=('x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('libmagick' 'python' 'tesseract'
-         'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libzimg.so')
-makedepends=('cython' 'git' 'nasm' 'python-sphinx')
-source=("git+https://github.com/vapoursynth/vapoursynth.git#tag=${pkgver}"
-        'vapoursynth.xml')
-sha256sums=('SKIP'
-            '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth
-
-  ./autogen.sh
-  ./configure \
-    --prefix='/usr' \
-    --enable-imwri \
-    --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd vapoursynth
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 ofl.txt -t "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -Dm 644 ../vapoursynth.xml -t "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-x86_64/PKGBUILD (from rev 402836, vapoursynth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-07 13:16:42 UTC (rev 402837)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
+# Contributor: jackoneill <cantabile.desu at gmail.com>
+
+pkgname=vapoursynth
+pkgver=R45.1
+pkgrel=1
+pkgdesc='A video processing framework with the future in mind'
+arch=('x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=(
+  'libmagick' 'python' 'tesseract'
+  'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libzimg.so'
+)
+makedepends=('cython' 'git' 'nasm' 'python-sphinx')
+source=("git+https://github.com/vapoursynth/vapoursynth.git#tag=${pkgver}"
+        'vapoursynth.xml')
+sha256sums=('SKIP'
+            '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+prepare() {
+  cd vapoursynth
+
+  ./autogen.sh
+}
+
+build() {
+  cd vapoursynth
+
+  ./configure \
+    --prefix='/usr' \
+    --enable-imwri \
+    --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd vapoursynth
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 ofl.txt -t "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -Dm 644 ../vapoursynth.xml -t "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: vapoursynth.xml
===================================================================
(Binary files differ)

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



More information about the arch-commits mailing list