[zita-at1] Initial import of SRPM

Brendan Jones bsjones at fedoraproject.org
Sun Nov 20 16:08:26 UTC 2011


commit 3c603e65f1c40fbd4dcb0cc7e59d5447867d8b9a
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Sun Nov 20 17:08:18 2011 +0100

    Initial import of SRPM

 .gitignore                       |    1 +
 sources                          |    1 +
 zita-at1-0.2.3-fsf-address.patch |  252 ++++++++++++++++++++++++++++++++++++++
 zita-at1.desktop                 |    9 ++
 zita-at1.spec                    |   75 +++++++++++
 5 files changed, 338 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..94bd1e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/zita-at1-0.2.3.tar.bz2
diff --git a/sources b/sources
index e69de29..60f33c0 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d901f378da09407b550c72b2607cc97f  zita-at1-0.2.3.tar.bz2
diff --git a/zita-at1-0.2.3-fsf-address.patch b/zita-at1-0.2.3-fsf-address.patch
new file mode 100644
index 0000000..3658d27
--- /dev/null
+++ b/zita-at1-0.2.3-fsf-address.patch
@@ -0,0 +1,252 @@
+diff -Nurp zita-at1-0.2.3.orig/COPYING zita-at1-0.2.3/COPYING
+--- zita-at1-0.2.3.orig/COPYING	2011-03-31 21:54:07.000000000 +0200
++++ zita-at1-0.2.3/COPYING	2011-10-28 10:59:23.575768216 +0200
+@@ -2,7 +2,7 @@
+ 		       Version 2, June 1991
+ 
+  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+  Everyone is permitted to copy and distribute verbatim copies
+  of this license document, but changing it is not allowed.
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/button.cc zita-at1-0.2.3/source/button.cc
+--- zita-at1-0.2.3.orig/source/button.cc	2011-06-14 23:30:07.000000000 +0200
++++ zita-at1-0.2.3/source/button.cc	2011-10-28 10:55:47.950766160 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/button.h zita-at1-0.2.3/source/button.h
+--- zita-at1-0.2.3.orig/source/button.h	2011-06-14 23:30:15.000000000 +0200
++++ zita-at1-0.2.3/source/button.h	2011-10-28 10:56:03.107766306 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/global.h zita-at1-0.2.3/source/global.h
+--- zita-at1-0.2.3.orig/source/global.h	2011-06-14 23:30:23.000000000 +0200
++++ zita-at1-0.2.3/source/global.h	2011-10-28 10:56:03.105766304 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/guiclass.cc zita-at1-0.2.3/source/guiclass.cc
+--- zita-at1-0.2.3.orig/source/guiclass.cc	2011-06-14 23:30:30.000000000 +0200
++++ zita-at1-0.2.3/source/guiclass.cc	2011-10-28 10:55:47.948766158 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/guiclass.h zita-at1-0.2.3/source/guiclass.h
+--- zita-at1-0.2.3.orig/source/guiclass.h	2011-06-14 23:30:37.000000000 +0200
++++ zita-at1-0.2.3/source/guiclass.h	2011-10-28 10:56:03.109766304 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/jclient.cc zita-at1-0.2.3/source/jclient.cc
+--- zita-at1-0.2.3.orig/source/jclient.cc	2011-06-14 23:30:45.000000000 +0200
++++ zita-at1-0.2.3/source/jclient.cc	2011-10-28 10:55:47.953766160 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // -----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/jclient.h zita-at1-0.2.3/source/jclient.h
+--- zita-at1-0.2.3.orig/source/jclient.h	2011-06-14 23:30:53.000000000 +0200
++++ zita-at1-0.2.3/source/jclient.h	2011-10-28 10:56:03.098766315 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // -----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/mainwin.cc zita-at1-0.2.3/source/mainwin.cc
+--- zita-at1-0.2.3.orig/source/mainwin.cc	2011-06-14 23:31:00.000000000 +0200
++++ zita-at1-0.2.3/source/mainwin.cc	2011-10-28 10:55:47.931766162 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/mainwin.h zita-at1-0.2.3/source/mainwin.h
+--- zita-at1-0.2.3.orig/source/mainwin.h	2011-06-14 23:31:07.000000000 +0200
++++ zita-at1-0.2.3/source/mainwin.h	2011-10-28 10:56:03.111766303 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/png2img.cc zita-at1-0.2.3/source/png2img.cc
+--- zita-at1-0.2.3.orig/source/png2img.cc	2011-06-14 23:26:23.000000000 +0200
++++ zita-at1-0.2.3/source/png2img.cc	2011-10-28 10:55:47.939766159 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/png2img.h zita-at1-0.2.3/source/png2img.h
+--- zita-at1-0.2.3.orig/source/png2img.h	2011-06-14 23:26:44.000000000 +0200
++++ zita-at1-0.2.3/source/png2img.h	2011-10-28 10:56:03.100766306 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/retuner.cc zita-at1-0.2.3/source/retuner.cc
+--- zita-at1-0.2.3.orig/source/retuner.cc	2011-06-28 22:49:40.000000000 +0200
++++ zita-at1-0.2.3/source/retuner.cc	2011-10-28 10:55:47.937766156 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // -----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/retuner.h zita-at1-0.2.3/source/retuner.h
+--- zita-at1-0.2.3.orig/source/retuner.h	2011-06-14 23:27:39.000000000 +0200
++++ zita-at1-0.2.3/source/retuner.h	2011-10-28 10:56:03.113766302 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // -----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/rotary.cc zita-at1-0.2.3/source/rotary.cc
+--- zita-at1-0.2.3.orig/source/rotary.cc	2011-06-14 23:27:56.000000000 +0200
++++ zita-at1-0.2.3/source/rotary.cc	2011-10-28 10:55:47.942766161 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/rotary.h zita-at1-0.2.3/source/rotary.h
+--- zita-at1-0.2.3.orig/source/rotary.h	2011-06-14 23:28:11.000000000 +0200
++++ zita-at1-0.2.3/source/rotary.h	2011-10-28 10:56:03.115766304 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/styles.cc zita-at1-0.2.3/source/styles.cc
+--- zita-at1-0.2.3.orig/source/styles.cc	2011-06-14 23:28:31.000000000 +0200
++++ zita-at1-0.2.3/source/styles.cc	2011-10-28 10:55:47.946766157 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/styles.h zita-at1-0.2.3/source/styles.h
+--- zita-at1-0.2.3.orig/source/styles.h	2011-06-14 23:28:51.000000000 +0200
++++ zita-at1-0.2.3/source/styles.h	2011-10-28 10:56:03.102766298 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/tmeter.cc zita-at1-0.2.3/source/tmeter.cc
+--- zita-at1-0.2.3.orig/source/tmeter.cc	2011-06-14 23:29:20.000000000 +0200
++++ zita-at1-0.2.3/source/tmeter.cc	2011-10-28 10:55:47.944766159 +0200
+@@ -13,7 +13,7 @@
+ 
+     You should have received a copy of the GNU General Public License
+     along with this program; if not, write to the Free Software
+-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+ 
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/tmeter.h zita-at1-0.2.3/source/tmeter.h
+--- zita-at1-0.2.3.orig/source/tmeter.h	2011-06-14 23:29:34.000000000 +0200
++++ zita-at1-0.2.3/source/tmeter.h	2011-10-28 10:56:03.103766297 +0200
+@@ -13,7 +13,7 @@
+ 
+     You should have received a copy of the GNU General Public License
+     along with this program; if not, write to the Free Software
+-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+ 
+ 
+diff -Nurp zita-at1-0.2.3.orig/source/zita-at1.cc zita-at1-0.2.3/source/zita-at1.cc
+--- zita-at1-0.2.3.orig/source/zita-at1.cc	2011-06-15 00:01:23.000000000 +0200
++++ zita-at1-0.2.3/source/zita-at1.cc	2011-10-28 10:55:47.933766163 +0200
+@@ -14,7 +14,7 @@
+ //
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program; if not, write to the Free Software
+-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
++//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ //
+ // ----------------------------------------------------------------------
+ 
diff --git a/zita-at1.desktop b/zita-at1.desktop
new file mode 100644
index 0000000..71d1565
--- /dev/null
+++ b/zita-at1.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=zita-at1
+Comment=Auto-tuner for JACK
+GenericName=Auto-tuner
+Icon=zita-at1
+Type=Application
+Exec=zita-at1
+Terminal=false
+Categories=Audio;AudioVideo;X-Jack;
diff --git a/zita-at1.spec b/zita-at1.spec
new file mode 100644
index 0000000..519bc0d
--- /dev/null
+++ b/zita-at1.spec
@@ -0,0 +1,75 @@
+
+Summary:       Audio autotuner for JACK
+Name:          zita-at1
+Version:       0.2.3
+Release:       4%{?dist}
+License:       GPLv2+
+Group:         Applications/Multimedia
+URL:           http://kokkinizita.linuxaudio.org/
+Source0:       http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
+# submitted upstream
+Source1:       %{name}.desktop
+# patch submitted upstream - next release will be relicensed
+Patch0:        %{name}-%{version}-fsf-address.patch
+
+BuildRequires: cairo-devel
+BuildRequires: fftw3-devel
+BuildRequires: zita-resampler-devel
+BuildRequires: libpng-devel
+BuildRequires: jack-audio-connection-kit-devel
+BuildRequires: clthreads-devel
+BuildRequires: clxclient-devel
+BuildRequires: libXft-devel
+BuildRequires: desktop-file-utils
+%description
+%{name} is an 'autotuner', normally used to correct the pitch of a voice 
+singing (slightly) out of tune.
+
+%prep
+%setup -q
+%patch0 -p1
+
+sed -i -e 's|-march=native|%{optflags}|' -e 's|-ffast-math||' \
+    source/Makefile
+
+%build
+cd source
+make PREFIX=%{_prefix} %{?_smp_mflags}
+
+%install
+cd source
+make DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIR=%{_lib} install
+
+# .desktop file
+mkdir -p %{buildroot}%{_datadir}/applications
+desktop-file-install  \
+   --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
+
+mkdir -p %{buildroot}%{_datadir}/pixmaps
+install -m 644 %{_builddir}/%{name}-%{version}/doc/redzita.png \
+    %{buildroot}%{_datadir}/pixmaps/%{name}.png
+
+
+%files
+%doc AUTHORS COPYING doc/*
+%{_bindir}/%{name}
+%{_datadir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/pixmaps/%{name}.png
+
+%changelog
+* Sat Nov 19 2011 Brendan Jones <brendan.jones.it at gmail.com> - 0.2.3-4
+- Removed -ffast-math
+- Consistent use of macros
+
+* Tue Nov 15 2011 Brendan Jones <brendan.jones.it at gmail.com> - 0.2.3-3
+- Removed -msse flag removal for powerpc
+- Comment patch and sources
+
+* Fri Nov 11 2011 Brendan Jones <brendan.jones.it at gmail.com> - 0.2.3-2
+- add desktop file and icon
+- removed unneccessary constructs
+
+* Wed Oct 26 2011 Brendan Jones <brendan.jones.it at gmail.com> - 0.2.3-1
+- initial build
+


More information about the scm-commits mailing list