]> git.pld-linux.org Git - packages/openshot.git/blobdiff - openshot.spec
- BR: python3-setuptools
[packages/openshot.git] / openshot.spec
index 86fc80d5a8fc30597b73c14203e7b75a61dadc1d..c02ebbc64908bb651c0b307d3137fa40f19dba27 100644 (file)
@@ -1,16 +1,19 @@
 Summary:       OpenShot - Non-Linear Video Editor for Linux
+Summary(pl.UTF-8):     OpenShot - nieliniowy edytor filmów dla Linuksa
 Name:          openshot
 Version:       2.4.2
 Release:       2
 License:       GPL v3
 Group:         X11/Applications
+#Source0Download: https://github.com/OpenShot/openshot-qt/releases
+#TODO: use     https://github.com/OpenShot/openshot-qt/archive/v%{version}/%{name}-%{version}.tar.gz
 Source0:       https://github.com/OpenShot/openshot-qt/archive/v%{version}.tar.gz
 # Source0-md5: d5cdf9a71a4b02d54df18a83596c49f4
 URL:           http://www.openshot.org/
 BuildRequires: python3-devel
+BuildRequires: python3-setuptools
 BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.219
-Requires(post,postun): scrollkeeper
+BuildRequires: rpmbuild(macros) >= 1.714
 Requires(post,postun): shared-mime-info
 Requires:      python3-PyQt5
 Requires:      python3-PyQt5-uic
@@ -31,27 +34,37 @@ Features include:
  - Support for image sequences (rotoscoping) Key-frame animation Video
  - and audio effects (chroma-key) Transitions (lumas and masks)
 
+%description -l pl.UTF-8
+OpenShot Video Editor to wolnodostępny, mający otwarte źródła,
+nieliniowy edytor filmów. Potrafi tworzyć i modyfikować filmy z
+wykorzystaniem wielu popularnych formatów obrazu i dźwięku. Przy jego
+użyciu można tworzyć filmy do serwisów YouTube, Flickr, Vimeo,
+Metacafe, urządzeń iPod i Xbox i wielu innych.
+
+Możliwości obejmują:
+ - składanie wielu ścieżek (warstw), nakładanie obrazu oraz znaki wodne
+ - obsługę sekwencji obrazów w film animowany
+ - efekty dźwiękowe i przejścia
+
 %prep
 %setup -q -n %{name}-qt-%{version}
 
 %build
-%{py3_build}
+%py3_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{py3_install}
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post
 %update_mime_database
-%scrollkeeper_update_post
 
 %postun
 %update_mime_database
-%scrollkeeper_update_postun
-
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
@@ -60,5 +73,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/mime/packages/openshot-qt.xml
 %{_datadir}/applications/openshot-qt.desktop
 %{_pixmapsdir}/openshot-qt.svg
-%{py3_sitescriptdir}/%{name}_qt
+%{py3_sitescriptdir}/openshot_qt
 %{py3_sitescriptdir}/openshot*.egg-info
This page took 0.089498 seconds and 4 git commands to generate.