phonon-backend-gstreamer: broken on musl

This commit is contained in:
Michael Gehring 2016-09-21 12:33:04 +02:00
parent 1e9442d294
commit e5ec8ea464
1 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,8 @@ license="LGPL-2.1"
homepage="http://phonon.kde.org/"
distfiles="http://download.kde.org/stable/phonon/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
checksum=631a724ad0bbaca3b85cb0f0b82d82e9bcb13498276a52299eb47582602f3b4f
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/13911/steps/shell_3/logs/stdio" ;;
esac