]> git.pld-linux.org Git - packages/openshot.git/blob - openshot.spec
- up to 2.3.2
[packages/openshot.git] / openshot.spec
1 Summary:        OpenShot - Non-Linear Video Editor for Linux
2 Name:           openshot
3 Version:        2.3.2
4 Release:        1
5 License:        GPL v3
6 Group:          X11/Applications
7 Source0:        http://launchpad.net/openshot/2.3/%{version}/+download/%{name}-qt-%{version}.tar.gz
8 # Source0-md5:  ba5692ddc74849003a8feb57c5aa8baf
9 URL:            http://www.openshot.org/
10 BuildRequires:  python3-devel
11 BuildRequires:  rpm-pythonprov
12 BuildRequires:  rpmbuild(macros) >= 1.219
13 Requires(post,postun):  scrollkeeper
14 Requires(post,postun):  shared-mime-info
15 Requires:       python3-PyQt5
16 Requires:       python3-PyQt5-uic
17 Requires:       python3-httplib2
18 Requires:       python3-libopenshot >= 0.1.4
19 Requires:       python3-zmq
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 OpenShot Video Editor is a free, open-source, non-linear video editor.
25 It can create and edit videos and movies using many popular video,
26 audio, and image formats. Create videos for YouTube, Flickr, Vimeo,
27 Metacafe, iPod, Xbox, and many more common formats!
28
29 Features include:
30  - Multiple tracks (layers) Compositing, image overlays, and watermarks
31  - Support for image sequences (rotoscoping) Key-frame animation Video
32  - and audio effects (chroma-key) Transitions (lumas and masks)
33
34 %prep
35 %setup -q -c
36
37 %build
38 %{py3_build}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{py3_install}
44
45 %post
46 %update_mime_database
47 %scrollkeeper_update_post
48
49 %postun
50 %update_mime_database
51 %scrollkeeper_update_postun
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS README
59 %attr(755,root,root) %{_bindir}/openshot-qt
60 %{_datadir}/mime/packages/openshot-qt.xml
61 %{_datadir}/applications/openshot-qt.desktop
62 %{_pixmapsdir}/openshot-qt.svg
63 %{py3_sitescriptdir}/%{name}_qt
64 %{py3_sitescriptdir}/openshot*.egg-info
This page took 0.05396 seconds and 3 git commands to generate.