debian/0000755000000000000000000000000012200567403007165 5ustar debian/source/0000755000000000000000000000000012200557107010465 5ustar debian/source/format0000644000000000000000000000001412200557107011673 0ustar 3.0 (quilt) debian/composite.dirs0000644000000000000000000000002212200557107012044 0ustar usr/lib/composite debian/composite.install0000644000000000000000000000023212200557107012554 0ustar debian/composite.desktop usr/share/applications/ debian/composite32x32.xpm usr/share/pixmaps/ usr/bin usr/lib/libTritium.so usr/lib/composite usr/lib/lv2 debian/patches/0000755000000000000000000000000012200557107010614 5ustar debian/patches/01-spelling_errors.patch0000644000000000000000000000441412200557107015267 0ustar Author: Alessio Treglia Description: Fix spelling errors. Forwarded: gabrbedd@gmail.com --- data/xml/tritium-1.xsd | 2 +- src/Tritium/src/LocalFileMng.cpp | 2 +- src/Tritium/src/Preferences.cpp | 2 +- src/Tritium/src/Serialization.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) --- composite.orig/data/xml/tritium-1.xsd +++ composite/data/xml/tritium-1.xsd @@ -61,7 +61,7 @@ - The lax structure is mostly done for future-compatability. The + The lax structure is mostly done for future-compatibility. The namespace above will be used until a non-backwards-compatable change is made. For example, when first published the only elements was <presets>. Because <tritium> has a lax --- composite.orig/src/Tritium/src/LocalFileMng.cpp +++ composite/src/Tritium/src/LocalFileMng.cpp @@ -960,7 +960,7 @@ namespace Tritium return false; } else { WARNINGLOG( QString("File '%1' is being read in " - "TinyXML compatability mode") + "TinyXML compatibility mode") .arg(filename) ); return true; } --- composite.orig/src/Tritium/src/Preferences.cpp +++ composite/src/Tritium/src/Preferences.cpp @@ -68,7 +68,7 @@ Preferences::Preferences() char * ladpath = getenv( "LADSPA_PATH" ); // read the Environment variable LADSPA_PATH if ( ladpath ) { - DEBUGLOG( "Found LADSPA_PATH enviroment variable" ); + DEBUGLOG( "Found LADSPA_PATH environment variable" ); QString sLadspaPath = QString::fromLocal8Bit(ladpath); int pos; while ( ( pos = sLadspaPath.indexOf( ":" ) ) != -1 ) { --- composite.orig/src/Tritium/src/Serialization.cpp +++ composite/src/Tritium/src/Serialization.cpp @@ -1402,7 +1402,7 @@ void SerializationQueue::handle_load_ins QDomNode filenameNode = instrumentNode.firstChildElement( "filename" ); if( !filenameNode.isNull() ) { - // Backward compatability mode (Hydrogen <= 0.9.0) + // Backward compatibility mode (Hydrogen <= 0.9.0) // Only one layer. QString sFilename = LocalFileMng::readXmlString( instrumentNode, "filename", "" ); debian/patches/series0000644000000000000000000000003112200557107012023 0ustar 01-spelling_errors.patch debian/changelog0000644000000000000000000000521712200567316011047 0ustar composite (0.006.2+dfsg0-3) unstable; urgency=low * Set dh/compat 9 * Fix VCS canonical URLs. * Bump standards. * Update copyright file. * Added Keywords entry to desktop file. * Fixed version mangling in watch file. * Added postinst postrm files. -- Jaromír Mikeš Thu, 08 Aug 2013 01:56:40 +0200 composite (0.006.2+dfsg0-2) unstable; urgency=low * Replace lv2core with lv2-dev in Build-Depends. * debian/copyright: - Update to machine-readable format. - Group files by license. * Bump Standards. -- Alessio Treglia Thu, 17 May 2012 10:40:59 +0200 composite (0.006.2+dfsg0-1) unstable; urgency=low [ Jaromír Mikeš ] * Provide xpm icon * Fix desktop file to be shipped in right package * Correct typo in cmake build type (s/RelWithoutDebInfo/RelWithDebInfo/) thanks to Gabriel Beddingfield [ Alessio Treglia ] * Remove an unnecessary copy of the waf blob (Closes: #654463). -- Alessio Treglia Mon, 09 Jan 2012 20:16:58 +0100 composite (0.006.2-1) unstable; urgency=low * New upstream stable release (Closes: ##634070). -- Jaromír Mikeš Sat, 23 Jul 2011 21:31:39 +0200 composite (0.006.1-1) unstable; urgency=low [ Jaromír Mikeš ] * New upstream stable release. * Bump Standards * removed patches applied upstream * updated copyright file to rev. 174 [ Alessio Treglia ] * Enable parallel builds. -- Jaromír Mikeš Sat, 16 Jul 2011 09:13:41 +0200 composite (0.006-5) unstable; urgency=low * Apply patch from Ilya Barygin to fix FTBFS with binutils-gold; closes: #615702 * Deapply patches after gbp'ing, abort on upstream changes. -- Alessio Treglia Mon, 28 Feb 2011 12:33:12 +0100 composite (0.006-4) unstable; urgency=low * Depends on jackd (Closes: #591326). * Bump Standards. * Add patch from upstream's git to prevent FTBFS with newer QTs. -- Alessio Treglia Mon, 02 Aug 2010 10:40:23 +0200 composite (0.006-3) unstable; urgency=low * Ignore .pc directory. * Install a symlink to libTritium.so in to /usr/lib. * Add patch to fix spelling errors. -- Alessio Treglia Fri, 16 Jul 2010 19:54:42 +0200 composite (0.006-2) unstable; urgency=low * Add -DBG binary package. * Improve package description. * Pass --dbg-package parameter to dh_strip explicitly. -- Alessio Treglia Wed, 14 Jul 2010 10:00:38 +0200 composite (0.006-1) unstable; urgency=low * Initial release (Closes: #588289). -- Alessio Treglia Tue, 06 Jul 2010 15:26:09 +0200 debian/composite-data.install0000644000000000000000000000004212200557107013462 0ustar usr/share/composite usr/share/man debian/compat0000644000000000000000000000000212200557321010361 0ustar 9 debian/watch0000644000000000000000000000016612200561330010212 0ustar version=3 opts=dversionmangle=s/~dfsg.*// \ http://gabe.is-a-geek.org/composite/releases/ \ composite-(.*)\.tar\.bz2 debian/gbp.conf0000644000000000000000000000006212200557107010602 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/postinst0000755000000000000000000000012512200563230010766 0ustar #!/bin/sh set -e case "$1" in configure) ldconfig ;; *) ;; esac #DEBHELPER# debian/control0000644000000000000000000000414712200566057010602 0ustar Source: composite Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia , Jaromír Mikeš Build-Depends: cmake, debhelper (>= 9), libboost-dev, libboost-test-dev, libflac++-dev, libjack-dev, liblrdf-dev, libqt4-dev, libsndfile1-dev, libtar-dev, lv2-dev Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/composite.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/composite.git Homepage: http://gabe.is-a-geek.org/composite/ Package: composite Architecture: any Depends: composite-data (>= ${source:Version}), jackd, ${misc:Depends}, ${shlibs:Depends} Provides: lv2-plugin Description: Live performance sequencer Composite is a software application/system for real-time, in-performance sequencing, sampling, and looping. It has a strong emphasis on the needs of live performance improvisation. It is built around the Tritium audio engine, which also includes LV2 plugins. . This package contains the Composite Sampler Plugin (LV2) and the main GUI (composite-gui). Package: composite-data Architecture: all Depends: ${misc:Depends} Suggests: composite Description: Live performance sequencer (data files) Composite is a software application/system for real-time, in-performance sequencing, sampling, and looping. It has a strong emphasis on the needs of live performance improvisation. It is built around the Tritium audio engine, which also includes LV2 plugins. . This package contains the data files for Composite. Package: composite-dbg Section: debug Priority: extra Architecture: any Depends: composite (= ${binary:Version}), ${misc:Depends} Description: Live performance sequencer (debugging symbols) Composite is a software application/system for real-time, in-performance sequencing, sampling, and looping. It has a strong emphasis on the needs of live performance improvisation. It is built around the Tritium audio engine, which also includes LV2 plugins. . This package contains the debugging symbols. debian/postrm0000755000000000000000000000012212200563154010431 0ustar #!/bin/sh set -e case "$1" in remove) ldconfig ;; *) ;; esac #DEBHELPER# debian/composite32x32.xpm0000644000000000000000000001274012200557107012423 0ustar /* XPM */ static char *composite32x32[] = { /* columns rows colors chars-per-pixel */ "32 32 207 2 ", " c black", ". c #000102", "X c #010102", "o c #010203", "O c #010204", "+ c #010205", "@ c #020305", "# c #000206", "$ c #000307", "% c #020306", "& c #020406", "* c #020407", "= c #000308", "- c #000309", "; c #000409", ": c #030508", "> c #030509", ", c #00040A", "< c #00040B", "1 c #03060A", "2 c #02060B", "3 c #04060B", "4 c #00050C", "5 c #00050D", "6 c #00060E", "7 c #00060F", "8 c #000713", "9 c #000813", "0 c #060A11", "q c #000814", "w c #000A19", "e c #000B1C", "r c #030D1C", "t c #0A111D", "y c #000D21", "u c #000F27", "i c #021025", "p c #0D1726", "a c #00112A", "s c #131F2F", "d c #001432", "f c #02193B", "g c #00193E", "h c #00193F", "j c #021C43", "k c #001B44", "l c #001D48", "z c #1A2F4F", "x c #002152", "c c #002255", "v c #012356", "b c #022458", "n c #02255A", "m c #03275C", "M c #04285C", "N c #04285E", "B c #0E2E5E", "V c #283A56", "C c #2A3C57", "Z c #002761", "A c #072B62", "S c #002864", "D c #092E67", "F c #002A68", "G c #0A2F68", "H c #0B326C", "J c #0C326C", "K c #0D336C", "L c #0C336E", "P c #002D70", "I c #002F74", "U c #002F75", "Y c #0A3574", "T c #003078", "R c #003079", "E c #103874", "W c #103876", "Q c #113A77", "! c #173E77", "~ c #123B78", "^ c #143E7D", "/ c #143F7E", "( c #223D65", ") c #24416C", "_ c #264371", "` c #264573", "' c #284777", "] c #2F4D79", "[ c #465D7F", "{ c #003482", "} c #003583", "| c #003585", " . c #0B3C84", ".. c #00398E", "X. c #00398F", "o. c #073D8E", "O. c #083F93", "+. c #003E9B", "@. c #003F9D", "#. c #013F9D", "$. c #164181", "%. c #174384", "&. c #184385", "*. c #184484", "=. c #194486", "-. c #1C498C", ";. c #1C498D", ":. c #064097", ">. c #03419E", ",. c #02429F", "<. c #1E4B90", "1. c #1F4E93", "2. c #214987", "3. c #2C4F84", "4. c #3C5C8E", "5. c #2D5796", "6. c #23529A", "7. c #305690", "8. c #315994", "9. c #345D9B", "0. c #0040A0", "q. c #0042A4", "w. c #0043A6", "e. c #0044AA", "r. c #0045AD", "t. c #0146AC", "y. c #0147AE", "u. c #0046AF", "i. c #004AB9", "p. c #004BBB", "a. c #004BBC", "s. c #004CBD", "d. c #2758A3", "f. c #295BA6", "g. c #295CA7", "h. c #2B5EAB", "j. c #2B5FAC", "k. c #2C60AC", "l. c #3963A2", "z. c #3863A3", "x. c #3864A7", "c. c #3967AC", "v. c #3C68AA", "b. c #3A68AD", "n. c #3A69AF", "m. c #2F64B4", "M. c #3166B7", "N. c #3C6BB3", "B. c #3F6DB4", "V. c #3268B9", "C. c #3369BA", "Z. c #346BBD", "A. c #5979AB", "S. c #4875B7", "D. c #4073BF", "F. c #004EC2", "G. c #004FC4", "H. c #0051C9", "J. c #0051CA", "K. c #0052CC", "L. c #0053CF", "P. c #0054D1", "I. c #0054D2", "U. c #0055D3", "Y. c #0055D4", "T. c #376EC2", "R. c #3871C5", "E. c #3971C6", "W. c #3972C7", "Q. c #3972C8", "!. c #3E79D1", "~. c #4074C1", "^. c #457CCE", "/. c #407BD5", "(. c #417CD6", "). c #427FD9", "_. c #427EDA", "`. c #6F8EBD", "'. c #6F8FBF", "]. c #5483C9", "[. c #4482DE", "{. c #4882D8", "}. c #4B86DE", "|. c #7B9CCE", " X c #6394DF", ".X c #4786E3", "XX c #4886E4", "oX c #4887E6", "OX c #4C88E3", "+X c #4B8BEB", "@X c #4B8CEC", "#X c #4F8EEC", "$X c #4D8EEF", "%X c #508FEF", "&X c #4D8EF0", "*X c #4E90F2", "=X c #4F91F4", "-X c #5091F4", ";X c #5193F8", ":X c #5294F8", ">X c #5295FA", ",X c #5396FA", " > * : : > * : : : : : : : : : : * 4X4X4X4X4X4X4X4X4X4X4X", "4X* * ` x.n.n.n.n.n.n.n.n.n.n.n.n.n.n.9.z X 4X4X4X4X4X4X4X4X4X4X", "4XO ^.1X1X1X1X1X1X1X,X$X.X&X ) 1X1X1X1X1X,XV./ c c c c b W M.;X1X1X1X1Xp 4X4X4X4X4X4X4X4X4X", "> c.1X1X1X1X).G c c c c c c c c x ;.1X1X1X1X( * 4X4X4X4X4X4X4X4X", "X D.1X1X1X/.b c c c c c M M c c c ;.1X1X1X1X' > 4X4X4X4X4X4X4X4X", "X D.1X1X=XA c c c c f.+X 4X4X4X4X4X4X4X4X", "X D.1X1Xg.c c c c Q.1X1X1X1X1X1X 4X4X4X4X4X4X4X4X", "X D.1X1XJ c c c *.1X1X1X1X1X1X1X1X1X1X1X1X1X' : 4X4X4X4X4X4X4X4X", "X D.1X$Xc c c c T.1X1X1X1X1X1X1X1X1X1X1X1X1X' : 4X4X4X4X4X4X4X4X", "X D.1X[.c c c c ).1X1X1X1X1X1X1X1X1X1X1X1X1X' i a > 4X4X4X4X4X4X", "X D.1X(.c c c c oX1X1X1X1X1X1X1X1X1X1X1X1X1X' j Y.{ - - 4X4X4X4X", "X D.1X.Xc c c c !.1X1X1X1X1X1X1X1X1X1X1X1X1X' j Y.Y.p.d 4 4X4X4X", "X D.1X;Xb c c c m.1X1X1X1X1X1X1X1X1X1X1X1X1X' j Y.Y.Y.I.u 4X4X4X", "X D.1X1X/ c c c D :X1X1X1X1X1X1X1X1X1X1X1X1X_ f r.,.O. .#.- 4X4X", "X D.1X1XW.c c c c <.:X1X1X1X1X1X[.C.1X1Xl.] V V z.S.].! a.U > 4X", "X D.1X1X1X$.c c c c K h.W.W.j.&.c -.1X1X}.4.|.'.3X3X XY I.I.q 4X", "O N.1X1X1X;XQ x c c c c c c c c c -.1X1X1XB.[ '.3X3X5.r.Y.Y.j 4X", ": 3.1X1X1X1X,Xd.m c c c c c x c b k.1X1X1X1Xs A.3X2XH I.Y.Y.U > ", "4X0 #X1X1X1X1X1X*XZ.1.$.~ &.6.C.;X1X1X1X1X~.O B 2Xv.,.I.Y.Y.0.4 ", "4X: t n..X%X%X%X%X$X%X%X$X%X%X%X$X%X$X{.7.> S y.2.K L.Y.Y.Y.s.- ", "4X4X% % X X X X X X X X X X X X X X X X r | Y.Y.o.:.Y.Y.Y.Y.+.8 ", "4X4X4X4X4X4X4X4X4X> ..p.p.p.p.p.i.p.p.G.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.P O ", "4X4X4X4X4X4X4X4X4X4 U I.Y.I.I.Y.I.I.I.I.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.h 4X", "4X4X4X4X4X4X4X4X4X4Xk Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.L.4 4X", "4X4X4X4X4X4X4X4X4X4XO #.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Z 4 4X", "4X4X4X4X4X4X4X4X4X4X4X8 J.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.I.w.- 4X4X", "4X4X4X4X4X4X4X4X4X4X4X> x Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.L.w 4X4X4X", "4X4X4X4X4X4X4X4X4X4X4X4X- h G.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.e.e 4 4X4X4X", "4X4X4X4X4X4X4X4X4X4X4X4X4X- 4 X.Y.Y.Y.Y.Y.I.Y.Y.I.F O 4X4X4X4X4X", "4X4X4X4X4X4X4X4X4X4X4X4X4X4X4X> y c { u.J.w.R l q 4 4X4X4X4X4X4X", "4X4X4X4X4X4X4X4X4X4X4X4X4X4X4X4X4X4X4 > X 4 4 4X4X4X4X4X4X4X4X4X" }; debian/rules0000755000000000000000000000057212200566050010246 0ustar #!/usr/bin/make -f %: dh $@ --parallel --buildsystem=cmake override_dh_auto_configure: dh_auto_configure -- -DWANT_LRDF=ON \ -DCMAKE_BUILD_TYPE=RelWithDebInfo override_dh_auto_install: dh_auto_install cd debian/tmp/usr/share/composite/data/i18n/ && \ rm updateTranslations.sh stats.py override_dh_strip: dh_strip --dbg-package=composite-dbg override_dh_auto_test: debian/composite.links0000644000000000000000000000006612200557107012233 0ustar usr/lib/composite/libTritium.so usr/lib/libTritium.so debian/composite.desktop0000644000000000000000000000042612200561560012562 0ustar [Desktop Entry] Type=Application Name=Composite GenericName=Composite Comment=Live performance sequencer Keywords=audio;sound;jackd,sequencer,looper,sampler,LV2 Icon=composite32x32 TryExec=composite-gui Exec=composite-gui %F Terminal=false Categories=AudioVideo;Audio;Qt;Music; debian/copyright0000644000000000000000000001116512200560700011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Composite Upstream-Contact: Gabriel M. Beddingfield Source: http://gabe.is-a-geek.org/composite/releases/ Files: * Copyright: 2009-2010 Gabriel M. Beddingfield 2008-2009 Sebastian Moors 2005 Jonathan Dempsey 2002-2008 by Alex >Comix< Cominu 2000 Paul Davis & Benno Senoner License: GPL-2+ Files: src/3rd-party/lv2/event.lv2/* Copyright: 2006-2007 Lars Luthman 2008-2009 Dave Robillard License: LGPL-2+ Files: src/3rd-party/lv2/lv2.h src/Tritium/Tritium/fx/ladspa.h Copyright: 2006-2008 Steve Harris 2006-2008 Dave Robillard 2000-2002 Richard W.E. Furse 2000-2002 Paul Barton-Davis License: LGPL-2.1+ Files: src/3rd-party/lv2/lv2core-3.0/autowaf.py Copyright: 2008 Nedko Arnaudov 2008 Dave Robillard License: GPL-2+ Files: src/3rd-party/lv2/lv2core-3.0/lv2core.lv2/lv2.ttl Copyright: 2006-2008 Steve Harris 2006-2008 Dave Robillard License: Expat Files: debian/* Copyright: 2010 Alessio Treglia 2011-2013 Jaromír Mikeš License: GPL-2+ 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 version 2 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: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library 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 Library General Public License for more details. Comment: On Debian systems, the complete text of the GNU Library General Public License version 2 can be found in `/usr/share/common-licenses/LGPL-2'. . You should have received a copy of the GNU Library General Public License along with this program. If not, see . License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. Comment: On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/menu0000644000000000000000000000024512200557107010055 0ustar ?package(composite):needs="X11"\ section="Applications/Sound"\ title="Composite"\ icon="/usr/share/pixmaps/composite32x32.xpm"\ command="/usr/bin/composite-gui"