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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1923781 - (hide annotations) (download)
Fri Dec 16 21:05:08 2022 UTC (2 years, 6 months ago) by philippedidier
File size: 1283 byte(s)
- new version 1.3.1 - built with meson
1 semiletov 1200238
2 philippedidier 1923781 %define rel 1
3     %define oname openAV-ArtyFX-release
4 wally 1254710
5 philippedidier 1923781 #NB the real source URL is https://github.com/openAVproductions/openAV-ArtyFX/archive/refs/tags/release-1.3.1.tar.gz
6    
7 semiletov 1200434 Name: artyfx
8 philippedidier 1923781 Version: 1.3.1
9     Release: %mkrel %{rel}
10 semiletov 1200434 Summary: A LV2 plugin bundle of artistic audio effects
11     Group: Sound/Midi
12     License: GPLv2
13     URL: http://openavproductions.com/artyfx/
14 philippedidier 1923781 Source0: %{oname}-%{version}.tar.gz
15    
16     BuildRequires: cmake
17     BuildRequires: meson
18     BuildRequires: pkgconfig(lv2)
19     BuildRequires: pkgconfig(fftw3)
20     BuildRequires: pkgconfig(sndfile)
21     BuildRequires: pkgconfig(cairo)
22     BuildRequires: pkgconfig(samplerate)
23    
24 semiletov 1200434 BuildRequires: suil-devel
25 semiletov 1200238
26 semiletov 1200434 Requires: lv2
27     Requires: suil-x11-in-gtk2
28 semiletov 1200238
29     %description
30 wally 1254710 ArtyFX is a plugin bundle of artistic real-time audio effects.
31     The aim of this plugin collection is to allow the designing of
32 semiletov 1200238 your sound just as you desired using a fast, efficient workflow.
33 wally 1254710 From bitcrushers, delays, distortions, equalizers, compressors,
34 semiletov 1200238 reverbs and more, there is a range of sounds available from ArtyFX
35    
36     %prep
37 philippedidier 1923781 %autosetup -n %{oname}-%{version}
38 semiletov 1200238
39     %build
40 philippedidier 1923781 %meson
41     %meson_build
42 semiletov 1200447
43 semiletov 1200238 %install
44 philippedidier 1923781 %meson_install
45 semiletov 1200238
46 philippedidier 1923781
47     %ifarch x86_64 aarch64
48     mkdir -p %{buildroot}%{_libdir}/lv2
49     mv %{buildroot}/usr/lib/lv2/* %{buildroot}%{_libdir}/lv2/
50     %endif
51    
52 semiletov 1200238 %files
53 wally 1254710 %doc README.md LICENSE
54 philippedidier 1923781 %{_libdir}/lv2/

  ViewVC Help
Powered by ViewVC 1.1.30