rpms/ladspa-autotalent-plugins/F-13 import.log, NONE, 1.1 ladspa-autotalent-plugins.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Cornette davidcornette at fedoraproject.org
Tue Jun 1 06:41:33 UTC 2010


Author: davidcornette

Update of /cvs/pkgs/rpms/ladspa-autotalent-plugins/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10768/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log ladspa-autotalent-plugins.spec 
Log Message:
* Tue Jun 1 2010 David Cornette <rpm at davidcornette.com> 0.2-3
- Initial Commit




--- NEW FILE import.log ---
ladspa-autotalent-plugins-0_2-3_fc11:F-13:ladspa-autotalent-plugins-0.2-3.fc11.src.rpm:1275374360


--- NEW FILE ladspa-autotalent-plugins.spec ---
Name:           ladspa-autotalent-plugins
Version:        0.2
Release:        3%{?dist}
Summary:        A pitch correction LADSPA plugin

Group:          Applications/Multimedia
# The files mayer_fft.h and mayer_hht.c are from Pure Data, which is under a
# standard improved BSD license.  autotalent.c is under GPLv2+.
License:        GPLv2+ and BSD and CC-BY-ND
URL:            http://web.mit.edu/tbaran/www/autotalent.html
Source0:        http://web.mit.edu/tbaran/www/autotalent-%{version}.tar.gz
# Useful documentation is not included in the upstream source distribution.
Source1:        http://web.mit.edu/tbaran/www/autotalent-%{version}_refcard.pdf
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ladspa-devel
Requires:       ladspa

%description
Autotalent is 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, 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}
cp %{SOURCE1} .

# Use the correct Fedora optimization flags
sed -i 's|-O3|%{optflags}|' Makefile

# Use the system ladspa.h
rm ladspa.h
sed -i 's|"ladspa.h"|<ladspa.h>|' autotalent.c
sed -i 's|ladspa.h||' Makefile


%build
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install INSTALL_PLUGINS_DIR="%{buildroot}%{_libdir}/ladspa"


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README
%doc COPYING
%doc COPYING-mayer_fft
%doc autotalent-0.2_refcard.pdf
%{_libdir}/ladspa/*



%changelog
* Fri May 28 2010 David Cornette <rpm at davidcornette.com> 0.2-3
- Updated to upstream package which includes the license file for the Pure Data
  source files

* Sun May 23 2010 David Cornette <rpm at davidcornette.com> 0.2-2
- Changed License: field to reflect license of the reference card pdf

* Fri May 14 2010 David Cornette <rpm at davidcornette.com> 0.2-1
- Initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ladspa-autotalent-plugins/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 May 2010 19:32:32 -0000	1.1
+++ .cvsignore	1 Jun 2010 06:41:32 -0000	1.2
@@ -0,0 +1,2 @@
+autotalent-0.2.tar.gz
+autotalent-0.2_refcard.pdf


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ladspa-autotalent-plugins/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 May 2010 19:32:32 -0000	1.1
+++ sources	1 Jun 2010 06:41:32 -0000	1.2
@@ -0,0 +1,2 @@
+117ceb0efe2e46a6efa42d71f70b81a5  autotalent-0.2.tar.gz
+754459d5ef4af50e621ced27255d805a  autotalent-0.2_refcard.pdf



More information about the scm-commits mailing list