Search Criteria
Package Details: vapoursynth-plugin-descale-git 7.0.gb249650-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-descale-git.git (read-only, click to copy) |
---|---|
Package Base: | vapoursynth-plugin-descale-git |
Description: | Plugin for Vapoursynth: descale (GIT version) |
Upstream URL: | https://github.com/Irrational-Encoding-Wizardry/vapoursynth-descale.git |
Keywords: | vapoursynth |
Licenses: | MIT |
Conflicts: | vapoursynth-plugin-descale |
Provides: | vapoursynth-plugin-descale |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-06-06 17:22 (UTC) |
Last Updated: | 2022-03-13 02:08 (UTC) |
Dependencies (3)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
Required by (7)
- vapoursynth-plugin-awsmfunc-git (requires vapoursynth-plugin-descale) (optional)
- vapoursynth-plugin-fvsfunc-git (optional)
- vapoursynth-plugin-insaneaa-git
- vapoursynth-plugin-kagefunc-git
- vapoursynth-plugin-muvsfunc-git
- vapoursynth-plugin-resamplehq-git
- vapoursynth-tools-getnative-git (requires vapoursynth-plugin-descale)
Latest Comments
1 2 Next › Last »
Win8Error commented on 2022-10-15 18:10 (UTC)
Build failed ...
sl1pkn07 commented on 2021-09-30 19:50 (UTC)
done
NSQY commented on 2021-09-30 19:11 (UTC) (edited on 2021-09-30 19:11 (UTC) by NSQY)
Build is broken due to license file changes https://github.com/Irrational-Encoding-Wizardry/descale/commit/6720084fe751754bd44c755f3dea9bee0d4aa986
greps commented on 2020-12-17 07:44 (UTC)
does not build
Frechdachs commented on 2020-04-13 20:14 (UTC) (edited on 2020-04-13 20:15 (UTC) by Frechdachs)
I added meson as a build system. Now this package wouldn't break in the future, if I change the files again. You don't have to add custom flags in this hacky way in the PKGBUILD anymore. You still need to install the python file manually, though. Sorry for the many breakages the last few days.
sl1pkn07 commented on 2020-04-11 22:01 (UTC)
ops. done
Frechdachs commented on 2020-04-11 21:36 (UTC) (edited on 2020-04-11 21:38 (UTC) by Frechdachs)
It's this part it the PKGBUILD:
CFLAGS+=" -D__AVX2__"
This will make the build fail if AVX2 is available, because it will just define the__AVX2__
variable but not actually enable AVX2, you should instead useCFLAGS+=" -mavx2 -mfma"
You probably did not notice, because you have-march=native
in your makepkg.conf, which already enables-mavx2
and-mfma
.sl1pkn07 commented on 2020-04-11 21:19 (UTC)
more log please
Deshikenichi commented on 2020-04-11 21:15 (UTC)
Good afternoon I have this small error that I do not know how to solve, I thank you for guiding me, thank you, since many things depend on it.
make: *** [Makefile:2: all] Error 1 make: se sale del directorio '/home/kenichi/.cache/yay/vapoursynth-plugin-descale-git/src/descale' ==> ERROR: Se produjo un fallo en build(). Cancelando...
Frechdachs commented on 2020-04-11 20:16 (UTC)
I'll think about adding a proper build system in the future, so you don't have to do this hacky fix. I'll let you know when I do.
1 2 Next › Last »