]> git.pld-linux.org Git - packages/kdenlive.git/blame - kdenlive.spec
- converted to UTF-8
[packages/kdenlive.git] / kdenlive.spec
CommitLineData
b4917cad 1Summary: KDE movie editor
cb54d3d6 2Summary(pl.UTF-8): Edytor filmów dla KDE
b4917cad 3Name: kdenlive
74368329 4Version: 0.4
5a57c706 5Release: 0.1
b4917cad
MK
6License: GPL
7Group: X11/Applications/Multimedia
17eecb86 8Source0: http://dl.sourceforge.net/kdenlive/%{name}-%{version}.tar.gz
74368329 9# Source0-md5: bfa1da2d170e54420492e8fb2cea3681
10178e21 10Patch0: %{name}-autoconf26.patch
09667081 11URL: http://kdenlive.sourceforge.net/
5a57c706 12BuildRequires: SDL-devel
13BuildRequires: SDL_image-devel
b4917cad 14BuildRequires: artsc-devel
eb88e27a 15BuildRequires: automake
5a57c706 16BuildRequires: ffmpeg-devel
9263820e 17BuildRequires: kdelibs-devel >= 9:3.4.0
10178e21 18BuildRequires: libiec61883-devel
5a57c706 19BuildRequires: mlt++-devel >= 0.2.2
26ad5e42 20BuildRequires: mlt-devel >= 0.2.2
17eecb86 21BuildRequires: rpmbuild(macros) >= 1.129
b4917cad
MK
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
b4917cad 24%description
a8202cd7
JB
25Kdenlive is a non-linear video editor for KDE. It provides all project
26management and editing tools while relying on a separate rendering
27program (currently PIAVE) to perform the editing operations. Support
28is planned for transitions, effects, multiple file formats, and full
29project and asset management support. The current beta is capable of
30editing raw DV or AVI DV files, with tools such as move, razor, and
31resize, selecting parts of clips using in/outpoints, and exporting the
32result to another raw DV file. You may playback/preview the contents
33of the timeline at any point during the edit. Full project save/load
34is supported.
b4917cad 35
cb54d3d6
JR
36%description -l pl.UTF-8
37Kdenlive to nieliniowy edytor filmów dla KDE. Dostarcza narzędzia do
38zarządzania projektem i edycji polegające na oddzielnym programie
39renderującym (aktualnie PIAVE) do wykonywania operacji edycji.
40Planowana jest obsługa przejść, efektów, wielu formatów plików oraz
41pełnego zarządzania projektem i kapitałem. Aktualna wersja beta może
42modyfikować pliki w formacie surowego DV oraz AVI DV przy użyciu
43narzędzi takich jak przemieszczanie, cięcia, zmiana rozmiaru,
44wybieranie części klatek przy użyciu punktów wejściowych/wyjściowych
a8202cd7 45oraz eksportowanie wyniku do innego pliku w formacie surowego DV.
cb54d3d6
JR
46Można odtwarzać/podglądać zawartość w dowolnej chwili edycji.
47Obsługiwany jest zapis/odczyt pełnego projektu.
b4917cad
MK
48
49%prep
74368329 50%setup -q
18e5a288 51%patch0 -p1
b4917cad
MK
52
53%build
eb88e27a 54cp -f /usr/share/automake/config.* admin
75efa61a 55kde_htmldir="%{_kdedocdir}"; export kde_htmldir
5a57c706 56%{__make} -f Makefile.cvs
b4917cad
MK
57%configure
58%{__make}
59
60%install
61rm -rf $RPM_BUILD_ROOT
75efa61a 62install -d $RPM_BUILD_ROOT%{_desktopdir}/kde
b4917cad
MK
63
64%{__make} install \
65 DESTDIR=$RPM_BUILD_ROOT
66
67%find_lang %{name} --with-kde
68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
72%files -f %{name}.lang
73%defattr(644,root,root,755)
74368329 74%attr(755,root,root) %{_bindir}/%{name}*
a8202cd7 75%{_datadir}/apps/%{name}
75efa61a 76%{_desktopdir}/kde/%{name}.desktop
b4917cad 77%{_datadir}/mimelnk/application/*.desktop
5a57c706 78%{_datadir}/config.kcfg/kdenlive.kcfg
74368329 79%{_iconsdir}/*/*/*/*.png
This page took 0.03425 seconds and 4 git commands to generate.