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
- allegro5
- aubio (feature
tools
) - ffmpeg (feature
vorbis
) - fluidlite (feature
sf3
) - gstreamer (feature
vorbis
) - libcanberra
- libopenmpt
- libsndfile (feature
external-libs
) - luminoengine (feature
engine
) - sdl1-mixer
- sdl2-mixer
- sdl2-mixer-ext (feature
libvorbis
) - sfml (feature
audio
) - simage (feature
oggvorbis
)
# Host Dependents
No dependents.
# Contributors
- vlj
- Robert Schumacher
- Alexander Karatarakis
- Dale Stammen
- codicodi
- past-due
- Lyle Tafoya
- Alexander Neumann
- pravic
- evpobr
- Matthew Oliver
- Kai Pastor
- Julian Xhokaxhiu
# Changelog
e73ad47
[libvorbis] Update to 1.3.6-4d963fe
and 13 more commits:
db7d775
[libvorbis] Update to 1.3.6-112d3bd26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)120718b
[libvorbis] enable static builds & fix symbol duplication7a080e7
[libvorbis] Fixup missed commit in a2f3a4ba2f3a4b
[libvorbis] Move patch application outside if() to ensure it applies to previously obtained sourcesf02c8f9
added patch to add missing NO_DEPRECATE defines for UWP833fbb2
[libvorbis] Add versioncadee66
If portfile is not static-enabled yet, warn and then build dynamic The opposite if portfile is not dynamic enabled1808d46
triplet is now automatically included before portfiles.fd81dc3
[libvorbis] Mark as not supporting static yetd2c3ad8
[libogg] [libvorbis] Add vcpkg_copy_pdbs()c22ceaf
Add libvorbis.