Search Criteria
Package Details: vapoursynth-plugin-fftspectrum-git 1.5.g6326b2e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-fftspectrum-git.git (read-only, click to copy) |
---|---|
Package Base: | vapoursynth-plugin-fftspectrum-git |
Description: | Plugin for Vapoursynth: fftspectrum (GIT version) |
Upstream URL: | https://github.com/Beatrice-Raws/FFTSpectrum |
Keywords: | vapoursynth |
Licenses: | GPL |
Conflicts: | vapoursynth-plugin-fftspectrum |
Provides: | vapoursynth-plugin-fftspectrum |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-02 20:04 (UTC) |
Last Updated: | 2023-02-14 23:40 (UTC) |
Dependencies (4)
- fftw
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
Latest Comments
dreieck commented on 2023-02-14 20:22 (UTC) (edited on 2023-02-14 20:23 (UTC) by dreieck)
Fails to build for me, too, with
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.1/include/smmintrin.h:521:1: error: inlining failed in call to ‘always_inline’ ‘_mm_cvtepu8_epi32’: target specific option mismatch
:Also happens if I unset
CFLAGS
andCXXFLAGS
(and also theDEBUG_
-versions of them), and also if I manually just set them to just-march=native
.Regards!
sl1pkn07 commented on 2022-10-19 16:05 (UTC)
try this:
between the line 33 and 34:
export CFLAGS="${CFLAGS/-march=x86-64 -mtune=generic/-march=native}"
Win8Error commented on 2022-10-15 19:38 (UTC)
Build still fails ... I tried build on host and in an clean chroot.
sl1pkn07 commented on 2021-10-25 18:28 (UTC)
try to add
-msse4.1
in the https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=vapoursynth-plugin-fftspectrum-git#n34 before-fPIC
Win8Error commented on 2021-10-25 18:23 (UTC)
I have a Intel Core i7 8750H.
sl1pkn07 commented on 2021-10-25 18:22 (UTC)
what is your processor?
Win8Error commented on 2021-10-25 18:16 (UTC)
Thank you for the update. But now it fails with following output:
Win8Error commented on 2021-10-25 18:13 (UTC)
Sadly also this package fails to build.
Win8Error commented on 2021-08-28 20:13 (UTC)
Build fails with following output: