Search Criteria
Package Details: vapoursynth-plugin-vsakarin-git 0.96f.r128.6d7c733-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-vsakarin-git.git (read-only, click to copy) |
---|---|
Package Base: | vapoursynth-plugin-vsakarin-git |
Description: | Plugin for Vapoursynth: vsakarin (GIT version) |
Upstream URL: | https://github.com/akarinVS/vapoursynth-plugin.git |
Keywords: | vapoursynth |
Licenses: | GPL |
Conflicts: | vapoursynth-plugin-vsakarin |
Provides: | vapoursynth-plugin-vsakarin |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 2 |
Popularity: | 0.000288 |
First Submitted: | 2022-01-31 17:10 (UTC) |
Last Updated: | 2024-08-25 17:06 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- llvm-libs (llvm-libs-rocm-gitAUR, llvm-libs-gitAUR)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- meson (meson-gitAUR) (make)
Latest Comments
FabioLolix commented on 2024-08-11 10:15 (UTC)
btw that issues has been deleted
Someone uploaded a pkgbuild which use llvm14 which is in repo instead of llvm15 which is on AUR
https://aur.archlinux.org/packages/vapoursynth-plugin-vsakarin-llvm14-git https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=vapoursynth-plugin-vsakarin-llvm14-git
What do you say about using that llvm version?
fr3akyphantom commented on 2024-02-03 11:10 (UTC) (edited on 2024-02-03 11:11 (UTC) by fr3akyphantom)
If anyone get this
Reactor: Unknown command line argument '-x86-asm-syntax=intel'. Try: 'Reactor --help' Reactor: Did you mean '--stats-json=intel'?
error inAv1an
when using VSAkarin Plugin, merge this PR into it while building: https://github.com/AkarinVS/vapoursynth-plugin/pull/23sl1pkn07 commented on 2023-11-08 00:47 (UTC)
https://github.com/AkarinVS/vapoursynth-plugin/issues/24
Rus commented on 2023-11-08 00:46 (UTC)
Surely this plugin requires llvm15 specifically?
gourdcaptain commented on 2023-08-31 22:18 (UTC) (edited on 2023-08-31 22:18 (UTC) by gourdcaptain)
Has issues with llvm16 building and working due to the need for methods now private. Was able to get around this with llvm15 (you need it, not just the llvm15-libs package) and the extra line:
export LLVM_CONFIG=/usr/bin/llvm-config-15
before the pkgver function.quietvoid commented on 2022-02-09 13:43 (UTC) (edited on 2022-02-09 13:43 (UTC) by quietvoid)
Hi, can you disable statically linking LLVM with
-Dstatic-llvm=false
.It was added here: https://github.com/AkarinVS/vapoursynth-plugin/pull/8.
This reduces the .so size by 40M and fixes conflicts.