komposter 0+git20201216+ds-3 source package in Ubuntu

Changelog

komposter (0+git20201216+ds-3) unstable; urgency=medium

  * Update broken symlink. (Closes: #1040559)
  * Bump standards version to 4.6.2.
  * d/control: update build-depends for libfreetype-dev.

 -- Gürkan Myczko <email address hidden>  Mon, 24 Jul 2023 14:22:36 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
komposter_0+git20201216+ds-3.dsc 2.1 KiB 8af015578dbfe5f9d74f8d904e4f50aabd2fd674897d539ee25255ea70f819f0
komposter_0+git20201216+ds.orig.tar.xz 744.0 KiB d87e21404485f4bc1b2268d72b27bd2882442261c7c33a55bbc60ea0558dc1f4
komposter_0+git20201216+ds-3.debian.tar.xz 5.6 KiB b8be0b8045528ea3cac0eaf3f756f557f44b218f76cdd4b03c34d94df40af96c

No changes file available.

Binary packages built by this source

komposter: lightweight music composing system

 This is a lightweight music composing system intended mainly to be used
 in applications where the size of the executable must be minimized such as 4K
 and 64K intros.
 .
 It is built using a modular "virtual analog" model, where the composer can
 build the synthesizers from scratch using simple basic building blocks. This
 minimizes the amount of code required and relies more on data, which can be
 compressed more effectively.
 .
 A simple pattern-based sequencer is used to create songs which use up to 24
 voices, each of which can use a different synthesizer. Each synthesizer can be
 programmed with a number of patches that can be switched between patterns.
 .
 Included with Komposter is a music player with full x86 assembly source code
 as well as a converter for generating nasm-includeable files from song files.
 Source code for the converter is also provided.

komposter-dbgsym: debug symbols for komposter