|
|
@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
%if ! 0%{?rhel} || 0%{?rhel} > 8
|
|
|
|
|
|
|
|
%global needs_scons_quirk 0
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%global needs_scons_quirk 1
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Free firewire audio driver library
|
|
|
|
Summary: Free firewire audio driver library
|
|
|
|
Name: libffado
|
|
|
|
Name: libffado
|
|
|
|
Version: 2.4.4
|
|
|
|
Version: 2.4.4
|
|
|
@ -11,6 +17,7 @@ Source0: http://www.ffado.org/files/%{name}-%{version}.tgz
|
|
|
|
Source9: libffado-snapshot.sh
|
|
|
|
Source9: libffado-snapshot.sh
|
|
|
|
Patch0: libffado-2.4.4-no-test-apps.patch
|
|
|
|
Patch0: libffado-2.4.4-no-test-apps.patch
|
|
|
|
Patch1: libffado-2.4.4-icon-name.patch
|
|
|
|
Patch1: libffado-2.4.4-icon-name.patch
|
|
|
|
|
|
|
|
Patch2: libffado-2.4.4-scons-quirk.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
|
BuildRequires: dbus-c++-devel
|
|
|
|
BuildRequires: dbus-c++-devel
|
|
|
@ -30,7 +37,11 @@ BuildRequires: libxml++-devel
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: python3-qt5-devel
|
|
|
|
BuildRequires: python3-qt5-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
%if ! %needs_scons_quirk
|
|
|
|
BuildRequires: python3-scons >= 3.0.2
|
|
|
|
BuildRequires: python3-scons >= 3.0.2
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
BuildRequires: python3-scons
|
|
|
|
|
|
|
|
%endif
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
Requires: udev
|
|
|
|
Requires: udev
|
|
|
|
|
|
|
|
|
|
|
@ -66,6 +77,9 @@ Applications and utilities for use with libffado.
|
|
|
|
%autosetup -N
|
|
|
|
%autosetup -N
|
|
|
|
%patch0 -p1 -b .no-test-apps
|
|
|
|
%patch0 -p1 -b .no-test-apps
|
|
|
|
%patch1 -p1 -b .icon-name
|
|
|
|
%patch1 -p1 -b .icon-name
|
|
|
|
|
|
|
|
%if %needs_scons_quirk
|
|
|
|
|
|
|
|
%patch2 -p1 -b .scons-quirk
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# Fix Python shebangs
|
|
|
|
# Fix Python shebangs
|
|
|
|
sed -i 's|/usr/bin/.*python$|/usr/bin/python3|' \
|
|
|
|
sed -i 's|/usr/bin/.*python$|/usr/bin/python3|' \
|
|
|
@ -150,6 +164,7 @@ appstream-util validate-relax --nonet \
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Jan 05 2021 Nils Philippsen <nils@tiptoe.de> - 2.4.4-2
|
|
|
|
* Tue Jan 05 2021 Nils Philippsen <nils@tiptoe.de> - 2.4.4-2
|
|
|
|
- Fix bogus changelog date, happy new year!
|
|
|
|
- Fix bogus changelog date, happy new year!
|
|
|
|
|
|
|
|
- Fix building on EL8
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 05 2021 Nils Philippsen <nils@tiptoe.de> - 2.4.4-1
|
|
|
|
* Tue Jan 05 2021 Nils Philippsen <nils@tiptoe.de> - 2.4.4-1
|
|
|
|
- Version 2.4.4
|
|
|
|
- Version 2.4.4
|
|
|
|