[japa] Initial import

Brendan Jones bsjones at fedoraproject.org
Thu Jul 5 02:32:50 UTC 2012


commit d5061cd19d295669a2ddec8adba46c5ef7eefe28
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Thu Jul 5 04:32:44 2012 +0200

    Initial import

 .gitignore   |    1 +
 japa.desktop |    9 ++++++++
 japa.png     |  Bin 0 -> 3071 bytes
 japa.spec    |   66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 5 files changed, 77 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..491d3f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/japa-0.6.0.tar.bz2
diff --git a/japa.desktop b/japa.desktop
new file mode 100644
index 0000000..dd53d0c
--- /dev/null
+++ b/japa.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Japa
+Comment=JACK and ALSA Perceptual Audio Analyser
+Icon=japa
+Type=Application
+Exec=japa -J
+Categories=Application;AudioVideo;Audio;X-Jack;X-Audio_Tools;
+Terminal=false
+Encoding=UTF-8
diff --git a/japa.png b/japa.png
new file mode 100644
index 0000000..6b8c6ac
Binary files /dev/null and b/japa.png differ
diff --git a/japa.spec b/japa.spec
new file mode 100644
index 0000000..ce85d44
--- /dev/null
+++ b/japa.spec
@@ -0,0 +1,66 @@
+
+Summary:       Jack and ALSA Perceptual Audio Analyzer
+Name:          japa
+Version:       0.6.0
+Release:       3%{?dist}
+License:       GPLv2+
+Group:         Applications/Multimedia
+URL:           http://kokkinizita.linuxaudio.org/
+Source0:       http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
+# desktop file submitted upstream
+Source1:       %{name}.desktop
+Source2:       %{name}.png
+
+BuildRequires: desktop-file-utils 
+BuildRequires: fftw-devel
+BuildRequires: clalsadrv-devel 
+BuildRequires: clthreads-devel 
+BuildRequires: clxclient-devel
+BuildRequires: alsa-lib-devel 
+BuildRequires: jack-audio-connection-kit-devel
+BuildRequires: libX11-devel 
+BuildRequires: libXft-devel
+
+%description
+%{name} (JACK and ALSA Perceptual Analyser), is a 'perceptual' or
+'psychoacoustic' audio spectrum analyser.
+
+In contrast to JAAA, this is more an acoustical or musical tool than a
+purely technical one. Possible uses include spectrum monitoring while
+mixing or mastering, evaluation of ambient noise, and (using pink
+noise), equalisation of PA systems.
+
+%prep
+%setup -q
+sed -i -e "s|-march=native|%{optflags}|" Makefile
+
+%build
+make %{?_smp_mflags}
+
+%install
+mkdir -p %{buildroot}%{_bindir}
+install -m 0755 %{name} %{buildroot}%{_bindir}/
+
+mkdir -p %{buildroot}%{_datadir}/applications
+desktop-file-install \
+  --dir %{buildroot}%{_datadir}/applications    \
+  %{SOURCE1}
+mkdir -p %{buildroot}%{_datadir}/pixmaps
+install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/
+
+%files
+%doc AUTHORS COPYING README
+%{_bindir}/*
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/pixmaps/%{name}.png
+
+%changelog
+* Fri Apr 19 2012 Brendan Jones <brendan.jones.it at gmail.com> - 0.6.0-3
+- Modified to Fedora packaging guidelines
+
+* Fri Nov 04 2011 Brendan Jones <brendan.jones.it at gmail.com> - 0.6.0-2
+- Modified to Fedora packaging guidelines
+
+* Wed Oct 26 2011 Brendan Jones <brendan.jones.it at gmail.com> - 0.6.0-1
+- Copied from Planet CCRMA
+
diff --git a/sources b/sources
index e69de29..1ad46cf 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ed7d752924bfecdb76786bcbde223bc8  japa-0.6.0.tar.bz2


More information about the scm-commits mailing list