automatic version update by autodist [release 2.4.9-1mamba;Wed Jul 31 2024]
This commit is contained in:
parent
6d3be13f50
commit
f78239267c
@ -1,12 +1,12 @@
|
|||||||
Name: libffado
|
Name: libffado
|
||||||
Version: 2.4.8
|
Version: 2.4.9
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Free Firewire Audio Drivers Library
|
Summary: Free Firewire Audio Drivers Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://ffado.org/
|
URL: https://ffado.org/
|
||||||
Source0: http://www.ffado.org/files/libffado-%{version}.tgz
|
Source0: http://www.ffado.org/files/libffado-%{version}.tgz
|
||||||
Source1: README.ffado
|
Source1: README.ffado
|
||||||
License: GPL, LGPL
|
License: GPL, LGPL
|
||||||
@ -18,6 +18,7 @@ BuildRequires: libdbus-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libglibmm24-devel
|
BuildRequires: libglibmm24-devel
|
||||||
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libiec61883-devel
|
BuildRequires: libiec61883-devel
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libraw1394-devel
|
BuildRequires: libraw1394-devel
|
||||||
@ -77,13 +78,12 @@ This package contains the ffado mixer GUI.
|
|||||||
|
|
||||||
cp -a %{SOURCE1} .
|
cp -a %{SOURCE1} .
|
||||||
|
|
||||||
# fix icon name, so it's coherent with XDG desktop file name
|
## fix icon name, so it's coherent with XDG desktop file name
|
||||||
sed -e 's/hi64-apps-ffado/ffado-mixer/g' -i libffado/support/xdg/ffado.org-ffadomixer.desktop
|
#sed -e 's/hi64-apps-ffado/ffado-mixer/g' -i support/xdg/ffado.org-ffadomixer.desktop
|
||||||
# fix id, so it's coherent with XDG desktop file name
|
## fix id, so it's coherent with XDG desktop file name
|
||||||
sed -e 's/ffado.org-ffadomixer.desktop/ffado-mixer.desktop/g' -i libffado/support/xdg/ffado-mixer.appdata.xml
|
#sed -e 's/ffado.org-ffadomixer.desktop/ffado-mixer.desktop/g' -i libffado/support/xdg/ffado-mixer.appdata.xml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd libffado
|
|
||||||
export CFLAGS="%{optflags} -ffast-math"
|
export CFLAGS="%{optflags} -ffast-math"
|
||||||
export CXXFLAGS="%{optflags} -ffast-math --std=gnu++11"
|
export CXXFLAGS="%{optflags} -ffast-math --std=gnu++11"
|
||||||
|
|
||||||
@ -104,14 +104,13 @@ scons %{?_smp_mflags} \
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
cd libffado
|
|
||||||
scons DESTDIR=%{buildroot} WILL_DEAL_WITH_XDG_MYSELF=True install
|
scons DESTDIR=%{buildroot} WILL_DEAL_WITH_XDG_MYSELF=True install
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_datadir}/applications
|
#mkdir -p %{buildroot}%{_datadir}/applications
|
||||||
install -pm 644 support/xdg/ffado.org-ffadomixer.desktop \
|
#install -pm 644 support/xdg/ffado.org-ffadomixer.desktop \
|
||||||
%{buildroot}%{_datadir}/applications/ffado-mixer.desktop
|
# %{buildroot}%{_datadir}/applications/ffado-mixer.desktop
|
||||||
install -D -m0644 support/xdg/hi64-apps-ffado.png \
|
#install -D -m0644 support/xdg/hi64-apps-ffado.png \
|
||||||
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/ffado-mixer.png
|
# %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/ffado-mixer.png
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -137,7 +136,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_libdir}/libffado.so.*
|
%{_libdir}/libffado.so.*
|
||||||
%dir %{_datadir}/libffado
|
%dir %{_datadir}/libffado
|
||||||
%{_datadir}/libffado/configuration
|
%{_datadir}/libffado/configuration
|
||||||
%doc libffado/AUTHORS libffado/LICENSE.*
|
%doc AUTHORS LICENSE.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -146,7 +145,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_libdir}/libffado/static_info.txt
|
%{_libdir}/libffado/static_info.txt
|
||||||
%{_libdir}/libffado.so
|
%{_libdir}/libffado.so
|
||||||
%{_libdir}/pkgconfig/libffado.pc
|
%{_libdir}/pkgconfig/libffado.pc
|
||||||
%doc libffado/ChangeLog libffado/README
|
|
||||||
|
|
||||||
%files -n ffado
|
%files -n ffado
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -173,11 +171,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%files -n ffado-mixer
|
%files -n ffado-mixer
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ffado-mixer
|
%{_bindir}/ffado-mixer
|
||||||
%{_datadir}/applications/ffado-mixer.desktop
|
%{_datadir}/applications/org.ffado.FfadoMixer.desktop
|
||||||
%{_datadir}/metainfo/ffado-mixer.appdata.xml
|
%{_datadir}/metainfo/org.ffado.FfadoMixer.metainfo.xml
|
||||||
%{_datadir}/icons/hicolor/64x64/apps/ffado-mixer.png
|
%{_datadir}/icons/hicolor/64x64/apps/hi64-apps-ffado.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 31 2024 Automatic Build System <autodist@openmamba.org> 2.4.9-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Jan 09 2024 Automatic Build System <autodist@openmamba.org> 2.4.8-1mamba
|
* Tue Jan 09 2024 Automatic Build System <autodist@openmamba.org> 2.4.8-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user