* [gentoo-commits] gentoo-x86 commit in media-tv/mythtv/files: mythtv-0.21-dvb-headers.patch mythtv-0.21-bttv.patch
@ 2009-05-29 20:13 Steve Dibb (beandog)
0 siblings, 0 replies; only message in thread
From: Steve Dibb (beandog) @ 2009-05-29 20:13 UTC (permalink / raw
To: gentoo-commits
beandog 09/05/29 20:13:06
Added: mythtv-0.21-dvb-headers.patch
mythtv-0.21-bttv.patch
Log:
Backport MythTV patch for DVB headers, bug 253338; Support VIA + XvMC, bug 225025; restore old bttv patch
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.1 media-tv/mythtv/files/mythtv-0.21-dvb-headers.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/files/mythtv-0.21-dvb-headers.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/files/mythtv-0.21-dvb-headers.patch?rev=1.1&content-type=text/plain
Index: mythtv-0.21-dvb-headers.patch
===================================================================
--- libs/libmythtv/dvbtypes.h.orig 2009-05-29 14:05:20.000000000 -0600
+++ libs/libmythtv/dvbtypes.h 2009-05-29 14:06:22.000000000 -0600
@@ -19,15 +19,15 @@
#include <linux/dvb/frontend.h>
#include <linux/dvb/dmx.h>
-#if (DVB_API_VERSION != 3)
-# error "DVB driver includes with API version 3 not found!"
+#if (DVB_API_VERSION != 3 && DVB_API_VERSION != 5)
+# error "DVB driver includes with API version 3 or 5 not found!"
#endif
#ifndef DVB_API_VERSION_MINOR
# define DVB_API_VERSION_MINOR 0
#endif
-#if (DVB_API_VERSION >= 3 && DVB_API_VERSION_MINOR >= 1)
+#if ((DVB_API_VERSION == 3 && DVB_API_VERSION_MINOR >= 1) || (DVB_API_VERSION > 3))
# define USE_ATSC
#else
#warning DVB API version < 3.1
1.4 media-tv/mythtv/files/mythtv-0.21-bttv.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/files/mythtv-0.21-bttv.patch?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/files/mythtv-0.21-bttv.patch?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/files/mythtv-0.21-bttv.patch?r1=1.3&r2=1.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-29 20:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 20:13 [gentoo-commits] gentoo-x86 commit in media-tv/mythtv/files: mythtv-0.21-dvb-headers.patch mythtv-0.21-bttv.patch Steve Dibb (beandog)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox