# 使用 Homebrew, apt, Nix 安装 ladspa-sdk

查看 ladspa-sdk 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:ladspa-sdk
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ladspa-sdk
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install ladspa-sdk
```

  证据: Debian stable package indexes: ladspa-sdk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#ladspa-sdk
```

  证据: nixpkgs package indexes: pkgs/by-name/la/ladspa-sdk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:ladspa-sdk
- **软件包管理器:** Homebrew
- **版本:** 1.17
- **来源摘要:** Linux Audio Developer's Simple Plugin
- **主页:** <https://www.ladspa.org>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- analyseplugin (别名)
- applyplugin (别名)
- listplugins (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.17
## 项目历史与用法

LADSPA SDK packages the Linux Audio Developer's Simple Plugin API header, example audio plugins, and small host/inspection tools for the older but still package-relevant LADSPA audio plugin standard. Its cultural importance is less about a large application and more about a compact ABI that made Unix audio plugin packaging predictable.

### 项目历史

The original API text was posted by Richard Furse in 2000 as a deliberately short C interface for unit generators that could be dynamically loaded by multiple audio hosts. The official SDK change log records version 1.01 on 2 April 2000 with the header, limited documentation, three plugins, and two hosts, followed in May 2000 by SDK version numbering, more example plugins, LADSPA_PATH support, HTML documentation, and the listplugins utility.

The SDK stayed intentionally small. Version 1.10 introduced the LGPL license in May 2001, version 1.12 updated the SDK for LADSPA v1.1 in August 2002, and later maintenance releases in 2019 and 2021 modernized the build, default search paths, libsndfile use in applyplugin, and small command-line behavior.

### 采用历史

The LADSPA site describes the standard as a way for audio processors and effects to plug into a wide range of Linux synthesis and recording packages, with most major Linux audio applications supporting it. The same page points to plugin libraries and generators such as Steve Harris's plugins, CMT, CAPS, TAP, and Faust, which is why the SDK package tends to appear as a small dependency in audio-oriented package sets.

### 使用方式

Developers use the SDK primarily for ladspa.h and the example code, while users and package tests see analyseplugin, applyplugin, and listplugins. The LADSPA_PATH environment variable is part of the historical packaging story because it gives hosts a standard way to find installed plugin shared libraries.

### 为什么软件包爱好者会关心

LADSPA SDK is a classic small-library package: stable header, tiny tools, simple search path, and lots of downstream optional integrations. It matters because it represents the Unix packaging style of exposing a narrow shared interface rather than shipping a whole workstation.

### 时间线

- 2000-04-02: LADSPA SDK 1.01 initial release included the header, limited documentation, three plugins, and two hosts.
- 2000-05-04: SDK 1.02 added version numbering, ten example plugins, and LADSPA_PATH support.
- 2001-05-08: SDK 1.10 introduced LGPL licensing.
- 2002-08-07: SDK 1.12 updated for LADSPA v1.1.
- 2019-01-03: SDK 1.14 modernized build details and introduced a default plugin search path.
- 2021-09-09: SDK 1.17 shipped applyplugin clip-checking and usage-message maintenance.

### Related projects

- The official site links LADSPA to the CMT plugin library, Steve Harris plugins, CAPS, TAP, Faust, Csound-oriented tooling, and other Linux audio projects that either provide LADSPA plugins or generate them.

### 来源

- <https://ladspa.org/original_api.txt>
- <https://www.ladspa.org/>
- <https://www.ladspa.org/ladspa_sdk/changes.html>
- <https://www.ladspa.org/ladspa_sdk/overview.html>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 其他软件包管理器记录

- Debian apt - ladspa-sdk - 1.17-1+b1: normalized package name match | Debian stable package indexes: ladspa-sdk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | sample tools for linux-audio-dev plugin architecture | https://www.ladspa.org/
- Nix - ladspa-sdk: normalized package name match | nixpkgs package indexes: pkgs/by-name/la/ladspa-sdk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ladspa-sdk - 1.17-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: ladspa-sdk from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | sample tools for linux-audio-dev plugin architecture | https://www.ladspa.org/


## Combined YAML source

View the package source record on GitHub. [combined/ladspa-sdk.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ladspa-sdk.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
