]> git.pld-linux.org Git - packages/openshot.git/blame - openshot.spec
- up to 2.3.2
[packages/openshot.git] / openshot.spec
CommitLineData
d5c0edf3
JK
1Summary: OpenShot - Non-Linear Video Editor for Linux
2Name: openshot
f1e714f7 3Version: 2.3.2
77dee4b6 4Release: 1
d5c0edf3
JK
5License: GPL v3
6Group: X11/Applications
77dee4b6 7Source0: http://launchpad.net/openshot/2.3/%{version}/+download/%{name}-qt-%{version}.tar.gz
f1e714f7 8# Source0-md5: ba5692ddc74849003a8feb57c5aa8baf
6243c2fb 9URL: http://www.openshot.org/
c923606a 10BuildRequires: python3-devel
d5c0edf3
JK
11BuildRequires: rpm-pythonprov
12BuildRequires: rpmbuild(macros) >= 1.219
2ae19df2 13Requires(post,postun): scrollkeeper
14Requires(post,postun): shared-mime-info
c923606a
AM
15Requires: python3-PyQt5
16Requires: python3-PyQt5-uic
78365c21
JR
17Requires: python3-httplib2
18Requires: python3-libopenshot >= 0.1.4
c923606a 19Requires: python3-zmq
d5c0edf3
JK
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
2ae19df2 24OpenShot Video Editor is a free, open-source, non-linear video editor.
25It can create and edit videos and movies using many popular video,
26audio, and image formats. Create videos for YouTube, Flickr, Vimeo,
27Metacafe, iPod, Xbox, and many more common formats!
28
d5c0edf3 29Features include:
2ae19df2 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)
d5c0edf3
JK
33
34%prep
c923606a 35%setup -q -c
d5c0edf3
JK
36
37%build
c923606a 38%{py3_build}
d5c0edf3
JK
39
40%install
41rm -rf $RPM_BUILD_ROOT
d5c0edf3 42
c923606a 43%{py3_install}
d5c0edf3
JK
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
54rm -rf $RPM_BUILD_ROOT
55
c923606a 56%files
d5c0edf3
JK
57%defattr(644,root,root,755)
58%doc AUTHORS README
c923606a
AM
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.785265 seconds and 4 git commands to generate.