# Installer lv2 avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de lv2 pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:lv2
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install lv2
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lv2
```

  Preuve: MacPorts ports tree: audio/lv2/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add lv2
```

  Preuve: Alpine Linux edge package indexes: lv2 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install lv2-dev
```

  Preuve: Debian stable package indexes: lv2-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install lv2
```

  Preuve: Fedora Rawhide package metadata: lv2 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#lv2
```

  Preuve: nixpkgs package indexes: pkgs/by-name/lv/lv2/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S lv2
```

  Preuve: Arch Linux sync databases: lv2 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install lv2
```

  Preuve: openSUSE Tumbleweed package metadata: lv2 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:lv2
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/lv2>
- **Version:** 1.18.10
- **Résumé source:** Portable plugin standard for audio systems
- **Page d'accueil:** <https://lv2plug.in/>
- **Dépôt:** <https://gitlab.com/lv2/lv2>
- **Docs amont:** <https://lv2plug.in/>
- **Licence:** 0BSD OR ISC
- **Archive source:** <https://lv2plug.in/spec/lv2-1.18.10.tar.xz>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- lv2_validate (cli)
- lv2_validate (alias)

## Dépendances de compilation

- meson
- ninja

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 1.18.10
- données locales: OK
- dépôt amont: https://lv2plug.in/
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

LV2 is an extensible, open audio plugin standard. The project distributes C headers, Turtle metadata, specification bundles, documentation-generation tools, tests, and example plugins used by audio hosts and plugin developers.

### Historique du projet

The current LV2 source README carries copyright years beginning in 2010 for David Robillard and describes LV2 as a plugin standard with an extensible C API and self-contained bundle directories. The public GitLab repository was created in January 2019 and now serves as the official source repository linked from lv2plug.in.

The official site explains LV2 as a small core interface with extensions for advanced behavior. Its 'Why LV2?' page frames the design around a platform-agnostic free-software specification, expressive metadata, optional compatibility features, embeddable UIs, state, presets, logging, non-realtime worker methods, and extensibility.

### Historique d'adoption

LV2 adoption is strongest in Linux and free-software audio. The official projects page lists plugins, synths, effects, meters, hosts, and developer tools, including Ardour, Audacity, Carla, Jalv, Qtractor, REAPER, and Lilv-related tooling.

Package-manager adoption follows from the standard's role as infrastructure: distributions package LV2 headers and bundles so hosts and plugins can build against a shared specification. Homebrew packages it for macOS users who build or run LV2-capable audio software.

### Modes d'utilisation

Plugin authors use the LV2 headers, example plugins, and generated programming documentation as templates. Host authors commonly use Lilv, which the LV2 documentation names as the standard library for plugin discovery, inspection, and instantiation.

LV2 data is installed as bundles, commonly directories ending in `.lv2`. The filesystem hierarchy document defines default bundle locations such as `$HOME/.lv2` and `$PREFIX/lib/lv2` on Unix, macOS Audio Plug-Ins/LV2 directories, and `%APPDATA%/LV2` or `%COMMONPROGRAMFILES%/LV2` on Windows, discovered through `LV2_PATH`.

### Pourquoi les passionnés de paquets s'y intéressent

LV2 matters to package maintainers because it is a specification package that other packages compile against and discover at runtime. The package is small, but its installed headers, metadata bundles, validator, and search paths define whether large audio stacks interoperate.

### Chronologie

- 2010: Copyright start year recorded in the current LV2 README.
- 2014: v1.10.0 tag present in the official GitLab repository.
- 2019: Official GitLab project created.
- 2022: LV2 1.18.10 release published and shown on the specification site.

### Related projects

- Lilv is the standard LV2 host library recommended by the official developing guide.
- Jalv is a real-time JACK host used as a reference-style example.
- Ardour, Audacity, Carla, Qtractor, REAPER, and Zrythm are listed as LV2-capable hosts or projects.

### Sources

- <https://gitlab.com/api/v4/projects/lv2%2Flv2>
- <https://gitlab.com/api/v4/projects/lv2%2Flv2/releases?per_page=5>
- <https://gitlab.com/lv2/lv2>
- <https://gitlab.com/lv2/lv2/-/raw/main/README.md>
- <https://lv2plug.in/>
- <https://lv2plug.in/pages/developing.html>
- <https://lv2plug.in/pages/filesystem-hierarchy-standard.html>
- <https://lv2plug.in/pages/projects.html>
- <https://lv2plug.in/pages/why-lv2.html>


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** lv2
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - lv2-dev - 1.18.10-2+b2: normalized package name match | Debian stable package indexes: lv2-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | LV2 audio plugin specification | https://lv2plug.in/
- Debian apt - lv2-examples - 1.18.10-2+b2: normalized package name match | Debian stable package indexes: lv2-examples from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | LV2 audio plugin specification (example plugins) | https://lv2plug.in/
- Nix - lv2: normalized package name match | nixpkgs package indexes: pkgs/by-name/lv/lv2/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - lv2-dev - 1.18.10-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: lv2-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | LV2 audio plugin specification | https://lv2plug.in/
- Ubuntu apt - lv2-examples - 1.18.10-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: lv2-examples from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | LV2 audio plugin specification (example plugins) | https://lv2plug.in/
- apk - lv2 - 1.18.10-r1: normalized package name match | Alpine Linux edge package indexes: lv2 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | extensible open standard for audio plugins | https://lv2plug.in
- apk - lv2-dev - 1.18.10-r1: normalized package name match | Alpine Linux edge package indexes: lv2-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | extensible open standard for audio plugins (development files) | https://lv2plug.in
- apk - lv2-specgen - 1.18.10-r1: normalized package name match | Alpine Linux edge package indexes: lv2-specgen from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | extensible open standard for audio plugins (python specgen) | https://lv2plug.in
- dnf - lv2 - 1.18.10-4.fc44: normalized package name match | Fedora Rawhide package metadata: lv2 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Audio Plugin Standard | https://lv2plug.in
- dnf - lv2-devel - 1.18.10-4.fc44: normalized package name match | Fedora Rawhide package metadata: lv2-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | API for the LV2 Audio Plugin Standard | https://lv2plug.in
- dnf - lv2-doc - 1.18.10-4.fc44: normalized package name match | Fedora Rawhide package metadata: lv2-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Documentation for the LV2 Audio Plugin Standard | https://lv2plug.in
- dnf - lv2-example-plugins - 1.18.10-4.fc44: normalized package name match | Fedora Rawhide package metadata: lv2-example-plugins from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Examples of the LV2 Audio Plugin Standard | https://lv2plug.in
- pacman - lv2 - 1.18.10-2: normalized package name match | Arch Linux sync databases: lv2 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Plugin standard for audio systems | https://lv2plug.in/
- zypper - lv2 - 1.18.10-3.6: normalized package name match | openSUSE Tumbleweed package metadata: lv2 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Plugin standard for audio systems | https://lv2plug.in/
- zypper - lv2-devel - 1.18.10-3.6: normalized package name match | openSUSE Tumbleweed package metadata: lv2-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Development files for LV2 | https://lv2plug.in/
- zypper - lv2-docs - 1.18.10-3.6: normalized package name match | openSUSE Tumbleweed package metadata: lv2-docs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | LV2 documentation | https://lv2plug.in/


## Liens liés

- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/fr/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [meson](https://www.automicvault.com/fr/pkg/brew/meson/) - Build dependency declared by Homebrew.
- [ninja](https://www.automicvault.com/fr/pkg/brew/ninja/) - Build dependency declared by Homebrew.
- [lilv](https://www.automicvault.com/fr/pkg/brew/lilv/) - Popular package that depends on this formula.
- [lv](https://www.automicvault.com/fr/pkg/brew/lv/) - Package name indicates the same formula family.
- [carla](https://www.automicvault.com/fr/pkg/brew/carla/) - Shares av.db curated category or tags: audio, cli, lv2, media.
- [a52dec](https://www.automicvault.com/fr/pkg/brew/a52dec/) - Shares av.db curated category or tags: audio, cli, media.
- [abcde](https://www.automicvault.com/fr/pkg/brew/abcde/) - Shares av.db curated category or tags: audio, cli, media.
- [adplay](https://www.automicvault.com/fr/pkg/brew/adplay/) - Shares av.db curated category or tags: audio, cli, media.
- [adplug](https://www.automicvault.com/fr/pkg/brew/adplug/) - Shares av.db curated category or tags: audio, cli, media.
- [aften](https://www.automicvault.com/fr/pkg/brew/aften/) - Shares av.db curated category or tags: audio, cli, media.
- [alsa-lib](https://www.automicvault.com/fr/pkg/brew/alsa-lib/) - Shares av.db curated category or tags: audio, cli, media.
- [asak](https://www.automicvault.com/fr/pkg/brew/asak/) - Shares av.db curated category or tags: audio, cli, media.
- [ficy](https://www.automicvault.com/fr/pkg/brew/ficy/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, media.
- [uade](https://www.automicvault.com/fr/pkg/brew/uade/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, media.

## Combined YAML source

View the package source record on GitHub. [combined/lv2.yml](https://github.com/automic-vault/db/blob/main/combined/lv2.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
