debian/0000755000000000000000000000000012076147442007175 5ustar debian/watch0000644000000000000000000000007512061773551010230 0ustar version=3 http://sf.net/pure-data/unauthorized-(.*)\.tar\.gz debian/copyright0000644000000000000000000000464612061773551011142 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 Name: unauthorized Maintainer: Hans-Christoph Steiner Source: http://sourceforge.net/projects/pure-data/files/libraries/unauthorized/ Files: * Copyright: 2001-2003, Yves Degoyon License: GPL-2+ Files: disto~.c wahwah~.c Copyright: 2001, Alexei Smoli License: GPL-2+ Files: mpg123.h mpglib.h Copyright: 1995-2006 by the mpg123 project (Michael Hipp, Oliver Fromme, Thomas Orgis, Nicholas J Humfrey, and contributors) License: LGPL-2.1+ Files: grid.c pianoroll.c Copyright: 1997-1999 Miller Puckette. License: Pd License License: GPL-2+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. License: LGPL-2.1+ On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. License: Pd License The authors hereby grant permission to use, copy, modify, distribute, and license this software and its documentation for any purpose, provided that existing copyright notices are retained in all copies and that this notice is included verbatim in any distributions. No written agreement, license, or royalty fee is required for any of the authorized uses. Modifications to this software may be copyrighted by their authors and need not follow the licensing terms described here, provided that the new terms are clearly indicated on the first page of each file where they apply. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. RESTRICTED RIGHTS: Use, duplication or disclosure by the government is subject to the restrictions as set forth in subparagraph (c) (1) (ii) of the Rights in Technical Data and Computer Software Clause as DFARS 252.227-7013 and FAR 52.227-19. debian/gbp.conf0000644000000000000000000000024512061773551010615 0ustar [DEFAULT] upstream-branch = upstream debian-branch = master upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s pristine-tar = True sign-tags = True debian/changelog0000644000000000000000000000024112076147442011044 0ustar pd-unauthorized (0.1-1) unstable; urgency=low * Initial release (Closes: #636273) -- Hans-Christoph Steiner Thu, 17 Jan 2013 23:27:03 -0500 debian/control0000644000000000000000000000460612076147123010602 0ustar Source: pd-unauthorized Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers DM-Upload-Allowed: yes Uploaders: Hans-Christoph Steiner Build-Depends: debhelper (>= 7.0.50~), puredata-dev | puredata (<< 0.43), libmp3lame-dev, libspeex-dev Standards-Version: 3.9.4 Homepage: http://ydegoyon.free.fr/software.html Vcs-Git: git://git.debian.org/pkg-multimedia/pd-unauthorized.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-unauthorized.git;a=summary Package: pd-unauthorized Architecture: any Depends: ${shlibs:Depends}, pd, pd-libdir, ${misc:Depends} Recommends: pd-import, pd-zexy Description: library of Pd objects for streaming and GUI control unauthorized is a Pure Data library of GUI objects and a handful of objects for working with streaming and mp3s. . audience~: 2-dimensional audience simulation beatify~: modulate amplitude of a sound blinkenlight: a blinken lights films player ( but also a pixel grid ) compressor~: a compressor of audio signals cooled: a micro sound editor disto~: a kind of effect used in pop music, use it elsewhere exciter: a bang-events sequencer filterbank~: outputs frequency response for a range of filters formant~ is a formant synthesis generator external for pd grid: 2-dimensional control object, ala "kaospad" mp3amp~ is a MPEG I Layer III (mp3) icecast/shoutcast client mp3cast~ is a MPEG I Layer III (mp3) streaming external mp3streamout~: peer-to-peer mp3 streaming out mp3fileout~: peer-to-peer mp3 streaming to a file mp3streamin~: peer-to-peer mp3 stream receiving mp3write~ is a MPEG I Layer III (mp3) file writer. pianoroll: a graphical sequencer controller playlist: choose a file in 1 click with space, numeric, characters probalizer: outputs integer values according to a drawn probability curve samplebox~: an opaque box to record and playback a sound scratcher~: records a sound and lets you scratch it with your mouse scrolllist: displays and scrolls a text in a patch window sonogram~: displays, plays back and lets you modify a recorded sonogram. speexin~: a voice quality stream receiver using Speex library speexout~: a voice quality streamer using Speex library spigot~: a signal router. wahwah~: a kind of effect used in psychedelic music, use it elsewhere debian/compat0000644000000000000000000000000212061773551010373 0ustar 7 debian/rules0000755000000000000000000000100112061773551010245 0ustar #!/usr/bin/make -f LIBRARY_NAME = unauthorized PACKAGE = pd-$(LIBRARY_NAME) pkglibdir = /usr/lib/pd/extra %: dh $@ --buildsystem=makefile override_dh_auto_install: dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir) # replace license file with link to the Debian license file rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt override_dh_shlibdeps: dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \ -T$(CURDIR)/debian/$(PACKAGE).substvars debian/links0000644000000000000000000000040212061773551010234 0ustar usr/lib/pd/extra/unauthorized/README.txt usr/share/doc/pd-unauthorized/README usr/lib/pd/extra/unauthorized/examples usr/share/doc/pd-unauthorized/examples usr/share/common-licenses/GPL-2 usr/lib/pd/extra/unauthorized/LICENSE.txt debian/pd-unauthorized.lintian-overrides0000644000000000000000000000076212061773551015704 0ustar # the upstream library format includes an 'examples' directory where example # scripts are kept. This directory needs to be part of the library itself so # that the documentation browser, aka the "Help Browser" can find and display # the examples. Sometimes the example scripts include image files to # manipulate. pd-unauthorized: image-file-in-usr-lib usr/lib/pd/extra/unauthorized/examples/speaker.gif pd-unauthorized: image-file-in-usr-lib usr/lib/pd/extra/unauthorized/examples/wanderer.gif debian/source/0000755000000000000000000000000012076147063010474 5ustar debian/source/format0000644000000000000000000000001412061773551011703 0ustar 3.0 (quilt)