]> git.pld-linux.org Git - packages/kdenlive.git/blob - kdenlive.spec
- up to 0.9.6
[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:        0.9.6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        ftp://ftp.debian.org/debian/pool/main/k/kdenlive/%{name}_%{version}.orig.tar.bz2
9 # Source0-md5:  3bd3a511b860490acc367e7c9d7ffa43
10 URL:            http://kdenlive.org/
11 BuildRequires:  automoc4
12 BuildRequires:  cmake
13 BuildRequires:  gettext-devel
14 BuildRequires:  kde4-kdelibs-devel
15 BuildRequires:  libv4l-devel
16 BuildRequires:  mlt-devel
17 BuildRequires:  pkgconfig
18 BuildRequires:  qjson-devel >= 0.5
19 BuildRequires:  qt4-build
20 BuildRequires:  qt4-qmake
21 BuildRequires:  rpmbuild(macros) >= 1.129
22 BuildRequires:  shared-desktop-ontologies-devel
23 BuildRequires:  soprano-devel
24 Suggests:       dvdauthor
25 Suggests:       dvgrab
26 Suggests:       ffmpeg-ffplay
27 Suggests:       frei0r-plugins
28 Suggests:       mlt
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.2634 seconds and 3 git commands to generate.