Prepare for 0.2

This commit is contained in:
Alexander Kojevnikov 2010-05-13 15:48:09 +10:00
parent 88438e4027
commit e023623031
7 changed files with 23 additions and 15 deletions

View File

@ -2,6 +2,7 @@ Maintainer:
Alexander Kojevnikov <alexander@kojevnikov.com>
Contributors:
Fabian Deutsch <fabian.deutsch@gmx.de>
Artist:
Olga Vasylevska

View File

@ -12,6 +12,7 @@ EXTRA_DIST = \
intltool-update.in \
win/LICENSE.rtf \
win/make-win32.sh \
win/spek.ico \
win/spek.wxs
DISTCLEANFILES = \

11
NEWS
View File

@ -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

View File

@ -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])

View File

@ -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

View File

@ -36,11 +36,13 @@
</table>
<h2>Download</h2>
<p>Spek 0.1: <a href="spek-0.1.tar.bz2">tarball</a>, <a href="http://gitorious.org/spek/spek/blobs/0.1/NEWS">NEWS</a></p>
<p>To build and run:</p>
<p><a href="">Spek 0.2 for Windows</a> (x86 MSI installer, 1x.x MiB, MD5:xxxxxxxxxxxxxxx)</p>
<p><a href="spek-0.2.tar.bz2">Spek 0.2 for GNU/Linux</a> (source code tar.bz2, 0.yy MiB, MD5:yyyyyyyyyyyyy)</p>
<p>To install on Windows just download and double-click the MSI installer. After asking a few questions, Spek will install automatically.</p>
<p>To build and run on GNU/Linux:</p>
<!-- HTML generated using hilite.me -->
<div style="background: #ffffff; overflow:auto;width:auto;color:black;background:white;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%"><span style="color: #906030">$ </span>tar -xjvf spek-0.1.tar.bz2
<span style="color: #906030">$ </span>cd spek-0.1
<div style="background: #ffffff; overflow:auto;width:auto;color:black;background:white;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%"><span style="color: #906030">$ </span>tar -xjvf spek-0.2.tar.bz2
<span style="color: #906030">$ </span>cd spek-0.2
<span style="color: #906030">$ </span>./configure
<span style="color: #906030">$ </span>make
<span style="color: #906030">$ </span>src/spek
@ -50,12 +52,15 @@
<p>Requirements: GTK+ &ge; 2.14, GStreamer &ge; 0.10.17 (including gst-plugins-base and gst-plugins-good). For MP3 support you also need gst-plugins-ugly.</p>
<h2>News <a href="http://versia.com/category/spek/feed/atom/"><img src="feed-icon-14x14.png" alt="news feed"/></a></h2>
<p>2010-05-10: <a href="http://versia.com/2010/05/10/introducing-spek/">Introducing Spek</a></p>
<ul>
<li>2010-05-13: Spek 0.2 - Windows installer</li>
<li>2010-05-10: <a href="http://versia.com/2010/05/10/introducing-spek/">Introducing Spek</a></li>
</ul>
<h2>Roadmap</h2>
<p>Features planned for the 1.0 release:</p>
<ul>
<li>Windows port</li>
<li><del>Windows port</del></li>
<li>Time and frequency rulers</li>
<li>Zoom and horizontal scroll</li>
<li>Adjust spectral density range (dB)</li>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<?define ProductName = "Spek" ?>
<?define Manufacturer = "Spek Project" ?>
<?define ProductVersion = "0.1.0" ?>
<?define ProductVersion = "0.2.0" ?>
<?define UpgradeCode = "46D51DDF-5749-45E2-818B-1ACADF21C0D9" ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="A27320AE-35AA-46D0-9CA3-E14EBF42CE66" Name="$(var.ProductName)" Language="0"