pd-moonlib 0.3.6-2 source package in Ubuntu

Changelog

pd-moonlib (0.3.6-2) unstable; urgency=medium

  * Simplified & unified d/rules
    * Bumped dh compat to 11
    * Enabled hardening
  * Updated Vcs-* stanzas to salsa.d.o
  * Updated maintainer address
  * Switched URLs to https://
  * Updated d/copyright(_hints)
  * Removed trailing whitespace in debian/*
  * Bumped standards version to 4.1.3

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Thu, 01 Feb 2018 23:23:45 +0100

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
any
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pd-moonlib_0.3.6-2.dsc 2.0 KiB 2b6ec99423dd929d139137f6391f6ab7596960c9028e1357358cbbcbae7c6a80
pd-moonlib_0.3.6.orig.tar.gz 94.1 KiB b8d8792c21ea4535cc383fb0231102ff8d7d55a1c8cdbfbd9129ba9d28383681
pd-moonlib_0.3.6-2.debian.tar.xz 4.6 KiB 039e8d3b269b8989f4e2486a9866aac06e36302cfd19105edbbb632defe244a2

Available diffs

No changes file available.

Binary packages built by this source

pd-moonlib: library of Pd objects related to GUI control

 Moonlib includes three sub-sections: nilib, which is a kind of wrapper
 between Pd and Gtk, sublib, which is a collection of gui control objects, and
 other, which are miscellaneous objects:
 .
  * tabenv: like env~, an enveloppe follower, but computing on a table,
            so possibly much speeder than real-time env~'s computation
  * tabsort, tabsort2: returns the indices of the sorted table,
                       tabsort2 is bidimentionnal
  * gamme: one octave of a piano keyboard used to filter/choose
           notes in a selected scale
  * absolutepath/relativepath: to use files (sounds, texts, presets,
                               images, programs...) nested in the patch's
                               directory (and in subdirs)
  * sarray and slist: to creates shared dynamic arrays or lists with symbols
  * sfread2~ and readsfv~: to pitch the direct-from-disk reading of sound files
  * dinlet~: an inlet~ with a default value (when nothing is connected to it)
  * mknob: a round knob ala iemgui vslider (with its "properties" window)
  * dispatch: creates one bus name for many buttons' buses: from the
              N pairs (slider1-snd/slider1-rcv) ... (sliderN-snd/sliderN-rcv),
              creates only one pair of buses named (slider-snd/slider-rcv),
              in which datas are prepended by the number of the "sub-bus"
  * joystik: an improvement of Joseph A. Sarlo's joystick
  * image: an improvement of Guenter Geiger's one. Same name, but it's
           compatible. Here you can share images through different objects,
           preload a list of images, and animate this list.

pd-moonlib-dbgsym: debug symbols for pd-moonlib