From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MA8Rv-00082R-KH for garchives@archives.gentoo.org; Fri, 29 May 2009 20:13:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 332F6E0324; Fri, 29 May 2009 20:13:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0EFB1E0324 for ; Fri, 29 May 2009 20:13:07 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A85B2651D1 for ; Fri, 29 May 2009 20:13:06 +0000 (UTC) Received: from beandog by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MA8Ru-0007tk-Am for gentoo-commits@lists.gentoo.org; Fri, 29 May 2009 20:13:06 +0000 From: "Steve Dibb (beandog)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, beandog@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv/files: mythtv-0.21-dvb-headers.patch mythtv-0.21-bttv.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: mythtv-0.21-dvb-headers.patch mythtv-0.21-bttv.patch X-VCS-Directories: media-tv/mythtv/files X-VCS-Committer: beandog X-VCS-Committer-Name: Steve Dibb Content-Type: text/plain; charset=utf8 Message-Id: Sender: Steve Dibb Date: Fri, 29 May 2009 20:13:06 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7a6498cc-5841-4304-a88e-9292790d6beb X-Archives-Hash: aa19c0134d551a6d3ce27445fafa4072 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/fi= les/mythtv-0.21-dvb-headers.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/fi= les/mythtv-0.21-dvb-headers.patch?rev=3D1.1&content-type=3Dtext/plain Index: mythtv-0.21-dvb-headers.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 #include =20 -#if (DVB_API_VERSION !=3D 3) -# error "DVB driver includes with API version 3 not found!" +#if (DVB_API_VERSION !=3D 3 && DVB_API_VERSION !=3D 5) +# error "DVB driver includes with API version 3 or 5 not found!" #endif =20 #ifndef DVB_API_VERSION_MINOR # define DVB_API_VERSION_MINOR 0 #endif =20 -#if (DVB_API_VERSION >=3D 3 && DVB_API_VERSION_MINOR >=3D 1) +#if ((DVB_API_VERSION =3D=3D 3 && DVB_API_VERSION_MINOR >=3D 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/fi= les/mythtv-0.21-bttv.patch?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/fi= les/mythtv-0.21-bttv.patch?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/fi= les/mythtv-0.21-bttv.patch?r1=3D1.3&r2=3D1.4