/[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 1609233 - (show annotations) (download)
Mon Jul 27 04:32:25 2020 UTC (4 years, 11 months ago) by daviddavid
File size: 1266 byte(s)
- new git snapshot: 1.3-20200509

1 %define commit 6010d1a6034ea684cc2edb22021f034122ccf814
2
3 %define gdate 20200509
4 %define rel 1
5
6 Name: artyfx
7 Version: 1.3
8 Release: %mkrel git%{gdate}.%{rel}
9 Summary: A LV2 plugin bundle of artistic audio effects
10 Group: Sound/Midi
11 License: GPLv2
12 URL: http://openavproductions.com/artyfx/
13 Source0: https://github.com/openAVproductions/openAV-ArtyFX/archive/%{commit}.tar.gz
14 Patch0: artyfx-cmake-fix.patch
15 BuildRequires: cmake
16 BuildRequires: pkgconfig(lv2)
17 BuildRequires: pkgconfig(fftw3)
18 BuildRequires: pkgconfig(sndfile)
19 BuildRequires: pkgconfig(cairo)
20 BuildRequires: suil-devel
21
22 Requires: lv2
23 Requires: suil-x11-in-gtk2
24
25 %description
26 ArtyFX is a plugin bundle of artistic real-time audio effects.
27 The aim of this plugin collection is to allow the designing of
28 your sound just as you desired using a fast, efficient workflow.
29 From bitcrushers, delays, distortions, equalizers, compressors,
30 reverbs and more, there is a range of sounds available from ArtyFX
31
32 %prep
33 %setup -q -n openAV-ArtyFX-%{commit}
34 %autopatch -p1
35
36 %build
37 %ifarch %{arm}
38 export CXXFLAGS="%{optflags} -DPFFFT_SIMD_DISABLE"
39 %endif
40 %cmake \
41 %ifarch %{arm} aarch64
42 -DBUILD_SSE=OFF \
43 %endif
44 -DBUILD_GUI=ON
45
46 %cmake_build
47
48 %install
49 %cmake_install
50
51 %files
52 %doc README.md LICENSE
53 %{_libdir}/lv2/*

  ViewVC Help
Powered by ViewVC 1.1.30