]> git.pld-linux.org Git - packages/kalva.git/blob - kalva.spec
- pl
[packages/kalva.git] / kalva.spec
1 # TODO: Make it build.
2 Summary:        A Lightweight Videorecorder Application
3 Summary(pl):    Lekka aplikacja do nagrywania obrazu
4 Name:           kalva
5 Version:        0.6
6 Release:        0.1
7 License:        GPL
8 Group:          X11/Applications/Multimedia
9 Source0:        http://www.andreas-silberstorff.de/ktvapp/download/SOURCES/%{name}-%{version}.tar.bz2
10 # Source0-md5:  a257f0fadb05b31e9357b1c3b6241dab
11 URL:            http://www.andreas-silberstorff.de/ktvapp/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  kdelibs-devel >= 9:3.2.0
15 BuildRequires:  rpmbuild(macros) >= 1.129
16 #BuildRequires: unsermake >= 040805
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Kalva is A Lightweight Videorecorder Application. It is a simple
21 videorecorder using the MEncoder to do the real work. Kalva provides
22 immediate recording and scheduling recordings for movies and serials.
23 Kalva has a pluginsystem for im- and exportfilters for channellists
24 from other TV applications and can build a new channellist via scantv.
25 Kalva provides a convenient DCOP interface so that it can be controled
26 via the commandline or by external programs like xmltv browsers.
27
28 %description -l pl
29 Kalva (Kalva is A Leightweight Videorecorder Application) to lekka
30 aplikacja do nagrywania obrazu. U¿ywa MEncodera do w³a¶ciwej pracy.
31 Kalva pozwala na natychmiastowe nagrywanie oraz planowanie nagrañ
32 filmów i seriali. Ma system wtyczek do filtrów importu i eksportu list
33 kana³ów z innych aplikacji telewizyjnych i mo¿e tworzyæ nowe listy
34 kana³ów poprzez scantv. Kalva dostarcza wygodny interfejs DCOP, tak
35 wiêc mo¿e byæ sterowana z linii poleceñ lub przez zewnêtrzne programy,
36 takie jak przegl±darki xmltv.
37
38 %prep
39 #setup -q -n %{name}
40 %setup -q
41
42 %build
43 cp -f /usr/share/automake/config.sub admin
44 #export PATH=/usr/share/unsermake:$PATH
45 %{__make} -f admin/Makefile.common cvs
46
47 %configure \
48 %if "%{_lib}" == "lib64"
49         --enable-libsuffix=64 \
50 %endif
51         --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
52         --with-qt-libraries=%{_libdir}
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT \
61         kde_htmldir=%{_kdedocdir} \
62         kde_libs_htmldir=%{_kdedocdir} \
63         kdelnkdir=%{_desktopdir} \
64
65 %find_lang %{name} --with-kde
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files -f %{name}.lang
71 %defattr(644,root,root,755)
72 %attr(755,root,root) %{_bindir}/*
73 %{_pixmapsdir}/*
74 %{_desktopdir}/*
75 %{_iconsdir}/*/*/apps/%{name}.png
76 %{_datadir}/mimelnk/application/*
77 %{_datadir}/apps/%{name}
This page took 0.030878 seconds and 4 git commands to generate.