dav1d: initial package

This commit is contained in:
zalaare 2018-11-23 11:52:13 -05:00
parent c7457adaea
commit 1168b59eb7

View File

@ -0,0 +1,11 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="dav1d"
PKG_VERSION="0e3c21979b5e2e6e7e49968b1377e38220c58774"
PKG_SHA256="3662184809fa29af39c920877cedec3724dc5c3cf71d94bec424f2a7ee4825cf"
PKG_LICENSE="BSD"
PKG_SITE="http://www.jbkempf.com/blog/post/2018/Introducing-dav1d"
PKG_URL="https://code.videolan.org/videolan/dav1d/-/archive/${PKG_VERSION}/dav1d-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain nasm:host"
PKG_LONGDESC="dav1d is an AV1 decoder :)"