mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'mellowplayer'
|
||||||
pkgname=mellowplayer
|
pkgname=mellowplayer
|
||||||
version=3.5.3
|
version=3.5.5
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="MellowPlayer-${version}"
|
wrksrc="MellowPlayer-${version}"
|
||||||
build_style=cmake
|
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"
|
short_desc="QT based cloud music integration for your desktop"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://colinduquesnoy.github.io/MellowPlayer/"
|
homepage="https://colinduquesnoy.gitlab.io/MellowPlayer/"
|
||||||
distfiles="https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/${version}/MellowPlayer-${version}.tar.gz"
|
distfiles="https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/${version}/MellowPlayer-${version}.tar.bz2"
|
||||||
checksum=62843d5525749f7347afe129b4f9d94ea6816c26103677c821e1bff1f4831b91
|
checksum=3c9a9df3062460bbcdc52ba8541e81379c57b1d66b378c6905cfce192ab8a598
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools"
|
hostmakedepends+=" qt5-host-tools"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
arm*) broken="qt5-webengine not available" ;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue