Skip to content

opusfilev0.12+20221121

Updated

Stand-alone decoder library for .opus streams

#Usage

The package opusfile provides CMake targets:

find_package(OpusFile CONFIG REQUIRED)
target_link_libraries(main PRIVATE OpusFile::opusfile)

# To use the opusurl API
target_link_libraries(main PRIVATE OpusFile::opusurl)

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No default features.

#opusurl

Support decoding of http(s) streams

Platforms: !windows
  • linux
  • osx
  • windows
Dependencies:

No transitive dependencies.

Host Dependencies:
3 transitive dependencies:

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Host Tool For

No ports use this.

#Contributors

  • codicodi's avatarcodicodi
  • Alexander Karatarakis's avatarAlexander Karatarakis
  • Gabriel's avatarGabriel
  • hesiod's avatarhesiod
  • Victor Romero's avatarVictor Romero
  • pravic's avatarpravic
  • Stefano Sinigardi's avatarStefano Sinigardi
  • Phil Christensen's avatarPhil Christensen
  • Robert Schumacher's avatarRobert Schumacher
  • Billy O'Neal's avatarBilly O'Neal
  • Pierre Wendling's avatarPierre Wendling

#Changelog

  • 93895b2[opusfile] Fix CMake config on case-sensitive filesystem (#29640)
  • 1e7c0f8[opusfile] Disable opusurl on Windows, update to 9d71834 (#29603)
  • 44943d3[opusfile] Generate .pc files and modernise portfile (#29511)
  • b295670Bulk convert control files. (#19986)
  • 09a647aDelete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • 75bd2ef[many ports] 2019.09.14 Updates (#13536)
  • e62d136[vcpkg] Add Supports: field. Use contents of triplets instead of names for dependency resolution. (#8601)
  • 47d206e[many ports] improvements for linux/wsl (#6730)
  • 18b029a[WIP] Add a Homepage URL entry for vcpkg ports (#2933)
  • 050e71dRemove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)
  • 22fa919Update opusfile to v0.11 (#4404)
  • ad2bcd9opusfile: Add feature for disabling the openssl dependency (#3527)
  • 26516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
  • 277b419[opusfile] update to 0.9
  • 7f84fdc[opusfile] initial commit