rpms/vdr-osdteletext/devel vdr-osdteletext-0.5.1-i18n.patch, NONE, 1.1 vdr-osdteletext.conf, NONE, 1.1 vdr-osdteletext.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Nov 12 08:46:54 UTC 2006


Author: scop

Update of /cvs/extras/rpms/vdr-osdteletext/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1778/devel

Modified Files:
	.cvsignore sources 
Added Files:
	vdr-osdteletext-0.5.1-i18n.patch vdr-osdteletext.conf 
	vdr-osdteletext.spec 
Log Message:
auto-import vdr-osdteletext-0.5.1-20 on branch devel from vdr-osdteletext-0.5.1-20.src.rpm
Initial import (#190344).

vdr-osdteletext-0.5.1-i18n.patch:

--- NEW FILE vdr-osdteletext-0.5.1-i18n.patch ---
--- osdteletext.c~	2005-08-16 17:19:25.000000000 +0300
+++ osdteletext.c	2006-01-22 22:43:09.000000000 +0200
@@ -208,12 +208,12 @@
       { "Action_kGreen",    tr("Green key") },
       { "Action_kYellow",   tr("Yellow key") },
       { "Action_kBlue",     tr("Blue key") },
-      { "Action_kPlay",     tr(cKey::ToString( kPlay)) },
-      //{ "Action_kPause",    tr(cKey::ToString( kPause)) },
-      { "Action_kStop",     tr(cKey::ToString( kStop)) },
-      //{ "Action_kRecord",   tr(cKey::ToString( kRecord)) },
-      { "Action_kFastFwd",  tr(cKey::ToString( kFastFwd)) },
-      { "Action_kFastRew",  tr(cKey::ToString( kFastRew)) }
+      { "Action_kPlay",     tr("Key$Play") },
+      //{ "Action_kPause",    tr("Key$Pause") },
+      { "Action_kStop",     tr("Key$Stop") },
+      //{ "Action_kRecord",   tr("Key$Record") },
+      { "Action_kFastFwd",  tr("Key$FastFwd") },
+      { "Action_kFastRew",  tr("Key$FastRew") }
    };
    
    cTeletextSetupPage::actionKeyNames = st_actionKeyNames;


--- NEW FILE vdr-osdteletext.conf ---
# Configuration snippet for vdr-osdteletext                          -*- sh -*-
#
# Add command line options to pass to the osdteletext plugin to PLUGIN_OPTIONS.
# See /usr/share/doc/vdr-osdteletext-*/README for info about available options.

PLUGIN_OPTIONS="-d /var/cache/vdr/osdteletext"


--- NEW FILE vdr-osdteletext.spec ---
%define pname     osdteletext
%define plugindir %(vdr-config --plugindir  2>/dev/null || echo ERROR)
%define cachedir  %(vdr-config --cachedir   2>/dev/null || echo ERROR)
%define apiver    %(vdr-config --apiversion 2>/dev/null || echo ERROR)
%define vdr_user  %(vdr-config --user       2>/dev/null || echo ERROR)

Name:           vdr-%{pname}
Version:        0.5.1
Release:        20%{?dist}
Summary:        OSD teletext plugin for VDR

Group:          Applications/Multimedia
License:        GPL
URL:            http://www.wiesweg-online.de/linux/linux.html
Source0:        http://www.wiesweg-online.de/linux/vdr/%{name}-%{version}.tgz
Source1:        %{name}.conf
Patch0:         %{name}-0.5.1-i18n.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  vdr-devel >= 1.3.47
Requires:       vdr(abi) = %{apiver}

%description
The OSD teletext plugin displays teletext directly on VDR's on-screen
display, with sound and video from the current channel playing in the
background.


%prep
%setup -q -n %{pname}-%{version}
%patch0
for f in HISTORY README.DE ; do
  iconv -f iso-8859-1 -t utf-8 $f > $f.utf-8 ; mv $f.utf-8 $f
done
sed -i -e '/^DVBDIR/d' -e 's|-I$(DVBDIR)/include||' Makefile
sed -i -e s/VDRVERSION/APIVERSION/g Makefile


%build
make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr libvdr-%{pname}.so


%install
rm -rf $RPM_BUILD_ROOT
install -dm 755 $RPM_BUILD_ROOT%{plugindir}
install -pm 755 libvdr-%{pname}.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
install -dm 755 $RPM_BUILD_ROOT%{cachedir}/osdteletext
install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d
sed -e 's|/var/cache/vdr/|%{cachedir}/|' < %{SOURCE1} \
  > $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/osdteletext.conf
chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/*.conf


%clean
rm -rf $RPM_BUILD_ROOT


%preun
if [ $1 -eq 0 ] ; then
  rm -rf %{cachedir}/osdteletext/*
fi


%files
%defattr(-,root,root,-)
%doc COPYING HISTORY README*
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
%{plugindir}/libvdr-%{pname}.so.%{apiver}
%attr(-,%{vdr_user},root) %{cachedir}/osdteletext/


%changelog
* Sun Apr 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-20
- Rebuild for VDR 1.4.0.

* Mon Apr 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-19
- Rebuild/adjust for VDR 1.3.47, require versioned vdr(abi).
- Trim pre-RLO %%changelog entries.

* Sun Mar 26 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-18
- Rebuild for VDR 1.3.45.

* Sat Mar 18 2006 Thorsten Leemhuis <fedora at leemhuis.info> - 0.5.1-17
- drop 0.lvn from release

* Wed Mar  1 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.17
- Rebuild for VDR 1.3.44.

* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- add dist

* Sun Feb 19 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.16
- Rebuild for VDR 1.3.43.

* Sun Feb  5 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.15
- Rebuild for VDR 1.3.42.

* Sun Jan 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.14
- Fix translations with VDR >= 1.3.38.
- Rebuild for VDR 1.3.40.

* Sun Jan 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.13
- Rebuild for VDR 1.3.39.

* Sun Jan  8 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.12
- Rebuild for VDR 1.3.38.

* Mon Nov 28 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.11
- Rebuild for VDR 1.3.37.

* Sun Nov  6 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.10
- Rebuild for VDR 1.3.36.

* Tue Nov  1 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.9
- Rebuild for VDR 1.3.35.

* Mon Oct  3 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.8
- Rebuild for VDR 1.3.34.

* Sun Sep 25 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.7
- Rebuild for VDR 1.3.33.

* Sun Sep 11 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.6
- Rebuild for VDR 1.3.32.

* Sun Aug 28 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.5
- Rebuild for VDR 1.3.31.

* Sun Aug 21 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.4
- Rebuild for VDR 1.3.30.

* Tue Aug 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.3
- Sync with re-re-released upstream 0.5.1 tarball, cache dir is now
  stabilized at %%{cachedir}/osdteletext.
- Try to avoid build system problems by not using %%expand.
- Honor "vdr-config --user".
- Improve description.

* Fri Aug 12 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.2
- Sync with re-released upstream 0.5.1 tarball.

* Thu Aug 11 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-0.lvn.1
- 0.5.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/vdr-osdteletext/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Nov 2006 08:45:32 -0000	1.1
+++ .cvsignore	12 Nov 2006 08:46:24 -0000	1.2
@@ -0,0 +1 @@
+vdr-osdteletext-0.5.1.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/vdr-osdteletext/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Nov 2006 08:45:32 -0000	1.1
+++ sources	12 Nov 2006 08:46:24 -0000	1.2
@@ -0,0 +1 @@
+52c219e38a089504071237209ad114cd  vdr-osdteletext-0.5.1.tgz




More information about the scm-commits mailing list