Overview
terminatorX.changes
Added
x
1
2
+-------------------------------------------------------------------
3
+Sun Dec 18 16:18:46 UTC 2016 - avvissu@yandex.by
4
+
5
+
6
+- Initial release
7
+
8
terminatorX.spec
Added
118
1
2
+#
3
+# spec file for package terminatorx
4
+#
5
+# Copyright (c) 2016 SUSE LINUX 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
+
20
+Name: terminatorX
21
+Version: 4.0.1
22
+Release: 0
23
+Summary: Real-time Audio Synthesizer
24
+License: GPL-2.0+
25
+Group: Productivity/Multimedia/Sound/Editors and Convertors
26
+Url: http://terminatorx.org/
27
+Source0: https://terminatorx.org/dist/%{name}-%{version}.tar.bz2
28
+BuildRequires: fdupes
29
+BuildRequires: gcc-c++
30
+BuildRequires: hicolor-icon-theme
31
+BuildRequires: ladspa-devel
32
+BuildRequires: mpg123
33
+BuildRequires: pkgconfig
34
+BuildRequires: scrollkeeper
35
+BuildRequires: sox
36
+BuildRequires: update-desktop-files
37
+BuildRequires: vorbis-tools
38
+BuildRequires: yelp-tools
39
+BuildRequires: pkgconfig(alsa)
40
+BuildRequires: pkgconfig(atk)
41
+BuildRequires: pkgconfig(audiofile)
42
+BuildRequires: pkgconfig(glib-2.0)
43
+BuildRequires: pkgconfig(gnome-doc-utils)
44
+BuildRequires: pkgconfig(gtk+-3.0)
45
+BuildRequires: pkgconfig(ice)
46
+BuildRequires: pkgconfig(jack)
47
+BuildRequires: pkgconfig(libcap)
48
+BuildRequires: pkgconfig(libpulse)
49
+BuildRequires: pkgconfig(libxml-2.0)
50
+BuildRequires: pkgconfig(lrdf)
51
+BuildRequires: pkgconfig(mad)
52
+BuildRequires: pkgconfig(pango)
53
+BuildRequires: pkgconfig(sm)
54
+BuildRequires: pkgconfig(vorbis)
55
+BuildRequires: pkgconfig(x11)
56
+BuildRequires: pkgconfig(xext)
57
+BuildRequires: pkgconfig(xi)
58
+BuildRequires: pkgconfig(zlib)
59
+Requires: ladspa
60
+Requires: mpg123
61
+Requires: sox
62
+Requires: vorbis-tools
63
+Provides: terminatorx
64
+
65
+%description
66
+Realtime audio synthesizer that allows you to "scratch" on digitally
67
+sampled audio data (*.wav, *.au, *.mp3, etc.) the way hiphop-DJs
68
+scratch on vinyl records. It features multiple turntables, realtime
69
+effects (built-in as well as LADSPA plugin effects), a sequencer and an
70
+easy-to-use GTK+ GUI.
71
+
72
+%prep
73
+%setup -q
74
+
75
+sed -i 's/lib\//%{_lib}\//g' $(grep -rl '\/lib\/' .)
76
+
77
+%build
78
+CFLAGS="%{optflags} -fno-strict-aliasing"
79
+%configure
80
+make %{?_smp_mflags}
81
+
82
+%install
83
+%make_install
84
+%suse_update_desktop_file -r %{name} AudioVideo Audio AudioVideoEditing
85
+%fdupes -s %{buildroot}%{_datadir}
86
+
87
+%post
88
+%icon_theme_cache_post
89
+%desktop_database_post
90
+
91
+%postun
92
+%icon_theme_cache_postun
93
+%desktop_database_postun
94
+
95
+%files
96
+%defattr(-,root,root)
97
+%doc AUTHORS COPYING* ChangeLog NEWS README* THANKS TODO
98
+%{_bindir}/%{name}
99
+%{_datadir}/appdata/%{name}.appdata.xml
100
+%{_datadir}/applications/%{name}.desktop
101
+%dir %{_datadir}/gnome/help
102
+%dir %{_datadir}/gnome/help/%{name}-manual
103
+%dir %{_datadir}/gnome/help/%{name}-manual/C
104
+%dir %{_datadir}/gnome/help/%{name}-manual/C/figures
105
+%doc %{_datadir}/gnome/help/%{name}-manual/C/
106
+%doc %{_datadir}/gnome/help/%{name}-manual/C/figures/
107
+%{_datadir}/icons/hicolor/*/*/%{name}*.??g
108
+%{_mandir}/man?/%{name}.?%{ext_man}
109
+%dir %{_datadir}/mime-info
110
+%{_datadir}/mime-info/%{name}.keys
111
+%{_datadir}/mime-info/%{name}.mime
112
+%dir %{_datadir}/omf
113
+%dir %{_datadir}/omf/%{name}-manual
114
+%doc %{_datadir}/omf/%{name}-manual/
115
+%{_datadir}/pixmaps/%{name}.xpm
116
+
117
+%changelog
118
terminatorX-4.0.1.tar.bz2
Added
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
awissu created request over 8 years ago
mrdocs accepted request over 8 years ago
ok made you maintainer