]> git.pld-linux.org Git - packages/openshot.git/blob - openshot.spec
- release 3 (by relup.sh)
[packages/openshot.git] / openshot.spec
1 Summary:        OpenShot - Non-Linear Video Editor for Linux
2 Summary(pl.UTF-8):      OpenShot - nieliniowy edytor filmów dla Linuksa
3 Name:           openshot
4 Version:        2.4.2
5 Release:        3
6 License:        GPL v3
7 Group:          X11/Applications
8 #Source0Download: https://github.com/OpenShot/openshot-qt/releases
9 #TODO: use      https://github.com/OpenShot/openshot-qt/archive/v%{version}/%{name}-%{version}.tar.gz
10 Source0:        https://github.com/OpenShot/openshot-qt/archive/v%{version}.tar.gz
11 # Source0-md5:  d5cdf9a71a4b02d54df18a83596c49f4
12 URL:            http://www.openshot.org/
13 BuildRequires:  python3-devel
14 BuildRequires:  python3-setuptools
15 BuildRequires:  rpm-pythonprov
16 BuildRequires:  rpmbuild(macros) >= 1.714
17 Requires(post,postun):  shared-mime-info
18 Requires:       python3-PyQt5
19 Requires:       python3-PyQt5-uic
20 Requires:       python3-httplib2
21 Requires:       python3-libopenshot >= 0.1.8
22 Requires:       python3-zmq
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 OpenShot Video Editor is a free, open-source, non-linear video editor.
28 It can create and edit videos and movies using many popular video,
29 audio, and image formats. Create videos for YouTube, Flickr, Vimeo,
30 Metacafe, iPod, Xbox, and many more common formats!
31
32 Features include:
33  - Multiple tracks (layers) Compositing, image overlays, and watermarks
34  - Support for image sequences (rotoscoping) Key-frame animation Video
35  - and audio effects (chroma-key) Transitions (lumas and masks)
36
37 %description -l pl.UTF-8
38 OpenShot Video Editor to wolnodostępny, mający otwarte źródła,
39 nieliniowy edytor filmów. Potrafi tworzyć i modyfikować filmy z
40 wykorzystaniem wielu popularnych formatów obrazu i dźwięku. Przy jego
41 użyciu można tworzyć filmy do serwisów YouTube, Flickr, Vimeo,
42 Metacafe, urządzeń iPod i Xbox i wielu innych.
43
44 Możliwości obejmują:
45  - składanie wielu ścieżek (warstw), nakładanie obrazu oraz znaki wodne
46  - obsługę sekwencji obrazów w film animowany
47  - efekty dźwiękowe i przejścia
48
49 %prep
50 %setup -q -n %{name}-qt-%{version}
51
52 %build
53 %py3_build
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %py3_install
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %post
64 %update_mime_database
65
66 %postun
67 %update_mime_database
68
69 %files
70 %defattr(644,root,root,755)
71 %doc AUTHORS README.md
72 %attr(755,root,root) %{_bindir}/openshot-qt
73 %{_datadir}/mime/packages/openshot-qt.xml
74 %{_datadir}/applications/openshot-qt.desktop
75 %{_pixmapsdir}/openshot-qt.svg
76 %{py3_sitescriptdir}/openshot_qt
77 %{py3_sitescriptdir}/openshot*.egg-info
This page took 0.275568 seconds and 3 git commands to generate.