multimedia/haruna: Updated for version 0.9.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-08-19 00:26:53 +01:00 committed by Willy Sudiarto Raharjo
parent ae38595a7d
commit 59b8108d1c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 17 additions and 13 deletions

View file

@ -5,9 +5,9 @@ Haruna is an open source video player built with Qt/QML and libmpv
Features
these are just some features that set Haruna apart from others players
- play online videos, through youtube-dl
- toggle playlist with mouse-over, playlist overlays the video
- auto skip chapter containing certain words
- configurable shortcuts and mouse buttons
- quick jump to next chapter by middle click on progress bar
- play online videos, through youtube-dl
- toggle playlist with mouse-over, playlist overlays the video
- 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.8.0}
VERSION=${VERSION:-0.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -36,6 +36,9 @@ 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
@ -59,7 +62,7 @@ else
LIBDIRSUFFIX=""
fi
set -e
set -e
rm -rf $PKG
mkdir -p $TMP $PKG
@ -79,8 +82,8 @@ cd build
cmake \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release ..
make
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
cd ..
@ -92,6 +95,7 @@ cp -a \
LICENSES/* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -rf $PKG/usr/share/doc
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

View file

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

View file

@ -8,7 +8,7 @@
|-----handy-ruler------------------------------------------------------|
haruna: haruna (Video Player)
haruna:
haruna: Haruna is an open source video player built with Qt/QML
haruna: haruna is an open source video player built with Qt/QML
haruna: and libmpv
haruna:
haruna: