]> git.pld-linux.org Git - packages/kdenlive.git/blob - kdenlive.spec
3b376459590f7eaa1ea68d23959ff8f12f35796a
[packages/kdenlive.git] / kdenlive.spec
1 # TODO:
2 # - Doesn't work. Fails with nonsense 'MLT's SDL module not found'
3 #   (http://www.kdenlive.org/mantis/view.php?id=913 and googling around does
4 #   not help)
5 Summary:        KDE movie editor
6 Summary(pl.UTF-8):      Edytor filmów dla KDE
7 Name:           kdenlive
8 Version:        0.8
9 Release:        0.1
10 License:        GPL
11 Group:          X11/Applications/Multimedia
12 Source0:        http://downloads.sourceforge.net/kdenlive/%{name}-%{version}.tar.gz
13 # Source0-md5:  26170b4360285e8a7bf53fd122d8854e
14 URL:            http://kdenlive.org/
15 BuildRequires:  automoc4
16 BuildRequires:  cmake
17 BuildRequires:  gettext-devel
18 BuildRequires:  kde4-kdelibs-devel
19 BuildRequires:  mlt-devel
20 BuildRequires:  pkgconfig
21 BuildRequires:  qjson-devel >= 0.5
22 BuildRequires:  qt4-build
23 BuildRequires:  qt4-qmake
24 BuildRequires:  rpmbuild(macros) >= 1.129
25 BuildRequires:  shared-desktop-ontologies-devel
26 BuildRequires:  soprano-devel
27 Suggests:       dvdauthor
28 Suggests:       ffmpeg-ffplay
29 Suggests:       recordmydesktop
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Kdenlive is a non-linear video editor for KDE. It provides all project
34 management and editing tools while relying on a separate rendering
35 program (currently PIAVE) to perform the editing operations. Support
36 is planned for transitions, effects, multiple file formats, and full
37 project and asset management support. The current beta is capable of
38 editing raw DV or AVI DV files, with tools such as move, razor, and
39 resize, selecting parts of clips using in/outpoints, and exporting the
40 result to another raw DV file. You may playback/preview the contents
41 of the timeline at any point during the edit. Full project save/load
42 is supported.
43
44 %description -l pl.UTF-8
45 Kdenlive to nieliniowy edytor filmów dla KDE. Dostarcza narzędzia do
46 zarządzania projektem i edycji polegające na oddzielnym programie
47 renderującym (aktualnie PIAVE) do wykonywania operacji edycji.
48 Planowana jest obsługa przejść, efektów, wielu formatów plików oraz
49 pełnego zarządzania projektem i kapitałem. Aktualna wersja beta może
50 modyfikować pliki w formacie surowego DV oraz AVI DV przy użyciu
51 narzędzi takich jak przemieszczanie, cięcia, zmiana rozmiaru,
52 wybieranie części klatek przy użyciu punktów wejściowych/wyjściowych
53 oraz eksportowanie wyniku do innego pliku w formacie surowego DV.
54 Można odtwarzać/podglądać zawartość w dowolnej chwili edycji.
55 Obsługiwany jest zapis/odczyt pełnego projektu.
56
57 %prep
58 %setup -q
59
60 %build
61 mkdir build
62 cd build
63 %cmake ..
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 cd build
70 %{__make} install \
71         DESTDIR=$RPM_BUILD_ROOT
72
73 cd ..
74 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/zh
75 %find_lang %{name} --with-kde
76
77 rm -rf $RPM_BUILD_ROOT%{_datadir}/menu
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files -f %{name}.lang
83 %defattr(644,root,root,755)
84 %attr(755,root,root) %{_bindir}/%{name}*
85 %{_libdir}/kde4/*
86 %{_datadir}/apps/%{name}
87 %{_datadir}/config/kdenlive*
88 %{_desktopdir}/kde4/%{name}.desktop
89 %{_datadir}/kde4/services/*.desktop
90 %{_datadir}/config.kcfg/kdenlivesettings.kcfg
91 %{_mandir}/man1/kdenlive*
92 %{_pixmapsdir}/*
93 %{_iconsdir}/*/*/*/*.png
94 %{_iconsdir}/*/*/*/*.svgz
95 %{_datadir}/mime/packages/*.xml
This page took 0.030636 seconds and 2 git commands to generate.