debian: Update the package for debian

This commit is contained in:
Alexander Kojevnikov 2011-03-15 22:02:56 +08:00
parent 2c3935851e
commit d9a035bb86
9 changed files with 313 additions and 2 deletions

5
dist/debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
spek (0.6-1) unstable; urgency=low
* Initial release (Closes: #584524)
-- Alexander Kojevnikov <alexander@kojevnikov.com> Tue, 15 Mar 2011 20:15:37 +0800

1
dist/debian/control vendored
View File

@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 7.0.50~),
libavformat-dev (>= 4:0.6),
libavutil-dev (>= 4:0.6),
libcairo2-dev,
libgdk-pixbuf2.0-dev,
libglib2.0-dev,
libgtk2.0-dev (>= 2.18.0),
libpango1.0-dev

2
dist/debian/rules vendored
View File

@ -10,4 +10,4 @@
#export DH_VERBOSE=1
%:
dh $@
dh $@

63
dist/debian/spek.1 vendored Normal file
View File

@ -0,0 +1,63 @@
.\" 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

1
dist/debian/spek.install vendored Normal file
View File

@ -0,0 +1 @@
debian/spek.xpm usr/share/pixmaps

1
dist/debian/spek.manpages vendored Normal file
View File

@ -0,0 +1 @@
debian/spek.1

6
dist/debian/spek.menu vendored Normal file
View File

@ -0,0 +1,6 @@
?package(spek):\
needs="X11"\
section="Applications/Sound"\
title="Spek"\
icon="/usr/share/pixmaps/spek.xpm"\
command="/usr/bin/spek"

233
dist/debian/spek.xpm vendored Normal file
View File

