# 使用 Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper 安装 libbluray

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

## 安装

```sh
sudo av install brew:libbluray
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install libbluray
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libbluray
```

  证据: MacPorts ports tree: multimedia/libbluray/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add libbluray
```

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

- dnf (92%):

```sh
sudo dnf install libbluray
```

  证据: Fedora Rawhide package metadata: libbluray from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#libbluray
```

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

- pacman (92%):

```sh
sudo pacman -S libbluray
```

  证据: Arch Linux sync databases: libbluray from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install libbluray-bdj
```

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

- zypper (92%):

```sh
sudo zypper install libbluray-bdj
```

  证据: openSUSE Tumbleweed package metadata: libbluray-bdj from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:libbluray
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/libbluray>
- **版本:** 1.5.0
- **来源摘要:** Blu-Ray disc playback library for media players like VLC
- **主页:** <https://www.videolan.org/developers/libbluray.html>
- **上游文档:** <https://www.videolan.org/developers/libbluray.html>
- **许可证:** LGPL-2.1-or-later
- **源码归档:** <https://download.videolan.org/videolan/libbluray/1.5.0/libbluray-1.5.0.tar.xz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- bd_info (cli)
- bd_list_titles (cli)
- bd_splice (cli)
- bd_info (别名)
- bd_list_titles (别名)
- bd_splice (别名)

## 依赖

- fontconfig
- freetype
- libudfread

## 构建依赖

- meson
- ninja
- pkgconf

## macOS 提供的库

- libxml2

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.5.0
- 本地数据: OK
- 上游仓库: https://www.videolan.org/developers/libbluray.html
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

libbluray is VideoLAN's open-source Blu-ray Disc playback library for media players such as VLC and MPlayer. It handles Blu-ray navigation, playlist parsing, menus, and BD-J while deliberately staying separate from DRM-circumvention code.

### 项目历史

VideoLAN describes libbluray as a research project developed by an international team from Doom9, started from scratch without external specifications or copied code. The project page emphasizes portability across GNU/Linux, Windows, and Mac OS X, LGPL licensing, and a legal boundary: commercial discs protected by AACS or BD+ require separate projects such as libaacs or libbdplus.

The VideoLAN download archive records release directories beginning with 0.2.1 on 2011-11-30. Jean-Baptiste Kempf's 2011 VideoLAN release post described 0.2.1 as the first usable libbluray release and compared it to libdvdnav for Blu-ray Discs.

### 采用历史

libbluray became part of the free multimedia stack because media players could integrate Blu-ray structure and menu support without bundling decryption. VideoLAN's project page names VLC and MPlayer, and package managers distribute it as a dependency for playback applications and media frameworks.

### 使用方式

Applications link libbluray to read Blu-ray directory structures, interpret playlists, navigate titles, and support Java-based BD-J menus. Users normally experience it through a player such as VLC, mpv, MPlayer, Kodi, or FFmpeg builds rather than by invoking libbluray directly.

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

libbluray is important because it keeps the open-source Blu-ray stack modular: disc navigation and BD-J live here, while AACS and BD+ are separate. That split lets distributions package a legal playback/navigation library even when encrypted commercial-disc playback needs user-provided keys or additional components.

### 时间线

- 2011: VideoLAN download archive lists libbluray 0.2.1 on 2011-11-30.
- 2011: Jean-Baptiste Kempf describes libbluray 0.2.1 as the first usable release.
- 2017: VideoLAN archive lists libbluray 1.0.0 on 2017-03-02.
- 2020: VideoLAN archive lists libbluray 1.2.1 on 2020-10-24.
- 2025: libbluray 1.4.0 release post describes BD-J, symbol visibility, and Meson build-system work.
- 2026: VideoLAN archive lists libbluray 1.4.1 on 2026-02-25.

### Related projects

- VLC, MPlayer, mpv, Kodi, FFmpeg, libaacs, libbdplus, libudfread, libdvdnav, libdvdread, and libdvdcss form the nearby optical-disc and media-playback ecosystem.

### 来源

- <https://download.videolan.org/pub/videolan/libbluray/>
- <https://images.videolan.org/developers/libbluray.html>
- <https://jbkempf.com/blog/2025/libbluray-1.4.0/>
- <https://jbkempf.com/blog/Disc-libraries-releases/>
- <https://videolan.videolan.me/libbluray/>


## 安全说明

library-like package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- library-like package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libbluray
- **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

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

- Debian apt - libbluray-bdj - 1:1.3.4-1: normalized package name match | Debian stable package indexes: libbluray-bdj from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Blu-ray Disc Java support library (BD-J library) | https://www.videolan.org/developers/libbluray.html
- Debian apt - libbluray-bin - 1:1.3.4-1+b2: normalized package name match | Debian stable package indexes: libbluray-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Blu-ray disc playback support library (tools) | https://www.videolan.org/developers/libbluray.html
- Debian apt - libbluray-dev - 1:1.3.4-1+b2: normalized package name match | Debian stable package indexes: libbluray-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Blu-ray disc playback support library (development files) | https://www.videolan.org/developers/libbluray.html
- Debian apt - libbluray-doc - 1:1.3.4-1: normalized package name match | Debian stable package indexes: libbluray-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Blu-ray disc playback support library (documentation) | https://www.videolan.org/developers/libbluray.html
- Debian apt - libbluray2 - 1:1.3.4-1+b2: normalized package name match | Debian stable package indexes: libbluray2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Blu-ray disc playback support library (shared library) | https://www.videolan.org/developers/libbluray.html
- Nix - libbluray: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libbluray/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libbluray-bdj - 1:1.3.4-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libbluray-bdj from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Blu-ray Disc Java support library (BD-J library) | https://www.videolan.org/developers/libbluray.html
- Ubuntu apt - libbluray-bin - 1:1.3.4-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libbluray-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Blu-ray disc playback support library (tools) | https://www.videolan.org/developers/libbluray.html
- Ubuntu apt - libbluray-dev - 1:1.3.4-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libbluray-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Blu-ray disc playback support library (development files) | https://www.videolan.org/developers/libbluray.html
- Ubuntu apt - libbluray-doc - 1:1.3.4-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libbluray-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Blu-ray disc playback support library (documentation) | https://www.videolan.org/developers/libbluray.html
- Ubuntu apt - libbluray2 - 1:1.3.4-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libbluray2 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Blu-ray disc playback support library (shared library) | https://www.videolan.org/developers/libbluray.html
- apk - libbluray - 1.5.0-r0: normalized package name match | Alpine Linux edge package indexes: libbluray from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library for Blu-Ray disc playback | https://www.videolan.org/developers/libbluray.html
- apk - libbluray-dev - 1.5.0-r0: normalized package name match | Alpine Linux edge package indexes: libbluray-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library for Blu-Ray disc playback (development files) | https://www.videolan.org/developers/libbluray.html
- dnf - libbluray - 1.4.0-4.fc45: normalized package name match | Fedora Rawhide package metadata: libbluray from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Library to access Blu-Ray disks for video playback | https://www.videolan.org/developers/libbluray.html
- dnf - libbluray-bdj - 1.4.0-4.fc45: normalized package name match | Fedora Rawhide package metadata: libbluray-bdj from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | BDJ support for libbluray | https://www.videolan.org/developers/libbluray.html
- dnf - libbluray-devel - 1.4.0-4.fc45: normalized package name match | Fedora Rawhide package metadata: libbluray-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for libbluray | https://www.videolan.org/developers/libbluray.html


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/zh-hans/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Web development packages](https://pkg.so/zh-hans/web-dev-tools/) - Matched web development metadata.
- [fontconfig](https://pkg.so/zh-hans/brew/fontconfig/) - Runtime dependency declared by Homebrew.
- [freetype](https://pkg.so/zh-hans/brew/freetype/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [ninja](https://pkg.so/zh-hans/brew/ninja/) - Build dependency declared by Homebrew.
- [meson](https://pkg.so/zh-hans/brew/meson/) - Build dependency declared by Homebrew.
- [mpv](https://pkg.so/zh-hans/brew/mpv/) - Popular package that depends on this formula.
- [handbrake](https://pkg.so/zh-hans/brew/handbrake/) - Popular package that depends on this formula.
- [ffmpeg-full](https://pkg.so/zh-hans/brew/ffmpeg-full/) - Popular package that depends on this formula.
- [libcdio](https://pkg.so/zh-hans/brew/libcdio/) - Shares pkgdb curated category or tags: cli, library, media, optical-disc.
- [libcdio-paranoia](https://pkg.so/zh-hans/brew/libcdio-paranoia/) - Shares pkgdb curated category or tags: cli, library, media, optical-disc.
- [dvd+rw-tools](https://pkg.so/zh-hans/brew/dvd-rw-tools/) - Shares pkgdb curated category or tags: blu-ray, cli, media, optical-disc.
- [openexr](https://pkg.so/zh-hans/brew/openexr/) - Shares pkgdb curated category or tags: cli, library, media.
- [imagemagick](https://pkg.so/zh-hans/brew/imagemagick/) - Shares pkgdb curated category or tags: cli, library, media.
- [graphite2](https://pkg.so/zh-hans/brew/graphite2/) - Shares pkgdb curated category or tags: cli, library, media.
- [libvmaf](https://pkg.so/zh-hans/brew/libvmaf/) - Shares pkgdb curated category or tags: cli, library, media.
- [poppler](https://pkg.so/zh-hans/brew/poppler/) - Shares pkgdb curated category or tags: cli, library, media.
- [libaacs](https://pkg.so/zh-hans/brew/libaacs/) - Local package facts share a topical domain. Shared terms: blu, blu-ray, cli, info, media.
- [cdrtools](https://pkg.so/zh-hans/brew/cdrtools/) - Local package facts share a topical domain. Shared terms: blu, blu-ray, cli, disc, media.

## Combined YAML source

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


## 来源

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