Search Criteria
Package Details: spek-alternative 0.8.2.3-3
Git Clone URL: | https://aur.archlinux.org/spek-alternative.git (read-only, click to copy) |
---|---|
Package Base: | spek-alternative |
Description: | An acoustic spectrum analyser. Fork |
Upstream URL: | https://github.com/withmorten/spek-alternative |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Roshless |
Maintainer: | Roshless |
Last Packager: | Roshless |
Votes: | 9 |
Popularity: | 0.81 |
First Submitted: | 2018-05-30 12:46 |
Last Updated: | 2021-01-16 19:05 |
Dependencies (4)
- desktop-file-utils (desktop-file-utils-git)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi)
- wxgtk2 (wxgtk2-dev, wxgtk2-light)
- intltool (make)
Latest Comments
1 2 Next › Last »
l_inadapte commented on 2021-01-22 17:11
For the error 0 build, I just delete
&& 0
in the PKGBUILD like:./autogen.sh && 0
to./autogen.sh
AlphaJack commented on 2021-01-16 20:14
@Roshless zsh and yay also for me, same error if I run it from bash.
which 0
should return "0: shell built-in command"? For me it says "0 not found" and "zsh: command not found: 0" from a vanilla zsh shellRoshless commented on 2021-01-16 18:59
@AlphaJack works for me even in clean chroot, are you using non posix shell? zsh and yay with no problems.
@abouvier just found out what "any" in pkgbuild really means :O
AlphaJack commented on 2021-01-16 18:05
What is this "0"? build() is now failing for me:
abouvier commented on 2021-01-16 10:45
Why did you replace all arch with any? This package is not architecture independent.
eniac commented on 2021-01-16 09:52
Thanks for updating the pkgbuild, works fine now.
GolD_R0ger commented on 2021-01-15 13:27
change in PKGBUILD:
./autogen.sh --prefix=/usr
to./autogen.sh --prefix=/usr && 0
wxgtk
towxgtk2
and compiles fine. Idea is from this thread https://aur.archlinux.org/packages/spek-git
eniac commented on 2021-01-13 17:49
Modifying the pkgbuild doesn't work for me either. My makepkg log is much shorter however: https://pastebin.com/raw/g8mPsm47
AlphaJack commented on 2021-01-13 15:42
If this may help here's my
makepkg
log: https://mega.nz/file/6gwiBJLZ#L9bqB6d65UyY-nOF09x6ukD8XiP2P7uXGOqaseWLLacaurobe commented on 2021-01-13 15:06
@Roshless @AlphaJack that was obvious...but thanks! unfortunately it doesn't work =(