|
|
@ -1,19 +1,20 @@
|
|
|
|
%global toolchain clang
|
|
|
|
%global toolchain clang
|
|
|
|
%global optflags %optflags -Wno-unused-but-set-variable -Wno-unused-variable
|
|
|
|
%global optflags %optflags -Wno-unused-but-set-variable -Wno-unused-variable
|
|
|
|
|
|
|
|
%global build_cxxflags %build_cxxflags -std=c++11
|
|
|
|
|
|
|
|
|
|
|
|
# Git submodules
|
|
|
|
# Git submodules
|
|
|
|
%global mp4p_commit 97ab7285d244de9cde6333e381f9f797b89ce8aa
|
|
|
|
%global mp4p_commit 156195ccb635f016dc34b89425bfbecf046c90d4
|
|
|
|
%global mp4p_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
|
|
|
|
%global mp4p_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
%global ddb_dsp_libretro_commit b0921907bc8f5c8468d01de290980d236797b14e
|
|
|
|
%global ddb_dsp_libretro_commit b4d3db19566398603069d02eeacb3b06987a1b74
|
|
|
|
%global ddb_dsp_libretro_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
|
|
|
|
%global ddb_dsp_libretro_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
%global ddb_output_pw_commit 14a3fc6b4e725fbb91009276b1220d39475928f8
|
|
|
|
%global ddb_output_pw_commit 0b099d13ab0e89d9934aabdeb2872f0f66ea6960
|
|
|
|
%global ddb_output_pw_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
|
|
|
|
%global ddb_output_pw_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
Name: deadbeef
|
|
|
|
Name: deadbeef
|
|
|
|
Version: 1.9.5
|
|
|
|
Version: 1.9.6
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: An audio player for GNU/Linux
|
|
|
|
Summary: An audio player for GNU/Linux
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-or later AND LGPL-2.0-or-later and BSD and MIT AND Zlib
|
|
|
|
License: GPL-2.0-or later AND LGPL-2.0-or-later and BSD and MIT AND Zlib
|
|
|
@ -110,9 +111,6 @@ do
|
|
|
|
sed -i "s|$data Shortcut Group|X-$data Shortcut Group|" deadbeef.desktop.in
|
|
|
|
sed -i "s|$data Shortcut Group|X-$data Shortcut Group|" deadbeef.desktop.in
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
# Remove unknown pragma
|
|
|
|
|
|
|
|
sed -i '/#pragma warning "using sse2 for ftoi"/d' fastftoi.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%if 0%{?fedora} && 0%{?fedora} > 35
|
|
|
|
%if 0%{?fedora} && 0%{?fedora} > 35
|
|
|
|
export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
|
|
|
|
export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
|
|
|
@ -172,9 +170,18 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Oct 30 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.9.5-3
|
|
|
|
* Mon Nov 13 2023 Vasiliy N. Glazov <vascom2@gmail.com> - 1.9.6-1
|
|
|
|
|
|
|
|
- Update to 1.9.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 08 2023 Leigh Scott <leigh123linux@gmail.com> - 1.9.5-5
|
|
|
|
|
|
|
|
- Rebuild for new faad2 version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 30 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.9.5-4
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 04 2023 Vasiliy N. Glazov <vascom2@gmail.com> - 1.9.5-4
|
|
|
|
|
|
|
|
- Fix Build for F39
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 01 2023 Vasiliy N. Glazov <vascom2@gmail.com> - 1.9.5-3
|
|
|
|
* Tue Aug 01 2023 Vasiliy N. Glazov <vascom2@gmail.com> - 1.9.5-3
|
|
|
|
- Add mpris plugin to recommends
|
|
|
|
- Add mpris plugin to recommends
|
|
|
|
|
|
|
|
|
|
|
|