diff --git a/AUTHORS b/AUTHORS index e84b3b0..3a3ff77 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,6 +2,7 @@ Maintainer: Alexander Kojevnikov Contributors: + Fabian Deutsch Artist: Olga Vasylevska diff --git a/Makefile.am b/Makefile.am index b955e35..a3a819f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ EXTRA_DIST = \ intltool-update.in \ win/LICENSE.rtf \ win/make-win32.sh \ + win/spek.ico \ win/spek.wxs DISTCLEANFILES = \ diff --git a/NEWS b/NEWS index 167385c..3a1027d 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,14 @@ -Spek 0.1 - Released 2010-05-10 +Spek 0.2 - Released 2010-05-13 ============================== Spek is an acoustic spectrum analyser written in Vala. It uses the GNOME platform: GLib, GTK+, Cairo and GStreamer. +Spek is available on GNU/Linux and Windows. Find out more about Spek on its website: http://spek-project.org/ -Version 0.1 is the first release of Spek. It has the following features: +Version 0.2 brings the following features and fixes: -* Show spectrogram for all audio files supported by GStreamer -* Re-calculate the spectrogram when the window size changes -* Save the spectrogram as a PNG image +* Windows installer +* Fix build on Fedora 13 +* Fix default icon diff --git a/configure.ac b/configure.ac index 1aeef73..a788b84 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([spek], [0.1]) +AC_INIT([spek], [0.2]) AC_CONFIG_SRCDIR([src/spek.vala]) AC_CONFIG_HEADERS([config.h]) diff --git a/data/spek.desktop.in.in b/data/spek.desktop.in.in index 9d0a357..2bd3702 100644 --- a/data/spek.desktop.in.in +++ b/data/spek.desktop.in.in @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Version=0.1 +Version=0.2 _Name=Spek _GenericName=Spectrum Analyser _Comment=View spectrograms of your audio files diff --git a/web/index.html b/web/index.html index e467236..aaafe4f 100644 --- a/web/index.html +++ b/web/index.html @@ -36,11 +36,13 @@

Download

-

Spek 0.1: tarball, NEWS

-

To build and run:

+

Spek 0.2 for Windows (x86 MSI installer, 1x.x MiB, MD5:xxxxxxxxxxxxxxx)

+

Spek 0.2 for GNU/Linux (source code tar.bz2, 0.yy MiB, MD5:yyyyyyyyyyyyy)

+

To install on Windows just download and double-click the MSI installer. After asking a few questions, Spek will install automatically.

+

To build and run on GNU/Linux:

-
$ tar -xjvf spek-0.1.tar.bz2
-$ cd spek-0.1
+    
$ tar -xjvf spek-0.2.tar.bz2
+$ cd spek-0.2
 $ ./configure
 $ make
 $ src/spek
@@ -50,12 +52,15 @@
     

Requirements: GTK+ ≥ 2.14, GStreamer ≥ 0.10.17 (including gst-plugins-base and gst-plugins-good). For MP3 support you also need gst-plugins-ugly.

News news feed

-

2010-05-10: Introducing Spek

+

Roadmap

Features planned for the 1.0 release:

    -
  • Windows port
  • +
  • Windows port
  • Time and frequency rulers
  • Zoom and horizontal scroll
  • Adjust spectral density range (dB)
  • diff --git a/win/spek.wxs b/win/spek.wxs index fa14238..450f339 100644 --- a/win/spek.wxs +++ b/win/spek.wxs @@ -1,7 +1,7 @@ - + - +