Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/dssi,
API for audio processing plugins
Branch: CURRENT,
Version: 1.1.1,
Package name: dssi-1.1.1,
Maintainer: jfranzDSSI (pronounced "dizzy") is an API for audio processing plugins,
particularly useful for software synthesis plugins with user
interfaces.
DSSI is an open and well-documented specification developed for use
in Linux audio applications, although portable to other platforms.
It may be thought of as LADSPA-for-instruments, or something
comparable to VSTi.
DSSI consists of a C language API for use by plugins and hosts,
based on the LADSPA API, and an OSC (Open Sound Control) API for
use in user interface to host communications. The DSSI specification
consists of an RFC which describes the background for the proposal
and defines the OSC part of the specification, and a documented
header file which defines the C API.
Required to run:[
audio/libsamplerate] [
audio/libsndfile] [
audio/ladspa] [
audio/jack] [
lang/g95] [
wip/libdssialsacompat] [
audio/liblo]
Required to build:[
devel/libtool-fortran] [
pkgtools/cwrappers]
Master sites:
SHA1: fd08bc8579871d94a6fd43fb241fb2dd1b0f5dc6
RMD160: 758bace54128d856d724d388494b5926488100b9
Filesize: 695.35 KB
Version history: (Expand)
- (2020-11-01) Package deleted from pkgsrc
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
CVS history: (Expand)
2013-12-19 07:03:38 by othyro | Files touched by this commit (2) |
Log message:
Understand cryptic install message at last. Removing TODO.
BUILDLINK_DEPMETHOD.libdssialsacompat=full
|
2013-02-27 12:34:18 by othyro | Files touched by this commit (1) |
Log message:
Set BUILDLINK_DEPMETHOD.libdssicompat=build, but still doesn't fix the
error seen in the bulk builds.
|
2012-11-11 13:44:13 by othyro | Files touched by this commit (6) |
Log message:
Fixed variable name.
|
2012-11-05 14:59:58 by othyro | Files touched by this commit (1) | |
Log message:
Regenerated due to update to latest stable.
|
2012-11-05 14:57:27 by othyro | Files touched by this commit (1) |
Log message:
Updated to latest stable. This fixes a bug which required malloc().
+LICENSE; Removed -ldl if OPSYS != Linux; USE_TOOLS+=gmake, gsed;
Buildlinked dlopen; Added options framework for QT option; passes pkgling;
|
2012-11-05 14:54:43 by othyro | Files touched by this commit (1) | |
Log message:
Added and removed some entries due to update. Added optional qt entries too
|
2012-11-05 14:53:49 by othyro | Files touched by this commit (1) |
Log message:
Help with this (previous version had the same issue):
=> Checking for missing run-time search paths in dssi-1.1.1
ERROR: /usr/pkg/lib/libdssialsacompat.so.0: libdssialsacompat-1.0.8a is not a \
runtime dependency
ERROR: /usr/pkg/lib/libdssialsacompat.so.0: libdssialsacompat-1.0.8a is not a \
runtime dependency
ERROR: /usr/pkg/lib/libdssialsacompat.so.0: libdssialsacompat-1.0.8a is not a \
runtime dependency
ERROR: /usr/pkg/lib/libdssialsacompat.so.0: libdssialsacompat-1.0.8a is not a \
runtime dependency
ERROR: /usr/pkg/lib/libdssialsacompat.so.0: libdssialsacompat-1.0.8a is not a \
runtime dependency
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/wip/dssi
*** Error code 1
|
2012-11-05 14:52:38 by othyro | Files touched by this commit (1) | |
Log message:
Clarified buildlinked libraries, updated ABI version, added BUILD_OPTIONS
for the qt option. Added dlopen.
|