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