Search Criteria
Package Details: spek 0.8.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/spek.git (read-only, click to copy) |
---|---|
Package Base: | spek |
Description: | An acoustic spectrum analyser |
Upstream URL: | http://spek.cc/ |
Licenses: | GPL3 |
Submitter: | sushidude |
Maintainer: | petronny (AutoUpdateBot) |
Last Packager: | petronny |
Votes: | 58 |
Popularity: | 1.33 |
First Submitted: | 2015-08-12 05:45 (UTC) |
Last Updated: | 2025-05-28 11:44 (UTC) |
Dependencies (2)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-amd-fullAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-lightAUR, wxwidgets-gtk3-gitAUR)
Latest Comments
1 2 3 4 Next › Last »
giantplaceholder commented on 2025-10-10 07:23 (UTC)
It does. Thanks!
alstruit commented on 2025-10-08 18:05 (UTC) (edited on 2025-10-08 18:06 (UTC) by alstruit)
This patch file should help to fix libavcodec/avfft.h build error.
bemxio commented on 2025-10-07 11:25 (UTC)
@lodger In that case, the best approach would be to create a
spek-x
AUR package. Someone has already madespek-x-git
, and the current version 0.9.4 seems to be up-to-date with the most recent commit.lodger commented on 2025-10-07 11:20 (UTC)
@bemxio
spek-x, a fork of spek, seems to be alive https://aur.archlinux.org/packages/spek-x-git
bemxio commented on 2025-10-06 19:15 (UTC)
@lodger Replacing
ffmpeg
inside the dependencies toffmpeg7.1
and addingLDFLAGS="-L/usr/lib/ffmpeg7.1" CPPFLAGS="-I/usr/include/ffmpeg7.1"
at the beginning of line 15 makes it work. It would probably be better to just update the project to FFmpeg 8.0, however upstream seems to be dead, as the last commit was pushed in 2023.lodger commented on 2025-10-06 11:20 (UTC) (edited on 2025-10-06 11:21 (UTC) by lodger)
Can't build
Kyuunex commented on 2025-05-27 15:19 (UTC)
working pkgbuild
dakataca commented on 2025-03-03 21:58 (UTC)
Update PKGBUID please:
d2a2 commented on 2025-02-14 20:36 (UTC) (edited on 2025-02-23 09:50 (UTC) by d2a2)
I have the same problem as hippieben. I modified the PKGBUILD to build from the release tarball, using the provided configure script instead of generating one with autogen:
https://0x0.st/8NAd.txt
It builds and runs in a clean chroot for me. There's a missing icon assertion when running the binary but otherwise appears to function as normal.
EDIT: I bumped the version of gettext to 0.23 in configure.ac and the build succeeded. Run this before running autogen.sh in the PKGBUILD:
Still getting those wxWidgets assertion errors though.
1 2 3 4 Next › Last »