[arch-commits] Commit in vapoursynth-plugin-deblock/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Mon May 25 16:28:36 UTC 2020


    Date: Monday, May 25, 2020 @ 16:28:35
  Author: felixonmars
Revision: 634675

archrelease: copy trunk to community-x86_64

Added:
  vapoursynth-plugin-deblock/repos/community-x86_64/PKGBUILD
    (from rev 634674, vapoursynth-plugin-deblock/trunk/PKGBUILD)
Deleted:
  vapoursynth-plugin-deblock/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 16:28:18 UTC (rev 634674)
+++ PKGBUILD	2020-05-25 16:28:35 UTC (rev 634675)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=vapoursynth-plugin-deblock
-pkgver=6
-pkgrel=1
-pkgdesc='Deblock plugin for VapourSynth'
-arch=('x86_64')
-url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock'
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'vapoursynth')
-source=("vapoursynth-plugin-deblock-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock/archive/r${pkgver}.tar.gz")
-sha256sums=('131be862aac027a2d292974222f1bc4d156cce1514ded8a0c4150d0d4c2c94c4')
-
-build() {
-  cd VapourSynth-Deblock-r${pkgver}
-
-  ./autogen.sh
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib/vapoursynth'
-  make
-}
-
-package(){
-  cd VapourSynth-Deblock-r${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-deblock/repos/community-x86_64/PKGBUILD (from rev 634674, vapoursynth-plugin-deblock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 16:28:35 UTC (rev 634675)
@@ -0,0 +1,31 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-deblock
+pkgver=6
+pkgrel=2
+pkgdesc='Deblock plugin for VapourSynth'
+arch=('x86_64')
+url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock'
+license=('GPL2')
+depends=('gcc-libs' 'glibc' 'vapoursynth')
+source=("vapoursynth-plugin-deblock-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock/archive/r${pkgver}.tar.gz")
+sha256sums=('131be862aac027a2d292974222f1bc4d156cce1514ded8a0c4150d0d4c2c94c4')
+
+build() {
+  cd VapourSynth-Deblock-r${pkgver}
+
+  ./autogen.sh
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib/vapoursynth'
+  make
+}
+
+package(){
+  cd VapourSynth-Deblock-r${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list