diff --git a/multimedia/video/dav1d/actions.py b/multimedia/video/dav1d/actions.py new file mode 100755 index 0000000000..7c3e37b80d --- /dev/null +++ b/multimedia/video/dav1d/actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import mesontools +from pisi.actionsapi import get + +def setup(): + mesontools.configure() + +def build(): + mesontools.build() + +def install(): + mesontools.install() + pisitools.dodoc("COPYING", "README.md", "NEWS") + diff --git a/multimedia/video/dav1d/pspec.xml b/multimedia/video/dav1d/pspec.xml new file mode 100755 index 0000000000..4f20ccc09c --- /dev/null +++ b/multimedia/video/dav1d/pspec.xml @@ -0,0 +1,58 @@ + + + + + dav1d + https://code.videolan.org/videolan/dav1d/ + + Mathias Freire + mathiasfreire45@gmail.com + + BSD + library + AV1 cross-platform decoder focused on speed and correctness + dav1d is a new AV1 cross-platform decoder, open-source, and focused on speed and correctness. + http://downloads.videolan.org/pub/videolan/dav1d/0.5.2/dav1d-0.5.2.tar.xz + + ninja + meson + + + + + dav1d + + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + dav1d-devel + Header files for dav1d. + + dav1d + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-01-12 + 0.5.2 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + +