Package Details: vapoursynth-plugin-bestsource-git r290.ff911fa-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-bestsource-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-bestsource-git
Description: Plugin for Vapoursynth: bestsource (GIT version)
Upstream URL: https://forum.doom9.org/showthread.php?p=1972253
Keywords: vapoursynth
Licenses: MIT
Conflicts: vapoursynth-plugin-bestsource
Provides: libbestsource.so, vapoursynth-plugin-bestsource
Submitter: witchymary
Maintainer: witchymary
Last Packager: witchymary
Votes: 1
Popularity: 0.000018
First Submitted: 2023-03-14 20:50 (UTC)
Last Updated: 2024-07-08 20:25 (UTC)

Latest Comments

witchymary commented on 2024-07-08 20:25 (UTC)

Done!

jholmer commented on 2024-07-07 18:08 (UTC)

Hello, I've been receiving a warning every time upon running Vapoursynth since installing this plugin. It appears a change is needed to the build script to resolve this. Please see https://github.com/vapoursynth/bestsource/issues/57#issuecomment-2184094475

sommio commented on 2024-06-23 01:09 (UTC)

ffmpeg 7.01 can't build it, use ffmpeg4.4 for a temporary fix

diff --git a/PKGBUILD b/PKGBUILD
index ad63604..92c15dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ arch=('x86_64')
 url='https://forum.doom9.org/showthread.php?p=1896898'
 license=('GPL')
 depends=('vapoursynth'
-         'libavcodec.so'
-         'libavformat.so'
+         'ffmpeg4.4'
          )
 makedepends=('git'
              'meson'
@@ -33,8 +32,10 @@ prepare() {

 build() {
   cd build
-  arch-meson "../${_plug}" \
-    --libdir /usr/lib/vapoursynth
+  PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig" \
+    CFLAGS=-D_XOPEN_SOURCE=500 \
+    arch-meson "../${_plug}" \
+      --libdir /usr/lib/vapoursynth

   ninja
 }

fr3akyphantom commented on 2024-02-22 07:33 (UTC) (edited on 2024-02-23 11:41 (UTC) by fr3akyphantom)

libp2p is now available as a submodule to bestsource repo. Edit: Thanks for the update.

Win8Error commented on 2021-10-25 18:07 (UTC)

Thx, now it's building fine.

sl1pkn07 commented on 2021-10-25 18:06 (UTC)

done

Win8Error commented on 2021-10-25 18:04 (UTC)

Please add meson as build-dependency.