]> git.pld-linux.org Git - packages/kdenlive.git/blame - kdenlive.spec
- updated gettext BR
[packages/kdenlive.git] / kdenlive.spec
CommitLineData
b4917cad 1Summary: KDE movie editor
af57c8d7 2Summary(pl.UTF-8): Edytor filmów dla KDE
b4917cad 3Name: kdenlive
1c3e7a97 4Version: 0.9.10
f80aa741 5Release: 1
b4917cad
MK
6License: GPL
7Group: X11/Applications/Multimedia
1c3e7a97
AM
8Source0: http://download.kde.org/stable/kdenlive/%{version}/src/%{name}-%{version}.tar.bz2
9# Source0-md5: 40d7ee8e388cb084f5eb1ad1596a14b2
608f8997 10URL: http://kdenlive.org/
ad54048c 11BuildRequires: automoc4
0b02e5bf 12BuildRequires: cmake
811735dd 13BuildRequires: gettext-tools
9608cbdb 14BuildRequires: kde4-kdelibs-devel
f80aa741 15BuildRequires: libv4l-devel
e433382f 16BuildRequires: mlt-devel >= 0.9.2
ad54048c 17BuildRequires: pkgconfig
aff1e4d0 18BuildRequires: qjson-devel >= 0.5
ad54048c 19BuildRequires: qt4-build
20BuildRequires: qt4-qmake
17eecb86 21BuildRequires: rpmbuild(macros) >= 1.129
e0b6d28a 22BuildRequires: shared-desktop-ontologies-devel
23BuildRequires: soprano-devel
55e60162 24Suggests: dvdauthor
f80aa741 25Suggests: dvgrab
e0b6d28a 26Suggests: ffmpeg-ffplay
f80aa741 27Suggests: frei0r-plugins
e433382f 28Suggests: mlt >= 0.9.2
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.109737 seconds and 4 git commands to generate.