]> git.pld-linux.org Git - packages/openshot.git/blob - openshot.spec
- up to 2.3.0
[packages/openshot.git] / openshot.spec
1 Summary:        OpenShot - Non-Linear Video Editor for Linux
2 Name:           openshot
3 Version:        2.3.0
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:  f84dd36b34126925edbf557028c185fc
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-zmq
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 OpenShot Video Editor is a free, open-source, non-linear video editor.
23 It can create and edit videos and movies using many popular video,
24 audio, and image formats. Create videos for YouTube, Flickr, Vimeo,
25 Metacafe, iPod, Xbox, and many more common formats!
26
27 Features include:
28  - Multiple tracks (layers) Compositing, image overlays, and watermarks
29  - Support for image sequences (rotoscoping) Key-frame animation Video
30  - and audio effects (chroma-key) Transitions (lumas and masks)
31
32 %prep
33 %setup -q -c
34
35 %build
36 %{py3_build}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{py3_install}
42
43 %post
44 %update_mime_database
45 %scrollkeeper_update_post
46
47 %postun
48 %update_mime_database
49 %scrollkeeper_update_postun
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS README
57 %attr(755,root,root) %{_bindir}/openshot-qt
58 %{_datadir}/mime/packages/openshot-qt.xml
59 %{_datadir}/applications/openshot-qt.desktop
60 %{_pixmapsdir}/openshot-qt.svg
61 %{py3_sitescriptdir}/%{name}_qt
62 %{py3_sitescriptdir}/openshot*.egg-info
This page took 0.098977 seconds and 3 git commands to generate.