pd-moonlib 0.4-2 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 13.
  * Set upstream metadata fields:
    Bug-Database, Bug-Submit, Repository, Repository-Browse.

  [ IOhannes m zmölnig (Debian/GNU) ]
  * Removed Hans-Christoph Steiner from Uploaders as he requested
  * Add salsa-ci configuration
  * Remove obsolete file d/source/local-options
  * Update lintian-overrides for false-positives
  * Fix spelling mistakes
  * Update d/watch
  * Bump standards version to 4.6.1

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Fri, 12 Aug 2022 00:41:11 +0200

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.4-2.dsc 2.1 KiB 19acf9e0fbf295c38eba034b1ab12019828bc0933e15695c7c69ebae558c6c7d
pd-moonlib_0.4.orig.tar.gz 98.0 KiB e1bf33ac54732fe5be856820638dea7060c59f945fe07497e42c55c89d31d593
pd-moonlib_0.4-2.debian.tar.xz 5.2 KiB 727731383a1c64a86b08c61de584e755400de088b5f25eb0444ad7fe0983f576

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 bidimensional
  * 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