Compare commits
2 Commits
4.4.3-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
92ef05163f | |||
15c42e2aac |
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: MuseScore
|
||||
Version: 4.4.3
|
||||
Version: 4.5.1
|
||||
Release: 1mamba
|
||||
Summary: Free music composition & notation software
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
@ -22,10 +22,16 @@ BuildRequires: libQt6PrintSupport
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libQt6Xml
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libflac-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libopus-devel
|
||||
BuildRequires: libopusenc-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtinyxml2-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: qt6-qt5compat-devel
|
||||
@ -62,7 +68,6 @@ Provides: soundfont
|
||||
%description -n soundfont-musescore
|
||||
A soundfont collection for MIDI synthetizers.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -71,14 +76,19 @@ A soundfont collection for MIDI synthetizers.
|
||||
%build
|
||||
#:<< _EOF
|
||||
%cmake -d build \
|
||||
-DUSE_SYSTEM_FREETYPE=ON \
|
||||
-DBUILD_CRASHPAD_CLIENT=OFF \
|
||||
-DBUILD_UNIT_TESTS=OFF \
|
||||
-DDOWNLOAD_SOUNDFONT=OFF \
|
||||
-DPACKAGE_FILE_ASSOCIATION=ON \
|
||||
-DUSE_SYSTEM_FREETYPE=ON \
|
||||
|
||||
# -DBUILD_WEBENGINE=OFF \
|
||||
-DMUE_BUILD_UNIT_TESTS=OFF \
|
||||
-DMUE_COMPILE_USE_SYSTEM_FLAC=ON \
|
||||
-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
|
||||
|
||||
@ -107,10 +117,9 @@ ln -s MS\ Basic.sf3 %{buildroot}%{_datadir}/soundfonts/default.sf3
|
||||
%exclude %{_datadir}/mscore-%{majver}/sound
|
||||
%{_datadir}/icons/hicolor/*/apps/mscore.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/*.png
|
||||
%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-musescore*.svg
|
||||
%{_mandir}/man1/mscore.1*
|
||||
%{_mandir}/man1/musescore.1*
|
||||
#%{_datadir}/pixmaps/mscore.png
|
||||
#%{_datadir}/pixmaps/mscore.xpm
|
||||
|
||||
%files -n soundfont-musescore
|
||||
%defattr(-,root,root)
|
||||
@ -120,6 +129,12 @@ ln -s MS\ Basic.sf3 %{buildroot}%{_datadir}/soundfonts/default.sf3
|
||||
%{_datadir}/soundfonts/MS*Basic.sf3
|
||||
|
||||
%changelog
|
||||
* Sat Mar 22 2025 Automatic Build System <autodist@openmamba.org> 4.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user