lv2-c++-tools 1.0.5-3build2 source package in Ubuntu

Changelog

lv2-c++-tools (1.0.5-3build2) bionic; urgency=medium

  * No-change rebuild for boost soname change.

 -- Matthias Klose <email address hidden>  Thu, 26 Oct 2017 17:19:30 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lv2-c++-tools_1.0.5.orig.tar.bz2 74.6 KiB 6ce16a51a37259a45d8a7a59f39a6c36fc09b4c700dd26244a9dada241864e3b
lv2-c++-tools_1.0.5-3build2.debian.tar.xz 5.0 KiB 9f8683b0f0d61f72919ce3951136bc0f228d59d88ec5dc3e5acec1eebc05d58d
lv2-c++-tools_1.0.5-3build2.dsc 2.4 KiB e2256b0bffb1cb371d6c173401c4bbc29170e5717ff4fb870affed4916abd5d4

Available diffs

View changes file

Binary packages built by this source

libpaq-dev: library for parsing and querying RDF data (header files)

 some tools and libraries that may come in handy
 when writing LV2 plugins in C++.
 .
 This package contains all necessary files
 for development with lv2-c++-tools.

libpaq0: library for parsing and querying RDF data

 These are some tools and libraries that may come in handy
 when writing LV2 plugins in C++.
 .
 This package provides libpaq, which is a LIBrary for Parsing And
 Querying RDF data in Turtle format.

libpaq0-dbgsym: debug symbols for libpaq0
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++.