Browse Source

libraries/dav1d: Updated for version 1.1.0.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/196/head
Andrew Strong 3 years ago
committed by Willy Sudiarto Raharjo
parent
commit
fb9746c5ad
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 6
      libraries/dav1d/README
  2. 11
      libraries/dav1d/dav1d.SlackBuild
  3. 6
      libraries/dav1d/dav1d.info

6
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

11
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

6
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=""

Loading…
Cancel
Save