Even with intltool installed I still get this:
./autogen.sh: line 10: 2334 Segmentation fault (core dumped) AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv
Search Criteria
Package Details: spek-git 0.8.3.r72.ged66c8a-1
Package Actions
| 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: | |
| Conflicts: | |
| Provides: | |
| Submitter: | sen |
| Maintainer: | TheNiceGuy |
| Last Packager: | TheNiceGuy |
| Votes: | 4 |
| First Submitted: | 2010-05-17 19:36 |
| Last Updated: | 2014-09-19 21:08 |
Latest Comments
Comment by integer0
Comment by integer0
intltool is a dependency
Comment by sen
Fixed - Thank you RozenTensai!
Anonymous comment
The project moved from gitorious.org to github.com
Now it is at https://github.com/alexkay/spek.git
Comment by sen
@alexk: Ok done, one dependency less! ;)
Anonymous comment
@sen: Could you remove FFTW dependency? Spek now uses FFmpeg's built-in FFT functions.
Anonymous comment
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
Spek now uses ffmpeg and fftw instead of GStreamer.
Thanks for your work alexk, Spek performs much faster now!
Anonymous comment
Works now, thanks you!
Comment by sen
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
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
Ok, updated.
You could try to forcefully update the icon cache: gtk-update-icon-cache -f /usr/share/icons/hicolor
Anonymous comment
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
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
Speaking of dependencies, spek also needs `gstreamer0.10-base-plugins` and `gstreamer0.10-good-plugins` at runtime.
Anonymous comment
You also need to add 'vala' to makedepends.
Anonymous comment
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?