Skip to content

Commit

Permalink
Prepare for 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkay committed Feb 24, 2013
1 parent b67bc08 commit fd520b5
Show file tree
Hide file tree
Showing 28 changed files with 689 additions and 691 deletions.
10 changes: 5 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Spek requires OS X 10.5+ and an Intel-based Mac.
### Building from the tarball

To build Spek, download the source code tarball then run these commands from
terminal, adjusting the path to wx-config as necessary:
terminal:

tar -xJvf spek-0.8.1.tar.xz
cd spek-0.8.1
./configure --with-wx-config=/path/to/wx-config
tar -xvf spek-0.8.2.tar.xz
cd spek-0.8.2
./configure
make

To build you will need wxWidgets and FFmpeg packages. On Debian/Ubuntu you also
Expand All @@ -54,5 +54,5 @@ Or install it with:

git clone git://github.com/alexkay/spek.git
cd spek
/autogen.sh --with-wx-config=/path/to/wx-config
/autogen.sh
make
3 changes: 3 additions & 0 deletions LICENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Contributors:
* Daniel Hams
* Fabian Deutsch
* Jonathan Gonzalez V
* Simon Ruderich
* Stefan Kost
* Thibault North

Expand All @@ -31,6 +32,8 @@ Translators:
* Ryan Smith
* Tiago Rinaldi
* Wouter Bolsterlee
* Many more (let me know if you translated Spek and want your full name
listed here)

Artist:

Expand Down
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Spek is available on *BSD, GNU/Linux, Windows and Mac OS X.

Find out more about Spek on its website: <http://spek-project.org/>

## Spek 0.8.1 - Released 2012-09-27
## Spek 0.8.2 - Released 2013-02-24

### New Features And Enhancements

