diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2010-03-18 14:31:25 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2010-03-18 14:31:25 +0000 |
commit | 0c48f859d0d135049ec781f30dbcf36083f64dd9 (patch) | |
tree | 8d87e96120e07965b875330dbd05ec6c055df3b3 /media-tv/xbmc | |
parent | Reassign to me instead of desktop-misc herd which I left. (diff) | |
download | gentoo-2-0c48f859d0d135049ec781f30dbcf36083f64dd9.tar.gz gentoo-2-0c48f859d0d135049ec781f30dbcf36083f64dd9.tar.bz2 gentoo-2-0c48f859d0d135049ec781f30dbcf36083f64dd9.zip |
temp. workaround inability to play DVDs, see bug #303030
(Portage version: 2.2_rc64/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/xbmc')
-rw-r--r-- | media-tv/xbmc/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-9.11-r2.ebuild (renamed from media-tv/xbmc/xbmc-9.11-r1.ebuild) | 7 |
2 files changed, 13 insertions, 2 deletions
diff --git a/media-tv/xbmc/ChangeLog b/media-tv/xbmc/ChangeLog index 71ec1a822bce..a69209f3ea39 100644 --- a/media-tv/xbmc/ChangeLog +++ b/media-tv/xbmc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-tv/xbmc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.46 2010/03/07 06:30:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.47 2010/03/18 14:31:25 lxnay Exp $ + +*xbmc-9.11-r2 (18 Mar 2010) + + 18 Mar 2010; Fabio Erculiani <lxnay@gentoo.org> -xbmc-9.11-r1.ebuild, + +xbmc-9.11-r2.ebuild: + temp. workaround inability to play DVDs, see bug #303030 07 Mar 2010; Mike Frysinger <vapier@gentoo.org> xbmc-9999.ebuild: Pull in libmodplug #305911 by Michael Lange. Disable the webserver for now diff --git a/media-tv/xbmc/xbmc-9.11-r1.ebuild b/media-tv/xbmc/xbmc-9.11-r2.ebuild index 82fd1eb839c6..308bb61d1d30 100644 --- a/media-tv/xbmc/xbmc-9.11-r1.ebuild +++ b/media-tv/xbmc/xbmc-9.11-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9.11-r1.ebuild,v 1.3 2010/01/25 13:38:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9.11-r2.ebuild,v 1.1 2010/03/18 14:31:25 lxnay Exp $ EAPI="2" @@ -153,6 +153,11 @@ src_prepare() { # Tweak autotool timestamps to avoid regeneration find . -type f -print0 | xargs -0 touch -r configure + + # Workaround upstream issue, see #303030 + find -type f -name "*.cpp" -exec sed -i "s:lib/libcdio:cdio:" "{}"; + find -type f -name "Makefile" -exec sed -i "s:lib/libcdio:cdio:" "{}"; + } src_configure() { |