# Installer libxspf avec Homebrew, apk, MacPorts, zypper

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

## installation

```sh
sudo av install brew:libxspf
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install libxspf
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libxspf
```

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

### Linux

- apk (92%):

```sh
sudo apk add libxspf
```

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

- zypper (92%):

```sh
sudo zypper install libxspf-devel
```

  Preuve: openSUSE Tumbleweed package metadata: libxspf-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:libxspf
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/libxspf>
- **Version:** 1.2.1
- **Résumé source:** C++ library for XSPF playlist reading and writing
- **Page d'accueil:** <https://libspiff.sourceforge.net/>
- **Docs amont:** <https://libspiff.sourceforge.net/>
- **Licence:** BSD-3-Clause
- **Archive source:** <https://downloads.sourceforge.net/project/libspiff/Sources/1.2.1/libxspf-1.2.1.tar.bz2>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- xspf_check (cli)
- xspf_strip (cli)
- xspf_check (alias)
- xspf_strip (alias)

## Dépendances

- uriparser

## Dépendances de compilation

- cpptest
- pkgconf

## Bibliothèques fournies par macOS

- expat

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version et fraîcheur

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

libxspf is a small Xiph.Org C++ library for reading and writing XSPF playlists, the XML Shareable Playlist Format pronounced spiff.

### Historique du projet

XSPF was standardized as an open XML playlist format under the Xiph.Org umbrella. The specification describes a format intended to avoid every music player inventing its own XML playlist vocabulary.

The library was first developed as libSpiff and reached 1.0.0 on September 21, 2008. On February 21, 2009, the 1.1.0 release renamed libSpiff to libxspf, added a pkg-config file, and reorganized the Autotools build.

### Historique d'adoption

libxspf served the practical side of XSPF adoption: it gave media applications a parser, writer, C bindings, examples, and validation-oriented command-line tools for XSPF versions 0 and 1. Its releases mostly track ABI, build-system, compiler, and documentation polish rather than a broad application platform.

### Modes d'utilisation

The project README presents libxspf as an integration library for applications that need to read or write XSPF playlist files. The generated documentation walks through reading playlists and receiving playlist and track callbacks, while the Homebrew package exposes xspf_check and xspf_strip for validation and cleanup workflows.

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

libxspf is niche, but it is a classic package-manager fossil from the XML media-format era: a small C++ library built around Expat, uriparser, pkg-config, Doxygen docs, and a named open format from Xiph rather than a player-specific playlist file.

### Chronologie

- 2005-01: XSPF Version 1 was published by the Playlist Ad-Hoc Group under the Xiph.Org XSPF site.
- 2008-09-21: libSpiff 1.0.0 was released.
- 2009-02-21: Version 1.1.0 renamed libSpiff to libxspf.
- 2009-03-07: Version 1.2.0 added xspf_parse_memory to the C bindings.
- 2021-05-29: Version 1.2.1 refreshed build-system compatibility and fixed compiler issues.

### Related projects

- XSPF is the format that libxspf implements. Xiph.Org hosts the project. Expat and uriparser are important dependencies in the library history, and libcpptest appears in its test-suite history.

### Sources

- <https://gitlab.xiph.org/xiph/libxspf/-/raw/master/ChangeLog>
- <https://gitlab.xiph.org/xiph/libxspf/-/raw/master/README>
- <https://libspiff.sourceforge.net/doc/html/>
- <https://www.xspf.org/spec>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- apk - libxspf - 1.2.1-r3: normalized package name match | Alpine Linux edge package indexes: libxspf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Brings XSPF playlist reading and writing support to C++ application | https://libspiff.sourceforge.net/
- apk - libxspf-dev - 1.2.1-r3: normalized package name match | Alpine Linux edge package indexes: libxspf-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Brings XSPF playlist reading and writing support to C++ application (development files) | https://libspiff.sourceforge.net/
- zypper - libxspf-devel - 1.2.1-2.4: normalized package name match | openSUSE Tumbleweed package metadata: libxspf-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Brings XSPF playlist read and write support to C++ apps | http://libspiff.sourceforge.net/
- zypper - libxspf4 - 1.2.1-2.4: normalized package name match | openSUSE Tumbleweed package metadata: libxspf4 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Provides XSPF playlist reading and writing support | http://libspiff.sourceforge.net/
- MacPorts - libxspf: normalized package name match | MacPorts ports tree: devel/libxspf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/fr/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [uriparser](https://pkg.so/fr/brew/uriparser/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [podofo](https://pkg.so/fr/brew/podofo/) - Shares pkgdb curated category or tags: c-plus-plus, cli, library, media.
- [rubberband](https://pkg.so/fr/brew/rubberband/) - Shares pkgdb curated category or tags: cli, library, media.
- [little-cms2](https://pkg.so/fr/brew/little-cms2/) - Shares pkgdb curated category or tags: cli, library, media.
- [qpdf](https://pkg.so/fr/brew/qpdf/) - Shares pkgdb curated category or tags: c-plus-plus, cli, library, media.
- [taglib](https://pkg.so/fr/brew/taglib/) - Shares pkgdb curated category or tags: c-plus-plus, cli, library, media.
- [mp4v2](https://pkg.so/fr/brew/mp4v2/) - Shares pkgdb curated category or tags: c-plus-plus, cli, library, media.
- [exact-image](https://pkg.so/fr/brew/exact-image/) - Shares pkgdb curated category or tags: c-plus-plus, cli, library, media.
- [speech-tools](https://pkg.so/fr/brew/speech-tools/) - Shares pkgdb curated category or tags: c-plus-plus, cli, library, media.
- [glbinding](https://pkg.so/fr/brew/glbinding/) - Local package facts share a topical domain. Shared terms: c-plus-plus, cli, library, media, plus.

## Combined YAML source

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


## Sources

- 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
