/[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 1200240 - (show annotations) (download)
Sat Feb 10 21:55:57 2018 UTC (7 years, 5 months ago) by semiletov
File size: 1325 byte(s)
+ sndfile BR has been added
1 %define commit f13889496145c33abb76fa16b02edd0a1299299d
2
3 Name: artyfx
4 Version: git20171104
5 Release: %mkrel 1
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(cairo)
17 BuildRequires: pkgconfig(sndfile)
18 BuildRequires: suil-devel
19
20 Requires: lv2
21 Requires: suil-gtk2-in-qt4
22 Requires: suil-qt4-in-gtk2
23 Requires: suil-x11-in-qt4
24 Requires: suil-x11-in-gtk2
25
26 %description
27 ArtyFX is a plugin bundle of artistic real-time audio effects.
28 The aim of this plugin collection is to allow the designing of
29 your sound just as you desired using a fast, efficient workflow.
30 From bitcrushers, delays, distortions, equalizers, compressors,
31 reverbs and more, there is a range of sounds available from ArtyFX
32
33 %prep
34 %setup -q -n openAV-ArtyFX-%{commit}
35
36 %build
37 %cmake
38 %make_build
39
40 %install
41 %make_install -C build
42
43 %ifarch x86_64
44 mkdir -p %{buildroot}%{_libdir}/lv2
45 mv -f %{buildroot}/usr/lib/lv2/* %{buildroot}/%{_libdir}/lv2
46 %endif
47
48 %files
49 %{_libdir}/lv2/*
50 %doc README.md LICENSE
51

  ViewVC Help
Powered by ViewVC 1.1.30