[build] type = "autotools" [build.flags] configure = ["--with-cpuflags=none"] [dependencies] build = [ "doxygen", "libpng", ] runtime = [ "glibc", "nettle", "gnutls", "libdrm", "libgl", "libva", ] [package] description = "Low level library, upon which multimedia APIs can be built" homepage = "https://github.com/bplaum/gavl" license = "GPL-2.0-or-later" name = "gavl" version = "2.0.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/bplaum/gavl.git#v$version" post_extract = [ "autoreconf -fiv", "sed -i 's/^const int gavl_http_response_get_status_int(/int gavl_http_response_get_status_int(/' include/gavl/http.h", ] cherry_pick = [ "0d2fb32914be97da389be4b693de036fd0da5b1b" ]