]> git.pld-linux.org Git - packages/kdenlive.git/blame - kdenlive.spec
- improved structure - adapterized now
[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
e0b6d28a 10Source0: http://downloads.sourceforge.net/kdenlive/%{name}-%{version}.tar.gz
55e60162 11# Source0-md5: 7011d0c6b26f7f2350065defef3d9a76
608f8997 12URL: http://kdenlive.org/
ad54048c 13BuildRequires: automoc4
0b02e5bf 14BuildRequires: cmake
ad54048c 15BuildRequires: gettext-devel
9608cbdb 16BuildRequires: kde4-kdelibs-devel
e0b6d28a 17BuildRequires: mlt-devel
ad54048c 18BuildRequires: pkgconfig
19BuildRequires: qt4-build
20BuildRequires: qt4-qmake
17eecb86 21BuildRequires: rpmbuild(macros) >= 1.129
e0b6d28a 22BuildRequires: shared-desktop-ontologies-devel
23BuildRequires: soprano-devel
55e60162 24Suggests: dvdauthor
e0b6d28a 25Suggests: ffmpeg-ffplay
55e60162 26Suggests: recordmydesktop
e0b6d28a 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
b4917cad 29%description
a8202cd7
JB
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.
b4917cad 40
cb54d3d6
JR
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
a8202cd7 50oraz eksportowanie wyniku do innego pliku w formacie surowego DV.
cb54d3d6
JR
51Można odtwarzać/podglądać zawartość w dowolnej chwili edycji.
52Obsługiwany jest zapis/odczyt pełnego projektu.
b4917cad
MK
53
54%prep
74368329 55%setup -q
b4917cad
MK
56
57%build
9608cbdb
MM
58mkdir build
59cd build
e0b6d28a 60%cmake ..
b4917cad
MK
61%{__make}
62
63%install
64rm -rf $RPM_BUILD_ROOT
65
9608cbdb 66cd build
b4917cad
MK
67%{__make} install \
68 DESTDIR=$RPM_BUILD_ROOT
69
9608cbdb 70cd ..
e0b6d28a 71mv $RPM_BUILD_ROOT%{_datadir}/locale/zh $RPM_BUILD_ROOT%{_datadir}/locale/zh_CN
b4917cad
MK
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)
74368329 79%attr(755,root,root) %{_bindir}/%{name}*
9608cbdb 80%{_libdir}/kde4/*
a8202cd7 81%{_datadir}/apps/%{name}
9608cbdb
MM
82%{_datadir}/config/kdenlive*
83%{_desktopdir}/kde4/%{name}.desktop
84%{_datadir}/kde4/services/*.desktop
85%{_datadir}/config.kcfg/kdenlivesettings.kcfg
86%{_mandir}/man1/kdenlive*
e0b6d28a 87%{_pixmapsdir}/*
74368329 88%{_iconsdir}/*/*/*/*.png
9608cbdb
MM
89%{_iconsdir}/*/*/*/*.svgz
90%{_datadir}/mime/packages/*.xml
This page took 0.112929 seconds and 4 git commands to generate.