Skip to content

libvorbisv1.3.7

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)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Host Tool For

No ports use this.

#Contributors

  • vlj's avatarvlj
  • Robert Schumacher's avatarRobert Schumacher
  • Alexander Karatarakis's avatarAlexander Karatarakis
  • Dale Stammen's avatarDale Stammen
  • codicodi's avatarcodicodi
  • past-due's avatarpast-due
  • Lyle Tafoya's avatarLyle Tafoya
  • Alexander Neumann's avatarAlexander Neumann
  • pravic's avatarpravic
  • evpobr's avatarevpobr
  • Matthew Oliver's avatarMatthew Oliver
  • Kai Pastor's avatarKai Pastor
  • Julian Xhokaxhiu's avatarJulian Xhokaxhiu
  • Lily Wang's avatarLily Wang

#Changelog

  • e2387bd[libvorbis] Upgrade CMake 3.5 (#44347)
  • 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)
Show 14 earlier changes
  • adcf874Fixes #4422 dynamic build failure on Linux (#4423)
  • db7d775[libvorbis] Update to 1.3.6-112d3bd
  • 26516fevcpkg_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
  • f02c8f9added patch to add missing NO_DEPRECATE defines for UWP
  • 833fbb2[libvorbis] Add version
  • cadee66If portfile is not static-enabled yet, warn and then build dynamic The opposite if portfile is not dynamic enabled
  • 1808d46triplet 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()
  • c22ceafAdd libvorbis.