spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 87efe1836ce67658560d529abee4df8100764a71
parent 08ea4ebf1b3c8b7091680af7fec732ac29f5c4fc
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Mon, 14 Mar 2011 22:17:01 +0800

ubuntu: First take at the PPA

Diffstat:
Adist/ubuntu/changelog | 5+++++
Adist/ubuntu/compat | 1+
Adist/ubuntu/control | 25+++++++++++++++++++++++++
Adist/ubuntu/copyright | 40++++++++++++++++++++++++++++++++++++++++
Adist/ubuntu/rules | 13+++++++++++++
Adist/ubuntu/source/format | 1+
6 files changed, 85 insertions(+), 0 deletions(-)

diff --git a/dist/ubuntu/changelog b/dist/ubuntu/changelog @@ -0,0 +1,5 @@ +spek (0.6-0ubuntu1) maverick; urgency=low + + * New upstream release with lots of bug fixes and feature improvements. + + -- Alexander Kojevnikov <alexander@kojevnikov.com> Sun, 13 Mar 2011 19:38:31 +0800 diff --git a/dist/ubuntu/compat b/dist/ubuntu/compat @@ -0,0 +1 @@ +7 diff --git a/dist/ubuntu/control b/dist/ubuntu/control @@ -0,0 +1,25 @@ +Source: spek +Section: sound +Priority: optional +Maintainer: Alexander Kojevnikov <alexander@kojevnikov.com> +Build-Depends: debhelper (>= 7.0.50~), + autotools-dev, + intltool (>= 0.35), + libavcodec-dev (>= 4:0.6), + 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 +Standards-Version: 3.9.1 +Homepage: http://www.spek-project.org/ +Vcs-Git: git://gitorious.org/spek/spek.git +Vcs-Browser: http://gitorious.org/spek/spek + +Package: spek +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: acoustic spectrum analyser + Spek helps to analyse your audio files by showing their spectrogram. diff --git a/dist/ubuntu/copyright b/dist/ubuntu/copyright @@ -0,0 +1,40 @@ +This work was packaged for Debian by: + + Alexander Kojevnikov <alexander@kojevnikov.com> on Mon, 14 Mar 2011 21:05:52 +0800 + +It was downloaded from: + + http://www.spek-project.org/ + +Upstream Author(s): + + Alexander Kojevnikov <alexander@kojevnikov.com> + +Copyright: + + Copyright (C) 2010 Alexander Kojevnikov + +License: + + This program 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. + + This package 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 this program. If not, see <http://www.gnu.org/licenses/>. + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +The Debian packaging is: + + Copyright (C) 2011 Alexander Kojevnikov <alexander@kojevnikov.com> + +and is licensed under the GPL version 3, see above. + diff --git a/dist/ubuntu/rules b/dist/ubuntu/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ diff --git a/dist/ubuntu/source/format b/dist/ubuntu/source/format @@ -0,0 +1 @@ +3.0 (quilt)