Overview

Request 24 (accepted)

programm to analyze the accoustic spectrum of an audio file (uses ffmpeg).

Submit package home:phils3r / spek to package Multimedia / spek

spek.changes Added
x
 
1
@@ -0,0 +1,5 @@
2
+-------------------------------------------------------------------
3
+Tue Jul 30 14:12:41 UTC 2013 - p.seiler@linuxmail.org
4
+
5
+- initial commit
6
+
7
spek.spec Added
67
 
1
@@ -0,0 +1,65 @@
2
+#
3
+# spec file for package 
4
+#
5
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
6
+#
7
+# All modifications and additions to the file contributed by third parties
8
+# remain the property of their copyright owners, unless otherwise agreed
9
+# upon. The license for this file, and modifications and additions to the
10
+# file, is the same license as for the pristine package itself (unless the
11
+# license for the pristine package is not an Open Source License, in which
12
+# case the license is the MIT License). An "Open Source License" is a
13
+# license that conforms to the Open Source Definition (Version 1.9)
14
+# published by the Open Source Initiative.
15
+
16
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
17
+#
18
+
19
+Name:           spek
20
+Version:        0.8.2
21
+Release:        0
22
+License:        GPL-3.0
23
+Summary:        Acoustic Spectrum Analyser
24
+Url:            http://spek.cc/
25
+Group:          Productivity/Multimedia/Sound/Utilities
26
+Source:         %{name}-%{version}.tar.xz
27
+BuildRequires:  gcc-c++
28
+BuildRequires:  intltool
29
+BuildRequires:  pkg-config
30
+BuildRequires:  libffmpeg-devel
31
+BuildRequires:  wxWidgets-devel
32
+Suggests:       %{name}-lang
33
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
34
+
35
+%description
36
+helps to analyse your audio files by showing their spectrogram.
37
+
38
+
39
+%lang_package
40
+%prep
41
+%setup -q
42
+
43
+%build
44
+%configure
45
+make %{?_smp_mflags}
46
+
47
+%install
48
+%make_install
49
+%find_lang %name %{?no_lang_C}
50
+
51
+%files
52
+%defattr(-,root,root)
53
+%doc README.md LICENCE.md
54
+%{_bindir}/spek
55
+%{_datadir}/applications/spek.desktop
56
+%{_datadir}/icons/hicolor/16x16/apps/spek.png
57
+%{_datadir}/icons/hicolor/22x22/apps/spek.png
58
+%{_datadir}/icons/hicolor/24x24/apps/spek.png
59
+%{_datadir}/icons/hicolor/32x32/apps/spek.png
60
+%{_datadir}/icons/hicolor/48x48/apps/spek.png
61
+%{_datadir}/icons/hicolor/scalable/apps/spek.svg
62
+%{_mandir}/man1/spek.1.gz
63
+
64
+%files lang -f %{name}.lang
65
+
66
+%changelog
67
spek-0.8.2.tar.xz Added
Refresh
Refresh
Request History
Philipp Seiler's avatar

phils3r created request over 11 years ago

programm to analyze the accoustic spectrum of an audio file (uses ffmpeg).


Stefan Botter's avatar

jsjhb accepted request over 11 years ago

OK