]> git.pld-linux.org Git - packages/kdenlive.git/blob - kdenlive.spec
- sorted BRs
[packages/kdenlive.git] / kdenlive.spec
1 Summary:        KDE movie editor
2 Summary(pl):    Edytor filmów dla KDE
3 Name:           kdenlive
4 Version:        0.3.0
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://dl.sourceforge.net/kdenlive/%{name}-%{version}.tar.gz
9 # Source0-md5:  190efd0b823d8d5e10f72034c27667ee
10 URL:            http://kdenlive.sourceforge.net/
11 BuildRequires:  SDL-devel
12 BuildRequires:  SDL_image-devel
13 BuildRequires:  artsc-devel
14 BuildRequires:  automake
15 BuildRequires:  ffmpeg-devel
16 BuildRequires:  kdelibs-devel
17 BuildRequires:  mlt++-devel >= 0.2.2
18 BuildRequires:  mlt-devel >= 0.2.2
19 BuildRequires:  rpmbuild(macros) >= 1.129
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Kdenlive is a non-linear video editor for KDE. It provides all project
24 management and editing tools while relying on a separate rendering
25 program (currently PIAVE) to perform the editing operations. Support
26 is planned for transitions, effects, multiple file formats, and full
27 project and asset management support. The current beta is capable of
28 editing raw DV or AVI DV files, with tools such as move, razor, and
29 resize, selecting parts of clips using in/outpoints, and exporting the
30 result to another raw DV file. You may playback/preview the contents
31 of the timeline at any point during the edit. Full project save/load
32 is supported.
33
34 %description -l pl
35 Kdenlive to nieliniowy edytor filmów dla KDE. Dostarcza narzêdzia do
36 zarz±dzania projektem i edycji polegaj±ce na oddzielnym programie
37 renderuj±cym (aktualnie PIAVE) do wykonywania operacji edycji.
38 Planowana jest obs³uga przej¶æ, efektów, wielu formatów plików oraz
39 pe³nego zarz±dzania projektem i kapita³em. Aktualna wersja beta mo¿e
40 modyfikowaæ pliki w formacie surowego DV oraz AVI DV przy u¿yciu
41 narzêdzi takich jak przemieszczanie, ciêcia, zmiana rozmiaru,
42 wybieranie czê¶ci klatek przy u¿yciu punktów wej¶ciowych/wyj¶ciowych
43 oraz eksportowanie wyniku do innego pliku w formacie surowego DV.
44 Mo¿na odtwarzaæ/podgl±daæ zawarto¶æ w dowolnej chwili edycji.
45 Obs³ugiwany jest zapis/odczyt pe³nego projektu.
46
47 %prep
48 %setup -q -n %{name}-0.3
49
50 %build
51 cp -f /usr/share/automake/config.* admin
52 kde_htmldir="%{_kdedocdir}"; export kde_htmldir
53 %{__make} -f Makefile.cvs
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 install -d $RPM_BUILD_ROOT%{_desktopdir}/kde
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %find_lang %{name} --with-kde
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files -f %{name}.lang
70 %defattr(644,root,root,755)
71 %attr(755,root,root) %{_bindir}/%{name}
72 %{_datadir}/apps/%{name}
73 %{_desktopdir}/kde/%{name}.desktop
74 %{_datadir}/mimelnk/application/*.desktop
75 %{_datadir}/config.kcfg/kdenlive.kcfg
76 %{_iconsdir}/*/*/apps/*.png
This page took 0.057811 seconds and 4 git commands to generate.