diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2023-02-25 01:51:20 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:06 +0700 |
commit | fb9746c5ade9006754246db545874d50800c571b (patch) | |
tree | 50e4f637dcc8238f5bca49e48341e07b57b6d005 | |
parent | 9646e6b2c49a277f2c52e442b891db2455b5fd92 (diff) |
libraries/dav1d: Updated for version 1.1.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/dav1d/README | 6 | ||||
-rw-r--r-- | libraries/dav1d/dav1d.SlackBuild | 11 | ||||
-rw-r--r-- | libraries/dav1d/dav1d.info | 6 |
3 files changed, 10 insertions, 13 deletions
diff --git a/libraries/dav1d/README b/libraries/dav1d/README index ac7d248eecf1f..cf7b07d41ceae 100644 --- a/libraries/dav1d/README +++ b/libraries/dav1d/README @@ -1,6 +1,6 @@ -dav1d is an AV1 Decoder being developed by the VideoLAN, -VLC and FFmpeg communities for use with AV1,the new video -codec created by the Alliance for Open Media. +dav1d is an AV1 decoder being developed by the VideoLAN, +with the aim of creating a fast and correct decoder to +overcome the present lack of hardware AV1 decoders. This SlackBuild builds the binary decoder dav1d as well as libraries suitable for use by other applications such diff --git a/libraries/dav1d/dav1d.SlackBuild b/libraries/dav1d/dav1d.SlackBuild index eeb0ad4e22874..8a0e8d0198da7 100644 --- a/libraries/dav1d/dav1d.SlackBuild +++ b/libraries/dav1d/dav1d.SlackBuild @@ -2,7 +2,7 @@ # ---------------------------------------------------------------------- # Slackware build script for dav1d # -# Copyright (c) 2019-2022 Andrew Strong, Blue Mountains, Australia. +# Copyright (c) 2019-2023 Andrew Strong, Blue Mountains, Australia. # # Permission to use, copy, modify, and distribute this software for # any purpose with or without fee is hereby granted, provided that @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dav1d -VERSION=${VERSION:-0.9.2} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -71,7 +68,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT rm -rf $TMP/$PRGNAM-$VERSION cd $TMP -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -84,7 +81,7 @@ mkdir build cd build CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ - meson .. \ + meson setup .. \ --buildtype=release \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --prefix=/usr diff --git a/libraries/dav1d/dav1d.info b/libraries/dav1d/dav1d.info index e67889ebc672f..61fcdce0cd258 100644 --- a/libraries/dav1d/dav1d.info +++ b/libraries/dav1d/dav1d.info @@ -1,8 +1,8 @@ PRGNAM="dav1d" -VERSION="0.9.2" +VERSION="1.1.0" HOMEPAGE="https://code.videolan.org/videolan/dav1d" -DOWNLOAD="http://downloads.videolan.org/pub/videolan/dav1d/0.9.2/dav1d-0.9.2.tar.xz" -MD5SUM="fa895eebf5619aaad50bba19a8b99c5c" +DOWNLOAD="https://code.videolan.org/videolan/dav1d/-/archive/1.1.0/dav1d-1.1.0.tar.gz" +MD5SUM="30931c1fdda667a2affec4c731ff8539" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |