[build] type = "autotools" [build.flags] configure = [ "--disable-static", "--enable-shared", ] skip_tests = true [dependencies] runtime = [ "glibc", "libogg", ] [package] description = "Reference implementation of the Ogg Vorbis audio format" homepage = "https://www.xiph.org/vorbis/" license = "BSD-3-Clause" name = "libvorbis" version = "1.3.7" [[source]] extract_dir = "$name-$version" post_extract = ["./autogen.sh"] url = "https://github.com/xiph/vorbis.git#0c55fa38933fd4bdb7db7c298b27e7bf2f2c5e98"