/[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 1200451 - (show annotations) (download)
Sun Feb 11 12:48:55 2018 UTC (7 years, 5 months ago) by semiletov
File size: 1354 byte(s)
more arm7vhl fixes
1 %define commit f13889496145c33abb76fa16b02edd0a1299299d
2
3 Name: artyfx
4 Version: git20171104
5 Release: %mkrel 6
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
35 %ifarch armv7hl
36
37 sed -i -e '/CMAKE_C_FLAGS/d' ./src/avtk/CMakeLists.txt
38 sed -i -e '/CMAKE_CXX_FLAGS/d' ./src/avtk/CMakeLists.txt
39
40 %cmake -DBUILD_SSE=OFF -DBUILD_GUI=OFF
41
42 %else
43
44 %cmake
45
46 %endif
47
48 %make_build
49
50
51 %install
52 %make_install -C build
53
54 %ifarch x86_64
55 mkdir -p %{buildroot}%{_libdir}/lv2
56 mv -f %{buildroot}/usr/lib/lv2/* %{buildroot}/%{_libdir}/lv2
57 %endif
58
59 %files
60 %{_libdir}/lv2/*
61 %doc README.md LICENSE
62

  ViewVC Help
Powered by ViewVC 1.1.30