Package Details: spek-x-git v0.9.0.r47.gb3b8978-1

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: 3
Popularity: 0.56
First Submitted: 2022-10-07 01:48 (UTC)
Last Updated: 2025-08-18 18:24 (UTC)

Latest Comments

1 2 Next › Last »

ludvick commented on 2026-01-07 08:55 (UTC) (edited on 2026-01-07 09:08 (UTC) by ludvick)

Hi, the current pkgver() is stuck on v0.9.0 because it's missing the --tags flag. Also, the cd path is slightly off.

Please consider updating it to this version, which correctly detects v0.9.4:

pkgver() {
  cd "$srcdir/$pkgname"
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | sed 's/^v//'
}

Regards!

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/spek

drws commented on 2025-10-09 08:37 (UTC)

Why does this package conflict with spek? Please remove conflicts=('spek') from the PKGBUILD.

xzcollapse commented on 2025-06-20 16:06 (UTC)

The dependency wxgtk3 should be replaced with wxwidgets-gtk3 due 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/m4 after autoreconf -fiv

yusufaktepe commented on 2025-02-13 05:04 (UTC)

fix_channels.patch is 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 spek package. 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.