debian/0000755000000000000000000000000012262615127007172 5ustar debian/watch0000644000000000000000000000014511756452456010236 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ http://sf.net/projectm/projectM-([0-9].+)-Source\.tar\.gz debian/projectm-data.install0000644000000000000000000000014111756452456013323 0ustar usr/share/pixmaps/prjm16-transparent.svg usr/share/projectM/presets/ usr/share/projectM/shaders/ debian/projectm-pulseaudio.manpages0000644000000000000000000000004611756452456014715 0ustar debian/manpages/projectM-pulseaudio.1 debian/strip-source.sh0000755000000000000000000000446311756452456012212 0ustar #!/bin/sh # # Script to make an existing projectM source tarball DFSG-compliant # # Copyright (C) 2010 Matthias Klumpp # based on script by Reinhard Tartler # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. set -eu usage() { cat >&2 <&2 } error () { echo "$1" >&2 exit 1; } set +e PARAMS=`getopt ht:v: "$@"` if test $? -ne 0; then usage; exit 1; fi; set -e eval set -- "$PARAMS" DEBUG=false USVERSION=2.1.0 TARBALL="" while test $# -gt 0 do case $1 in -h) usage; exit 1 ;; -t) ORIGTAR=$2; shift ;; -v) USVERSION=$2; shift ;; -o) TARBALL=$2; shift ;; --) shift ; break ;; *) echo "Internal error!" ; exit 1 ;; esac shift done # sanity checks now dh_testdir if [ -z $ORIGTAR ]; then error "you need to specify the original upstream tarball!" fi PACKAGENAME=projectm if [ "$TARBALL" = "" ]; then TARBALL="./${PACKAGENAME}_${USVERSION}+dfsg.orig.tar.gz" fi TMPDIR=`mktemp -d` trap 'rm -rf ${TMPDIR}' EXIT mkdir ${TMPDIR}/${PACKAGENAME} ODIR=`pwd` cd ${TMPDIR}/${PACKAGENAME} tar xzf ${ORIGTAR} cd projectM-complete-${USVERSION}-Source rm -rf ./src/WinLibs rm -rf ./src/macos rm -rf ./src/win32 rm -f ./INSTALL-iTunes-macos.txt rm -rf ./playlists rm -rf ./src/projectM-iTunes-VizKit rm -rf ./src/projectM-iTunes rm -rf ./src/projectM-moviegen rm -rf ./src/projectM-screensaver rm -rf ./src/projectM-wmp find . -type d -name CVS -exec rm -rf {} + find . -type d -name *~ -exec rm {} + cd ${ODIR} tar czf ${TARBALL} -C ${TMPDIR}/${PACKAGENAME} projectM-complete-${USVERSION}-Source debian/projectm-jack.manpages0000644000000000000000000000004011756452456013445 0ustar debian/manpages/projectM-jack.1 debian/projectm-jack.install0000644000000000000000000000010311756452456013320 0ustar usr/bin/projectM-jack usr/share/applications/projectM-jack.desktop debian/libprojectm-qt1.install0000644000000000000000000000003511756452456013610 0ustar usr/lib/libprojectM-qt.so.* debian/rules0000755000000000000000000000156211756452456010271 0ustar #!/usr/bin/make -f # Use this variable to pass configure options for projectM to cmake PROJECTM_CMAKE_FLAGS = \ -DprojectM_FONT_TITLE="/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf" \ -DprojectM_FONT_MENU="/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf" \ -DINCLUDE-PROJECTM-TEST=OFF \ -DINCLUDE-PROJECTM-JACK=ON # Define install target dir INSTALLDIR = $(CURDIR)/debian/tmp # ProjectM source and build dir SRCDIR = $(CURDIR)/src BUILDDIR = $(SRCDIR)/build %: dh $@ --list-missing --sourcedirectory=$(SRCDIR) --builddirectory=$(BUILDDIR) .PHONY: override_dh_strip override_dh_auto_clean: dh_auto_clean # Make sure builddir is gone rm -rf $(BUILDDIR) override_dh_auto_configure: dh_auto_configure -- $(PROJECTM_CMAKE_FLAGS) override_dh_auto_install: dh_auto_install --destdir=$(INSTALLDIR) override_dh_strip: dh_strip --dbg-package=projectm-dbg debian/README.Debian0000755000000000000000000000100611756452456011246 0ustar The Debian Package projectm ---------------------------- Removed components in the DFSG Debian version of this package: src/WinLibs src/macos src/win32 src/projectM-sdlvis/a.out Important notes: The binary "projectM-pulseaudio" of the package "projectm-pulseaudio" crashes with a SIGSEGV on some machines while attempting to add PCM data from PulseAudio. Upstream is notifies about this bug and is working on a fix. -- Matthias Klumpp Mon, 28 Jun 2010 14:22:30 +0100 debian/copyright0000644000000000000000000002046611756452456011150 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: projectM Source: http://projectm.sf.net Comment: The following modules were removed from the Debian version of projectM: src/WinLibs - Binary modules for Windows src/macos - MacOS components src/win32 (Source code was not available/up-to-date, binaries were just useless.) Files: debian/* Copyright: (c) 2009-2012 Matthias Klumpp License: LGPL-2.1+ Files: src/projectM-sdlvis/projectMvis.cc src/libprojectM/event.h src/libprojectM/wipemalloc.cpp src/libprojectM/projectM.cpp src/libprojectM/Renderer/BeatDetect.cpp src/libprojectM/Renderer/FBO.cpp src/libprojectM/PCM.cpp src/libprojectM/MilkdropPresetFactory/InitCond.cpp src/libprojectM/MilkdropPresetFactory/PerPointEqn.cpp src/libprojectM/MilkdropPresetFactory/Eval.cpp src/libprojectM/MilkdropPresetFactory/CustomShape.cpp src/libprojectM/MilkdropPresetFactory/PerPixelEqn.cpp src/libprojectM/MilkdropPresetFactory/Param.cpp src/libprojectM/MilkdropPresetFactory/Expr.cpp src/libprojectM/MilkdropPresetFactory/PerFrameEqn.cpp src/libprojectM/MilkdropPresetFactory/Func.cpp src/libprojectM/MilkdropPresetFactory/MilkdropPreset.cpp src/libprojectM/MilkdropPresetFactory/CustomWave.cpp src/libprojectM/timer.cpp src/libprojectM/KeyHandler.cpp src/projectM-wxvis/wxvisCanvas.cpp src/projectM-wxvis/wxvisFrame.cpp src/projectM-wxvis/wxvisCanvas.h src/projectM-wxvis/wxvisApp.h src/projectM-wxvis/wxvisApp.cpp src/projectM-wxvis/wxvisFrame.h src/projectM-jack/projectM-jack.cpp Copyright: 2003-2004 projectM Team License: LGPL-2.1+ Files: src/projectM-sdlvis/sdltoprojectM.h src/libprojectM/KeyHandler.hpp src/libprojectM/fftsg.h src/libprojectM/Renderer/BeatDetect.hpp src/libprojectM/Renderer/FBO.hpp src/libprojectM/dlldefs.h src/libprojectM/wipemalloc.h src/libprojectM/Common.hpp src/libprojectM/timer.h src/libprojectM/carbontoprojectM.h src/libprojectM/lvtoprojectM.h src/libprojectM/MilkdropPresetFactory/* src/libprojectM/projectM.hpp src/libprojectM/sdltoprojectM.h src/libprojectM/fatal.h src/libprojectM/PCM.hpp src/projectM-libvisual/lvtoprojectM.h Copyright: 2003-2007 projectM Team License: LGPL-2.1+ Files: src/libprojectM/glew.c Copyright: 2002-2008, Marcelo E. Magallon 2002-2008, Milan Ikits 2002, Lev Povalahev License: BSD-2-clause Files: src/libprojectM/ConfigFile.h src/projectM-libvisual/ConfigFile.h src/projectM-qt/configfile.hpp src/projectM-pulseaudio/ConfigFile.h src/projectM-pulseaudio/ConfigFile.cpp src/projectM-test/ConfigFile.h src/projectM-xmms/ConfigFile.h src/projectM-jack/ConfigFile.h src/projectM-jack/ConfigFile.cpp Copyright: 2004 Richard J. Wagner License: MIT Files: src/libprojectM/omptl/omptl_numeric_extentions_par.h src/libprojectM/omptl/omptl_numeric_extentions.h src/libprojectM/omptl/omptl_numeric_extentions_ser.h Copyright: 2007 Fokko Beekhof License: LGPL-2.1+ Files: src/libprojectM/omptl/omptl_algorithm_ser.h src/libprojectM/omptl/omptl_algorithm_par.h src/libprojectM/omptl/omptl_numeric_ser.h src/libprojectM/omptl/omptl_numeric_par.h src/libprojectM/omptl/omptl_tools.h Copyright: 2006 Fokko Beekhof License: LGPL-2.1+ Files: src/libprojectM/MilkdropPresetFactory/PerFrameEqn.hpp Copyright: 2003-2007 projectM Team License: LGPL-2.1+ Files: src/libprojectM/glxew.h src/libprojectM/glew.h Copyright: 2007 The Khronos Group Inc 2002-2008, Marcelo E. Magallon 1999-2007 Brian Paul 2002-2008, Milan Ikits 2002, Lev Povalahev License: MIT BSD-2-clause Files: src/projectM-qt/* src/projectM-pulseaudio/* src/projectM-jack/* Copyright: 2003-2004 projectM Team License: GPL-2+ Files: src/projectM-pulseaudio/qprojectM-pulseaudio.cpp Copyright: 2003-2004 projectM Team License: LGPL-2.1+ GPL-2+ Files: src/projectM-test/projectM-test-memleak.cpp src/projectM-test/projectM-test-texture.cpp src/projectM-test/projectM-test.cpp Copyright: 2003-2008 projectM Team License: LGPL-2.1+ Files: src/projectM-libvisual-alsa/lv_x11_key.c Copyright: 1997-2004 Sam Lantinga License: LGPL-2.1+ Files: src/projectM-libvisual-alsa/lv_x11_key.h Copyright: 2004, 2005, 2006 Dennis Smit License: LGPL-2.1+ License: GPL-2+ All projectM tools are licensed under GPLv2+ ProjectM 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. . ProjectM 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 version 2 can be found in "/usr/share/common-licenses/GPL-2". License: LGPL-2.1+ The libprojectm library code is licensed under LGPLv2.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. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. See 'LICENSE.txt' included within this release . On Debian systems, the complete text of the GNU Lesser General Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2.1". 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: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. 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. . THIS SOFTWARE IS PROVIDED BY THE 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 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. License: MIT 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/libprojectm-dev.install0000644000000000000000000000012011756452456013654 0ustar usr/include/libprojectM usr/lib/libprojectM.so usr/lib/pkgconfig/libprojectM.pc debian/projectm-pulseaudio.install0000644000000000000000000000011711756452456014567 0ustar usr/bin/projectM-pulseaudio usr/share/applications/projectM-pulseaudio.desktop debian/docs0000644000000000000000000000001011756452456010047 0ustar FAQ.txt debian/libprojectm2.install0000644000000000000000000000006711756452456013174 0ustar usr/lib/libprojectM.so.* usr/share/projectM/config.inp debian/source/0000755000000000000000000000000011756452456010505 5ustar debian/source/format0000644000000000000000000000001411756452456011713 0ustar 3.0 (quilt) debian/libvisual-projectm.install0000644000000000000000000000003011756452456014401 0ustar usr/lib/*/libvisual-0.4 debian/compat0000644000000000000000000000000211756452456010403 0ustar 9 debian/control0000644000000000000000000001064711756452456010620 0ustar Source: projectm Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Matthias Klumpp , Reinhard Tartler DM-Upload-Allowed: yes Vcs-Git: git://anonscm.debian.org/pkg-multimedia/projectm.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/projectm.git Build-Depends: cmake, debhelper (>= 9.0.0), libfreetype6-dev, libftgl-dev, libgl1-mesa-dev, libglew-dev, libglu-dev, libice-dev, libjack-dev, libpulse-dev, libqt4-dev, libqt4-opengl-dev, libsdl1.2-dev, libvisual-0.4-dev, libx11-dev Standards-Version: 3.9.3 Homepage: http://projectm.sf.net Package: libprojectm2 Architecture: any Section: libs Depends: projectm-data, ttf-dejavu-core, ${misc:Depends}, ${shlibs:Depends} Replaces: libprojectm-data (<< 2.0.1) Description: Advanced Milkdrop-compatible music visualization library libprojectm is an iterative music visualization library which uses OpenGL for hardware acceleration. It is compatible with Milkdrop presets. . This package contains the library and essential data needed for the visualization library to work. Package: libprojectm-dev Section: libdevel Architecture: any Depends: libprojectm2 (= ${binary:Version}), ${misc:Depends} Description: Advanced Milkdrop-compatible music visualization library - dev libprojectm is an iterative music visualization library which uses OpenGL for hardware acceleration. It is compatible with Milkdrop presets. . This package contains the development headers. Package: projectm-data Architecture: all Section: libs Replaces: libprojectm-data (<< 2.0.1) Breaks: libprojectm-data (<< 2.0.1) Depends: ${misc:Depends} Description: Advanced Milkdrop-compatible music visualization library - data libprojectm is an iterative music visualization library which uses OpenGL for hardware acceleration. It is compatible with Milkdrop presets. . This package contains the presets which are distributed with projectM. Package: libvisual-projectm Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: libvisual module for projectM projectM is an iterative music visualization library which uses OpenGL for hardware acceleration. It is compatible with Milkdrop presets. . This package contains a module for libvisual enabling support for projectM. Package: libprojectm-qt1 Architecture: any Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} Description: projectM Qt4 bindings projectM is an iterative music visualization library which uses OpenGL for hardware acceleration. It is compatible with Milkdrop presets. . This package contains Qt4 interfaces to projectM. Package: libprojectm-qt-dev Section: libdevel Architecture: any Depends: libprojectm-qt1 (= ${binary:Version}), libqt4-opengl-dev, ${misc:Depends} Description: projectM Qt4 (development files) projectM is an iterative music visualization library which uses OpenGL for hardware acceleration. It is compatible with Milkdrop presets. . This package contains the development files for the Qt4 bindings of projectM Package: projectm-jack Architecture: any Depends: jackd, ${misc:Depends}, ${shlibs:Depends} Description: projectM JackAudio module projectM is an iterative music visualization library which uses OpenGL for hardware acceleration. It is compatible with Milkdrop presets. . This package contains an application to visualize JackAudio streams. Package: projectm-pulseaudio Architecture: any Depends: pulseaudio, ${misc:Depends}, ${shlibs:Depends} Description: projectM PulseAudio module projectM is an iterative music visualization library which uses OpenGL for hardware acceleration. It is compatible with Milkdrop presets. . This package contains an application to visualize PulseAudio streams. Package: projectm-dbg Architecture: any Section: debug Priority: extra Depends: libprojectm2 (= ${binary:Version}), ${misc:Depends} Description: Debugging symbols for projectM This package includes debugging symbols for all projectM libraries and applications. projectM is an iterative music visualization library which uses OpenGL for hardware acceleration. It is compatible with Milkdrop presets. . Most people will not need this package. debian/gbp.conf0000644000000000000000000000011611756452456010622 0ustar [DEFAULT] pristine-tar = True [git-buildpackage] export-dir = ../build-area/ debian/changelog0000644000000000000000000001145312262615127011050 0ustar projectm (2.1.0+dfsg-1build2) trusty; urgency=medium * Rebuild against glew 1.10. -- Colin Watson Mon, 06 Jan 2014 21:04:23 +0000 projectm (2.1.0+dfsg-1build1) quantal; urgency=low * No-change rebuild for libglew1.7 -> libglew1.8 transition. -- Ilya Barygin Sat, 08 Sep 2012 18:26:03 +0400 projectm (2.1.0+dfsg-1) unstable; urgency=low * New upstream release: 2.1.0 - Fixed several memory leaks (when projectM gets destroyed, or when a preset gets destroyed) - Resolved some parser errors and an embarrasing evaluation bug (in particular, 2^x does not equal x^2) - +/- keys support to edit the ratings - libvisual / gstreamer compatibility - Various cmake build fixes and improvements - Patches for better Linux distribution integration * Switch to compat-level 9 * Update dfsg-free projectM generator script * Drop all patches: Applied upstream * Install libvisual-plugin into multiarch dir * Set font-settings as build-time parameters * Make debian/copyright DEP-5 compliant -- Matthias Klumpp Mon, 21 May 2012 14:25:49 +0200 projectm (2.0.1+dfsg-12) unstable; urgency=low * Make parser handle cases like "1.0-1.0-2.0" * Fix wrong sqr and sigmoid functions * Unbind FBO when done (might fix some OGL errors) -- Matthias Klumpp Sun, 01 Jan 2012 18:31:08 +0100 projectm (2.0.1+dfsg-11) unstable; urgency=low [ Reinhard Tartler ] * use Breaks: libprojectm-data instead Conflicts [ Matthias Klumpp ] * Fix FTBFS with recent PulseAudio versions (Closes: #646492) * Adjust path to projectM header (Closes: #642498) * Allow DM upload * Fix FTBFS on multiarch Debian config (files were placed wrong) -- Matthias Klumpp Sun, 20 Nov 2011 21:14:58 +0100 projectm (2.0.1+dfsg-10) unstable; urgency=low * Use DejaVu font instead of Bistream-Vera (Closes: #630557) * Update my email-address * Update projectM-Qt dev package dependencies * Fix projectM linking (LP: #819025) * Rebuild for libglew1.5 -> libglew1.6 transition -- Matthias Klumpp Mon, 01 Aug 2011 19:40:08 +0200 projectm (2.0.1+dfsg-9) unstable; urgency=low * Fix incorrect token parsing in presetfactory projectM-pulseaudio hangs whilst trying to parse the idle preset due to incorrect token parsing in libprojectm2 (Closes: #627616). Thanks to Adam Guthrie for the patch! * Adjusted VCS links -- Matthias Klumpp Thu, 09 Jun 2011 13:38:29 +0200 projectm (2.0.1+dfsg-8) unstable; urgency=low * Team upload. * Add patch to fix FTBFS with GCC4.6 (Closes: #624898, LP: #771045). * Bump Standards. -- Alessio Treglia Fri, 06 May 2011 14:24:11 +0200 projectm (2.0.1+dfsg-7) unstable; urgency=low [ Matthias Klumpp ] * Bump debhelper version dependency * Make more use of dh-auto commands * Patch projectM cmake script to find FreeType * Set LC_NUMERIC to "C" in libprojectM (LP: #737915) [ Alessio Treglia ] * Correct team's name. [ Reinhard Tartler ] * add myself to uploaders * normalize fields with wrap-and-sort(1) * apply best practices for dpkg source format 3.0 (quilt) -- Reinhard Tartler Wed, 23 Mar 2011 20:38:38 +0100 projectm (2.0.1+dfsg-6) experimental; urgency=low * Added some missing setter methods for Clementine (Closes: #600653) -- Matthias Klumpp Fri, 19 Nov 2010 20:30:12 +0100 projectm (2.0.1+dfsg-5) unstable; urgency=low * Added patches to make projectM find the right fonts * Do not crash if fonts are not found * Re-enabled FTGL support -- Matthias Klumpp Tue, 28 Sep 2010 18:50:15 +0200 projectm (2.0.1+dfsg-4) unstable; urgency=low * Disable FTGL support (LP: #634925) (caused projectM to crash on some machines) -- Matthias Klumpp Sat, 18 Sep 2010 19:02:50 +0200 projectm (2.0.1+dfsg-3) unstable; urgency=low * Generate valid pc file for libprojectM (Closes: #591011) * Update debian/watch file * Replaced section 'libs' with 'sound' in libvisual-projectm (Solves override disparity) -- Matthias Klumpp Sat, 31 Jul 2010 18:41:14 +0200 projectm (2.0.1+dfsg-2) unstable; urgency=low * Prevent projectM-pulseaudio from crashing if graphics are not supported (Closes: #590706) * Check if PulseAudio is running in projectM-pulseaudio * Improve projectM error handling * Replace libprojectm-data with projectm-data * Bump standards version to 3.9.1 -- Matthias Klumpp Thu, 29 Jul 2010 18:11:52 +0200 projectm (2.0.1+dfsg-1) experimental; urgency=low * Initial release (Closes: #565355, #588529) -- Matthias Klumpp Thu, 01 Jul 2010 14:58:41 +0200 debian/libprojectm-qt-dev.install0000644000000000000000000000013111756452456014300 0ustar usr/include/libprojectM-qt usr/lib/libprojectM-qt.so usr/lib/pkgconfig/libprojectM-qt.pc debian/manpages/0000755000000000000000000000000011756452456011000 5ustar debian/manpages/projectM-pulseaudio.10000644000000000000000000000117211756452456015016 0ustar .TH projectM-PulseAudio 1 "June 24, 2010" .SH NAME projectM-pulseaudio \- ProjectM module for PulseAudio .SH DESCRIPTION This manual page documents the .B projectM-pulseaudio command. .PP .B projectM-pulseaudio provides direct visualisation of PulseAudio streams using the projectM audio visualisation library. .PP .B projectM-pulseaudio can be run from the .B Applications menu after it was installed. .SH AUTHOR projectM-PulseAudio was written by Carmelo Piccione . .PP This manual page was written by Matthias Klumpp , for the Debian project (and may be used by others). debian/manpages/projectM-jack.10000644000000000000000000000117211756452456013554 0ustar .TH projectM-Jack 1 "June 24, 2010" .SH NAME projectM-jack \- ProjectM module for JackAudio .SH DESCRIPTION This manual page documents the .B projectM-jack command. .PP .B projectM-jack provides direct visualisation of a JackAudio stream using the projectM audio visualisation tool. .B projectM-jack offers a stereo-input-channel to connect Jack devices with. .PP .B projectM-jack can be run from the .B Applications menu after it was installed. .SH AUTHOR projectM-Jack was written by the projectM-Team. .PP This manual page was written by Matthias Klumpp , for the Debian project (and may be used by others).