debian: Update to 0.7

This commit is contained in:
Alexander Kojevnikov 2011-04-23 18:48:09 +08:00
parent 9857ccd870
commit 11e3677d37
5 changed files with 13 additions and 70 deletions

View File

@ -1,3 +1,9 @@
spek (0.7-1) unstable; urgency=low
* New upstream release.
-- Alexander Kojevnikov <alexander@kojevnikov.com> Sat, 23 Apr 2011 18:03:37 +0800
spek (0.6-1) unstable; urgency=low spek (0.6-1) unstable; urgency=low
* Initial release (Closes: #584524) * Initial release (Closes: #584524)

4
dist/debian/control vendored
View File

@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 7.0.50~),
libglib2.0-dev, libglib2.0-dev,
libgtk2.0-dev (>= 2.18.0), libgtk2.0-dev (>= 2.18.0),
libpango1.0-dev libpango1.0-dev
Standards-Version: 3.9.1 Standards-Version: 3.9.2
Homepage: http://www.spek-project.org/ Homepage: http://www.spek-project.org/
Vcs-Git: git://gitorious.org/spek/spek.git Vcs-Git: git://gitorious.org/spek/spek.git
Vcs-Browser: http://gitorious.org/spek/spek Vcs-Browser: http://gitorious.org/spek/spek
@ -33,6 +33,6 @@ Description: acoustic spectrum analyser
speed up the analysis speed up the analysis
* High number of frequency bands for the best spectrogram quality * High number of frequency bands for the best spectrogram quality
* Shows the codec name and the audio signal parameters * Shows the codec name and the audio signal parameters
* Allows to save the spectrogram as an image file * Can save the spectrogram as an image file
* Drag-and-drop support; associates with common audio file formats * Drag-and-drop support; associates with common audio file formats
* Auto-fitting time, frequency and spectral density rulers * Auto-fitting time, frequency and spectral density rulers

View File

@ -13,17 +13,17 @@ Upstream Author:
Copyright: Copyright:
For everything not noted below: For everything not noted below:
Copyright (C) 2010 Alexander Kojevnikov Copyright (C) 2010-2011 Alexander Kojevnikov
For src/spek-message-bar.*: For src/spek-message-bar.*:
Copyright (C) 2010 Alexander Kojevnikov Copyright (C) 2010 Alexander Kojevnikov
Copyright (C) 2008 Novell, Inc Copyright (C) 2008 Novell, Inc
For src/spek-pipeline.*: For src/spek-pipeline.*:
Copyright (C) 2010 Alexander Kojevnikov Copyright (C) 2010-2011 Alexander Kojevnikov
Copyright (C) 1999 Erik Walthinsen
Copyright (C) 2006 Stefan Kost
Copyright (C) 2007-2009 Sebastian Dröge Copyright (C) 2007-2009 Sebastian Dröge
Copyright (C) 2006 Stefan Kost
Copyright (C) 1999 Erik Walthinsen
License: License:

63
dist/debian/spek.1 vendored
View File

@ -1,63 +0,0 @@
.\" Copyright (C) 2011 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
.\" the Free Software Foundation, either version 3 of the License, or
.\" (at your option) any later version.
.\"
.\" Spek is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" 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" "" "Spek v0.6"
.SH NAME
Spek \- Acoustic Spectrum Analyser
.SH SYNOPSIS
.B spek
.RI [OPTION...] " " [FILE]
.SH DESCRIPTION
.B Spek
helps to analyse your audio files by showing their spectrogram.
It uses
.B FFmpeg
to decode audio files and as such supports all popular lossy
and lossless file formats.
.SH OPTIONS
.TP
.B \-h, --help
Output a longer help message then quit. (Any discrepancies
between this man page and the output of
.B spek --help
should be reported as a documentation bug.)
.TP
.B \-V, --version
Output version information then quit.
.SH KEYBINDINGS
Global keybindings for
.BR Spek :
.P
Ctrl+O open a new file
.br
Ctrl+S save the spectrogram as an image file
.br
Ctrl+Q quit
.br
F1 show the about dialog
.SH FILES
.I ~/.config/spek/config.ini
.RS
The configuration file for Spek, stored in a simple INI format.
.RE
.SH AUTHOR
Alexander Kojevnikov <alexander@kojevnikov.com>
.SH DISTRIBUTION
The latest version of
.B Spek
may be downloaded from
.UR http://www.spek-project.org/
<http://www.spek\-project.org/>
.UE

View File

@ -1 +1 @@
debian/spek.1 man/spek.1