rpms/vdr/devel vdr-1.6.0-remove-dvb-abi-check.patch, NONE, 1.1 vdr.spec, 1.35, 1.36

Ville-Pekka Vainio vpv at fedoraproject.org
Sun Dec 28 22:28:31 UTC 2008


Author: vpv

Update of /cvs/pkgs/rpms/vdr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21773

Modified Files:
	vdr.spec 
Added Files:
	vdr-1.6.0-remove-dvb-abi-check.patch 
Log Message:
* Mon Dec 29 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.6.0-16
- Disable kernel DVB API check to fix build, upstream VDR 1.6.0 expects DVB
  API v3 but current Rawhide kernels have v5.


vdr-1.6.0-remove-dvb-abi-check.patch:

--- NEW FILE vdr-1.6.0-remove-dvb-abi-check.patch ---
--- dvbdevice.h.orig	2008-12-28 23:49:47.000000000 +0200
+++ dvbdevice.h	2008-12-28 23:50:01.000000000 +0200
@@ -15,10 +15,6 @@
 #include "device.h"
 #include "dvbspu.h"
 
-#if DVB_API_VERSION != 3
-#error VDR requires Linux DVB driver API version 3!
-#endif
-
 #define MAXDVBDEVICES  8
 
 class cDvbTuner;


Index: vdr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vdr/devel/vdr.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- vdr.spec	23 Nov 2008 22:02:17 -0000	1.35
+++ vdr.spec	28 Dec 2008 22:28:00 -0000	1.36
@@ -21,7 +21,7 @@
 
 Name:           vdr
 Version:        1.6.0
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Video Disk Recorder
 
 Group:          Applications/Multimedia
@@ -74,6 +74,7 @@
 Patch17:        http://toms-cafe.de/vdr/download/vdr-timer-info-0.5-1.5.15.diff
 Patch18:        ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.6.0-1.diff
 Patch19:        ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.6.0-2.diff
+Patch20:        %{name}-1.6.0-remove-dvb-abi-check.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libjpeg-devel
@@ -188,6 +189,7 @@
 %patch16 -p0
 %patch18 -p1
 %patch19 -p1
+%patch20 -p0
 
 for f in CONTRIBUTORS HISTORY* UPDATE-1.4.0 README.timer-info ; do
   iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f && mv $f.utf8 $f
@@ -511,6 +513,10 @@
 %endif # plugins
 
 %changelog
+* Mon Dec 29 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.6.0-16
+- Disable kernel DVB API check to fix build, upstream VDR 1.6.0 expects DVB
+  API v3 but current Rawhide kernels have v5.
+
 * Sun Nov 23 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.6.0-15
 - Reorganize dir structure for better Fedora guidelines compliance (#443706):
   /var/lib/vdr/* -> /var/lib/vdr/data, /srv/video -> /var/lib/vdr/video.




More information about the fedora-extras-commits mailing list