Package Details: spek-git 0.8.3.r72.ged66c8a-1

Package Base: spek-git
Description: Spek helps to analyse your audio files by showing their spectrogram.
Upstream URL: http://www.spek-project.org/
Category: multimedia
Licenses: GPL
Conflicts: spek
Provides: spek-git
Submitter: sen
Maintainer: TheNiceGuy
Last Packager: TheNiceGuy
Votes: 4
First Submitted: 2010-05-17 19:36
Last Updated: 2014-09-19 21:08

Dependencies (6)

Required by (0)

Sources

Latest Comments

Comment by integer0

2014-10-01 10:10

Even with intltool installed I still get this:
./autogen.sh: line 10: 2334 Segmentation fault (core dumped) AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv

Comment by integer0

2014-10-01 10:08

intltool is a dependency

Comment by sen

2011-09-23 18:20

Fixed - Thank you RozenTensai!

Anonymous comment

2011-09-22 19:54

The project moved from gitorious.org to github.com
Now it is at https://github.com/alexkay/spek.git

Comment by sen

2010-07-07 03:24

@alexk: Ok done, one dependency less! ;)

Anonymous comment

2010-07-07 01:20

@sen: Could you remove FFTW dependency? Spek now uses FFmpeg's built-in FFT functions.

Anonymous comment

2010-07-06 03:26

I blogged about the switch to FFmpeg in case anyone is interested: http://versia.com/2010/07/04/gstreamer-ffmpeg-and-spek/

@sen: Thanks for updating the package!

Comment by sen

2010-07-06 02:11

Spek now uses ffmpeg and fftw instead of GStreamer.
Thanks for your work alexk, Spek performs much faster now!

Anonymous comment

2010-05-18 22:57

Works now, thanks you!

Comment by sen

2010-05-18 16:30

Yeah just read about it on the wiki page for gnome packages: http://wiki.archlinux.org/index.php/Gnome_package_guidelines#GTK_Icon_cache

The icon cache will now be updated after an install/update. ;)

Anonymous comment

2010-05-18 15:28

That did the trick, thanks!

Actually the icon cache is updated during `make install` but because it's installed into $pkgdir, the icons cannot be found after the package is installed into /usr.

I checked how for example Totem is packaged, it forces the update in the .install file, I guess Spek needs something similar: http://repos.archlinux.org/wsvn/packages/totem/repos/extra-x86_64/totem.install

Comment by sen

2010-05-18 15:14

Ok, updated.

You could try to forcefully update the icon cache: gtk-update-icon-cache -f /usr/share/icons/hicolor

Anonymous comment

2010-05-18 14:51

Thanks for updating it!

I'm seeing the same list here, but the icon is still missing. I'll check this later.

As for taking over the package, I'd rather someone else does the packaging, I don't know much about it.

By the way, `vala` should be in makedepends instead of depends. It's not really needed to run spek. Actually, it's not even needed to compile spek from the tarball, but only when building from git.

Comment by sen

2010-05-18 13:54

Thanks, I've updated the dependencies!
I'm not sure about the icon glitch but I've just installed the updated package and the icons are working fine here.

# pacman -Ql spek-git
spek-git /usr/
spek-git /usr/bin/
spek-git /usr/bin/spek
spek-git /usr/share/
spek-git /usr/share/applications/
spek-git /usr/share/applications/spek.desktop
spek-git /usr/share/icons/
spek-git /usr/share/icons/hicolor/
spek-git /usr/share/icons/hicolor/16x16/
spek-git /usr/share/icons/hicolor/16x16/apps/
spek-git /usr/share/icons/hicolor/16x16/apps/spek.png
spek-git /usr/share/icons/hicolor/22x22/
spek-git /usr/share/icons/hicolor/22x22/apps/
spek-git /usr/share/icons/hicolor/22x22/apps/spek.png
spek-git /usr/share/icons/hicolor/24x24/
spek-git /usr/share/icons/hicolor/24x24/apps/
spek-git /usr/share/icons/hicolor/24x24/apps/spek.png
spek-git /usr/share/icons/hicolor/32x32/
spek-git /usr/share/icons/hicolor/32x32/apps/
spek-git /usr/share/icons/hicolor/32x32/apps/spek.png
spek-git /usr/share/icons/hicolor/48x48/
spek-git /usr/share/icons/hicolor/48x48/apps/
spek-git /usr/share/icons/hicolor/48x48/apps/spek.png
spek-git /usr/share/icons/hicolor/scalable/
spek-git /usr/share/icons/hicolor/scalable/apps/
spek-git /usr/share/icons/hicolor/scalable/apps/spek.svg

I didn't know that you are also an arch user. Do you want to take over this package since its your program?

Anonymous comment

2010-05-18 11:21

Speaking of dependencies, spek also needs `gstreamer0.10-base-plugins` and `gstreamer0.10-good-plugins` at runtime.

Anonymous comment

2010-05-18 04:44

You also need to add 'vala' to makedepends.

Anonymous comment

2010-05-17 23:33

Thank you sen, works wonders!

I noticed a small glitch. When making and installing manually with `./autogen.sh --prefix=/usr && make && sudo make install` the icon in the About dialogue and in the Applications / Sound & Video menu show up fine. However when installing from AUR, the icons are broken.

Any ideas why this could happen?