File vdr-plugin-nordlichtsepg.spec of Package vdr-plugin-nordlichtsepg
Name: vdr-plugin-nordlichtsepg
BuildRequires: gcc-c++ vdr-devel
License: GPL v2
Group: Hardware/TV
Summary: This plugin provides an EPG similar to VDR's "What's on now?"-menu
Url: http://martins-kabuff.de/nordlichtsepg.html
Version: 0.9
Release: 0.0
Source0: vdr-nordlichtsepg-0.9-test1.tar.bz2
Patch0: vdr-nordlichtsepg-0.9-test1-utf8fix.diff
Patch1: vdr-nordlichtsepg-0.9-test1-enigmaprogressbar.diff
Requires: vdrapi = %{vdrapi}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define srcdir nordlichtsepg-%{version}
%description
This plugin for VDR provides an EPG (Electronic Program Guide) similar to VDR's "What's on now?"-menu.
Functions:
* all channels are shown, also this without epg-infos
* a bargraph shows the progress of the running program
* adjustable step width for browsing the epg
* adjustable time (e.g. 20:15) to jump to by keypress
* enter a time to jump to instantly
* with the keys 1-7 you can jump 1-7 days forward from the actual time
* clock-icon marks timers, 'REC'-icon marks recording timers
* possibility for setting and deleting timers for channels without epg-infos
* encrypted and radio channels can be hidden
* display of the channel groups
* channel numbers can be shown or hidden
* alternative keymap (switch with Ok)
%debug_package
%prep
%{vdr_plugin_prepare}
tar xvf %SOURCE0
cd %srcdir
%patch0 -p 1
%patch1 -p 1
%build
%{vdr_plugin_make}
%install
%{vdr_plugin_install}
%{vdr_find_locale}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files -f vdrlocale.files
%defattr(-,root,root)
%{_libdir}/vdr/*
%{vdr_dirs}
%doc %srcdir/COPYING %srcdir/HISTORY %srcdir/README
%changelog