Overview
flowblade.changes
Added
x
1
2
+-------------------------------------------------------------------
3
+Wed Mar 4 09:10:20 UTC 2015 - avvissu@yandex.ru
4
+
5
+- Initial release
6
+
7
flowblade.spec
Added
101
1
2
+#
3
+# spec file for package flowblade
4
+#
5
+# Copyright (c) 2015 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: flowblade
21
+Version: 0.16.0
22
+Release: 0
23
+Summary: Multitrack non-linear video editor
24
+License: GPL-3.0
25
+Group: Productivity/Multimedia/Video/Editors and Convertors
26
+Url: https://code.google.com/p/flowblade/
27
+Source: %{name}-%{version}.tar.gz
28
+BuildRequires: desktop-file-utils
29
+BuildRequires: fdupes
30
+BuildRequires: python-devel
31
+Requires: dbus-1-python
32
+Requires: ffmpeg
33
+Requires: frei0r-plugins >= 1.4
34
+Requires: ladspa
35
+Requires: ladspa-swh-plugins
36
+Requires: libcairomm-1_0-1
37
+Requires: libmlt6-modules
38
+Requires: librsvg-2-2
39
+Requires: python-cairo
40
+Requires: python-gnome
41
+Requires: python-gnomevfs
42
+Requires: python-gtk
43
+Requires: python-imaging
44
+Requires: python-mlt
45
+Requires: python-numpy
46
+Requires: python-xdg
47
+Requires: sox
48
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
49
+BuildArch: noarch
50
+
51
+%description
52
+Flowblade is designed to provide a fast, precise and robust editing experience.
53
+
54
+In Flowblade clips are usually automatically placed tightly after or between
55
+clips when they are inserted on the timeline. Edits are fine tuned by trimming
56
+in and out points of clips, or by cutting and deleting parts of clips.
57
+
58
+Flowblade provides powerful tools to mix and filter video and audio.
59
+
60
+%prep
61
+%setup -q
62
+
63
+sed -i 's|%{_datadir}/pyshared|%{python_sitelib}|' flowblade
64
+sed -i "s|respaths.LOCALE_PATH|'%{_datadir}/locale'|g" Flowblade/translations.py
65
+
66
+%build
67
+python setup.py build
68
+
69
+%install
70
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
71
+
72
+mkdir -p %{buildroot}%{_datadir}/locale
73
+mv %{buildroot}%{python_sitelib}/Flowblade/locale/* %{buildroot}%{_datadir}/locale
74
+find %{buildroot} -type f -name "*.po*" -delete -print
75
+
76
+%fdupes -s %{buildroot}%{python_sitelib}
77
+
78
+%find_lang Flowblade %{name}.lang
79
+
80
+%post
81
+%desktop_database_post
82
+
83
+%postun
84
+%desktop_database_postun
85
+
86
+%files -f %{name}.lang
87
+%defattr(0644,root,root)
88
+%attr(0755,root,root) %{_bindir}/flowblade
89
+%{_datadir}/applications/flowblade.desktop
90
+%{_mandir}/man1/flowblade.1*
91
+%{_datadir}/pixmaps/flowblade.png
92
+%{_datadir}/mime/packages/flowblade.xml
93
+%{python_sitelib}/Flowblade
94
+%attr(0755,root,root) %{python_sitelib}/Flowblade/launch/flowbladebatch
95
+%{python_sitelib}/flowblade-*.egg-info
96
+%dir %{_libexecdir}/mime
97
+%dir %{_libexecdir}/mime/packages
98
+%{_libexecdir}/mime/packages/flowblade
99
+
100
+%changelog
101
flowblade-0.16.0.tar.gz
Added
Refresh
Refresh
Login required, please
login
or
signup
in order to comment