automatic version update by autodist [release 4.4.4-1mamba;Sun Dec 22 2024]

This commit is contained in:
Automatic Build System 2024-12-27 15:56:35 +01:00
parent 3e29737f47
commit 15c42e2aac

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: MuseScore Name: MuseScore
Version: 4.4.3 Version: 4.4.4
Release: 1mamba Release: 1mamba
Summary: Free music composition & notation software Summary: Free music composition & notation software
Group: Graphical Desktop/Applications/Multimedia Group: Graphical Desktop/Applications/Multimedia
@ -22,10 +22,16 @@ BuildRequires: libQt6PrintSupport
BuildRequires: libQt6Widgets BuildRequires: libQt6Widgets
BuildRequires: libQt6Xml BuildRequires: libQt6Xml
BuildRequires: libalsa-devel BuildRequires: libalsa-devel
BuildRequires: libflac-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libglvnd-devel BuildRequires: libglvnd-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libopus-devel
BuildRequires: libopusenc-devel
BuildRequires: libsndfile-devel BuildRequires: libsndfile-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libtinyxml2-devel
BuildRequires: libxkbcommon-devel BuildRequires: libxkbcommon-devel
BuildRequires: libz-devel BuildRequires: libz-devel
BuildRequires: qt6-qt5compat-devel BuildRequires: qt6-qt5compat-devel
@ -71,14 +77,19 @@ A soundfont collection for MIDI synthetizers.
%build %build
#:<< _EOF #:<< _EOF
%cmake -d build \ %cmake -d build \
-DUSE_SYSTEM_FREETYPE=ON \
-DBUILD_CRASHPAD_CLIENT=OFF \ -DBUILD_CRASHPAD_CLIENT=OFF \
-DBUILD_UNIT_TESTS=OFF \ -DBUILD_UNIT_TESTS=OFF \
-DDOWNLOAD_SOUNDFONT=OFF \ -DDOWNLOAD_SOUNDFONT=OFF \
-DPACKAGE_FILE_ASSOCIATION=ON \ -DPACKAGE_FILE_ASSOCIATION=ON \
-DUSE_SYSTEM_FREETYPE=ON \ -DMUE_BUILD_UNIT_TESTS=OFF \
-DMUE_COMPILE_USE_SYSTEM_FLAC=ON \
# -DBUILD_WEBENGINE=OFF \ -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON \
-DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON \
-DMUE_COMPILE_USE_SYSTEM_OPUS=ON \
-DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON \
-DMUE_COMPILE_USE_SYSTEM_TINYXML=ON \
-DMUE_ENABLE_FILE_ASSOCIATION=ON \
-DMUE_INSTALL_SOUNDFONT=ON \
%make %make
@ -120,6 +131,9 @@ ln -s MS\ Basic.sf3 %{buildroot}%{_datadir}/soundfonts/default.sf3
%{_datadir}/soundfonts/MS*Basic.sf3 %{_datadir}/soundfonts/MS*Basic.sf3
%changelog %changelog
* Sun Dec 22 2024 Automatic Build System <autodist@openmamba.org> 4.4.4-1mamba
- automatic version update by autodist
* Fri Oct 25 2024 Automatic Build System <autodist@openmamba.org> 4.4.3-1mamba * Fri Oct 25 2024 Automatic Build System <autodist@openmamba.org> 4.4.3-1mamba
- automatic version update by autodist - automatic version update by autodist