Accepting request 435003 from KDE:Applications
KDE Applications 16.08.2 OBS-URL: https://build.opensuse.org/request/show/435003 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minuet?expand=0&rev=3
This commit is contained in:
commit
4b474e12cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84270171fec23544b991715d8e29dbfba04d65a9304d575ae24347af8a025f8f
|
||||
size 511224
|
3
minuet-16.08.2.tar.xz
Normal file
3
minuet-16.08.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a282772846365546844cc5d557d665a0c002d3cd6e08e297a403bd9fe9250b3
|
||||
size 26852268
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 21:11:55 UTC 2016 - lbeltrame@kde.org
|
||||
|
||||
- KDE Applications 16.08.2
|
||||
https://www.kde.org/announcements/announce-applications-16.08.2.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 9 08:53:45 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.08.1
|
||||
* KDE Applications 16.08.1
|
||||
* https://www.kde.org/announcements/announce-applications-16.08.1.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 23 23:25:22 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Require libqt5-qtquickcontrols2, it doesn't start if that's not
|
||||
installed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 12 10:40:25 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.08.0
|
||||
* KDE Applications 16.08.0
|
||||
* https://www.kde.org/announcements/announce-applications-16.08.0.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to KDE Applications 16.04.3
|
||||
* KDE Applications 16.04.3
|
||||
* https://www.kde.org/announcements/announce-applications-16.04.3.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 8 09:52:02 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
|
53
minuet.spec
53
minuet.spec
@ -15,35 +15,54 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: minuet
|
||||
BuildRequires: extra-cmake-modules >= 1.3.0
|
||||
BuildRequires: extra-cmake-modules >= 5.15.0
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(fluidsynth)
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5Config)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5XmlGui)
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5Completion)
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5Crash)
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.4.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: libdrumstick-devel
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5WidgetsAddons)
|
||||
BuildRequires: cmake(KF5XmlGui)
|
||||
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+
|
||||
Group: Productivity/Other
|
||||
Version: 16.04.3
|
||||
Version: 16.08.2
|
||||
Release: 0
|
||||
Source: minuet-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Runtime requirement
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
|
||||
%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
|
||||
@ -64,7 +83,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
|
||||
%{_kf5_libdir}/cmake/Minuet/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user