Package Details: vapoursynth-plugin-fluxsmooth-git 2.1.gf1c22a4-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-fluxsmooth-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-fluxsmooth-git
Description: Plugin for Vapoursynth: fluxsmooth (GIT version)
Upstream URL: https://forum.doom9.org/showthread.php?t=173795
Keywords: vapoursynth
Licenses: GPL
Conflicts: vapoursynth-plugin-fluxsmooth
Provides: vapoursynth-plugin-fluxsmooth
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 4
Popularity: 0.57
First Submitted: 2014-04-12 22:03 (UTC)
Last Updated: 2022-03-13 03:06 (UTC)

Dependencies (3)

Required by (6)

Sources (1)

Latest Comments

Vernox commented on 2026-08-16 16:13 (UTC)

Due to the vapoursynth release R74, the lib directory needs to be modified.

Sample diff:

diff --git a/PKGBUILD b/PKGBUILD
index 6a8df83..f57fd7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,10 +33,13 @@ build() {
   cd "${_plug}"
   ./autogen.sh

+  local plugindir
+  plugindir=$(python3 -c "import vapoursynth; print(vapoursynth.get_plugin_dir())")
+
   cd "${srcdir}/build"
   "../${_plug}/configure" \
     --prefix=/usr \
-    --libdir=/usr/lib/vapoursynth
+    --libdir=${plugindir}

   make
 }

jackoneill commented on 2014-04-20 18:40 (UTC)

What's the addition to LDFLAGS for?