summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-08-04 16:25:42 +0000
committerMike Frysinger <vapier@gentoo.org>2012-08-04 16:25:42 +0000
commit9a4adc188ed25efaea0f6ec4d70c95bde00d219a (patch)
tree4bbb77577f4fc94c6d041f91befcd35afbfa2dba /media-tv/xbmc
parentRevision bump adds a upstream security patch which fixes a buffer overflow. (diff)
downloadgentoo-2-9a4adc188ed25efaea0f6ec4d70c95bde00d219a.tar.gz
gentoo-2-9a4adc188ed25efaea0f6ec4d70c95bde00d219a.tar.bz2
gentoo-2-9a4adc188ed25efaea0f6ec4d70c95bde00d219a.zip
Update mythtv patch to latest git #429588 by BT.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/xbmc')
-rw-r--r--media-tv/xbmc/ChangeLog6
-rw-r--r--media-tv/xbmc/files/xbmc-9999-nomythtv.patch11
2 files changed, 6 insertions, 11 deletions
diff --git a/media-tv/xbmc/ChangeLog b/media-tv/xbmc/ChangeLog
index c9a1c62ed181..1d1916eaea11 100644
--- a/media-tv/xbmc/ChangeLog
+++ b/media-tv/xbmc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/xbmc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.142 2012/07/15 23:10:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.143 2012/08/04 16:25:42 vapier Exp $
+
+ 04 Aug 2012; Mike Frysinger <vapier@gentoo.org>
+ files/xbmc-9999-nomythtv.patch:
+ Update mythtv patch to latest git #429588 by BT.
15 Jul 2012; Mike Frysinger <vapier@gentoo.org>
+files/xbmc-11.0-nomythtv.patch, files/xbmc-9999-nomythtv.patch,
diff --git a/media-tv/xbmc/files/xbmc-9999-nomythtv.patch b/media-tv/xbmc/files/xbmc-9999-nomythtv.patch
index 4e537a0434ff..f793ba34dcf0 100644
--- a/media-tv/xbmc/files/xbmc-9999-nomythtv.patch
+++ b/media-tv/xbmc/files/xbmc-9999-nomythtv.patch
@@ -13,17 +13,8 @@ index 9ffae7e..17cc525 100755
-ifeq (@USE_MYSQL@,1)
+ifeq (@USE_MYTHTV@,1)
LIB_DIRS += lib/cmyth
+ CMYTH=cmyth
endif
-
-@@ -322,7 +322,7 @@ imagelib: dllloader
- codecs: papcodecs dvdpcodecs
-
- libs: libhdhomerun libid3tag imagelib libexif system/libcpluff-@ARCH@.so
--ifeq (@USE_MYSQL@,1)
-+ifeq (@USE_MYTHTV@,1)
- libs += cmyth
- endif
-
diff --git a/configure.in b/configure.in
index d44825f..629d7b4 100755
--- a/configure.in