debian/0000775000000000000000000000000011753744531007202 5ustar debian/libclam-qtmonitors-dev.install0000664000000000000000000000006311564227365015166 0ustar usr/include/* usr/lib/lib*.so usr/lib/pkgconfig/* debian/clam-networkeditor.install0000664000000000000000000000032311564227365014403 0ustar usr/bin usr/lib/qt4/plugins/designer usr/share/man/man1 usr/share/applications usr/share/networkeditor/i18n usr/share/networkeditor/*svg usr/share/mimelnk/application usr/share/mime/packages # usr/share/pixmaps debian/clam-networkeditor.menu0000664000000000000000000000120411564227365013700 0ustar ?package(clam-networkeditor): \ needs="X11" \ section="Applications/Sound" \ hints="Qt,CLAM" \ title="CLAM NetworkEditor" \ longtitle="CLAM NetworkEditor (Patch editor for CLAM networks)" \ icon="/usr/share/pixmaps/clam-networkeditor.xpm" \ command="/usr/bin/NetworkEditor" ?package(clam-networkeditor): \ needs="X11" \ section="Applications/Sound" \ hints="Qt,CLAM" \ title="CLAM Prototyper" \ longtitle="CLAM Prototyper (CLAM network runner)" \ icon="/usr/share/pixmaps/clam-networkeditor.xpm" \ command="/usr/bin/Prototyper" debian/clean0000664000000000000000000000005111564227365010204 0ustar options.cache src/NetworkEditorVersion.* debian/rules0000775000000000000000000000075211564227365010267 0ustar #!/usr/bin/make -f %: dh $@ PREFIX = $(CURDIR)/debian/tmp/usr override_dh_auto_clean: mkdir -p $(PREFIX) scons -c prefix=$(PREFIX) clam_prefix=/usr override_dh_auto_build: mkdir -p $(PREFIX) scons prefix=$(PREFIX) clam_prefix=/usr qt_plugins_install_path=/lib/qt4/plugins/designer release=1 verbose=1 double=0 override_dh_auto_install: mkdir -p $(PREFIX) scons install prefix=$(PREFIX) clam_prefix=/usr ns_install_path=/lib/qt4/plugins/designer release=1 verbose=1 double=0 debian/source/0000775000000000000000000000000011564227365010503 5ustar debian/source/format0000664000000000000000000000001411564227365011711 0ustar 3.0 (quilt) debian/libclam-qtmonitors1.4.install0000664000000000000000000000006711564227365014641 0ustar usr/lib/libclam*.so.* usr/lib/clam/libclam_*_plugin.so debian/copyright0000664000000000000000000000205511564227365011140 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: clam-networkeditor Source: http://clam-project.org/ Files: * Copyright: MUSIC TECHNOLOGY GROUP (MTG) UNIVERSITAT POMPEU FABRA License: GPL-2.0+ Files: debian/* Copyright: 2011 TANIGUCHI Takaki License: GPL-2.0+ License: GPL-2.0+ 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000664000000000000000000000177211753744456011071 0ustar clam-networkeditor (1.4.0-3.1) unstable; urgency=low * NMU * Build with qt 4.8. Closes: #660252. Thanks to Andreas Moog for the patch. * Add -fpermissive to g++ command line to allow building with gcc 4.7 Closes: #667137 -- Steve McIntyre <93sam@debian.org> Sun, 13 May 2012 15:46:02 +0100 clam-networkeditor (1.4.0-3) unstable; urgency=low * debian/control: remove dev packages which are depended by libclam-dev. (Closes: #626919) * Bump Standards-Version to 3.9.2 (with no changes). -- TANIGUCHI Takaki Mon, 16 May 2011 20:26:06 +0900 clam-networkeditor (1.4.0-2) unstable; urgency=low * debian/control: add scons to Build-Depends. (Closes: #620286) And many packages. * debian/patches/FTBFS_with_gcc4.5: Added. -- TANIGUCHI Takaki Tue, 05 Apr 2011 18:09:00 +0900 clam-networkeditor (1.4.0-1) unstable; urgency=low * Initial release (Closes: #517882) -- TANIGUCHI Takaki Fri, 28 Jan 2011 16:07:12 +0900 debian/shlibs.local0000664000000000000000000000005511564227365011503 0ustar libGL 1 libgl1-mesa-glx | libgl1 | fglrx-glx debian/clam-networkeditor-examples.install0000664000000000000000000000004511564227365016220 0ustar usr/share/networkeditor/example-data debian/compat0000664000000000000000000000000211564227365010401 0ustar 7 debian/watch0000664000000000000000000000011411564227365010230 0ustar version=3 http://clam-project.org/download/src/ NetworkEditor-(.*)\.tar\.gz debian/patches/0000775000000000000000000000000011753744514010632 5ustar debian/patches/FTBFS_with_gcc_4.50000664000000000000000000000256611564227365013667 0ustar Description: Upstream changes introduced in version 1.4.0-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . clam-networkeditor (1.4.0-1) unstable; urgency=low . * Initial release (Closes: #517882) . The person named in the Author field signed this changelog entry. Author: TANIGUCHI Takaki Bug-Debian: http://bugs.debian.org/517882 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- clam-networkeditor-1.4.0.orig/src/widgets/EmbededWidgets.hxx +++ clam-networkeditor-1.4.0/src/widgets/EmbededWidgets.hxx @@ -9,8 +9,9 @@ namespace CLAM class EmbededWidgetCreatorBase { -private: +public: typedef std::string Key; +private: typedef std::map Creators; static Creators & creators(); protected: debian/patches/include_glu-h.patch0000664000000000000000000000067711753743122014376 0ustar Description: Add missing include to fix FTBFS with new qt4 Author: Andreas Moog Bug-Ubuntu: https://launchpad.net/bugs/791317 --- clam-networkeditor-1.4.0.orig/src/widgets/QFirstPerson.hxx +++ clam-networkeditor-1.4.0/src/widgets/QFirstPerson.hxx @@ -6,6 +6,8 @@ #include #include #include +#include + static float * vColor(const QColor & color) { static float vcolor[4]; debian/patches/FTBFS_with_gcc_4.70000664000000000000000000000111011753744214013646 0ustar Description: Fix FTFBS with gcc 4.7 --- clam-networkeditor-1.4.0.orig/SConstruct 2012-05-13 14:40:35.114567421 +0000 +++ clam-networkeditor-1.4.0/SConstruct 2012-05-13 14:38:25.082566215 +0000 @@ -129,7 +129,7 @@ # TODO: This should not be hardcoded neither prefix (because package install) env.Append(CPPFLAGS='-DDATA_EXAMPLES_PATH="\\"${prefix}/share/networkeditor/example-data\\""') -env.Append( CCFLAGS=['-g','-O3','-Wall','-pipe'] ) +env.Append( CCFLAGS=['-g','-O3','-Wall','-pipe', '-fpermissive'] ) if env['release'] : env.Append( CCFLAGS=['-fomit-frame-pointer'] ) debian/patches/series0000664000000000000000000000007211753744226012046 0ustar FTBFS_with_gcc_4.5 include_glu-h.patch FTBFS_with_gcc_4.7 debian/docs0000664000000000000000000000001711564227365010054 0ustar README CHANGES debian/control0000664000000000000000000000570311564227365010613 0ustar Source: clam-networkeditor Section: sound Priority: extra Maintainer: Debian Multimedia Maintainers Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 7.0.50~), libclam-dev, libqt4-dev, libqtwebkit-dev, libqt4-opengl-dev, ladspa-sdk, scons Standards-Version: 3.9.2 Homepage: http://clam-project.org/ #Vcs-Git: git://git.debian.org/collab-maint/clam-networkeditor.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/clam-networkeditor.git;a=summary Package: clam-networkeditor Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: qt4-designer, faust Description: CLAM Network Editor, prototyping tool for CLAM The CLAM Network Editor is a tool for editing CLAM processing networks. Those processing networks can become the processing core of an audio application by using the CLAM::NetworkPlayer class in such program, or by using the CLAM Prototyper to link the network to a Qt Designer interface. . This package provides both the Network Editor and the Prototyper. It also provides a plugin for Qt Designer which adds widgets to display several kinds of CLAM audio objects from a running network. Package: clam-networkeditor-examples Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, clam-networkeditor (>= ${source:Version} ), Description: CLAM Network Editor, examples The CLAM Network Editor is a tool for editing CLAM processing networks. Those processing networks can become the processing core of an audio application by using the CLAM::NetworkPlayer class in such program, or by using the CLAM Prototyper to link the network to a Qt Designer interface. . This package provides examples of networks, some of them with their user interface to be executed also by the Prototyper. Those examples include, among others, some sinusoidal plus residual modelling (SMS) transformations and tonal (chords, notes) analysis. Package: libclam-qtmonitors1.4 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: libclam-qtmonitors CLAM extensions shared library The CLAM framework can be used to develop rich real-time audio and music applications either by c++ programming or by visual means using the CLAM NetworkEditor. . This package provides the shared libraries and the plugins for the for adding graphical processing units to your CLAM applications. Real-time data visualization, control sending... Package: libclam-qtmonitors-dev Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, libclam-qtmonitors1.4 (= ${binary:Version}), libclam-dev Description: development files for libclam-qtmonitors CLAM extensions The CLAM framework can be used to develop rich real-time audio and music applications either by c++ programming or by visual means using the CLAM NetworkEditor. . This package provides the files to develop using modules provided by the clam-qtmonitors CLAM plugin.