Skip to Content

libvorbis v1.3.7

Created
Updated

Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format

# Usage

The package libvorbis provides CMake targets:

# Vorbis reference encoder and decoder, low-level API
find_package(Vorbis CONFIG REQUIRED)
target_link_libraries(main PRIVATE Vorbis::vorbis)

# Audio stream decoding and basic manipulation, high-level API
find_package(Vorbis CONFIG REQUIRED)
target_link_libraries(main PRIVATE Vorbis::vorbisfile)

# Convenience API for setting up an encoding environment
find_package(Vorbis CONFIG REQUIRED)
target_link_libraries(main PRIVATE Vorbis::vorbisenc) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • vlj's avatar vlj
  • Robert Schumacher's avatar Robert Schumacher
  • Alexander Karatarakis's avatar Alexander Karatarakis
  • Dale Stammen's avatar Dale Stammen
  • codicodi's avatar codicodi
  • past-due's avatar past-due
  • Lyle Tafoya's avatar Lyle Tafoya
  • Alexander Neumann's avatar Alexander Neumann
  • pravic's avatar pravic
  • evpobr's avatar evpobr
  • Matthew Oliver's avatar Matthew Oliver
  • Kai Pastor's avatar Kai Pastor
  • Julian Xhokaxhiu's avatar Julian Xhokaxhiu

# Changelog

  • cec6b37 [libvorbis] Fix libogg find_package (#39067)
  • 0537d52 [libvorbis] Fix mingw-dynamic, modernize port (#23761)
  • 72d9852 [ffmpeg] Update to 4.3.1 (#13365)
  • 89aa2f3 [libvorbis] Update to 1.3.7 (#12909)
  • 2722695 [ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora. (#11277)
  • e73ad47 [libvorbis] Update to 1.3.6-4d963fe
  • 18b029a [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
  • cb98a5c [libvorbis] patch find_library instead of manually supplying the libr… (#6569)
  • 9040bb8 [libvorbis] Update to 1.3.6-9eadecc (#5506)
  • adcf874 Fixes #4422 dynamic build failure on Linux (#4423)
and 13 more commits:
  • db7d775 [libvorbis] Update to 1.3.6-112d3bd
  • 26516fe vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
  • 120718b [libvorbis] enable static builds & fix symbol duplication
  • 7a080e7 [libvorbis] Fixup missed commit in a2f3a4b
  • a2f3a4b [libvorbis] Move patch application outside if() to ensure it applies to previously obtained sources
  • f02c8f9 added patch to add missing NO_DEPRECATE defines for UWP
  • 833fbb2 [libvorbis] Add version
  • cadee66 If portfile is not static-enabled yet, warn and then build dynamic The opposite if portfile is not dynamic enabled
  • 1808d46 triplet is now automatically included before portfiles.
  • fd81dc3 [libvorbis] Mark as not supporting static yet
  • 5b3a90e [libvorbis] Correct Build-depends field in control file. Fixes #227
  • d2c3ad8 [libogg] [libvorbis] Add vcpkg_copy_pdbs()
  • c22ceaf Add libvorbis.

# Source