Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 39cc751784a80eca7691f79b1322209c > files > 1

lv2-triceratops-0.3.1-2.mga6.src.rpm

Name:       lv2-triceratops
Version:    0.3.1
Release:    %mkrel 2
Summary:    Polyphonic synthesizer LV2 plugin
License:    GPLv3
Group:      Sound/Midi
URL:        https://sourceforge.net/projects/triceratops/
Source0:    https://downloads.sourceforge.net/project/triceratops/triceratops-lv2-v%{version}.tar.gz

BuildRequires:  pkgconfig(gtkmm-2.4)
BuildRequires:  pkgconfig(lv2)
BuildRequires:  python

%description
%{name} is an analogue style polyphonic subtractive synthesizer plugin,
for use with the LV2 plugin architecture.

%files
%doc AUTHORS COPYING
%{_libdir}/lv2/triceratops.lv2/
%{_libdir}/lv2/triceratops-presets.lv2/

%prep
%setup -q -c

%build
%setup_compile_flags
%ifarch armv7hl
# waf detection only works for 64-bit, but -fPIC needed on armv7
CXXFLAGS+=" -fPIC"
%endif

./waf configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir}

./waf

%install
./waf install --destdir=%{buildroot}


%changelog
* Sat May 27 2017 akien <akien> 0.3.1-2.mga6
+ Revision: 1105137
- Enable Mageia optflags and ldflags
- Add -fPIC on armv7hl

* Fri May 26 2017 animtim <animtim> 0.3.1-1.mga6
+ Revision: 1105065
- imported package lv2-triceratops