[packages/ladspa-autotalent] new package

jajcus jajcus at pld-linux.org
Mon Oct 10 20:49:23 CEST 2016


commit 26b7bf0d18ddaa14c0b7b2765751278f8249d460
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Mon Oct 10 20:49:04 2016 +0200

    new package

 ladspa-autotalent.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
---
diff --git a/ladspa-autotalent.spec b/ladspa-autotalent.spec
new file mode 100644
index 0000000..e6414be
--- /dev/null
+++ b/ladspa-autotalent.spec
@@ -0,0 +1,46 @@
+Summary:	Real-time pitch correction plugin for LADSPA
+Name:		ladspa-autotalent
+Version:	0.2
+Release:	1
+License:	GPL v2+
+Group:		Applications/Sound
+Source0:	http://tombaran.info/autotalent-%{version}.tar.gz
+# Source0-md5:	f59443efc6ce0f4b46be86933db33acd
+URL:		http://tombaran.info/autotalent.html
+BuildRequires:	ladspa-devel
+Requires:	ladspa-common
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Autotalent began as the result of a week of recreational signal
+processing in May 2009. It's a real-time pitch correction plugin. You
+specify the notes that a singer is allowed to hit, and Autotalent
+makes sure that they do. You can also use Autotalent for more exotic
+effects, like the Cher / T-Pain effect, making your voice sound like a
+chiptune, adding artificial vibrato, or messing with your formants.
+Autotalent can also be used as a harmonizer that knows how to sing in
+the scale with you. Or, you can use Autotalent to change the scale of
+a melody between major and minor or to change the musical mode.
+
+%prep
+%setup -q -n autotalent-%{version}
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -c -fPIC -DPIC" \
+	LDFLAGS="%{rpmldflags} -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt" \
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/ladspa
+
+cp -p *.so $RPM_BUILD_ROOT%{_libdir}/ladspa
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README COPYING*
+%attr(755,root,root) %{_libdir}/ladspa/autotalent.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ladspa-autotalent.git/commitdiff/26b7bf0d18ddaa14c0b7b2765751278f8249d460



More information about the pld-cvs-commit mailing list