multimedia/kvazaar: Updated for version 2.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d4cb2302bc
commit
cdceb06f45
|
@ -1,4 +1,4 @@
|
|||
Kvazaar is an open source HEVCC encoder. It is still
|
||||
Kvazaar is an open source HEVC encoder. It is still
|
||||
under development and does not implement all the
|
||||
features of HEVC. Performance will increase as more coding
|
||||
tools are added.
|
||||
|
|
|
@ -8,3 +8,7 @@ Added to slackbuilds.org
|
|||
15/05/2023:
|
||||
|
||||
updated to version 2.2.0
|
||||
|
||||
08/02/2024:
|
||||
|
||||
updated to version 2.3.0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for kvazaar
|
||||
|
||||
# Copyright 2022-2023 Vijay Marcel
|
||||
# Copyright 2022-2024 Vijay Marcel
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=kvazaar
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
VERSION=${VERSION:-2.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -38,9 +38,6 @@ case "$( uname -m )" in
|
|||
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
|
||||
|
@ -110,7 +107,7 @@ find $PKG -name perllocal.pod \
|
|||
| xargs rm -f
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CREDITS LICENSE LICENSE.EXT.greatest LICENSE.EXT.x264asm README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CREDITS LICENSE LICENSE.EXT.greatest README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kvazaar"
|
||||
VERSION="2.2.0"
|
||||
VERSION="2.3.0"
|
||||
HOMEPAGE="https://github.com/ultravideo/kvazaar"
|
||||
DOWNLOAD="https://github.com/ultravideo/kvazaar/archive/v2.2.0/kvazaar-2.2.0.tar.gz"
|
||||
MD5SUM="0a372dcac9dfbac6d0f7d5b0297010b8"
|
||||
DOWNLOAD="https://github.com/ultravideo/kvazaar/archive/v2.3.0/kvazaar-2.3.0.tar.gz"
|
||||
MD5SUM="1fd2c07adb3da4d7f71b73b3d206f71f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
kvazaar: kvazaar (Open Source HEVC Encoder)
|
||||
kvazaar:
|
||||
kvazaar: Kvazaar is an open source HEVCC encoder. It is still
|
||||
kvazaar: Kvazaar is an open source HEVC encoder. It is still
|
||||
kvazaar: under development and does not implement all the
|
||||
kvazaar: features of HEVC. Performance will increase as more coding
|
||||
kvazaar: tools are added.
|
||||
|
|
Loading…
Reference in New Issue