diff options
Diffstat (limited to 'multimedia/kvazaar')
-rw-r--r-- | multimedia/kvazaar/README | 2 | ||||
-rw-r--r-- | multimedia/kvazaar/changelog | 4 | ||||
-rw-r--r-- | multimedia/kvazaar/kvazaar.SlackBuild | 9 | ||||
-rw-r--r-- | multimedia/kvazaar/kvazaar.info | 6 | ||||
-rw-r--r-- | multimedia/kvazaar/slack-desc | 2 |
5 files changed, 12 insertions, 11 deletions
diff --git a/multimedia/kvazaar/README b/multimedia/kvazaar/README index b934216004103..c946e1fc21854 100644 --- a/multimedia/kvazaar/README +++ b/multimedia/kvazaar/README @@ -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. diff --git a/multimedia/kvazaar/changelog b/multimedia/kvazaar/changelog index 02290b942f086..0ef8f242e12fe 100644 --- a/multimedia/kvazaar/changelog +++ b/multimedia/kvazaar/changelog @@ -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 diff --git a/multimedia/kvazaar/kvazaar.SlackBuild b/multimedia/kvazaar/kvazaar.SlackBuild index 7aee87d268460..88edf72ac61f0 100644 --- a/multimedia/kvazaar/kvazaar.SlackBuild +++ b/multimedia/kvazaar/kvazaar.SlackBuild @@ -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 diff --git a/multimedia/kvazaar/kvazaar.info b/multimedia/kvazaar/kvazaar.info index f2df4a4d816fb..8a48c1c2e00f0 100644 --- a/multimedia/kvazaar/kvazaar.info +++ b/multimedia/kvazaar/kvazaar.info @@ -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="" diff --git a/multimedia/kvazaar/slack-desc b/multimedia/kvazaar/slack-desc index 63946b9846715..889da3154d8fc 100644 --- a/multimedia/kvazaar/slack-desc +++ b/multimedia/kvazaar/slack-desc @@ -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. |