Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 017b75a203a74fe13c5c162880f19b8e > files > 2

nootka-1.0.1-4.mga5.src.rpm

Name:           nootka
Version:        1.0.1
Release:        %mkrel 4
Summary:        Application to help with learning classical score notation
License:        GPLv3
Group:          Sound/Utilities
Url:            http://nootka.sf.net
Source0:        http://freefr.dl.sourceforge.net/project/nootka/Nootka-1.0.0/%{name}-%{version}-source.tar.bz2

BuildRequires:  pkgconfig(QtCore)
BuildRequires:  fftw-devel
BuildRequires:  ecasound-devel
BuildRequires:  cmake
BuildRequires:  pkgconfig(soundtouch)
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  pkgconfig(ogg)

Requires:       qt4-common
Recommends:       TiMidity++

%description
Nootka is open-source application
to help with learning (also with teaching) classical score notation.
Mostly it is for guitarists,
but it can be used for ear training as well.

Features:

interactive interface to discover the rules of musical notation
exercises with possibility to create own sets
accurate method for detecting sung and played sounds
natural sound of guitars
clefs (treble, bass and others) and grand staff
analyse of results
different kinds of guitars and theirs tuning
Czech, French, German, Polish and Russian translations



%prep
%setup -q -n %{name}-%{version}-source

%build
%__chmod -x TODO
%cmake_qt4
%make

%install
%{makeinstall_std} -C build


# Add translation lang tags
(cd %{buildroot} && find . -name '*.qm') | %__sed -e 's|^.||' | sed -e \
    's:\(.*/lang/nootka_\)\([a-z_A-Z]\+\)\(.*qm$\):%lang(\2) \1\2\3:'\
        >> %{name}.lang


%files -f %{name}.lang
%doc changes TODO
%{_datadir}/applications/%{name}.desktop
%{_bindir}/*
%{_datadir}/%{name}/
%{_datadir}/pixmaps/
%{_mandir}/man1/*
%{_datadir}/mime/packages/*


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 1.0.1-4.mga5
+ Revision: 743953
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 1.0.1-3.mga5
+ Revision: 682914
- Mageia 5 Mass Rebuild

  + tv <tv>
    - s/uggests:/Recommends:/

* Thu May 08 2014 barjac <barjac> 1.0.1-2.mga5
+ Revision: 621176
- rebuild for new ecasound

* Sat Mar 29 2014 dglent <dglent> 1.0.1-1.mga5
+ Revision: 609319
- New version 1.0.1

* Sun Mar 23 2014 dglent <dglent> 1.0.0-1.mga5
+ Revision: 606751
- New version 1.0.0
- Add br soundtouch
- Add lang tags
- imported package nootka

  + kamil <kamil>
    - fix group: Education -> Sound/Utilities
    - add cmake to BR
    - fix BR: fftw -> fftw-devel