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