]> git.pld-linux.org Git - packages/kdenlive.git/blob - kdenlive.spec
87f2ce197cdeba68041e16d834ffcf9d1a1d32c5
[packages/kdenlive.git] / kdenlive.spec
1 Summary:        KDE movie editor
2 Summary(pl.UTF-8):      Edytor filmów dla KDE
3 Name:           kdenlive
4 Version:        16.08.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        https://github.com/KDE/kdenlive/archive/v%{version}.tar.gz
9 # Source0-md5:  f8f457bedaadbe603911893b6d7a1a62
10 URL:            http://kdenlive.org/
11 BuildRequires:  Qt5Concurrent-devel
12 BuildRequires:  Qt5Core-devel
13 BuildRequires:  Qt5DBus-devel
14 BuildRequires:  Qt5Gui-devel
15 BuildRequires:  Qt5Network-devel
16 BuildRequires:  Qt5Qml-devel
17 BuildRequires:  Qt5Quick-devel
18 BuildRequires:  Qt5Script-devel
19 BuildRequires:  Qt5Svg-devel
20 BuildRequires:  Qt5WebKit-devel
21 BuildRequires:  Qt5Widgets-devel
22 BuildRequires:  cmake
23 BuildRequires:  gettext-tools
24 BuildRequires:  kf5-karchive-devel
25 BuildRequires:  kf5-kbookmarks-devel
26 BuildRequires:  kf5-kconfig-devel
27 BuildRequires:  kf5-kconfigwidgets-devel
28 BuildRequires:  kf5-kcoreaddons-devel
29 BuildRequires:  kf5-kcrash-devel
30 BuildRequires:  kf5-kdbusaddons-devel
31 BuildRequires:  kf5-kdoctools-devel
32 BuildRequires:  kf5-kfilemetadata-devel
33 BuildRequires:  kf5-kguiaddons-devel
34 BuildRequires:  kf5-kiconthemes-devel
35 BuildRequires:  kf5-kio-devel
36 BuildRequires:  kf5-knewstuff-devel
37 BuildRequires:  kf5-knotifications-devel
38 BuildRequires:  kf5-knotifyconfig-devel
39 BuildRequires:  kf5-kplotting-devel
40 BuildRequires:  kf5-ktextwidgets-devel
41 BuildRequires:  kf5-kwidgetsaddons-devel
42 BuildRequires:  kf5-kxmlgui-devel
43 BuildRequires:  libv4l-devel
44 BuildRequires:  mlt-devel >= 6.0.0
45 BuildRequires:  pkgconfig
46 BuildRequires:  qjson-devel >= 0.5
47 BuildRequires:  rpmbuild(macros) >= 1.129
48 BuildRequires:  shared-desktop-ontologies-devel
49 BuildRequires:  soprano-devel
50 Requires:       Qt5Quick-controls
51 Suggests:       dvdauthor
52 Suggests:       dvgrab
53 Suggests:       ffmpeg-ffplay
54 Suggests:       frei0r-plugins
55 Suggests:       mlt >= 6.0.0
56 Suggests:       recordmydesktop
57 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
58
59 %description
60 Kdenlive is a non-linear video editor for KDE. It provides all project
61 management and editing tools while relying on a separate rendering
62 program (currently PIAVE) to perform the editing operations. Support
63 is planned for transitions, effects, multiple file formats, and full
64 project and asset management support. The current beta is capable of
65 editing raw DV or AVI DV files, with tools such as move, razor, and
66 resize, selecting parts of clips using in/outpoints, and exporting the
67 result to another raw DV file. You may playback/preview the contents
68 of the timeline at any point during the edit. Full project save/load
69 is supported.
70
71 %description -l pl.UTF-8
72 Kdenlive to nieliniowy edytor filmów dla KDE. Dostarcza narzędzia do
73 zarządzania projektem i edycji polegające na oddzielnym programie
74 renderującym (aktualnie PIAVE) do wykonywania operacji edycji.
75 Planowana jest obsługa przejść, efektów, wielu formatów plików oraz
76 pełnego zarządzania projektem i kapitałem. Aktualna wersja beta może
77 modyfikować pliki w formacie surowego DV oraz AVI DV przy użyciu
78 narzędzi takich jak przemieszczanie, cięcia, zmiana rozmiaru,
79 wybieranie części klatek przy użyciu punktów wejściowych/wyjściowych
80 oraz eksportowanie wyniku do innego pliku w formacie surowego DV.
81 Można odtwarzać/podglądać zawartość w dowolnej chwili edycji.
82 Obsługiwany jest zapis/odczyt pełnego projektu.
83
84 %prep
85 %setup -q
86
87 %build
88 mkdir build
89 cd build
90 %cmake ..
91 %{__make}
92
93 %install
94 rm -rf $RPM_BUILD_ROOT
95
96 cd build
97 %{__make} install \
98         DESTDIR=$RPM_BUILD_ROOT
99
100 %clean
101 rm -rf $RPM_BUILD_ROOT
102
103 %files
104 %defattr(644,root,root,755)
105 %attr(755,root,root) %{_bindir}/%{name}*
106 %attr(755,root,root) %{_libdir}/plugins/mltpreview.so
107 %{_datadir}/appdata/kdenlive.appdata.xml
108 %{_datadir}/config.kcfg/kdenlivesettings.kcfg
109 %{_datadir}/knotifications5/kdenlive.notifyrc
110 %{_datadir}/kservices5/mltpreview.desktop
111 %{_datadir}/kxmlgui5/kdenlive/kdenliveui.rc
112 %{_datadir}/mime/packages/*.xml
113 %{_datadir}/%{name}
114 %{_desktopdir}/org.kde.kdenlive.desktop
115 %{_docdir}/HTML/en/kdenlive
116 /etc/xdg/%{name}*.knsrc
117 %{_iconsdir}/*/*/*/*.png
118 %{_iconsdir}/*/*/*/*.svg
119 %{_iconsdir}/*/*/*/*.svgz
120 %{_mandir}/man1/kdenlive*
121 %{_pixmapsdir}/*
This page took 0.028172 seconds and 2 git commands to generate.