|
|
@ -3,18 +3,18 @@
|
|
|
|
%global build_cxxflags %build_cxxflags -std=c++11
|
|
|
|
%global build_cxxflags %build_cxxflags -std=c++11
|
|
|
|
|
|
|
|
|
|
|
|
# Git submodules
|
|
|
|
# Git submodules
|
|
|
|
%global mp4p_commit 156195ccb635f016dc34b89425bfbecf046c90d4
|
|
|
|
%global mp4p_commit 97ab7285d244de9cde6333e381f9f797b89ce8aa
|
|
|
|
%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 b4d3db19566398603069d02eeacb3b06987a1b74
|
|
|
|
%global ddb_dsp_libretro_commit b0921907bc8f5c8468d01de290980d236797b14e
|
|
|
|
%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 0b099d13ab0e89d9934aabdeb2872f0f66ea6960
|
|
|
|
%global ddb_output_pw_commit 14a3fc6b4e725fbb91009276b1220d39475928f8
|
|
|
|
%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.6
|
|
|
|
Version: 1.9.5
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}.inferit.1
|
|
|
|
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
|
|
|
@ -23,6 +23,9 @@ Source0: https://github.com/DeaDBeeF-Player/%{name}/archive/%{version}.ta
|
|
|
|
Source1: https://github.com/DeaDBeeF-Player/mp4p/archive/%{mp4p_commit}/mp4p-%{mp4p_shortcommit}.tar.gz
|
|
|
|
Source1: https://github.com/DeaDBeeF-Player/mp4p/archive/%{mp4p_commit}/mp4p-%{mp4p_shortcommit}.tar.gz
|
|
|
|
Source2: https://github.com/DeaDBeeF-Player/ddb_dsp_libretro/archive/%{ddb_dsp_libretro_commit}/ddb_dsp_libretro-%{ddb_dsp_libretro_shortcommit}.tar.gz
|
|
|
|
Source2: https://github.com/DeaDBeeF-Player/ddb_dsp_libretro/archive/%{ddb_dsp_libretro_commit}/ddb_dsp_libretro-%{ddb_dsp_libretro_shortcommit}.tar.gz
|
|
|
|
Source3: https://github.com/DeaDBeeF-Player/ddb_output_pw/archive/%{ddb_output_pw_commit}/ddb_output_pw-%{ddb_output_pw_shortcommit}.tar.gz
|
|
|
|
Source3: https://github.com/DeaDBeeF-Player/ddb_output_pw/archive/%{ddb_output_pw_commit}/ddb_output_pw-%{ddb_output_pw_shortcommit}.tar.gz
|
|
|
|
|
|
|
|
Patch0: 0001-Revert-Russian-Removing.patch
|
|
|
|
|
|
|
|
Patch1: 0001-Drop-inappropriate-symbold.patch
|
|
|
|
|
|
|
|
Patch100: 0001-Added-Russian-description-for-ArcMenu.patch
|
|
|
|
|
|
|
|
|
|
|
|
# Build for armv7hl failed
|
|
|
|
# Build for armv7hl failed
|
|
|
|
# https://github.com/DeaDBeeF-Player/deadbeef/issues/2538
|
|
|
|
# https://github.com/DeaDBeeF-Player/deadbeef/issues/2538
|
|
|
@ -63,7 +66,6 @@ BuildRequires: libdispatch-devel
|
|
|
|
Requires: hicolor-icon-theme
|
|
|
|
Requires: hicolor-icon-theme
|
|
|
|
Requires: %{name}-plugins%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-plugins%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
Recommends: deadbeef-mpris2-plugin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with X11
|
|
|
|
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with X11
|
|
|
@ -111,6 +113,9 @@ 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"
|
|
|
@ -170,17 +175,16 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Nov 13 2023 Vasiliy N. Glazov <vascom2@gmail.com> - 1.9.6-1
|
|
|
|
* Tue Nov 28 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.9.5-2.inferit.1
|
|
|
|
- Update to 1.9.6
|
|
|
|
- Drop inappropriate symbols
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 08 2023 Leigh Scott <leigh123linux@gmail.com> - 1.9.5-5
|
|
|
|
|
|
|
|
- Rebuild for new faad2 version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 04 2023 Vasiliy N. Glazov <vascom2@gmail.com> - 1.9.5-4
|
|
|
|
* Wed Aug 09 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1.9.5-2.inferit
|
|
|
|
- Fix Build for F39
|
|
|
|
- Added Russian description for ArcMenu
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 01 2023 Vasiliy N. Glazov <vascom2@gmail.com> - 1.9.5-3
|
|
|
|
* Wed Jul 19 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1.9.5-2
|
|
|
|
- Add mpris plugin to recommends
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
- Revert politial remove of Russian support
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 01 2023 Leigh Scott <leigh123linux@gmail.com> - 1.9.5-2
|
|
|
|
* Wed Mar 01 2023 Leigh Scott <leigh123linux@gmail.com> - 1.9.5-2
|
|
|
|
- Rebuild for new ffmpeg
|
|
|
|
- Rebuild for new ffmpeg
|