Overview
Submit package home:guillaum...me:Le_Docteur / slowmoVideo to package home:Le_Docteur / slowmoVideo
slowmoVideo.changes
Added
x
1
2
+-------------------------------------------------------------------
3
+Mon May 26 12:51:13 UTC 2014 - guillaume@opensuse.org
4
+
5
+- Initial version 0.3
6
+
7
slomoVideo.spec
Deleted
73
1
2
-#
3
-# spec file for package etherpad-lite
4
-#
5
-# Copyright (c) 2014 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
-
20
-Name: slowmoVideo
21
-Version: 0.3
22
-Release: 0
23
-Summary: slowmoVideo is an OpenSource program that creates slow-motion videos from your footage
24
-License: GPL-2.0+
25
-Group: Productivity/Multimedia/Video/Editors and Convertors
26
-Url: https://github.com/slowmoVideo/slowmoVideo
27
-Source: slowmoVideo-sources-v0.3.tar.bz2
28
-BuildRequires: fdupes
29
-BuildRequires: unzip
30
-BuildRequires: ffmpeg
31
-BuildRequires: libffmpeg-devel
32
-BuildRequires: git
33
-BuildRequires: libqt4-devel
34
-BuildRequires: gcc-c++
35
-BuildRequires: glew-devel
36
-BuildRequires: freeglut-devel
37
-BuildRequires: libSDL-devel
38
-BuildRequires: opencv-devel
39
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
40
-
41
-%description
42
-slowmoVideo is an OpenSource program that creates slow-motion videos from your footage.
43
-
44
-But it does not simply make your videos play at 0.01× speed. You can smoothly slow down and speed up your footage, optionally with motion blur.
45
-
46
-How does slow motion work? slowmoVideo tries to find out where pixels move in the video (this information is called Optical Flow), and then uses this information to calculate the additional frames between the ones recorded by your camera.
47
-
48
-%prep
49
-%setup -q
50
-
51
-%build
52
-
53
-%install
54
-install -d %{buildroot}%{_var}/lib/%{name}
55
-mkdir build
56
-cd build
57
-cmake ../src
58
-make -j3
59
-sudo make install
60
-%fdupes -s %{buildroot}
61
-
62
-%post
63
-
64
-%preun
65
-
66
-%postun
67
-
68
-%files
69
-
70
-%changelog
71
-
72
-
73
slowmoVideo.spec
Added
80
1
2
+#
3
+# spec file for package etherpad-lite
4
+#
5
+# Copyright (c) 2014 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
+
20
+Name: slowmoVideo
21
+Version: 0.3
22
+Release: 0
23
+Summary: slowmoVideo is an OpenSource program that creates slow-motion videos from your footage
24
+License: GPL-2.0+
25
+Group: Productivity/Multimedia/Video/Editors and Convertors
26
+Url: https://github.com/slowmoVideo/slowmoVideo
27
+Source: %{name}-sources-v%{version}.tar.bz2
28
+BuildRequires: fdupes
29
+BuildRequires: unzip
30
+BuildRequires: libffmpeg-devel
31
+BuildRequires: libqt4-devel
32
+BuildRequires: gcc-c++
33
+BuildRequires: cmake
34
+BuildRequires: glew-devel
35
+BuildRequires: freeglut-devel
36
+BuildRequires: libSDL-devel
37
+BuildRequires: opencv-devel
38
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
39
+
40
+%description
41
+slowmoVideo is an OpenSource program that creates slow-motion videos from your footage.
42
+
43
+But it does not simply make your videos play at 0.01× speed. You can smoothly slow down and speed up your footage, optionally with motion blur.
44
+
45
+How does slow motion work? slowmoVideo tries to find out where pixels move in the video (this information is called Optical Flow), and then uses this information to calculate the additional frames between the ones recorded by your camera.
46
+
47
+%prep
48
+%setup -q -c %{name}-%{version}
49
+
50
+%build
51
+mkdir build
52
+cd build
53
+cmake \
54
+ -DCMAKE_INSTALL_PREFIX:STRING=%{_prefix} \
55
+ -DCMAKE_BUILD_TYPE:STRING=Release \
56
+ -DENABLE_TESTS:BOOL=false \
57
+ ../src
58
+make %{?_smp_mflags}
59
+find -name lib*.so
60
+
61
+%install
62
+cd build
63
+make install DESTDIR=%{buildroot}
64
+#install -d %{buildroot}%{_var}/lib/%{name}
65
+%fdupes -s %{buildroot}
66
+
67
+%files
68
+%defattr(-,root,root)
69
+%{_bindir}/slowmoFlowBuilder
70
+%{_bindir}/slowmoFlowEdit
71
+%{_bindir}/slowmoInfo
72
+%{_bindir}/slowmoInterpolate
73
+%{_bindir}/slowmoRenderer
74
+%{_bindir}/slowmoUI
75
+%{_bindir}/slowmoVideoInfo
76
+%{_bindir}/slowmoVisualizeFlow
77
+
78
+%changelog
79
\ No newline at end of file
80
Refresh
No build results available
Refresh
No rpmlint results available
Login required, please
login
or
signup
in order to comment
Request History
guillaume created request almost 11 years ago
Version qui compile.
Le_Docteur accepted request almost 11 years ago
Thanks, I will test right now