Author: Nils Fürniß Description: Add metainfo file Forwarded: https://github.com/alexkay/spek/commit/03d7fb6a1a01e7a0adffd0b083fa4c026efb8f84 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -6,8 +6,15 @@ desktopdir = $(datadir)/applications desktop_in_files = spek.desktop.in desktop_DATA = spek.desktop -EXTRA_DIST = spek.desktop.in -CLEANFILES = spek.desktop +appdatadir = $(datadir)/metainfo +appdata_in_files = spek.metainfo.xml.in +appdata_DATA = spek.metainfo.xml + +EXTRA_DIST = spek.desktop.in spek.metainfo.xml.in +CLEANFILES = spek.desktop spek.metainfo.xml spek.desktop: spek.desktop.in $(wildcard $(top_srcdir)/po/*po) $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + +spek.metainfo.xml: spek.metainfo.xml.in $(wildcard $(top_srcdir)/po/*po) + $(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ --- a/data/spek.metainfo.xml.in +++ b/data/spek.metainfo.xml.in @@ -0,0 +1,40 @@ + + + cc.spek.Spek + CC0-1.0 + GPL-3.0 + Spek + View spectrograms of your audio files + +

Spek is an acoustic spectrum analyser written in C and C++. It uses FFmpeg libraries for audio decoding and wxWidgets for the GUI.

+
    +
  • Supports all popular lossy and lossless audio file formats thanks to the FFmpeg libraries.
  • +
  • Ultra-fast signal processing, uses multiple threads to further speed up the analysis.
  • +
  • Shows the codec name and the audio signal parameters.
  • +
  • Allows to save the spectrogram as an image file.
  • +
  • Drag-and-drop support; associates with common audio file formats.
  • +
  • Auto-fitting time, frequency and spectral density rulers.
  • +
  • Adjustable spectral density range.
  • +
  • Translated into 19 languages.
  • +
+
+ + + https://raw.githubusercontent.com/alexkay/spek/b3759bbb7d1108b3193394b941eeee982f15b739/web/flac.png + + + + Audio + AudioVideo + + https://www.spek.cc/ + https://github.com/alexkay/spek/issues + alexkay + + spek.desktop + + + + + +