debian/0000755000000000000000000000000011756264554007205 5ustar debian/compat0000644000000000000000000000000211756224132010367 0ustar 7 debian/rules0000755000000000000000000000126311756224132010253 0ustar #!/usr/bin/make -f LDFLAGS+=-Wl,--as-needed DESTDIR=$(CURDIR)/debian/paulstretch %: dh $@ override_dh_auto_install: # ./compile_linux_fftw.sh with custom LDFLAGS fluid -c GUI.fl fluid -c FreeEditUI.fl g++ GUI.cxx FreeEditUI.cxx *.cpp Input/*.cpp Output/*.cpp \ -o paulstretch \ $(LDFLAGS) \ `fltk-config --cflags` `fltk-config --ldflags` \ -DHAVE_JACK -DENABLE_RESAMPLING \ `pkg-config --cflags --libs jack samplerate` \ `pkg-config --cflags --libs fftw3f vorbisenc vorbisfile mad mxml audiofile` \ -lportaudio -lpthread -lz mkdir -p $(DESTDIR)/usr/bin/ cp -a paulstretch $(DESTDIR)/usr/bin/ override_dh_installchangelogs: dh_installchangelogs readme.txt debian/control0000644000000000000000000000316711756264514010613 0ustar Source: paulstretch Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Robin Gareus , Jaromír Mikeš Build-Depends: debhelper (>= 7.0.50~), fluid, libaudiofile-dev, libfftw3-dev, libfltk1.1-dev | libfltk1.3-dev | libfltk-dev, libjack-jackd2-dev | libjack-dev, libmad0-dev, libmxml-dev, libsamplerate0-dev, libvorbis-dev, libvorbisidec-dev, libz-dev | zlib1g-dev, portaudio19-dev Homepage: http://hypermammut.sourceforge.net/paulstretch/ Standards-Version: 3.9.3 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/paulstretch.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/paulstretch.git Package: paulstretch Architecture: any Depends: jackd, ${misc:Depends}, ${shlibs:Depends} Description: Extreme sound time-stretch This is a program for stretching the audio. It is suitable only for extreme sound stretching of the audio (like 50x) and for applying special effects by "spectral smoothing" the sounds. It can transform any sound/music to a texture. . It produces high quality extreme sound stretching. While most sound stretching software sounds bad when trying to stretch the sounds a lot, this one is optimized for extreme sound stretching. . The stretch amount is unlimited. You can play the stretched sound in real-time (including the possibility to "freeze" the sound) or you can render the whole sound or a part of it to audio files. . It has many post-processing effects, like: filters, pitch/frequency shifters Support for WAV, OGG VORBIS files and MP3 files. debian/paulstretch.desktop0000644000000000000000000000034411756224132013123 0ustar [Desktop Entry] Version=1.0 Name=paulstretch GenericName=Extreme Sound Time-Stretch Comment=suitable for extreme sound stretching of audio (like 50x) Exec=paulstretch Terminal=false Type=Application Categories=AudioVideo;Audio; debian/changelog0000644000000000000000000000065611756264566011071 0ustar paulstretch (2.2-2-2) unstable; urgency=low * Team upload. * Add dependency on jackd. Thanks to Jérémy Lal for the report. (Closes: #663187) * Set Vcs tags to Debian packaging repository. -- Alessio Treglia Sun, 20 May 2012 23:59:59 +0200 paulstretch (2.2-2-1) unstable; urgency=low * Initial release. (Closes: #594784) -- Robin Gareus Tue, 7 Mar 2012 00:52:30 +0100 debian/paulstretch.10000644000000000000000000000201211756224132011604 0ustar .TH PAULSTRETCH "1" "Jan 2012" .SH NAME paulstretch \- Extreme Sound Time\-Stretch .SH SYNOPSIS .B paulstretch .SH DESCRIPTION This is a program for stretching the audio. It is suitable only for extreme sound stretching of the audio (like 50x) and for applying special effects by "spectral smoothing" the sounds. It can transform any sound/music to a texture. .PP It produces high quality extreme sound stretching. While most sound stretching software sounds bad when trying to stretch the sounds a lot, this one is optimized for extreme sound stretching. .PP The stretch amount is unlimited. You can play the stretched sound in real-time (including the possibility to "freeze" the sound) or you can render the whole sound or a part of it to audio files. .PP .SH "SEE ALSO" A quick guide is available at .SH "AUTHOR" paulstretch was written by Nasca Octavian PAUL .PP This manual page was written by Robin Gareus for the Debian project (but may be used by others). debian/gbp.conf0000644000000000000000000000010311756224132010602 0ustar [DEFAULT] pristine-tar = True sign-tags = True compression = bzip2 debian/paulstretch.manpages0000644000000000000000000000002511756224132013241 0ustar debian/paulstretch.1 debian/copyright0000644000000000000000000000533111756264514011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Paul's Extreme Sound Stretch Upstream-Contact: Nasca Octavian PAUL Source: http://hypermammut.sourceforge.net/paulstretch/ Files: * Copyright: 2008-2011 Nasca Octavian Paul License: GPL-2+ Files: debian/* Copyright: 2012 Robin Gareus License: GPL-2+ Files: contrib/kiss_fftr.c contrib/kiss_fft.c contrib/_kiss_fft_guts.h Copyright: 2003-2004 Mark Borgerding License: BSD-2-clause License: GPL-2+ This package 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 2 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. Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. . You should have received a copy of the GNU General Public License along with this program. If not, see . License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the author nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/paulstretch.install0000644000000000000000000000006311756264514013126 0ustar debian/paulstretch.desktop /usr/share/applications debian/source/0000755000000000000000000000000011756224132010471 5ustar debian/source/format0000644000000000000000000000001411756224132011677 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010411756224132010215 0ustar version=3 http://sf.net/hypermammut/paulstretch-([\d.]+)\.tar\.bz2 debian/menu0000644000000000000000000000020211756224132010052 0ustar ?package(paulstretch):\ needs="X11" \ section="Applications/Sound" \ title="paulstretch" \ command="/usr/bin/paulstretch"