]> git.pld-linux.org Git - packages/kdenlive.git/blame - kdenlive.spec
- Unfinished.
[packages/kdenlive.git] / kdenlive.spec
CommitLineData
b4917cad
MK
1Summary: KDE movie editor
2Summary(pl): Edytor filmTODO
3Name: kdenlive
4Version: 0.2.4
5Release: 0.1
6License: GPL
7Group: X11/Applications/Multimedia
8Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9# Source0-md5: 2c78f21f00c761fd3c6631d68d0159b3
10URL: http://www.uchian.pwp.blueyonder.co.uk/kdenlive.html
11BuildRequires: artsc-devel
12BuildRequires: kdelibs-devel
13Requires: piave
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%define _htmldir /usr/share/doc/kde/HTML
17
18%description
19Kdenlive is a non-linear video editor for KDE. It provides all project management and editing tools while relying on a separate rendering program (currently PIAVE) to perform the editing operations. Support is planned for transitions, effects, multiple file formats, and full project and asset management support. The current beta is capable of editing raw DV or AVI DV files, with tools such as move, razor, and resize, selecting parts of clips using in/outpoints, and exporting the result to another raw DV file. You may playback/preview the contents of the timeline at any point during the edit. Full project save/load is supported.
20
21%description -l pl
22TODO
23
24%prep
25%setup -q
26
27%build
28kde_appsdir="%{_applnkdir}"; export kde_appsdir
29kde_htmldir="%{_htmldir}"; export kde_htmldir
30kde_icondir="%{_pixmapsdir}"; export kde_icondir
31
32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%find_lang %{name} --with-kde
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files -f %{name}.lang
47%defattr(644,root,root,755)
48%attr(755,root,root) %{_bindir}/%{name}
49%dir %{_datadir}/apps/%{name}
50
51%{_applnkdir}/Multimedia/%{name}.desktop
52%{_pixmapsdir}/*/*/apps/*.png
53#%%{_pixmapsdir}/*/*/apps/*.rc
54#%%{_libdir}/kde3/libkplayerpart.la
55#%%{_libdir}/kde3/libkplayerpart.so
56%{_datadir}/mimelnk/application/*.desktop
57%{_datadir}/pixmaps/*/*/*/*.png
58TODO:
59 /usr/share/apps/kdenlive/icons/hicolor/32x32/actions/spacer.png
60 /usr/share/apps/kdenlive/kdenlive-splash.png
61 /usr/share/apps/kdenlive/kdenliveui.rc
62 /usr/share/pixmaps/piave.png
This page took 0.066556 seconds and 4 git commands to generate.