Search Criteria
Package Details: vapoursynth-plugin-znedi3-git 2.1.22.g4e88a5d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-znedi3-git.git (read-only, click to copy) |
---|---|
Package Base: | vapoursynth-plugin-znedi3-git |
Description: | Plugin for Vapoursynth: znedi3 (GIT Version) |
Upstream URL: | https://github.com/sekrit-twc/znedi3 |
Licenses: | GPL2 |
Conflicts: | vapoursynth-plugin-znedi3 |
Provides: | vapoursynth-plugin-znedi3 |
Submitter: | MikuroK |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 6 |
Popularity: | 0.000032 |
First Submitted: | 2018-01-30 02:18 (UTC) |
Last Updated: | 2023-01-23 16:38 (UTC) |
Dependencies (3)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR)
- vapoursynth-plugin-nnedi3_weights_binAUR
- git (git-gitAUR, git-glAUR) (make)
Required by (11)
- vapoursynth-plugin-edi_rpow2-git (optional)
- vapoursynth-plugin-havsfunc (requires vapoursynth-plugin-znedi3) (optional)
- vapoursynth-plugin-havsfunc-git (optional)
- vapoursynth-plugin-havsfunc-light-git (optional)
- vapoursynth-plugin-insaneaa-git
- vapoursynth-plugin-nnedi3_resample-git (optional)
- vapoursynth-plugin-soifunc-git
- vapoursynth-plugin-vstaambk-git (optional)
- vapoursynth-plugin-xaa-git
- vapoursynth-plugin-xvs-git
- vapoursynth-plugin-znedi3_resample-git
Latest Comments
1 2 3 4 Next › Last »
Darkgear commented on 2022-10-29 17:56 (UTC)
The archwiki was updated on VCS package guidelines regarding this.
https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules
As you can see they include
-c protocol.file.allow=always
as a workaround when using git submodule update.sl1pkn07 commented on 2022-10-27 16:38 (UTC)
when boack to home
Darkgear commented on 2022-10-27 16:18 (UTC) (edited on 2022-10-27 16:19 (UTC) by Darkgear)
Build failed during prepare() due to:
This seems to happen due to a git update changing
protocol.file.allow
to "user" by default. ( https://lore.kernel.org/lkml/xmqq4jw1uku5.fsf@gitster.g/ )sl1pkn07 commented on 2022-09-17 21:04 (UTC)
sounds a upstream problem. try open a issue in their bugtracker
gkweyyy commented on 2022-09-17 17:59 (UTC)
For me, disabling prescreening (pscrn=0) results in the following error:
vspipe: graphengine/graphengine/state.h:125: void graphengine::znedi3::FrameState::guard_page::assert_page() const: Assertion `word == pattern()' failed.
I have no idea what that means and whether it's an issue with the package or the source. Does anybody know anything about this?
jholmer commented on 2022-07-26 07:26 (UTC)
At some point recently, X86 ASM support got disabled in this PKGBUILD, thus making the resulting library a LOT slower. There's also a long-standing issue where sometimes znedi3 build from the AUR package would fail to load at runtime. That was tracked down to the
-fno-plt
and-z,now
options which are default in Arch now.This diff should fix both items:
https://pastebin.com/gk6esde9
quietvoid commented on 2022-06-25 23:54 (UTC) (edited on 2022-06-25 23:55 (UTC) by quietvoid)
The package keeps showing up in AUR helper upgrades (using paru).
vapoursynth-plugin-znedi3-git-2.1.16.g409df23-1 is up to date -- reinstalling
jose1711 commented on 2022-04-16 11:21 (UTC)
fwiw current
PKGBUILD
was still giving meNo attribute with the name znedi3
when trying to use with QTGMC. JerMah's gist fixed it for me.JerMah commented on 2022-02-11 08:10 (UTC)
@sl1pkn07: please read the gist carefully. you need to change the pkgbuild further and include the patch file and patch steps to incorporate the changes needed to make it build without (missing) graphengine but with vapoursynth api v4
Rus commented on 2022-02-10 19:59 (UTC)
Python exception: No attribute with the name znedi3 exists. Did you mistype a plugin namespace?
1 2 3 4 Next › Last »