]> git.pld-linux.org Git - SPECS.git/blob - ladspa-autotalent.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / ladspa-autotalent.spec
1 Summary:        Real-time pitch correction plugin for LADSPA
2 Name:           ladspa-autotalent
3 Version:        0.2
4 Release:        1
5 License:        GPL v2+
6 Group:          Applications/Sound
7 Source0:        http://tombaran.info/autotalent-%{version}.tar.gz
8 # Source0-md5:  f59443efc6ce0f4b46be86933db33acd
9 URL:            http://tombaran.info/autotalent.html
10 BuildRequires:  ladspa-devel
11 Requires:       ladspa-common
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Autotalent began as the result of a week of recreational signal
16 processing in May 2009. It's a real-time pitch correction plugin. You
17 specify the notes that a singer is allowed to hit, and Autotalent
18 makes sure that they do. You can also use Autotalent for more exotic
19 effects, like the Cher / T-Pain effect, making your voice sound like a
20 chiptune, adding artificial vibrato, or messing with your formants.
21 Autotalent can also be used as a harmonizer that knows how to sing in
22 the scale with you. Or, you can use Autotalent to change the scale of
23 a melody between major and minor or to change the musical mode.
24
25 %prep
26 %setup -q -n autotalent-%{version}
27
28 %build
29 %{__make} \
30         CC="%{__cc}" \
31         CFLAGS="%{rpmcflags} -c -fPIC -DPIC" \
32         LDFLAGS="%{rpmldflags} -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt" \
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_libdir}/ladspa
37
38 cp -p *.so $RPM_BUILD_ROOT%{_libdir}/ladspa
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README COPYING*
46 %attr(755,root,root) %{_libdir}/ladspa/autotalent.so
This page took 0.135531 seconds and 3 git commands to generate.