Spek 0.8.1 is part of beta 0.x releases, leading up to a stable 1.0 release
Spek 0.8.2 is part of beta 0.x releases, leading up to a stable 1.0 release
(hopefully) later this year. The roadmap is available on
[GitHub](https://github.com/alexkay/spek/issues/milestones).

Expand All @@ -20,7 +20,8 @@ New features since 0.7:
* Adjustable spectral density range (#4).
* Switched from GTK+ to wxWidgets for better Windows and OS X integration.
* Single .exe version for Windows.
* Added translations in 8 more languages (totalling 16).
* Added translations in 11 more languages (totalling 19).
* Open .opus audio files (#39).

Enhancements:

Expand All @@ -31,6 +32,9 @@ Enhancements:
* Installer options for app shortcuts on Windows (#1).
* Associate with audio/video files on OS X (#2).
* Online manual (#24).
* Use non-deprecated FFmpeg decoding API.
* Moved downloads to Google Code since GitHub no longer offers downloads (#38).
* Compatibility with retina-based Macs (#32).

Bugfixes:

Expand All @@ -41,18 +45,20 @@ Bugfixes:
* Proper handling of Unicode file names under Windows (upstream fix).
* Don't lock the input file on Windows (#26).
* Fixed mapping of the spectral density into the palette.
* Fix magnitude calculation for the first and the last frequency band.
* Support planar sample formats (#44).

### Sources / Packages

Spek 0.8.1 tarball:
Spek 0.8.2 tarball:

* <https://spek.googlecode.com/files/spek-0.8.1.tar.xz>
* <https://spek.googlecode.com/files/spek-0.8.2.tar.xz>

Windows and Mac OS X binaries:

* <https://spek.googlecode.com/files/spek-0.8.1.msi>
* <https://spek.googlecode.com/files/spek-0.8.1.zip>
* <https://spek.googlecode.com/files/spek-0.8.1.dmg>
* <https://spek.googlecode.com/files/spek-0.8.2.msi>
* <https://spek.googlecode.com/files/spek-0.8.2.zip>
* <https://spek.googlecode.com/files/spek-0.8.2.dmg>

Unix packages:

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([spek],[0.8.1])
AC_INIT([spek],[0.8.2])
AC_CONFIG_SRCDIR([src/spek.cc])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11.1 foreign no-dist-gzip dist-xz])
Expand Down
11 changes: 6 additions & 5 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
* src/spek-preferences-dialog.cc
* dist/win/bundle.sh
* dist/osx/bundle.sh
* Update AUTHORS using `git log X.Y.Z. --pretty=format:"%an <%ae>" | sort -u`.
* Sync AUTHORS with the About dialogue.
* Update authors using `git log X.Y.Z.. --pretty=format:"%an <%ae>" | sort -u`.
* Sync the list of authors with the About dialogue.
* Update the copyright year in the About dialogue along with all the .po files.
* Update news in README.md.
* Update the website and debian/control's description with the new features.
* Update the manpage if necessary.
* Update the manpage, don't forget the release date.
* Update sshots if there are user-visible changes.
* Update INSTALL.md with the new version number and instructions.
* Update copyright year of touched code.
Expand All @@ -26,8 +27,8 @@
* Write the blog post, link from web/index.html, don't publish yet.
* Upload the tarball + OSX and WIN binaries.
* `git tag -a X.Y.Z`.
* Upload the website using `gmake upload`.
* Upload the website using `make upload`.
* Publish the blog post.
* Send an announcement to the LAA list.
* Update the forum thread on what.
* Update FreeBSD and Debian ports, see README files in dist/*.
* Update FreeBSD and Debian ports.
4 changes: 2 additions & 2 deletions man/spek.1.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Copyright (C) 2011-2012 Alexander Kojevnikov <alexander@kojevnikov.com>
.\" Copyright (C) 2011-2013 Alexander Kojevnikov <alexander@kojevnikov.com>
.\"
.\" Spek is free software: you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
Expand All @@ -13,7 +13,7 @@
.\" You should have received a copy of the GNU General Public License
.\" along with Spek. If not, see <http://www.gnu.org/licenses/>.
.\"
.TH SPEK "1" "2012-09-19" "Spek @VERSION@" ""
.TH SPEK "1" "2013-02-24" "Spek @VERSION@" ""
.SH NAME
Spek \- Acoustic Spectrum Analyser
.SH SYNOPSIS
Expand Down
64 changes: 32 additions & 32 deletions po/cs.po
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Alexander Kojevnikov <alexander@kojevnikov.com>, 2012.
# fri <pavelfric@seznam.cz>, 2011.
# <pavelfric@seznam.cz>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Spek\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-19 20:05-0800\n"
"PO-Revision-Date: 2012-09-22 02:56+0000\n"
"Report-Msgid-Bugs-To: http://code.google.com/p/spek/issues/list\n"
"POT-Creation-Date: 2013-02-23 20:00-0800\n"
"PO-Revision-Date: 2013-02-24 04:15+0000\n"
"Last-Translator: Alexander Kojevnikov <alexander@kojevnikov.com>\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/spek/language/"
"cs/)\n"
"Language: cs\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/spek/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"

#: ../data/spek.desktop.in.in.h:1
Expand All @@ -37,66 +36,67 @@ msgstr "Spektrální analyzátor Spek"
msgid "View spectrograms of your audio files"
msgstr "Ukázat spektrogramy zvukových souborů"

#: ../src/spek-pipeline.cc:202
#: ../src/spek-pipeline.cc:201
#, c-format
msgid "%d kbps"
msgstr "%d kbps"

#: ../src/spek-pipeline.cc:207
#: ../src/spek-pipeline.cc:206
#, c-format
msgid "%d Hz"
msgstr "%d Hz"

#: ../src/spek-pipeline.cc:214
#: ../src/spek-pipeline.cc:213
#, c-format
msgid "%d bit"
msgid_plural "%d bits"
msgstr[0] "%d bit"
msgstr[1] "%d bity"
msgstr[2] "%d bitů"

#: ../src/spek-pipeline.cc:222
#: ../src/spek-pipeline.cc:221
#, c-format
msgid "%d channel"
msgid_plural "%d channels"
msgstr[0] "%d kanál"
msgstr[1] "%d kanály"
msgstr[2] "%d kanálů"

#: ../src/spek-pipeline.cc:239
#: ../src/spek-pipeline.cc:238
msgid "Cannot open input file"
msgstr "Soubor nelze otevřít"

#: ../src/spek-pipeline.cc:242
#: ../src/spek-pipeline.cc:241
msgid "Cannot find stream info"
msgstr "Nelze najít informace o stopě"

#: ../src/spek-pipeline.cc:245
#: ../src/spek-pipeline.cc:244
msgid "The file contains no audio streams"
msgstr "Soubor neobsahuje žádné zvukové stopy"

#: ../src/spek-pipeline.cc:248
#: ../src/spek-pipeline.cc:247
msgid "Cannot find decoder"
msgstr "Nelze najít dekodér"

#: ../src/spek-pipeline.cc:251
#: ../src/spek-pipeline.cc:250
msgid "Unknown duration"
msgstr "Neznámá doba trvání"

#: ../src/spek-pipeline.cc:254
#: ../src/spek-pipeline.cc:253
msgid "No audio channels"
msgstr "Žádné zvukové kanály"

#: ../src/spek-pipeline.cc:257
#: ../src/spek-pipeline.cc:256
msgid "Cannot open decoder"
msgstr "Dekodér nelze otevřít"

#: ../src/spek-pipeline.cc:260
#: ../src/spek-pipeline.cc:259
msgid "Unsupported sample format"
msgstr "Vzorkovací formát není podporován"

#. TRANSLATORS: first %s is the error message, second %s is stream description.
#: ../src/spek-pipeline.cc:272
#. TRANSLATORS: first %s is the error message, second %s is stream
#. description.
#: ../src/spek-pipeline.cc:271
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
Expand Down Expand Up @@ -172,41 +172,41 @@ msgstr "Je dostupná nová verze Speku. Klepněte pro stažení."
msgid "Spek - %s"
msgstr "Spek - %s"

#: ../src/spek-window.cc:231
#: ../src/spek-window.cc:232
msgid "All files"
msgstr "Všechny soubory"

#: ../src/spek-window.cc:233
#: ../src/spek-window.cc:234
msgid "Audio files"
msgstr "Zvukové soubory"

#: ../src/spek-window.cc:247
#: ../src/spek-window.cc:248
msgid "Open File"
msgstr "Otevřít soubor"

#: ../src/spek-window.cc:269
#: ../src/spek-window.cc:270
msgid "PNG images"
msgstr "Obrázky PNG"

#: ../src/spek-window.cc:275
#: ../src/spek-window.cc:276
msgid "Save Spectrogram"
msgstr "Uložit spektrogram"

#. Suggested name is <file_name>.png
#: ../src/spek-window.cc:283
#: ../src/spek-window.cc:284
msgid "Untitled"
msgstr "Bez názvu"

#. TRANSLATORS: Add your name here
#: ../src/spek-window.cc:329
#: ../src/spek-window.cc:331
msgid "translator-credits"
msgstr "Pavel Fric"

#: ../src/spek-window.cc:335
msgid "Copyright (c) 2010-2012 Alexander Kojevnikov and contributors"
msgstr "Autorské právo (c) 2010-2012 Alexander Kojevnikov a přispěvatelé"
#: ../src/spek-window.cc:337
msgid "Copyright (c) 2010-2013 Alexander Kojevnikov and contributors"
msgstr "Autorské právo (c) 2010-2013 Alexander Kojevnikov a přispěvatelé"

#: ../src/spek-window.cc:338
#: ../src/spek-window.cc:340
msgid "Spek Website"
msgstr "Stránky programu Spek"

Expand Down
Loading

0 comments on commit fd520b5

Please sign in to comment.