summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Holmer2024-08-23 16:12:49 -0400
committerJosh Holmer2024-08-23 16:12:49 -0400
commit2b5f5ccdba8e20e0d7ec6da6d42ae78a5cf4bd7d (patch)
tree00e37bddb4952ac73cfc1ea594b279422231f9bd
parent90ea1e5eeed031b772f7a6d80b5fba66354b5aa6 (diff)
downloadaur-2b5f5ccdba8e20e0d7ec6da6d42ae78a5cf4bd7d.tar.gz
Apply new zimg patch
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0f7ce1d3f8d..7ae6cc555a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=resize2
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r11.3e20638
+pkgver=r16.4fb7511
pkgrel=1
pkgdesc="Plugin for VapourSynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -32,6 +32,8 @@ prepare() {
# but -static builds for this fail on Arch, and we want to use the system vapoursynth
sed -i "s|link_args: \['-static'],|#link_args: \['-static'],|" meson.build
sed -i "s|include_directories('vapoursynth/include'),|#include_directories('vapoursynth/include'),|" meson.build
+ cp zimg.patch ./zimg
+ git -C zimg apply zimg.patch
arch-meson build \
--buildtype=release \
--libdir /usr/lib/vapoursynth