Skip to content

Commit 6105e4a

Browse files
committed
Bump version to 0.8.4
1 parent d925e5d commit 6105e4a

9 files changed

+153
-50
lines changed

INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Spek requires OS X 10.5+ and an Intel-based Mac.
3333
To build Spek, download the source code tarball then run these commands from
3434
terminal:
3535

36-
tar -xvf spek-0.8.2.tar.xz
37-
cd spek-0.8.2
36+
tar -xvf spek-0.8.4.tar.xz
37+
cd spek-0.8.4
3838
./configure
3939
make
4040

MANUAL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
% SPEK(1) User's Guide | Version 0.8.2
1+
% SPEK(1) User's Guide | Version 0.8.4
22
%
3-
% 2013-04-18
3+
% 2022-07-10
44

55
# NAME
66

Makefile.am

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,22 @@ EXTRA_DIST = \
2121
lic/zlib \
2222
tests/samples
2323

24-
DISTCLEANFILES =
24+
DISTCLEANFILES = \
25+
tests/samples/perf.wav
2526

2627
.PHONY: man upload
2728

2829
man:
2930
pandoc --standalone --to=man --output=man/spek.1 MANUAL.md
3031
pandoc --standalone --to=html --output=web/man-@[email protected] MANUAL.md
31-
sed -e 's#<I>\(http://[^<]*\)</I>#<I><a href="\1">\1</a></I>#g' -i '' web/man-@[email protected]
32+
sed -e 's#<I>\(http://[^<]*\)</I>#<I><a href="\1">\1</a></I>#g' -i web/man-@[email protected]
3233
sed -e 's#<head>#<head>\
3334
<style type="text/css">\
3435
body {font-size: 11pt;}\
3536
h1, h2, h3 {font-weight: bold;}\
3637
h1 {font-size: 13pt;}\
3738
h2, h3 {font-size: 12pt;}\
38-
</style>#' -i '' web/man-@[email protected]
39+
</style>#' -i web/man-@[email protected]
3940

4041
upload:
4142
rsync -avhz web/nginx.conf server:spek

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([spek],[0.8.2])
1+
AC_INIT([spek],[0.8.4])
22
AC_CONFIG_SRCDIR([src/spek.cc])
33
AC_CONFIG_HEADERS([config.h])
44
AM_INIT_AUTOMAKE([1.11.1 foreign no-dist-gzip dist-xz serial-tests])

dist/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Update web/index.html: bump version numbers, binary sizes and news.
2727
* Write the blog post, link from web/index.html, don't publish yet.
2828
* Upload the tarball + OSX and WIN binaries.
29-
* `git tag -a X.Y.Z`.
29+
* `git tag -a vX.Y.Z`.
3030
* Upload the website using `make upload`.
3131
* Publish the blog post.
3232
* Send an announcement to the LAA list.

man/spek.1

