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

Maxime Gauduin alucryd at archlinux.org
Mon Aug 5 12:34:27 UTC 2019


    Date: Monday, August 5, 2019 @ 12:34:26
  Author: alucryd
Revision: 497487

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 64 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-05 12:34:18 UTC (rev 497486)
+++ PKGBUILD	2019-08-05 12:34:26 UTC (rev 497487)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
-# Contributor: jackoneill <cantabile.desu at gmail.com>
-
-pkgname=vapoursynth
-pkgver=R46
-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:

Copied: vapoursynth/repos/community-x86_64/PKGBUILD (from rev 497486, vapoursynth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-05 12:34:26 UTC (rev 497487)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
+# Contributor: jackoneill <cantabile.desu at gmail.com>
+
+pkgname=vapoursynth
+pkgver=R47
+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=(
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libmagick
+  libzimg.so
+  python
+  tesseract
+)
+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 497486, vapoursynth/trunk/vapoursynth.xml)
===================================================================
(Binary files differ)



More information about the arch-commits mailing list