]> git.pld-linux.org Git - packages/openshot.git/blame - openshot.spec
- up to 2.3.0
[packages/openshot.git] / openshot.spec
CommitLineData
d5c0edf3
JK
1Summary: OpenShot - Non-Linear Video Editor for Linux
2Name: openshot
77dee4b6
AM
3Version: 2.3.0
4Release: 1
d5c0edf3
JK
5License: GPL v3
6Group: X11/Applications
77dee4b6
AM
7Source0: http://launchpad.net/openshot/2.3/%{version}/+download/%{name}-qt-%{version}.tar.gz
8# Source0-md5: f84dd36b34126925edbf557028c185fc
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
17Requires: python3-zmq
d5c0edf3
JK
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
2ae19df2 22OpenShot Video Editor is a free, open-source, non-linear video editor.
23It can create and edit videos and movies using many popular video,
24audio, and image formats. Create videos for YouTube, Flickr, Vimeo,
25Metacafe, iPod, Xbox, and many more common formats!
26
d5c0edf3 27Features include:
2ae19df2 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)
d5c0edf3
JK
31
32%prep
c923606a 33%setup -q -c
d5c0edf3
JK
34
35%build
c923606a 36%{py3_build}
d5c0edf3
JK
37
38%install
39rm -rf $RPM_BUILD_ROOT
d5c0edf3 40
c923606a 41%{py3_install}
d5c0edf3
JK
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
52rm -rf $RPM_BUILD_ROOT
53
c923606a 54%files
d5c0edf3
JK
55%defattr(644,root,root,755)
56%doc AUTHORS README
c923606a
AM
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.034824 seconds and 4 git commands to generate.