]> git.pld-linux.org Git - packages/kalva.git/commitdiff
- Unfortunately does not builds.
authorMateusz Korniak <matkor@pld-linux.org>
Tue, 28 Jun 2005 12:33:08 +0000 (12:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kalva.spec -> 1.1

kalva.spec [new file with mode: 0644]

diff --git a/kalva.spec b/kalva.spec
new file mode 100644 (file)
index 0000000..068bae5
--- /dev/null
@@ -0,0 +1,71 @@
+# TODO: Make it build.
+Summary:       A Lightweight Videorecorder Application
+Summary(pl):   TODO
+Name:          kalva
+Version:       0.6
+Release:       0.1
+License:       GPL
+Group:         productivity/multimedia/video
+######         Unknown group!
+Source0:       http://www.andreas-silberstorff.de/ktvapp/download/SOURCES/%{name}-%{version}.tar.bz2
+# Source0-md5: a257f0fadb05b31e9357b1c3b6241dab
+URL:           http://www.andreas-silberstorff.de/ktvapp
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: kdelibs-devel >= 9:3.2.0
+BuildRequires: rpmbuild(macros) >= 1.129
+#BuildRequires:        unsermake >= 040805
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Kalva is A Lightweight Videorecorder Application Kalva is a simple
+videorecorder using the MEncoder to do the real work. Kalva provides
+immediate recording and sceduling recordings for movies and serials.
+Kalva has a pluginsystem for im- and exportfilters for channellists
+from other tv applications and can build a new channellist via scantv.
+Kalva provides a convenient DCOP interface so that it can be controled
+via the commandline or by external programs like xmltv browsers.
+
+%description -l pl
+TODO
+
+%prep
+#setup -q -n %{name}
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub admin
+#export PATH=/usr/share/unsermake:$PATH
+%{__make} -f admin/Makefile.common cvs
+
+%configure \
+%if "%{_lib}" == "lib64"
+       --enable-libsuffix=64 \
+%endif
+       --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+       --with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       kde_htmldir=%{_kdedocdir} \
+       kde_libs_htmldir=%{_kdedocdir} \
+       kdelnkdir=%{_desktopdir} \
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_pixmapsdir}/*
+%{_desktopdir}/*
+%{_iconsdir}/*/*/apps/%{name}.png
+%{_datadir}/mimelnk/application/*
+%{_datadir}/apps/%{name}
This page took 0.074626 seconds and 4 git commands to generate.