+35-36
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,76 @@
1-
.TH SPEK 1 "2013\-04\-18" "User\[aq]s Guide" "Version 0.8.2"
1+
.\" Automatically generated by Pandoc 2.9.2.1
2+
.\"
3+
.TH "SPEK" "1" "2022-07-10" "User\[cq]s Guide" "Version 0.8.4"
4+
.hy
25
.SH NAME
36
.PP
4-
Spek \- Acoustic Spectrum Analyser
7+
Spek - Acoustic Spectrum Analyser
58
.SH SYNOPSIS
69
.PP
7-
\f[C]spek\f[] [\f[I]OPTION\f[] \f[I]\&...\f[]] [\f[I]FILE\f[]]
10+
\f[C]spek\f[R] [\f[I]OPTION\f[R] \f[I]\&...\f[R]] [\f[I]FILE\f[R]]
811
.SH DESCRIPTION
912
.PP
10-
\f[I]Spek\f[] generates a spectrogram for the input audio file.
13+
\f[I]Spek\f[R] generates a spectrogram for the input audio file.
1114
.SH OPTIONS
1215
.TP
13-
.B \f[C]\-h\f[], \f[C]\-\-help\f[]
16+
\f[B]\f[CB]-h\f[B]\f[R], \f[B]\f[CB]--help\f[B]\f[R]
1417
Output the help message then quit.
15-
.RS
16-
.RE
1718
.TP
18-
.B \f[C]\-V\f[], \f[C]\-\-version\f[]
19+
\f[B]\f[CB]-V\f[B]\f[R], \f[B]\f[CB]--version\f[B]\f[R]
1920
Output version information then quit.
20-
.RS
21-
.RE
2221
.SH KEYBINDINGS
2322
.SS Notes
2423
.PP
2524
On OS X use the Command key instead of Ctrl.
2625
.SS Menu
2726
.TP
28-
.B \f[C]Ctrl\-O\f[]
27+
\f[B]\f[CB]Ctrl-O\f[B]\f[R]
2928
Open a new file.
30-
.RS
31-
.RE
3229
.TP
33-
.B \f[C]Ctrl\-S\f[]
30+
\f[B]\f[CB]Ctrl-S\f[B]\f[R]
3431
Save the spectrogram as an image file.
35-
.RS
36-
.RE
3732
.TP
38-
.B \f[C]Ctrl\-E\f[]
33+
\f[B]\f[CB]Ctrl-E\f[B]\f[R]
3934
Show the preferences dialog.
40-
.RS
41-
.RE
4235
.TP
43-
.B \f[C]F1\f[]
36+
\f[B]\f[CB]F1\f[B]\f[R]
4437
Open online manual in the browser.
45-
.RS
46-
.RE
4738
.TP
48-
.B \f[C]Shift\-F1\f[]
39+
\f[B]\f[CB]Shift-F1\f[B]\f[R]
4940
Show the about dialog.
50-
.RS
51-
.RE
5241
.SS Spectrogram
5342
.TP
54-
.B \f[C]Ctrl\-up\f[], \f[C]Ctrl\-down\f[]
43+
\f[B]\f[CB]c\f[B]\f[R], \f[B]\f[CB]C\f[B]\f[R]
44+
Change the audio channel.
45+
.TP
46+
\f[B]\f[CB]f\f[B]\f[R], \f[B]\f[CB]F\f[B]\f[R]
47+
Change the DFT window function.
48+
.TP
49+
\f[B]\f[CB]l\f[B]\f[R], \f[B]\f[CB]L\f[B]\f[R]
5550
Change the lower limit of the dynamic range in dBFS.
56-
.RS
57-
.RE
5851
.TP
59-
.B \f[C]Ctrl\-Shift\-up\f[], \f[C]Ctrl\-Shift\-down\f[]
52+
\f[B]\f[CB]p\f[B]\f[R], \f[B]\f[CB]P\f[B]\f[R]
53+
Change the palette.
54+
.TP
55+
\f[B]\f[CB]s\f[B]\f[R], \f[B]\f[CB]S\f[B]\f[R]
56+
Change the audio stream.
57+
.TP
58+
\f[B]\f[CB]u\f[B]\f[R], \f[B]\f[CB]U\f[B]\f[R]
6059
Change the upper limit of the dynamic range in dBFS.
61-
.RS
62-
.RE
60+
.TP
61+
\f[B]\f[CB]w\f[B]\f[R], \f[B]\f[CB]W\f[B]\f[R]
62+
Change the DFT window size.
6363
.SH FILES
6464
.TP
65-
.B \f[I]~/.config/spek/preferences\f[]
66-
The configuration file for \f[I]Spek\f[], stored in a simple INI format.
67-
.RS
68-
.RE
65+
\f[I]\[ti]/.config/spek/preferences\f[R]
66+
The configuration file for \f[I]Spek\f[R], stored in a simple INI
67+
format.
6968
.SH AUTHORS
7069
.PP
7170
Alexander Kojevnikov <[email protected]>.
7271
Other contributors are listed in the LICENCE.md file distributed with
7372
the source code.
7473
.SH DISTRIBUTION
7574
.PP
76-
The latest version of \f[I]Spek\f[] may be downloaded from
75+
The latest version of \f[I]Spek\f[R] may be downloaded from
7776
<http://spek.cc>.

po/spek.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: spek 0.8.2\n"
9+
"Project-Id-Version: spek 0.8.4\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-07-10 15:29-0700\n"
11+
"POT-Creation-Date: 2022-07-10 16:20-0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

web/index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ <h2>Download</h2>
8989
<tr>
9090
<td><img src="logo-unix.png" width="69" height="48" alt="Unix"/></td>
9191
<td class="dld_link">
92-
<a href="https://github.com/alexkay/spek/releases/download/v0.8.2/spek-0.8.2.tar.xz">spek-0.8.2.tar.xz</a> (168 KiB)
92+
<a href="https://github.com/alexkay/spek/releases/download/v0.8.4/spek-0.8.4.tar.xz">spek-0.8.4.tar.xz</a> (421 KiB)
9393
<br/>
94-
<a href="https://github.com/alexkay/spek/blob/v0.8.2/INSTALL.md#bsd-and-gnulinux">instructions</a>
94+
<a href="https://github.com/alexkay/spek/blob/v0.8.4/INSTALL.md#bsd-and-gnulinux">instructions</a>
9595
<br/>
96-
<a href="man-0.8.2.html">manual</a>
96+
<a href="man-0.8.4.html">manual</a>
9797
</td>
9898
</tr>
9999
</table>
@@ -129,6 +129,7 @@ <h2>Download</h2>
129129

130130
<h2>News <a href="http://kojevnikov.com/spek.xml"><img src="feed-icon-14x14.png" alt="news feed"/></a></h2>
131131
<ul>
132+
<li>2022-07-10: Spek 0.8.4 Released</li>
132133
<li>2014-08-31: <a href="http://kojevnikov.com/faster-fast-fourier-transform.html">Faster Fast Fourier Transform</a></li>
133134
<li>2012-09-23: <a href="http://kojevnikov.com/spek-0-8-0-released.html">Spek 0.8.0 Released</a></li>
134135
<li>2011-08-17: <a href="http://kojevnikov.com/spek-and-lion.html">Spek and Lion</a></li>

