/[packages]/cauldron/artyfx/current/SPECS/artyfx.spec
ViewVC logotype

Contents of /cauldron/artyfx/current/SPECS/artyfx.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1200440 - (show annotations) (download)
Sun Feb 11 12:25:05 2018 UTC (7 years, 4 months ago) by semiletov
File size: 1218 byte(s)
SILENT Cairo BR is back again
1 %define commit f13889496145c33abb76fa16b02edd0a1299299d
2
3 Name: artyfx
4 Version: git20171104
5 Release: %mkrel 4
6 Summary: A LV2 plugin bundle of artistic audio effects
7 Group: Sound/Midi
8 License: GPLv2
9 URL: http://openavproductions.com/artyfx/
10 Source0: https://github.com/openAVproductions/openAV-ArtyFX/archive/%{commit}.tar.gz
11
12
13 BuildRequires: cmake
14 BuildRequires: pkgconfig(lv2)
15 BuildRequires: pkgconfig(fftw3)
16 BuildRequires: pkgconfig(sndfile)
17 BuildRequires: pkgconfig(cairo)
18 BuildRequires: suil-devel
19
20 Requires: lv2
21 Requires: suil-x11-in-gtk2
22
23 %description
24 ArtyFX is a plugin bundle of artistic real-time audio effects.
25 The aim of this plugin collection is to allow the designing of
26 your sound just as you desired using a fast, efficient workflow.
27 From bitcrushers, delays, distortions, equalizers, compressors,
28 reverbs and more, there is a range of sounds available from ArtyFX
29
30 %prep
31 %setup -q -n openAV-ArtyFX-%{commit}
32
33 %build
34 %ifarch armv7hl
35 %cmake -DBUILD_SSE=OFF
36 %else
37 %cmake
38 %endif
39 %make_build
40
41 %install
42 %make_install -C build
43
44 %ifarch x86_64
45 mkdir -p %{buildroot}%{_libdir}/lv2
46 mv -f %{buildroot}/usr/lib/lv2/* %{buildroot}/%{_libdir}/lv2
47 %endif
48
49 %files
50 %{_libdir}/lv2/*
51 %doc README.md LICENSE
52

  ViewVC Help
Powered by ViewVC 1.1.30