Search Criteria
Package Details: spek-x-git v0.9.0.r47.gb3b8978-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/spek-x-git.git (read-only, click to copy) |
|---|---|
| Package Base: | spek-x-git |
| Description: | Acoustic spectrum analyser forked from spek. |
| Upstream URL: | https://github.com/MikeWang000000/spek-X |
| Licenses: | GPL3 |
| Conflicts: | spek |
| Provides: | spek |
| Submitter: | joeleg |
| Maintainer: | xAsh |
| Last Packager: | xAsh |
| Votes: | 2 |
| Popularity: | 0.68 |
| First Submitted: | 2022-10-07 01:48 (UTC) |
| Last Updated: | 2025-08-18 18:24 (UTC) |
Dependencies (7)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-full-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-lightAUR, wxwidgets-gtk3-gitAUR)
- automake (automake-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- intltool (make)
- pkgconfig (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
Latest Comments
drws commented on 2025-10-10 16:54 (UTC) (edited on 2025-10-12 08:52 (UTC) by drws)
Ok. Still, it is best to be solved upstream rather than in packaging. It is a known issue that affects multiple files:
https://github.com/MikeWang000000/spek-X/issues/12
xAsh commented on 2025-10-10 14:29 (UTC)
because they're both installed in
/usr/bin/spekdrws commented on 2025-10-09 08:37 (UTC)
Why does this package conflict with
spek? Please removeconflicts=('spek')from the PKGBUILD.xzcollapse commented on 2025-06-20 16:06 (UTC)
The dependency
wxgtk3should be replaced withwxwidgets-gtk3due to the package being replaced accordingly in the Extra repository.Tiagofer commented on 2025-05-25 20:59 (UTC)
gettext's .m4 files moved and thus the build breaks. Until autoreconf gets smarter or spek-x's author fixes it this can be solved by patching autogen.sh and adding
-I /usr/share/gettext/m4afterautoreconf -fivyusufaktepe commented on 2025-02-13 05:04 (UTC)
fix_channels.patchis not needed and breaks the build.drws commented on 2023-09-29 07:20 (UTC) (edited on 2023-09-29 07:31 (UTC) by drws)
There is no actual reason for this package to conflict with the
spekpackage. The file conflicts that occur are upstream bugs due to incomplete "spek-x" rebrand and they should not be tolerated/incorporated in the PKGBUILD. Maintainer, please fix the PKGBUILD asap!wilkins commented on 2023-09-23 15:36 (UTC)
@guglovich Why did you mark this package as "out of date"? spek-x builds perfectly fine with the existing PKGBUILD.
joeleg commented on 2023-06-06 03:18 (UTC)
@DeadNews autoreconf is part of autoconf, which is a dependency of base-devel. base-devel is an assumed dependency for any package from the AUR.
DeadNews commented on 2023-06-04 09:38 (UTC)
autoconfmake-dependency missed