SPECS: sonic-visualiser.spec (NEW) - init

sls sls at pld-linux.org
Sat Mar 31 02:48:50 CEST 2007


Author: sls                          Date: Sat Mar 31 00:48:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

---- Files affected:
SPECS:
   sonic-visualiser.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/sonic-visualiser.spec
diff -u /dev/null SPECS/sonic-visualiser.spec:1.1
--- /dev/null	Sat Mar 31 02:48:50 2007
+++ SPECS/sonic-visualiser.spec	Sat Mar 31 02:48:45 2007
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+%define	_beta	pre3
+Summary:	Sonic Visualiser is an application for viewing and analysing the contents of music audio files
+Name:		sonic-visualiser
+Version:	1.0
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://dl.sourceforge.net/sv1/%{name}-%{version}%{_beta}.tar.gz
+# Source0-md5:	e94766b062911e8b4e841ca2dea5eb09
+URL:		www.sonicvisualiser.org
+BuildRequires:	QtNetwork-devel
+BuildRequires:	QtXml-devel
+BuildRequires:	bzip2-devel
+BuildRequires:	fftw3-devel
+BuildRequires:	jack-audio-connection-kit-devel
+BuildRequires:	libfishsound-devel
+BuildRequires:	liblo-devel
+BuildRequires:	liblrdf-devel
+BuildRequires:	libmad-devel
+BuildRequires:	liboggz-devel
+BuildRequires:	libraptor-devel
+BuildRequires:	libsamplerate-devel
+BuildRequires:	libsndfile-devel
+BuildRequires:	portaudio-devel
+BuildRequires:	qt4-qmake
+BuildRequires:	vamp-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Sonic Visualiser is an application for viewing and analysing the
+contents of music audio files.
+
+The aim of Sonic Visualiser is to be the program you reach for when
+you find a musical recording you want to study rather than simply
+hear.
+
+As well as a number of features designed to make exploring audio data
+as revealing and fun as possible, Sonic Visualiser also has powerful
+annotation capabilities to help you to describe what you find, and the
+ability to run automated annotation and analysis plugins in the new
+Vamp analysis plugin format.
+
+%prep
+%setup -q -n %{name}-%{version}%{_beta}
+
+%build
+qt4-qmake
+%{__make} \
+	CFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_bindir}
+install sv/sonic-visualiser $RPM_BUILD_ROOT/%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.1  2007/03/31 00:48:45  sls
+- init
+
================================================================


More information about the pld-cvs-commit mailing list