Search Criteria
Package Details: avisynth-plugin-neo_f3kdb-git 9.0.g56bfb1b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/foosynth-plugin-neo_f3kdb-git.git (read-only, click to copy) |
---|---|
Package Base: | foosynth-plugin-neo_f3kdb-git |
Description: | Plugin for Avisynth: neo_f3kdb (GIT version) |
Upstream URL: | https://forum.doom9.org/showthread.php?t=176553 |
Keywords: | avisynth vapoursynth |
Licenses: | GPL |
Conflicts: | avisynth-plugin-neo_f3kdb |
Provides: | avisynth-plugin-neo_f3kdb |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 2 |
Popularity: | 0.001070 |
First Submitted: | 2020-04-18 08:45 (UTC) |
Last Updated: | 2024-05-19 21:42 (UTC) |
Dependencies (11)
- avisynthplus (avisynthplus-gitAUR)
- 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)
- tbb (onetbb-gitAUR, onetbb)
- avisynthplus (avisynthplus-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR) (make)
- tbb (onetbb-gitAUR, onetbb) (make)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR) (make)
Latest Comments
jholmer commented on 2024-05-19 21:37 (UTC)
tbb is marked as a make dependency, but it is needed at runtime
Rus commented on 2023-12-18 16:19 (UTC)
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args)
CMakeLists.txt:23 (find_package)
sl1pkn07 commented on 2023-05-27 16:15 (UTC)
try now
trixsama commented on 2023-05-27 14:36 (UTC)
I had to use the same commands as the person bellow to get neo_f3kdb to be recognized. I also needed extra/tbb to compile and for some reason I may not understand, installing this package didn't install tbb even though it's in the dependencies list.
NSQY commented on 2022-01-01 15:14 (UTC) (edited on 2022-01-01 15:17 (UTC) by NSQY)
There seems to be an error in this PKGBUILD but I cannot find the issue. Sorry.
Installing via this package results in vapoursynth error:
AttributeError: No attribute with the name neo_f3kdb exists. Did you mistype a plugin namespace?
If I pull the repo manually and compile with the following, there is no issue:
Win8Error commented on 2021-08-28 20:01 (UTC)
Please add tbb as make dependency.