- Add Qt5QuickTemplate2 to BuildRequires
- Remove opus devel files and add requires to system files OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=109
This commit is contained in:
parent
c02dcd60fe
commit
215a679339
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 16 16:06:45 UTC 2022 - Cor Blom <cornelis@solcon.nl>
|
||||||
|
|
||||||
|
- Add Qt5QuickTemplate2 to BuildRequires
|
||||||
|
- Remove opus devel files and add requires to system files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 15 21:46:00 UTC 2022 - Cor Blom <cornelis@solcon.nl>
|
Thu Dec 15 21:46:00 UTC 2022 - Cor Blom <cornelis@solcon.nl>
|
||||||
|
|
||||||
|
@ -63,6 +63,7 @@ BuildRequires: pkgconfig(Qt5NetworkAuth)
|
|||||||
BuildRequires: pkgconfig(Qt5OpenGL)
|
BuildRequires: pkgconfig(Qt5OpenGL)
|
||||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||||
BuildRequires: pkgconfig(Qt5QuickControls2)
|
BuildRequires: pkgconfig(Qt5QuickControls2)
|
||||||
|
BuildRequires: pkgconfig(Qt5QuickTemplate2)
|
||||||
BuildRequires: pkgconfig(Qt5Sql)
|
BuildRequires: pkgconfig(Qt5Sql)
|
||||||
BuildRequires: pkgconfig(Qt5Svg)
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
@ -105,6 +106,7 @@ Additional fonts for use by the MuseScore music notation program.
|
|||||||
Summary: MuseScore development files
|
Summary: MuseScore development files
|
||||||
License: GPL-3.0-or-later WITH Font-exception-2.0 AND OFL-1.1
|
License: GPL-3.0-or-later WITH Font-exception-2.0 AND OFL-1.1
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: pkgconfig(opus)
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
MuseScore files, used for plugin development.
|
MuseScore files, used for plugin development.
|
||||||
@ -165,6 +167,9 @@ mv fonts/leland/LICENSE.txt fonts/leland/LICENSE.txt.leland
|
|||||||
mkdir -p %{buildroot}%{_datadir}/%{rname}-%{version_lesser}/demos
|
mkdir -p %{buildroot}%{_datadir}/%{rname}-%{version_lesser}/demos
|
||||||
install -p -m 644 demos/*.mscz %{buildroot}%{_datadir}/%{rname}-%{version_lesser}/demos
|
install -p -m 644 demos/*.mscz %{buildroot}%{_datadir}/%{rname}-%{version_lesser}/demos
|
||||||
|
|
||||||
|
# Remove opus devel files, they are provided by system
|
||||||
|
rm -rf %{_includedir}/opus
|
||||||
|
|
||||||
# collect doc files
|
# collect doc files
|
||||||
install -d -m 755 %{buildroot}%docdir
|
install -d -m 755 %{buildroot}%docdir
|
||||||
install -p -m 644 thirdparty/beatroot/COPYING %{buildroot}%docdir/COPYING.beatroot
|
install -p -m 644 thirdparty/beatroot/COPYING %{buildroot}%docdir/COPYING.beatroot
|
||||||
@ -237,7 +242,6 @@ install -p -m 644 share/wallpapers/COPYRIGHT %{buildroot}%docdir/COPYIN
|
|||||||
%files devel
|
%files devel
|
||||||
%license LICENSE.GPL
|
%license LICENSE.GPL
|
||||||
%{_includedir}/kddockwidgets
|
%{_includedir}/kddockwidgets
|
||||||
%{_includedir}/opus
|
|
||||||
%{_libdir}/cmake
|
%{_libdir}/cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user