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