# ladspa-sdk を Homebrew, apt, Nix でインストール

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
