File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tools/jenkins/include/scripts/pkg Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33# Install dav1d AV1 decoder
44# see https://code.videolan.org/videolan/dav1d/-/releases
5- DAV1D_VERSION=0.9.1
5+ DAV1D_VERSION=0.9.2
66DAV1D_TAR=" dav1d-${DAV1D_VERSION} .tar.bz2"
77DAV1D_SITE=" https://code.videolan.org/videolan/dav1d/-/archive/${DAV1D_VERSION} "
88if download_step; then
Original file line number Diff line number Diff line change 22
33# Install harbuzz
44# see http://www.linuxfromscratch.org/blfs/view/svn/general/harfbuzz.html
5- HARFBUZZ_VERSION=2.9.0
5+ HARFBUZZ_VERSION=2.9.1
66HARFBUZZ_TAR=" harfbuzz-${HARFBUZZ_VERSION} .tar.xz"
77# HARFBUZZ_SITE="https://www.freedesktop.org/software/harfbuzz/release"
88HARFBUZZ_SITE=" https://github.com/harfbuzz/harfbuzz/releases/download/${HARFBUZZ_VERSION} "
Original file line number Diff line number Diff line change 33# Install pango
44# see http://www.linuxfromscratch.org/blfs/view/svn/x/pango.html
55# PANGO_VERSION=1.42.4 # last version before meson
6- PANGO_VERSION=1.48.9 # requires meson
6+ PANGO_VERSION=1.48.10 # requires meson
77PANGO_VERSION_SHORT=${PANGO_VERSION% .* }
88PANGO_TAR=" pango-${PANGO_VERSION} .tar.xz"
99PANGO_SITE=" http://ftp.gnome.org/pub/GNOME/sources/pango/${PANGO_VERSION_SHORT} "
You can’t perform that action at this time.
0 commit comments