commit 6e3956b5bdd718b75eb1ac6b10191038d23f29d7
Author: vascom <vascom2(a)gmail.com>
Date: Wed Feb 24 11:43:50 2021 +0300
Disable build for armv7hl.
deadbeef.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/deadbeef.spec b/deadbeef.spec
index a3b6fa5..3a1b0c6 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -15,6 +15,10 @@ URL:
https://deadbeef.sourceforge.io/
Source0:
https://github.com/DeaDBeeF-Player/%{name}/archive/%{version}.tar.gz
Source1:
https://github.com/DeaDBeeF-Player/mp4p/archive/%{mp4p_commit}/mp4p-%{mp4...
+# Build for armv7hl failed
+#
https://github.com/DeaDBeeF-Player/deadbeef/issues/2538
+ExcludeArch: armv7hl
+
BuildRequires: clang
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(dbus-1)