diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-12-19 13:45:36 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-04 20:03:01 +0100 |
commit | d33b26afd532c021810d466a6c1a229d6e187ca3 (patch) | |
tree | 37f7eaaf815ae3bc4c570855a30a684481f52d3d /community/phonon | |
parent | ca1961dea4e1ac1ed068861608889799117ff5ef (diff) | |
download | aports-d33b26afd532c021810d466a6c1a229d6e187ca3.tar.bz2 aports-d33b26afd532c021810d466a6c1a229d6e187ca3.tar.xz |
community/qt5-qtdeclarative: disable on armhf
It is broken currently (and probably forever), upstream bug report
https://bugreports.qt.io/browse/QTBUG-65246
Disable armhf for all packages that depend on qt5-qtdeclarative in one
way or another
Diffstat (limited to 'community/phonon')
-rw-r--r-- | community/phonon/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/phonon/APKBUILD b/community/phonon/APKBUILD index bb45ecab32..d999e8b857 100644 --- a/community/phonon/APKBUILD +++ b/community/phonon/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=phonon pkgver=4.11.1 -pkgrel=0 +pkgrel=1 pkgdesc="KDE multimedia backend" url="https://phonon.kde.org/" -arch="all" +arch="all !armhf" # armhf blocked by qt5-qtdeclarative license="LGPL-2.1-or-later" depends_dev="qt5-qtdeclarative-dev glib-dev" makedepends="$depends_dev extra-cmake-modules qt5-qtbase-dev qt5-qttools-dev" @@ -15,7 +15,7 @@ options="!check" # No test configuration file found! build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=FALSE \ |