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