lv2-c++-tools 1.0.5-4 source package in Ubuntu

Changelog

lv2-c++-tools (1.0.5-4) unstable; urgency=medium

  * Team upload.
  * debian/control:
    - Bump Standards-Version.
    - Remove obsolete Breaks+Replaces.
    - Remove unused B-D on libdirectfb-dev. (Closes: #855512)
    - Remove unnecessary B-D on fakeroot.

 -- Sebastian Ramacher <email address hidden>  Sun, 03 Sep 2017 23:11:37 +0200

Upload details

Uploaded by:
Debian Multimedia Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Maintainers
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe sound

Downloads

File Size SHA-256 Checksum
lv2-c++-tools_1.0.5-4.dsc 2.3 KiB 69668ebeac38982d3756e9851026a8f9cef3ba9784514d387f51aade0d6c254f
lv2-c++-tools_1.0.5.orig.tar.bz2 74.6 KiB 6ce16a51a37259a45d8a7a59f39a6c36fc09b4c700dd26244a9dada241864e3b
lv2-c++-tools_1.0.5-4.debian.tar.xz 4.9 KiB dd10c6a716b1b7864731fcab6113a079918f88bb9469a291fac16d833239f877

No changes file available.

Binary packages built by this source

libpaq-dev: No summary available for libpaq-dev in ubuntu cosmic.

No description available for libpaq-dev in ubuntu cosmic.

libpaq0: No summary available for libpaq0 in ubuntu cosmic.

No description available for libpaq0 in ubuntu cosmic.

libpaq0-dbgsym: No summary available for libpaq0-dbgsym in ubuntu cosmic.

No description available for libpaq0-dbgsym in ubuntu cosmic.

lv2-c++-tools: library and tools for LV2 plugins

 These are some tools and libraries that may come in handy
 when writing LV2 plugins in C++.
 .
 The following static libraries are provided:
  * liblv2-plugin is a C++ library that you can use to write LV2
    plugins by inheriting from a plugin base class and overriding
    a small number of functions.
  * liblv2-gui is a C++ library that you can use to write LV2
    plugin GUIs.
 .
 This package also contains the binaries lv2peg and lv2soname:
  * lv2peg is a program that generates C header files from
    Turtle files containing LV2 plugin data.
  * lv2soname is a program that generate the RDF triples needed
    to tell hosts that the library with that soname must never be
    unloaded even after your plugin GUI library has been unloaded.
 .
 This package provides runtime objects and development files.

lv2-c++-tools-dbgsym: debug symbols for lv2-c++-tools
lv2-c++-tools-doc: lv2-c++-tools documentation

 Complete HTML documentation for lv2-c++-tools
 .
 These documents describes some C++ classes
 that may be of use if you want to write LV2 plugins in C++.