multimedia/haruna: Updated for version 0.8.0.

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
marav 2022-04-21 16:22:00 +01:00 committed by Willy Sudiarto Raharjo
parent c6ac55513b
commit e0f8987370
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 5 deletions

View file

@ -1,3 +1,5 @@
Haruna Video Player
Haruna is an open source video player built with Qt/QML and libmpv
Features
@ -8,3 +10,4 @@ these are just some features that set Haruna apart from others players
- auto skip chapter containing certain words
- configurable shortcuts and mouse buttons
- quick jump to next chapter by middle click on progress bar

View file

@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haruna
VERSION=${VERSION:-0.7.3}
VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -41,7 +41,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
TMP=${TMP:-/tmp}
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}

View file

@ -1,8 +1,8 @@
PRGNAM="haruna"
VERSION="0.7.3"
VERSION="0.8.0"
HOMEPAGE="https://invent.kde.org/multimedia/haruna/"
DOWNLOAD="https://download.kde.org/stable/haruna/haruna-0.7.3.tar.xz"
MD5SUM="3a8c83b2c58694e47d3277245cac8cd2"
DOWNLOAD="https://download.kde.org/stable/haruna/haruna-0.8.0.tar.xz"
MD5SUM="d4d7908a57b52b53764018eaffb0f5ef"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mpv youtube-dl"