4 "summary": "Low-level Vorbis audio codec library",
5 "description": "Xiph's C-based Vorbis audio codec library, packaged for iOS and macOS.\nNeeded for decoding or encoding of audio in Ogg and WebM media.",
6 "homepage": "https://xiph.org/vorbis/",
12 "Brion Vibber (packager)": "brion@pobox.com"
19 "http": "https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.xz",
20 "sha1": "0a2dd71a999656b8091506839e8007a61a8fda1f"
22 "prepare_command": "echo 'framework module vorbis {' > vorbis.modulemap\necho ' module vorbisfile {' >> vorbis.modulemap\necho ' header \"vorbisfile.h\"' >> vorbis.modulemap\necho ' header \"codec.h\"' >> vorbis.modulemap\necho ' export *' >> vorbis.modulemap\necho ' }' >> vorbis.modulemap\necho ' module vorbisenc {' >> vorbis.modulemap\necho ' header \"vorbisenc.h\"' >> vorbis.modulemap\necho ' header \"codec.h\"' >> vorbis.modulemap\necho ' export *' >> vorbis.modulemap\necho ' }' >> vorbis.modulemap\necho '}' >> vorbis.modulemap",
25 "-iquote \"$PODS_ROOT/libvorbis/lib\"",
27 "-Wno-unused-variable",
28 "-Wno-unused-function",
29 "-Wno-documentation-deprecated-sync",
30 "-Wno-shorten-64-to-32"
41 "public_header_files": "include/**/*.h",
42 "header_dir": "vorbis",
43 "module_name": "vorbis",
44 "module_map": "vorbis.modulemap",