forked from pool/minuet
Accepting request 418954 from home:wolfi323:branches:KDE:Applications
- Update build requirements, it needs Qt 5.7.0 and fluidsynth (instead of drumstick) now - Add devel subpackage - Enhance package description OBS-URL: https://build.opensuse.org/request/show/418954 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=12
This commit is contained in:
parent
b9f3085260
commit
4524322313
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 12 09:19:03 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Update build requirements, it needs Qt 5.7.0 and fluidsynth
|
||||
(instead of drumstick) now
|
||||
- Add devel subpackage
|
||||
- Enhance package description
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 16:06:42 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
|
40
minuet.spec
40
minuet.spec
@ -17,22 +17,22 @@
|
||||
|
||||
|
||||
Name: minuet
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: extra-cmake-modules >= 1.3.0
|
||||
BuildRequires: extra-cmake-modules >= 5.15.0
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libdrumstick-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(fluidsynth)
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5Config)
|
||||
BuildRequires: cmake(KF5Completion)
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5Crash)
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5WidgetsAddons)
|
||||
BuildRequires: cmake(KF5XmlGui)
|
||||
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.7.0
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.7.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.7.0
|
||||
Url: http://www.kde.org
|
||||
Summary: A KDE Software for Music Education
|
||||
License: GPL-2.0+
|
||||
@ -45,6 +45,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%description
|
||||
Application for Music Education.
|
||||
|
||||
Minuet aims at supporting students and teachers in many aspects
|
||||
of music education, such as ear training, first-sight reading,
|
||||
solfa, scales, rhythm, harmony, and improvisation.
|
||||
Minuet makes extensive use of MIDI capabilities to provide a
|
||||
full-fledged set of features regarding volume, tempo, and pitch
|
||||
changes, which makes Minuet a valuable tool for both novice and
|
||||
experienced musicians.
|
||||
|
||||
%package devel
|
||||
Summary: Minuet: Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: minuet = %{version}
|
||||
|
||||
%description devel
|
||||
Development headers and libraries for Minuet.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
@ -65,7 +81,15 @@ Application for Music Education.
|
||||
%{_kf5_applicationsdir}/org.kde.minuet.desktop
|
||||
%{_kf5_htmldir}/en/minuet/
|
||||
%{_kf5_iconsdir}/hicolor
|
||||
%{_kf5_libdir}/libminuetinterfaces.so.*
|
||||
%{_kf5_plugindir}/minuet/
|
||||
%{_kf5_sharedir}/kxmlgui5/minuet/
|
||||
%{_kf5_sharedir}/minuet/
|
||||
|
||||
%files devel
|
||||
%doc COPYING* README*
|
||||
%{_includedir}/minuet/
|
||||
%{_kf5_libdir}/libminuetinterfaces.so
|
||||
%{_libdir}/cmake/Minuet/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user