@ -0,0 +1,233 @@
/* XPM */
static char * spek_xpm[] = {
"32 32 198 2",
" c None",
". c #000000",
"+ c #D4887B",
"@ c #D4877A",
"# c #C56A61",
"$ c #EAB4A1",
"% c #F1C2AD",
"& c #FEDEC5",
"* c #FFE1C8",
"= c #FDDCC4",
"- c #F0C1AC",
"; c #E9B29F",
"> c #EDBBA7",
", c #FFE2C9",
"' c #FFDFC6",
") c #FFE0C7",
"! c #EBB8A4",
"~ c #DC9888",
"{ c #FDDBC2",
"] c #FBD7BF",
"^ c #D78F81",
"/ c #85695E",
"( c #FFE3C9",
"_ c #70574E",
": c #191513",
"< c #FFE5CB",
"[ c #FFE1C7",
"} c #0E0D0B",
"| c #D2B7A3",
"1 c #FCDCC3",
"2 c #F8D9C1",
"3 c #C1A895",
"4 c #483F38",
"5 c #FFDEC5",
"6 c #FFDDC4",
"7 c #DDC0AB",
"8 c #D6BBA6",
"9 c #FFE2C8",
"0 c #C8B09C",
"a c #E9CBB4",
"b c #FFE8CE",
"c c #362F2A",
"d c #A69181",
"e c #FEDDC4",
"f c #FFDCC3",
"g c #FFDAC3",
"h c #FFDBC3",
"i c #FEDCC4",
"j c #EDCEB7",
"k c #FFDAC2",
"l c #FFDEC4",
"m c #958273",
"n c #D1B6A2",
"o c #FFD6BF",
"p c #FFD2BC",
"q c #FFD2BB",
"r c #FFD4BD",
"s c #5D4E45",
"t c #EBCDB6",
"u c #D6BAA5",
"v c #766459",
"w c #FFD9C1",
"x c #FFD3BD",
"y c #FFD3BC",
"z c #C0A794",
"A c #FFCCB7",
"B c #FFC6B3",
"C c #FFC5B2",
"D c #FFC8B4",
"E c #897064",
"F c #0E0908",
"G c #F9DCC3",
"H c #FEE0C7",
"I c #FEDFC6",
"J c #EACFB7",
"K c #070303",
"L c #A08476",
"M c #FFD0BA",
"N c #FFCCB8",
"O c #C5AB98",
"P c #B9A08E",
"Q c #FFD7C0",
"R c #FFCEB8",
"S c #FFC1AF",
"T c #FFB9A9",
"U c #FFB7A8",
"V c #FFBDAC",
"W c #FEC7B3",
"X c #FFD9C2",
"Y c #FEC5B1",
"Z c #F0A094",
"` c #F39A90",
" . c #F49A91",
".. c #F19F94",
"+. c #FEC0AD",
"@. c #FFC7B3",
"#. c #FFBBAB",
"$. c #FFC2B0",
"%. c #FFCEB9",
"&. c #FED8C1",
"*. c #A89182",
"=. c #7A695D",
"-. c #FFC9B5",
";. c #FFB0A4",
">. c #FFAFA2",
",. c #FFB5A6",
"'. c #F2AA9B",
"). c #FEA89D",
"!. c #FEADA1",
"~. c #FFAEA2",
"{. c #FFABA0",
"]. c #F0A395",
"^. c #FFB4A5",
"/. c #FFBBAA",
"(. c #FFD8C1",
"_. c #6A5A51",
":. c #010000",
"<. c #AF665D",
"[. c #FFBAAB",
"}. c #FFB1A3",
"|. c #FFB4A6",
"1. c #FDC0AE",
"2. c #F6978F",
"3. c #FEAA9F",
"4. c #FDAB9F",
"5. c #FFB0A3",
"6. c #FEACA0",
"7. c #FA9C93",
"8. c #F9B7A6",
"9. c #FFAEA1",
"0. c #FFBAAA",
"a. c #FFCAB6",
"b. c #9B4B45",
"c. c #EEB3A0",
"d. c #FFCDB9",
"e. c #FFC0AF",
"f. c #FFB8A8",
"g. c #FFB6A7",
"h. c #F3B0A0",
"i. c #FFA89D",
"j. c #FFB2A6",
"k. c #9F1C1D",
"l. c #D8746D",
"m. c #CC605B",
"n. c #AB2F2E",
"o. c #FFB1A5",
"p. c #FFA79C",
"q. c #F4AC9D",
"r. c #FFB5A7",
"s. c #EBAC9A",
"t. c #F8C6B1",
"u. c #FECBB6",
"v. c #FFC4B2",
"w. c #FFC3B1",
"x. c #FFC7B4",
"y. c #FDCDB8",
"z. c #F59A90",
"A. c #FFACA1",
"B. c #F29A90",
"C. c #FCA99E",
"D. c #F49E93",
"E. c #FFACA0",
"F. c #FA9F95",
"G. c #F8C3AF",
"H. c #F6C1AD",
"I. c #F8C7B2",
"J. c #FFD1BB",
"K. c #FFD8C0",
"L. c #F0B1A0",
"M. c #FEAB9F",
"N. c #EEA89A",
"O. c #FFD1BA",
"P. c #F6C2AF",
"Q. c #EDB6A3",
"R. c #FFDEC6",
"S. c #FEDAC2",
"T. c #FFDCC4",
"U. c #F1BBA7",
"V. c #F1A095",
"W. c #F49C91",
"X. c #F59C93",
"Y. c #F19F93",
"Z. c #F0B5A3",
"`. c #FFDDC5",
" + c #EBB09E",
".+ c #D7887B",
"++ c #EEBCA8",
"@+ c #FFE0C6",
"#+ c #FDDEC5",
"$+ c #FCDDC3",
"%+ c #EDBAA6",
"&+ c #D17D71",
"*+ c #E3A796",
"=+ c #ECB9A5",
"-+ c #EFC0AB",
";+ c #EFBFAA",
">+ c #ECB8A4",
",+ c #E3A493",
" ",
" ",
" ",
" ",
" . . . . . . ",
" . . . . . . . . . ",
" . . . . . . ",
" . . . . ",
" . + @ . ",
" . # $ % & * * * * = - ; . ",
" . > , ' ' ' ' ' ' ' ' ' ' ) ! . ",
" . . ~ { & ' ' ' ' ' ' ' ' ' ' ' ' ' ] ^ . . ",
" . . . . . / ( & ' ' ' ' ' ' ' ' ' ' ' ' ' ' & * _ . . . . ",
" . . . . : < & ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' & [ } . . . . ",
". . . . . | & ' ' ' ' & & 1 & ' ' & 2 * ' ' ' ' ' & 3 . . . . . ",
". . . . 4 < 5 6 5 5 5 5 7 8 ) ' ' 9 0 a 5 5 5 5 6 5 b c . . . . ",
". . . . d e 6 f g g h i ) j ' ' ' ) a , i h k g f l e m . . . . ",
". . . . n 6 k o p q r h s . t ' ' u . v w x p y o k 6 z . . . . ",
". . . . u k r A B C D q E F G H I J K L M D C B N r h O . . . . ",
" . . . P Q R S T U V W X Y Z ` ...+.X @.#.U T $.%.&.*.. . . ",
" . . =.o -.#.;.>.,.$.'.).!.~.~.!.{.].$.^.~.;./.-.(._.:.. ",
" <.g -.[.}.~.|.1.2.3.4.;.5.6.3.7.8.^.9.5.0.a.Q b. ",
" c.d.e.f.g.#.h.i.j.k.l.m.n.o.p.q.[.r.f.S %.s. ",
" t.u.v.w.x.y.z.A.B.!.C.D.E.F.G.@.w.v.u.H. ",
" I.q J.p K.L.M.!.~.~.!.~.N.w p O.p P. ",
" Q.R.S.T.[ U.V.W.X.Y.Z.9 T.S.`. + ",
" .+++@+[ I ( #+$+( ' [ `.%+&+ ",
" *+=+-+% % ;+>+,+ ",
" ",
" ",
" ",
" "};

3
dist/debian/watch vendored Normal file
View File

@ -0,0 +1,3 @@
version=3
http://code.google.com/p/spek/downloads/list \
http://spek\.googlecode\.com/files/spek-([0-9.]+)\.tar\.bz2