qmmp: update to 1.1.5 and fix cross
This commit is contained in:
parent
1e6942dfb4
commit
342168f785
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qmmp'
|
# Template file for 'qmmp'
|
||||||
pkgname=qmmp
|
pkgname=qmmp
|
||||||
version=1.1.4
|
version=1.1.5
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config qt5-qmake qt5-tools"
|
hostmakedepends="pkg-config qt5-qmake qt5-tools"
|
||||||
# XXX projectm, libsidplayfp, libgme, wildmidi
|
# XXX projectm, libsidplayfp, libgme, wildmidi
|
||||||
|
@ -15,7 +15,12 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://qmmp.ylsoftware.com/"
|
homepage="http://qmmp.ylsoftware.com/"
|
||||||
distfiles="http://qmmp.ylsoftware.com/files/qmmp-${version}.tar.bz2"
|
distfiles="http://qmmp.ylsoftware.com/files/qmmp-${version}.tar.bz2"
|
||||||
checksum=8b48bd208506a9e98428480b1aa21daa96e3866b4cc3a11e8cb008ef564c13aa
|
checksum=9b1288f432799980a5d58d131b56b4b590055d7e66c5fe50e9199b9daa35ddbd
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-host-tools qt5-tools-devel
|
||||||
|
qt5-multimedia-devel qt5-x11extras-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
qmmp-devel_package() {
|
qmmp-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in a new issue