Author: matkor Date: Tue Jun 28 12:33:13 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - Unfortunately does not builds.
---- Files affected: SPECS: kalva.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/kalva.spec diff -u /dev/null SPECS/kalva.spec:1.1 --- /dev/null Tue Jun 28 14:33:13 2005 +++ SPECS/kalva.spec Tue Jun 28 14:33:08 2005 @@ -0,0 +1,84 @@ +# $Revision$, $Date$ +# 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} + + + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/06/28 12:33:08 matkor +- Unfortunately does not builds. + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
