lv2-c++-tools 1.0.5-2ubuntu1 source package in Ubuntu

Changelog

lv2-c++-tools (1.0.5-2ubuntu1) xenial; urgency=low

  * Sync from Debian unstable.
  * Revert the rename of the library packages for the g++5 ABI transition,
    and add conflicts/replaces/provides against the renamed packages.  This
    delta can be dropped after the xenial release.

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

  * Team upload
  * Remove myself from Uploaders

 -- Steve Langasek <email address hidden>  Fri, 19 Feb 2016 20:28:00 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe sound

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-2ubuntu1.debian.tar.xz 5.0 KiB e5e99da1d517eb9701f970f61a52b27727a2e4a10529060730117a8ee8bd8efc
lv2-c++-tools_1.0.5-2ubuntu1.dsc 2.4 KiB 0ba4941c6d451f0451c60c4a3f968c7f4dc0275ca76d99836cd3acefca15712a

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: No summary available for libpaq0-dbgsym in ubuntu yakkety.

No description available for libpaq0-dbgsym in ubuntu yakkety.

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 package lv2-c++-tools

 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-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++.