rpms/vdr/devel vdr-1.4.7-recmenu-play.patch, NONE, 1.1 vdr.spec, 1.16, 1.17

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Oct 16 21:11:20 UTC 2007


Author: scop

Update of /cvs/pkgs/rpms/vdr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1493

Modified Files:
	vdr.spec 
Added Files:
	vdr-1.4.7-recmenu-play.patch 
Log Message:
* Wed Oct 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.4.7-6
- Add patch to start playback from recordings menu with the play button.


vdr-1.4.7-recmenu-play.patch:

--- NEW FILE vdr-1.4.7-recmenu-play.patch ---
--- menu.c~	2006-12-02 13:12:02.000000000 +0200
+++ menu.c	2007-10-14 22:03:06.000000000 +0300
@@ -2074,6 +2074,7 @@
 
   if (state == osUnknown) {
      switch (Key) {
+       case kPlay:
        case kOk:     return Play();
        case kRed:    return (helpKeys > 1 && RecordingCommands.Count()) ? Commands() : Play();
        case kGreen:  return Rewind();


Index: vdr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vdr/devel/vdr.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vdr.spec	12 Oct 2007 19:00:55 -0000	1.16
+++ vdr.spec	16 Oct 2007 21:10:49 -0000	1.17
@@ -19,7 +19,7 @@
 
 Name:           vdr
 Version:        1.4.7
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Video Disk Recorder
 
 Group:          Applications/Multimedia
@@ -49,6 +49,7 @@
 # http://article.gmane.org/gmane.linux.vdr/32708
 Patch5:         %{name}-1.4.6-1-syncearly.patch
 Patch6:         http://www.saunalahti.fi/~rahrenbe/vdr/patches/vdr-1.4.7-subtitles-0.5.0-and-ttxtsubs-0.0.5.diff.gz
+Patch7:         %{name}-1.4.7-recmenu-play.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libjpeg-devel
@@ -137,6 +138,7 @@
 %patch4 -p1
 %patch5 -p0
 %patch6 -p1
+%patch7 -p0
 
 # Fix up paths
 sed -i \
@@ -441,6 +443,9 @@
 %endif
 
 %changelog
+* Wed Oct 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.4.7-6
+- Add patch to start playback from recordings menu with the play button.
+
 * Fri Oct 12 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.4.7-5
 - Fix init script not to start a new vdr if it's already running (#247089).
 - Update subtitles+ttxtsubs patch to Rolf's latest revision.




More information about the fedora-extras-commits mailing list