web/man-0.8.4.html

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
3+
<head>
4+
<style type="text/css">
5+
body {font-size: 11pt;}
6+
h1, h2, h3 {font-weight: bold;}
7+
h1 {font-size: 13pt;}
8+
h2, h3 {font-size: 12pt;}
9+
</style>
10+
<meta charset="utf-8" />
11+
<meta name="generator" content="pandoc" />
12+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
13+
<meta name="author" content="" />
14+
<meta name="dcterms.date" content="2022-07-10" />
15+
<title>SPEK(1) User’s Guide | Version 0.8.4</title>
16+
<style>
17+
code{white-space: pre-wrap;}
18+
span.smallcaps{font-variant: small-caps;}
19+
span.underline{text-decoration: underline;}
20+
div.column{display: inline-block; vertical-align: top; width: 50%;}
21+
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
22+
ul.task-list{list-style: none;}
23+
</style>
24+
</head>
25+
<body>
26+
<header id="title-block-header">
27+
<h1 class="title">SPEK(1) User’s Guide | Version 0.8.4</h1>
28+
<p class="author"></p>
29+
<p class="date">2022-07-10</p>
30+
</header>
31+
<h1 id="name">NAME</h1>
32+
<p>Spek - Acoustic Spectrum Analyser</p>
33+
<h1 id="synopsis">SYNOPSIS</h1>
34+
<p><code>spek</code> [<em>OPTION</em> <em></em>] [<em>FILE</em>]</p>
35+
<h1 id="description">DESCRIPTION</h1>
36+
<p><em>Spek</em> generates a spectrogram for the input audio file.</p>
37+
<h1 id="options">OPTIONS</h1>
38+
<dl>
39+
<dt><code>-h</code>, <code>--help</code></dt>
40+
<dd>Output the help message then quit.
41+
</dd>
42+
<dt><code>-V</code>, <code>--version</code></dt>
43+
<dd>Output version information then quit.
44+
</dd>
45+
</dl>
46+
<h1 id="keybindings">KEYBINDINGS</h1>
47+
<h2 id="notes">Notes</h2>
48+
<p>On OS X use the Command key instead of Ctrl.</p>
49+
<h2 id="menu">Menu</h2>
50+
<dl>
51+
<dt><code>Ctrl-O</code></dt>
52+
<dd>Open a new file.
53+
</dd>
54+
<dt><code>Ctrl-S</code></dt>
55+
<dd>Save the spectrogram as an image file.
56+
</dd>
57+
<dt><code>Ctrl-E</code></dt>
58+
<dd>Show the preferences dialog.
59+
</dd>
60+
<dt><code>F1</code></dt>
61+
<dd>Open online manual in the browser.
62+
</dd>
63+
<dt><code>Shift-F1</code></dt>
64+
<dd>Show the about dialog.
65+
</dd>
66+
</dl>
67+
<h2 id="spectrogram">Spectrogram</h2>
68+
<dl>
69+
<dt><code>c</code>, <code>C</code></dt>
70+
<dd>Change the audio channel.
71+
</dd>
72+
<dt><code>f</code>, <code>F</code></dt>
73+
<dd>Change the DFT window function.
74+
</dd>
75+
<dt><code>l</code>, <code>L</code></dt>
76+
<dd>Change the lower limit of the dynamic range in dBFS.
77+
</dd>
78+
<dt><code>p</code>, <code>P</code></dt>
79+
<dd>Change the palette.
80+
</dd>
81+
<dt><code>s</code>, <code>S</code></dt>
82+
<dd>Change the audio stream.
83+
</dd>
84+
<dt><code>u</code>, <code>U</code></dt>
85+
<dd>Change the upper limit of the dynamic range in dBFS.
86+
</dd>
87+
<dt><code>w</code>, <code>W</code></dt>
88+
<dd>Change the DFT window size.
89+
</dd>
90+
</dl>
91+
<h1 id="files">FILES</h1>
92+
<dl>
93+
<dt><em>~/.config/spek/preferences</em></dt>
94+
<dd>The configuration file for <em>Spek</em>, stored in a simple INI format.
95+
</dd>
96+
</dl>
97+
<h1 id="authors">AUTHORS</h1>
98+
<p>Alexander Kojevnikov <a href="mailto:[email protected]" class="email">[email protected]</a>. Other contributors are listed in the LICENCE.md file distributed with the source code.</p>
99+
<h1 id="distribution">DISTRIBUTION</h1>
100+
<p>The latest version of <em>Spek</em> may be downloaded from <a href="http://spek.cc" class="uri">http://spek.cc</a>.</p>
101+
</body>
102+
</html>

0 commit comments

Comments
 (0)