代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/libffado 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%global _export_PLAGS \
export CFLAGS="%{optflags} -ffast-math" \
export CXXFLAGS="%{optflags} -ffast-math --std=gnu++11" \
export LDFLAGS="%{build_ldflags}"
Name: libffado
Version: 2.4.1
Release: 8
Summary: Free firewire audio driver library
License: LGPLv2+ and GPLv2 and GPLv3 and GPLv3+
URL: http://www.ffado.org/
Source0: http://www.ffado.org/files/%{name}-%{version}.tgz
Source1: libffado-snapshot.sh
Patch0: 0001-fix-the-AttributeError-module-posixpath-has-no-attribute-walk.patch
Patch1: 0001-fix-TypeError-must-be-str-or-None-not-bytes.patch
#update config.guess
#from:git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
Patch2: update_config_guess.patch
BuildRequires: alsa-lib-devel dbus-c++-devel dbus-devel python3-dbus desktop-file-utils doxygen gcc-c++ glibmm24-devel
BuildRequires: graphviz libappstream-glib libconfig-devel libiec61883-devel libraw1394-devel libxml++-devel pkgconfig
BuildRequires: python3-qt5-devel python3-devel python3-enum34 python3-scons subversion
Requires: udev dbus python3-dbus python3-qt5
Provides: ffado = %{version}-%{release}
Obsoletes: ffado < %{version}-%{release}
%description
The FFADO project aims to provide a universal open source solution for Linux-based FireWire-based audio device support.
It is the successor to the FreeBoB project.
%package devel
Summary: Free firewire audio driver library development headers
License: GPLv2 and GPLv3
Requires: %{name} = %{version}-%{release}
%description devel
The libffado-devel package conatins development files to build applications for libffado.
%package help
Summary: Help documents for libffado
%description help
The libffado-help package conatins manual pages for libffado.
%prep
%autosetup -p1
%ifarch loongarch64
%_update_config_guess
%_update_config_sub
%endif
sed -i '/Install/d' tests/{,*/}SConscript
%ifarch riscv64
# Bugs #658052
# https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5400bbb794231bb0b77f070229af2f3d95632323
sed -i -e 's/^CacheDir/#CacheDir/' SConstruct
%endif
sed -i 's|hi64-apps-ffado.png|ffado.png|' support/mixer-qt4/ffado/ffadowindow.py
sed -i 's|/usr/bin/.*python$|/usr/bin/python3|' admin/*.py doc/SConscript tests/python/*.py tests/*.py \
support/mixer-qt4/ffado-mixer* support/mixer-qt4/SConscript support/tools/*.py support/tools/SConscript
%build
%{_export_PLAGS}
scons-3 %{?_smp_mflags} \
ENABLE_SETBUFFERSIZE_API_VER=True ENABLE_OPTIMIZATIONS=True CUSTOM_ENV=True BUILD_DOC=user \
PREFIX=%{_prefix} LIBDIR=%{_libdir} MANDIR=%{_mandir} UDEVDIR=%{_prefix}/lib/udev/rules.d/ \
PYPKGDIR=%{python3_sitelib}/ffado/ PYTHON_INTERPRETER=/usr/bin/python3 BUILD_TESTS=1
%install
%{_export_PLAGS}
scons-3 DESTDIR=%{buildroot} install
install -d %{buildroot}%{_datadir}/applications
desktop-file-install --dir %{buildroot}%{_datadir}/applications --add-category="Settings" --set-icon=ffado support/xdg/ffado.org-ffadomixer.desktop
install -d %{buildroot}%{_datadir}/icons/hicolor/64x64/apps
ln -s ../../../../libffado/icons/hi64-apps-ffado.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/ffado.png
install -m 755 tests/ffado-test %{buildroot}%{_bindir}
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/ffado.org-ffadomixer.desktop
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/ffado-mixer.appdata.xml
%files
%doc LICENSE.*
%dir %{_datadir}/libffado/
%{_bindir}/*
%{_libdir}/libffado.so.*
%{_libdir}/libffado/static_info.txt
%{_datadir}/libffado/*
%{_prefix}/lib/udev/rules.d/*
%{_datadir}/dbus-1/services/org.ffado.Control.service
%{_datadir}/applications/ffado.org-ffadomixer.desktop
%{_datadir}/icons/hicolor/64x64/apps/ffado.png
%{_datadir}/metainfo/ffado-mixer.appdata.xml
%{python3_sitelib}/ffado/
%files devel
%doc doc/reference/html/
%{_includedir}/libffado/
%{_libdir}/pkgconfig/libffado.pc
%{_libdir}/libffado.so
%files help
%doc AUTHORS ChangeLog README
%{_mandir}/man1/ffado-*.1*
%changelog
* Thu Mar 16 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 2.4.1-8
- update config.guess and config.sub for loongarch64
* Fri Jan 07 2022 lvxiaoqian <xiaoqian@nj.iscas.ac.cn> - 2.4.1-7
- update for riscv
* Tue Oct 13 2020 maminjie <maminjie1@huawei.com> - 2.4.1-6
- Rebuilt for python3
* Tue Dec 03 2019 liujing<liujing144@huawei.com> - 2.4.1-5
- Package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。