Package Details: spek 0.8.5-1

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 (teddybeermaniac, AutoUpdateBot)
Last Packager: petronny
Votes: 49
Popularity: 0.46
First Submitted: 2015-08-12 05:45 (UTC)
Last Updated: 2023-01-10 10:02 (UTC)

Latest Comments

1 2 Next › Last »

mosgerila commented on 2023-06-14 10:11 (UTC)

To resolve the error it is necessary to install autoconf. $ sudo pacman -Syu autoconf

mosgerila commented on 2023-06-12 11:30 (UTC)

Hello! Nobody here??? ==> Starting build()... ./autogen.sh: line 9: autoreconf: command not found ==> ERROR: A failure occurred in build(). Aborting...

alex8897 commented on 2023-05-20 15:55 (UTC) (edited on 2023-05-20 15:55 (UTC) by alex8897)

==> Starting build()... /var/tmp/pamac-build-mrwolf/spek/PKGBUILD: line 15: pkg-config: command not found ./autogen.sh: line 9: autoreconf: command not found

==> ERROR: A failure occurred in build(). Aborting...

xiashali commented on 2023-01-10 09:19 (UTC)

Spek 0.8.5 - Released 2023-01-09

Upgrade to FFmpeg 5.1

guglovich commented on 2022-09-03 10:17 (UTC) (edited on 2022-09-03 10:18 (UTC) by guglovich)

Hi. Will there be a replacement package for its evolving fork?
https://github.com/MikeWang000000/spek-X

sekret commented on 2022-07-28 04:36 (UTC)

Well done, 0.8.4-2 builds fine.

One other thing though, which is however of low priority:

In /etc/makepkg.conf I have set SRCDEST to one specific directory. For all tarballs to be saved in the same location it's important they have different file names. Right now the downloaded tarball is named v0.8.4.tar.gz, which is not very distinctive. Btw, namcap also complains about this.

So I'd vote for changing the source line in the PKGBUILD to source=("spek-${pkgver}.tar.gz::https://github.com/alexkay/spek/archive/v${pkgver}.tar.gz")

sekret commented on 2022-07-25 15:51 (UTC) (edited on 2022-07-25 16:07 (UTC) by sekret)

Build fails in a clean chroot (version 0.8.4-1)


make[2]: Entering directory '/build/spek-wxgtk3/src/spek-0.8.4/src'
  CXX      spek-spek-artwork.o
  CXX      spek-spek-events.o
  CXX      spek-spek-platform.o
  CXX      spek-spek-preferences-dialog.o
  CXX      spek-spek-preferences.o
  CXX      spek-spek-ruler.o
  CXX      spek-spek-spectrogram.o
  CXX      spek-spek-window.o
  CXX      libspek_a-spek-audio.o
  CXX      libspek_a-spek-fft.o
  CXX      spek-spek.o
  CXX      libspek_a-spek-palette.o
  CXX      libspek_a-spek-pipeline.o
spek-audio.cc: In constructor ‘AudioFileImpl::AudioFileImpl(AudioError, AVFormatContext*, AVCodecContext*, int, const std::string&, int, int, int, int, int, double)’:
spek-audio.cc:204:19: warning: ‘void av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  204 |     av_init_packet(&this->packet);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from /usr/include/ffmpeg4.4/libavcodec/bsf.h:30,
                 from /usr/include/ffmpeg4.4/libavcodec/avcodec.h:44,
                 from /usr/include/ffmpeg4.4/libavformat/avformat.h:312,
                 from spek-audio.cc:6:
/usr/include/ffmpeg4.4/libavcodec/packet.h:488:6: note: declared here
  488 | void av_init_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
spek-audio.cc: In member function ‘virtual int AudioFileImpl::read()’:
spek-audio.cc:264:44: warning: ‘int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  264 |             int len = avcodec_decode_audio4(
      |                       ~~~~~~~~~~~~~~~~~~~~~^
  265 |                 this->codec_context, this->frame, &got_frame, &this->packet
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  266 |             );
      |             ~
/usr/include/ffmpeg4.4/libavcodec/avcodec.h:3047:5: note: declared here
 3047 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
      |     ^~~~~~~~~~~~~~~~~~~~~
In file included from spek-spectrogram.cc:7:
spek-fft.h:7:10: fatal error: libavutil/mem.h: No such file or directory
    7 | #include <libavutil/mem.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:751: spek-spek-spectrogram.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/spek-wxgtk3/src/spek-0.8.4/src'
make[1]: *** [Makefile:473: all-recursive] Error 1
make[1]: Leaving directory '/build/spek-wxgtk3/src/spek-0.8.4'
make: *** [Makefile:399: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /mnt/chroot/sekret/build

rhynzler commented on 2022-07-20 21:40 (UTC)

Thanks for the update!

tsweet64 commented on 2022-07-16 01:55 (UTC)

change wxgtk3 dependency to wxwidgets, then change /usr/bin/wx-config-gtk3 to /usr/bin/wx-config. Also, remove the patch to build version 0.8.4

Sonico98 commented on 2022-07-15 01:06 (UTC)

Installation fails because of the new breaking update to wxWidgets (https://archlinux.org/news/wxwidgets-32-update-may-need-manual-intervention/)