summaryrefslogtreecommitdiff
path: root/dav1d
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-01-07 23:30:41 +0000
committerTim Biermann <tbier@posteo.de>2021-01-07 23:30:41 +0000
commitddee458004654153169d5a07975ecc3db9437be9 (patch)
tree55c3fc5e28cec7e55afe322e12cc3354f46c7717 /dav1d
parentf5113aa87f45fa25a489fe285fa2a3d17c34e873 (diff)
downloadcontrib-ddee458004654153169d5a07975ecc3db9437be9.tar.gz
contrib-ddee458004654153169d5a07975ecc3db9437be9.tar.xz
dav1d: initial commit, version 0.8.1
Diffstat (limited to 'dav1d')
-rw-r--r--dav1d/.footprint17
-rw-r--r--dav1d/.signature5
-rw-r--r--dav1d/Pkgfile18
3 files changed, 40 insertions, 0 deletions
diff --git a/dav1d/.footprint b/dav1d/.footprint
new file mode 100644
index 000000000..af3729b29
--- /dev/null
+++ b/dav1d/.footprint
@@ -0,0 +1,17 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/dav1d
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/dav1d/
+-rw-r--r-- root/root usr/include/dav1d/common.h
+-rw-r--r-- root/root usr/include/dav1d/data.h
+-rw-r--r-- root/root usr/include/dav1d/dav1d.h
+-rw-r--r-- root/root usr/include/dav1d/headers.h
+-rw-r--r-- root/root usr/include/dav1d/picture.h
+-rw-r--r-- root/root usr/include/dav1d/version.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libdav1d.so -> libdav1d.so.5
+lrwxrwxrwx root/root usr/lib/libdav1d.so.5 -> libdav1d.so.5.0.0
+-rwxr-xr-x root/root usr/lib/libdav1d.so.5.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/dav1d.pc
diff --git a/dav1d/.signature b/dav1d/.signature
new file mode 100644
index 000000000..c7e367fdb
--- /dev/null
+++ b/dav1d/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF37kOgvXMXOQlgLrVpMMcLyqciAsjQUww6lSjZBezN7Kkt+ckpdh8cMOWTh7cCDgjoOblUIBS9aflsKb3FopdQwQ=
+SHA256 (Pkgfile) = 9c513d85d2f124dfa633e39785d47ed786242d202a34ef88d014fc22beb5a3af
+SHA256 (.footprint) = 3cf393c9f7c58813667cf8a4f6ea79a4b34162dda77845e990b6fe7529b3eba7
+SHA256 (dav1d-0.8.1.tar.gz) = 39f52cccc31180c7180ebe8f223de6d12351c0407de0dfac087e8a9cc3feb8da
diff --git a/dav1d/Pkgfile b/dav1d/Pkgfile
new file mode 100644
index 000000000..0951f8811
--- /dev/null
+++ b/dav1d/Pkgfile
@@ -0,0 +1,18 @@
+# Description: dav1d is an AV1 decoder
+# URL: https://code.videolan.org/videolan/dav1d/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: meson ninja vulkan-loader
+
+name=dav1d
+version=0.8.1
+release=1
+source=(https://code.videolan.org/videolan/dav1d/-/archive/$version/$name-$version.tar.gz)
+
+build() {
+ meson setup $name-$version build \
+ --prefix=/usr \
+ --buildtype=plain \
+ -D enable_tests=false
+ meson compile -C build
+ DESTDIR=$PKG meson install -C build
+}

Generated by cgit