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