qtav: fix cross-build

This commit is contained in:
Nathan Owens 2020-12-14 11:44:08 -06:00 committed by Érico Nogueira Rolim
parent b5bb07511e
commit 403fba9849

View file

@ -4,23 +4,22 @@ version=1.13.0
revision=1
wrksrc="QtAV-${version}"
build_style=qmake
hostmakedepends="qt5-qmake qt5-host-tools qt5-svg-devel"
makedepends="ffmpeg-devel libass-devel libopenal-devel
libva-glx-devel libXv-devel pulseaudio-devel
qt5-declarative-devel qt5-svg-devel
qt5-quickcontrols"
depends="desktop-file-utils hicolor-icon-theme qt5-svg"
maintainer="Orphaned <orphan@voidlinux.org>"
short_desc="Cross-platform multimedia playback framework based on Qt and FFmpeg"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later, GPL-3.0-or-later"
homepage="http://www.qtav.org"
changelog="https://raw.githubusercontent.com/wang-bin/QtAV/master/Changelog"
distfiles="https://github.com/wang-bin/QtAV/archive/v${version}.tar.gz"
checksum=a493d54d105b32c526f05188e4d7a8cf3508ecac697aae088721ffad20982288
nocross="qmake attempts to run host tests using target compiler"
post_install() {
vmkdir usr/bin
ln -s /usr/lib/qt5/bin/Player ${DESTDIR}/usr/bin/Player
ln -s /usr/lib/qt5/bin/QMLPlayer ${DESTDIR}/usr/bin/QMLPlayer
}