mellowplayer: update to 3.5.5.
This commit is contained in:
parent
3d862ae0dd
commit
9a2500e536
1 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mellowplayer'
|
||||
pkgname=mellowplayer
|
||||
version=3.5.3
|
||||
version=3.5.5
|
||||
revision=1
|
||||
wrksrc="MellowPlayer-${version}"
|
||||
build_style=cmake
|
||||
|
@ -14,10 +14,14 @@ depends="qt5-graphicaleffects qt5-quickcontrols qt5-svg qt5-wayland"
|
|||
short_desc="QT based cloud music integration for your desktop"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://colinduquesnoy.github.io/MellowPlayer/"
|
||||
distfiles="https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/${version}/MellowPlayer-${version}.tar.gz"
|
||||
checksum=62843d5525749f7347afe129b4f9d94ea6816c26103677c821e1bff1f4831b91
|
||||
homepage="https://colinduquesnoy.gitlab.io/MellowPlayer/"
|
||||
distfiles="https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/${version}/MellowPlayer-${version}.tar.bz2"
|
||||
checksum=3c9a9df3062460bbcdc52ba8541e81379c57b1d66b378c6905cfce192ab8a598
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) broken="qt5-webengine not available" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue