debian/0000755000000000000000000000000011754250311007165 5ustar debian/compat0000644000000000000000000000000211754250014010363 0ustar 7 debian/patches/0000755000000000000000000000000011754250014010614 5ustar debian/patches/series0000644000000000000000000000002211754250014012023 0ustar 01-makefile.patch debian/patches/01-makefile.patch0000644000000000000000000000303111754250014013625 0ustar Description: Several changes to make it builds fine. Add DESTDIR as prefix to installation target directory. Due to a bug of lv2-c++-tools package currently in testing, we need to rely on gtkmm-2.4 pkg-config .pc file explicitely. Accepts and set LDFLAGS. . We may drop some of the following patches after new lv2-c++-tools migrates to testing. From: Alessio Treglia , Jaromír Mikeš Forwarded: no --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- vocproc.orig/Makefile +++ vocproc/Makefile @@ -2,7 +2,8 @@ # By default plugin will be installed in /usr/local/lib/lv2. # You can change that by changing value of INSTALL_DIR -INSTALL_DIR = /usr/local/lib/lv2 +DESTDIR= +INSTALL_DIR = $(DESTDIR)/usr/lib/lv2 # By default (because of the built in vocoder functionality) VocProc has two inputs and @@ -30,10 +31,10 @@ $(BUNDLE): manifest.ttl vocproc.ttl vocp cp $^ $(BUNDLE) vocproc.so: vocproc.cpp vocproc.peg - g++ -shared -fPIC -DPIC $(DEFINES) vocproc.cpp `pkg-config --cflags --libs lv2-plugin fftw3` -lm -o vocproc.so + g++ $(LDFLAGS) -shared -fPIC -DPIC $(DEFINES) vocproc.cpp `pkg-config --cflags --libs lv2-plugin fftw3` -lm -o vocproc.so vocproc_gui.so: vocproc_gui.cpp vocproc.peg - g++ -shared -fPIC -DPIC $(DEFINES) vocproc_gui.cpp `pkg-config --cflags --libs lv2-gui` -o vocproc_gui.so + g++ $(LDFLAGS) -shared -fPIC -DPIC $(DEFINES) vocproc_gui.cpp `pkg-config --cflags --libs lv2-gui` -o vocproc_gui.so prepare: ifeq ($(DEFINES), -DNO_VOCODER) debian/rules0000755000000000000000000000011311754250014010240 0ustar #!/usr/bin/make -f # -*- makefile -*- LDFLAGS+=-Wl,--as-needed %: dh $@ debian/control0000644000000000000000000000164311754250222010575 0ustar Source: vocproc Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Jaromír Mikeš , Alessio Treglia Build-Depends: debhelper (>= 7), libboost-dev, libfftw3-dev, libgtkmm-2.4-dev, lv2-c++-tools (>= 1.0.4-3~), lv2-dev, pkg-config Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-multimedia/vocproc.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/vocproc.git Homepage: http://hyperglitch.com/dev/VocProc Package: vocproc Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Provides: lv2-plugin Description: LV2 plugin for pitch shifting and vocoding VocProc is a LV2 plugin for pitch shifting (with or without formant correction), vocoding, automatic pitch correction and harmonizing of singing voice. . This package contains the vocproc LV2 plugin. debian/changelog0000644000000000000000000000147111754250311011042 0ustar vocproc (0.2-3) unstable; urgency=low * Replace lv2core with lv2-dev in Build-Depends. -- Alessio Treglia Mon, 14 May 2012 20:36:51 +0200 vocproc (0.2-2) unstable; urgency=low * debian/patches/01-makefile.patch: - Revert a portion of the patch, now could link against static libraries provided by lv2-c++-tools. - Set LDFLAGS properly. * debian/control: - Needs lv2-c++-tools (>= 1.0.4-3~). - Remove libpaq-dev from Build-Depends field. - Improve the description. - Bump Standards. * debian/rules: Set LDFLAGS+=-Wl,--as-needed. -- Alessio Treglia Sat, 26 Mar 2011 10:32:39 +0100 vocproc (0.2-1) unstable; urgency=low * Initial release (Closes: #584620) -- Jaromír Mikeš Sat, 05 Jun 2010 15:34:05 +0200 debian/gbp.conf0000644000000000000000000000003611754250075010612 0ustar [DEFAULT] pristine-tar = True debian/copyright0000644000000000000000000000252611754250166011135 0ustar This package was debianized by Debian Multimedia Maintainers on Sat, 05 Jun 2010 15:34:05 +0200. It was downloaded from http://hyperglitch.com/dev/VocProc Upstream Authors: Igor Brkic Copyright: Copyright (C) 2010 Igor Brkic License: 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. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is: Copyright (C) 2010 Jaromír Mikeš Copyright (C) 2010 Alessio Treglia and is licensed under the GPL version 2, see above. debian/source/0000755000000000000000000000000011754250014010465 5ustar debian/source/format0000644000000000000000000000001411754250014011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010611754250014010213 0ustar version=3 http://hyperglitch.com/files/vocproc/vocproc-(.*)\.tar\.gz