[arch-commits] Commit in vapoursynth-plugin-deblock/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Mar 16 09:39:36 UTC 2018


    Date: Friday, March 16, 2018 @ 09:39:35
  Author: alucryd
Revision: 308811

upgpkg: vapoursynth-plugin-deblock 6-1

Modified:
  vapoursynth-plugin-deblock/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-16 08:59:09 UTC (rev 308810)
+++ PKGBUILD	2018-03-16 09:39:35 UTC (rev 308811)
@@ -3,8 +3,8 @@
 # Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
 
 pkgname=vapoursynth-plugin-deblock
-pkgver=4
-pkgrel=2
+pkgver=6
+pkgrel=1
 pkgdesc='Deblock plugin for VapourSynth'
 arch=('x86_64')
 url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock'
@@ -11,15 +11,15 @@
 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=('06f03f20209183275f700fe1d952c934ddc946ef8897a3219f1e75de2aafedf0')
+sha256sums=('131be862aac027a2d292974222f1bc4d156cce1514ded8a0c4150d0d4c2c94c4')
 
 build() {
   cd VapourSynth-Deblock-r${pkgver}
 
+  ./autogen.sh
   ./configure \
-    --install="${pkgdir}/usr/lib/vapoursynth" \
-    --extra-cxxflags="$CXXFLAGS" \
-    --extra-ldflags="$LDFLAGS"
+    --prefix='/usr' \
+    --libdir='/usr/lib/vapoursynth'
   make
 }
 
@@ -26,7 +26,7 @@
 package(){
   cd VapourSynth-Deblock-r${pkgver}
 
-  make install
+  make DESTDIR="${pkgdir}" install
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list