debian/0000775000000000000000000000000012031366672007176 5ustar debian/control0000664000000000000000000000243312031364030010565 0ustar Source: jacktrip Section: sound Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Multimedia Maintainers Uploaders: IOhannes m zmoelnig (gpg-key at iem) , Jonas Smedegaard Build-Depends: debhelper (>= 7.0.1), dh-buildinfo, cdbs (>= 0.4.69~), devscripts (>= 2.10.7~), doxygen, help2man, libqt4-dev, qt4-qmake, libjack-dev Standards-Version: 3.9.1 Homepage: http://code.google.com/p/jacktrip/ Vcs-Git: git://git.debian.org/pkg-multimedia/jacktrip Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/jacktrip.git Package: jacktrip Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A System for High-Quality Audio Network Performance JackTrip is a Linux and Mac OS X-based system used for multi-machine network performance over the Internet. It supports any number of channels (as many as the computer/network can handle) of bidirectional, high quality, uncompressed audio signal steaming. . You can use it between any combination of Linux and Mac OS X (i.e., one end using Linux can connect to the other using Mac OS X). . It is currently being developed and actively tested at CCRMA by the SoundWIRE group. debian/jacktrip.manpages0000664000000000000000000000001311474677134012524 0ustar jacktrip.1 debian/docs0000664000000000000000000000002211473505270010041 0ustar TODO.txt WWW/html debian/gbp.conf0000664000000000000000000000014611473505270010614 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/compat0000664000000000000000000000000211473505270010372 0ustar 7 debian/copyright_hints0000664000000000000000000000463311474677732012360 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 X-Draft: Autogenerated by CDBS snippet copyright-check.mk Files: ./documentation/documentation.cpp, ./src/DataProtocol.cpp, ./src/DataProtocol.h, ./src/DataProtocolPOSIX.cpp.tmp, ./src/DataProtocolPOSIX.h.tmp, ./src/JackAudioInterface.cpp, ./src/JackAudioInterface.h, ./src/JackTrip.cpp, ./src/JackTrip.h, ./src/JackTripThread.cpp, ./src/JackTripThread.h, ./src/JackTripWorker.cpp, ./src/JackTripWorker.h, ./src/JackTripWorkerMessages.h, ./src/LoopBack.cpp, ./src/LoopBack.h, ./src/NetKS.h, ./src/PacketHeader.cpp, ./src/PacketHeader.h, ./src/ProcessPlugin.h, ./src/RingBuffer.cpp, ./src/RingBuffer.h, ./src/RingBufferWavetable.h, ./src/Settings.h, ./src/UdpDataProtocol.cpp, ./src/UdpDataProtocol.h, ./src/UdpDataProtocolPOSIX.cpp.tmp, ./src/UdpDataProtocolPOSIX.h.tmp, ./src/UdpMasterListener.cpp, ./src/UdpMasterListener.h, ./src/jacktrip_globals.cpp, ./src/jacktrip_globals.h, ./src/jacktrip_main.cpp, ./src/jacktrip_tests.cpp, ./src/jacktrip_types.h, ./src/tests.cpp Copyright: 2008, Juan-Pablo Caceres, Chris Chafe License: MIT/X11 (BSD like) FIXME Files: ./CHANGESLOG.txt, ./INSTALL.txt, ./TODO.txt, ./debian/compat, ./debian/control, ./debian/control.in, ./debian/doc-base, ./debian/docs, ./debian/gbp.conf, ./debian/jacktrip.links, ./debian/jacktrip.manpages, ./debian/source/format, ./debian/source/local-options, ./debian/watch, ./documentation/html_footer.html, ./faust-src/Makefile, ./faust-src/Makefile.compile, ./faust-src/Makefile.ladspacompile, ./faust-src/Makefile.mspcompile, ./faust-src/Makefile.pdcompile, ./faust-src/Makefile.qcompile, ./faust-src/Makefile.qtcompile, ./faust-src/Makefile.sccompile, ./faust-src/Makefile.svg, ./faust-src/Makefile.vstcompile, ./faust-src/minimal.cpp, ./jacktrip_doxygen, ./src/ProcessPlugin.cpp, ./src/TestRingBuffer.h, ./src/ThreadPoolTest.h, ./src/build, ./src/jacktrip-1.0.5.diff, ./src/jacktrip.pro Copyright: *No copyright* License: UNKNOWN FIXME Files: ./debian/rules Copyright: 2010, IOhannes m zmölnig HOLDERS BE LIABLE FOR ANY License: MIT/X11 (BSD like) FIXME Files: ./src/Settings.cpp Copyright: 2008, Juan-Pablo Caceres, Chris Chafe 2008-2009, Juan-Pablo Caceres, Chris Chafe." << endl; License: MIT/X11 (BSD like) FIXME Files: ./faust-src/net-ks.dsp Copyright: " Juan-Pablo Caceres 2008"; License: UNKNOWN FIXME debian/rules0000775000000000000000000000340711474677134010272 0ustar #!/usr/bin/make -f # -*- makefile -*- # Description: Main Debian packaging script for jacktrip # Copyright © 2010 IOhannes m zmölnig # # 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. include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/qmake.mk -include /usr/share/cdbs/1/rules/utils.mk DBS_BUILD_DEPENDS_rules_utils_copyright-check = CDBS_BUILD_DEPENDS_rules_utils_buildinfo = DEB_SRCDIR = src DEB_DH_INSTALLCHANGELOGS_ARGS = CHANGESLOG.txt # Suppress scanning documentation images causing false alarms. DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./(documentation/img/.*|debian/(changelog|copyright(|_hints|_newhints)))$ build/jacktrip:: doxygen jacktrip_doxygen help2man -N src/jacktrip > jacktrip.1 clean:: rm -rf WWW rm -f jacktrip.1 debian/patches/0000775000000000000000000000000012031364152010614 5ustar debian/patches/series0000664000000000000000000000001612031364110012020 0ustar gcc-4.7.patch debian/patches/gcc-4.7.patch0000664000000000000000000000053012031364152012675 0ustar Description: fix FTBFS because of missing header. Author: Ilya Barygin --- jacktrip-1.0.5.patch2.orig/src/jacktrip_globals.cpp +++ jacktrip-1.0.5.patch2/src/jacktrip_globals.cpp @@ -39,6 +39,7 @@ #include "jacktrip_types.h" #include +#include #if defined ( __LINUX__ ) #include debian/copyright0000664000000000000000000000252511474677134011145 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 Name: jacktrip Maintainer: IOhannes m zmölnig Source: http://code.google.com/p/jacktrip/ Copyright: 2008, Juan-Pablo Caceres, Chris Chafe License: Expat Files: ./debian/* Copyright: 2010, IOhannes m zmoelnig License: Expat 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/jacktrip.links0000664000000000000000000000011011473505270012035 0ustar usr/share/man/man1/jacktrip.1.gz usr/share/man/man1/jacktrip_debug.1.gz debian/control.in0000664000000000000000000000232012031364030011165 0ustar Source: jacktrip Section: sound Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Multimedia Maintainers Uploaders: IOhannes m zmoelnig (gpg-key at iem) , Jonas Smedegaard Build-Depends: @cdbs@, doxygen, help2man, libqt4-dev, qt4-qmake, libjack-dev Standards-Version: 3.9.1 Homepage: http://code.google.com/p/jacktrip/ Vcs-Git: git://git.debian.org/pkg-multimedia/jacktrip Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/jacktrip.git Package: jacktrip Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A System for High-Quality Audio Network Performance JackTrip is a Linux and Mac OS X-based system used for multi-machine network performance over the Internet. It supports any number of channels (as many as the computer/network can handle) of bidirectional, high quality, uncompressed audio signal steaming. . You can use it between any combination of Linux and Mac OS X (i.e., one end using Linux can connect to the other using Mac OS X). . It is currently being developed and actively tested at CCRMA by the SoundWIRE group. debian/source/0000775000000000000000000000000011474677301010502 5ustar debian/source/format0000664000000000000000000000001411473505270011702 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000026011473505270010223 0ustar # you can run the "uscan" command to check for upstream updates and more. # See uscan(1) for format version=3 http://googlecode.debian.net/p/jacktrip/jacktrip-(\d+.*)\.tar\.gz debian/changelog0000664000000000000000000000057412031366672011056 0ustar jacktrip (1.0.5.patch2-1ubuntu1) quantal; urgency=low * Fix FTBFS because of missing header. -- Ilya Barygin Fri, 28 Sep 2012 22:34:32 +0400 jacktrip (1.0.5.patch2-1) unstable; urgency=low [ IOhannes m zmoelnig (gpg-key at iem) ] * Initial release. Closes: bug#604758. -- Jonas Smedegaard Mon, 29 Nov 2010 11:27:15 +0100 debian/doc-base0000664000000000000000000000044511473505270010577 0ustar Document: jacktrip Title: JackTrip Documentation Author: Juan-Pablo Caceres and Chris Chafe Abstract: A System for High-Quality Audio Network Performance over the Internet. Section: Sound Format: HTML Index: /usr/share/doc/jacktrip/html/index.html Files: /usr/share/doc/jacktrip/html/*.html