Package Details: vapoursynth-plugin-znedi3-git 2.1.22.g4e88a5d-1

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)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Ranguvar commented on 2021-11-05 01:34 (UTC)

Yes and if you need to build now, per https://github.com/sekrit-twc/znedi3/issues/13

Use commit 4090c5c3899be7560380e0420122ac9097ef9e8e

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

yes. this is knowed fail https://github.com/sekrit-twc/znedi3/issues/14

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

Also this package fails to build.

(3/4) Arming ConditionNeedsUpdate...
(4/4) Warn about old perl modules
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of znedi3 git repo...
Cloning into 'znedi3'...
done.
  -> Creating working copy of vsxx git repo...
Cloning into 'vsxx'...
done.
==> Starting prepare()...
Cloning into '/build/vapoursynth-plugin-znedi3-git/src/znedi3/vsxx'...
done.
From /build/vapoursynth-plugin-znedi3-git/src/vsxx
 * branch            8c4c5f9cc1b8d04e33a864f357a79ed9f25bcb49 -> FETCH_HEAD
Submodule path 'vsxx': checked out '8c4c5f9cc1b8d04e33a864f357a79ed9f25bcb49'
==> Starting pkgver()...
==> Starting build()...
make: Entering directory '/build/vapoursynth-plugin-znedi3-git/src/znedi3'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DNNEDI3_WEIGHTS_PATH=\""/usr/lib/vapoursynth/nnedi3_weights.bin"\"  -c -o vsznedi3/vsznedi3.o vsznedi3/vsznedi3.cpp
vsznedi3/vsznedi3.cpp:8:10: fatal error: znedi3.h: No such file or directory
    8 | #include <znedi3.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [<builtin>: vsznedi3/vsznedi3.o] Error 1
make: Leaving directory '/build/vapoursynth-plugin-znedi3-git/src/znedi3'
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/.archbuild/extra-x86_64/yuki/build

sl1pkn07 commented on 2021-10-23 15:05 (UTC) (edited on 2021-10-23 15:06 (UTC) by sl1pkn07)

When i back to home

Greetings

Tom_B commented on 2021-10-23 15:02 (UTC)

I'm getting the following error when trying to build this package:

ake: *** No rule to make target 'graphengine/graphengine/graph.o', needed by 'vsznedi3.so'.  Stop.
make: *** Waiting for unfinished jobs....
vsznedi3/vsznedi3.cpp:8:10: fatal error: znedi3.h: No such file or directory
    8 | #include <znedi3.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [<builtin>: vsznedi3/vsznedi3.o] Error 1
In file included from vsxx/vsxx4_pluginmain.h:6,
                 from vsxx/vsxx4_pluginmain.cpp:1:
vsxx/VapourSynth4++.hpp:30:10: fatal error: VapourSynth4.h: No such file or directory
   30 | #include "VapourSynth4.h"
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
znedi3/znedi3_impl.cpp:10:10: fatal error: graphengine/filter.h: No such file or directory
   10 | #include <graphengine/filter.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: vsxx/vsxx4_pluginmain.o] Error 1
make: *** [<builtin>: znedi3/znedi3_impl.o] Error 1
make: Leaving directory '/home/tom/.cache/yay/vapoursynth-plugin-znedi3-git/src/znedi3'
==> ERROR: A failure occurred in build().
    Aborting...
error making: vapoursynth-plugin-znedi3-git

any ideas what I need to fix it? Am I missing a dependency or is there an issue with the package?

pingplug commented on 2018-06-03 02:15 (UTC)

sed: -e expression #1, char 37: unterminated `s' command

sl1pkn07 commented on 2018-04-01 14:51 (UTC)

ok, i can maintain it

MikuroK commented on 2018-04-01 02:30 (UTC)

@sl1pkn07, done. if you would like to maintain this package, i can disown it. i made this because qtgmc started needing it, and i don't really plan to keep an eye on it unless someone comments.

sl1pkn07 commented on 2018-03-31 01:14 (UTC) (edited on 2018-03-31 01:19 (UTC) by sl1pkn07)

please remove the nnedi3_weights.bin file and add vapoursynth-plugin-nnedi3_weights_bin to depends

nnedi3 and znedi3 share the same file, for avoid conficts between 2 packages, i create a package only with the .bin file

about the submodules, this is my pkgbuild: https://sl1pkn07.wtf/paste/view/b7dbf049

MikuroK commented on 2018-03-25 18:23 (UTC)

@pingplug, Thanks. I wasn't familiar with what git submodules did, so i just went with the official compilation instructions. I was in a rush at the time, so didn't look it up.