summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Vijay Marcel <vijaymarcel@outlook.com>2024-02-10 08:25:51 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-10 16:17:20 +0700
commitcdceb06f4575b990d1860e39a7e353499a90d618 (patch)
treed10b7bfc996c57a3559fde0971a2c4dfe4ce78da /multimedia
parentd4cb2302bc46cc76ab941976fa2278571c4e4d10 (diff)
downloadslackbuilds-cdceb06f4575b990d1860e39a7e353499a90d618.tar.gz
slackbuilds-cdceb06f4575b990d1860e39a7e353499a90d618.tar.xz
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>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/kvazaar/README2
-rw-r--r--multimedia/kvazaar/changelog4
-rw-r--r--multimedia/kvazaar/kvazaar.SlackBuild9
-rw-r--r--multimedia/kvazaar/kvazaar.info6
-rw-r--r--multimedia/kvazaar/slack-desc2
5 files changed, 12 insertions, 11 deletions
diff --git a/multimedia/kvazaar/README b/multimedia/kvazaar/README
index b934216004..c946e1fc21 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 02290b942f..0ef8f242e1 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 7aee87d268..88edf72ac6 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 f2df4a4d81..8a48c1c2e0 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 63946b9846..889da3154d 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.