diff options
author | 2012-06-22 04:27:09 +0000 | |
---|---|---|
committer | 2012-06-22 04:27:09 +0000 | |
commit | 6e5721ac55e43f95b44e0631e06d0f0a178ffb29 (patch) | |
tree | d24a68b0794dc97f9d6548b0a03799e460320e78 /media-tv | |
parent | Add missing patch for dealing with upstream's urge to always run ldconfig, wh... (diff) | |
download | gentoo-2-6e5721ac55e43f95b44e0631e06d0f0a178ffb29.tar.gz gentoo-2-6e5721ac55e43f95b44e0631e06d0f0a178ffb29.tar.bz2 gentoo-2-6e5721ac55e43f95b44e0631e06d0f0a178ffb29.zip |
qt3support is no longer necessary for Qt, but dbus and mysql is. Remove the requirement on nvidia-drivers being installed for vdpau support since multiple drivers implement vdpau and all we really need is libvdpau to utilize them.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.25.1.ebuild | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index c78be8355b80..132955ab0263 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-tv/mythtv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.344 2012/06/22 04:09:47 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.345 2012/06/22 04:27:09 cardoe Exp $ + + 21 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild: + qt3support is no longer necessary for Qt, but dbus and mysql is. Remove the + requirement on nvidia-drivers being installed for vdpau support since + multiple drivers implement vdpau and all we really need is libvdpau to + utilize them. 21 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild, +files/fixLdconfSandbox.0.25.1.patch: diff --git a/media-tv/mythtv/mythtv-0.25.1.ebuild b/media-tv/mythtv/mythtv-0.25.1.ebuild index cf814710a962..e26f2cb250f7 100644 --- a/media-tv/mythtv/mythtv-0.25.1.ebuild +++ b/media-tv/mythtv/mythtv-0.25.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.3 2012/06/22 04:09:47 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.4 2012/06/22 04:27:09 cardoe Exp $ EAPI=4 @@ -33,10 +33,10 @@ SDEPEND=" x11-libs/libXv x11-libs/libXrandr x11-libs/libXxf86vm - x11-libs/qt-core:4[qt3support] - x11-libs/qt-gui:4[qt3support] - x11-libs/qt-sql:4[qt3support,mysql] - x11-libs/qt-opengl:4[qt3support] + x11-libs/qt-core:4 + x11-libs/qt-gui:4[dbus] + x11-libs/qt-sql:4[mysql] + x11-libs/qt-opengl:4 x11-libs/qt-webkit:4 virtual/mysql virtual/opengl @@ -79,7 +79,6 @@ RDEPEND="${SDEPEND} x11-apps/xset ) bluray? ( media-libs/libbluray ) dvd? ( media-libs/libdvdcss ) - vdpau? ( >=x11-drivers/nvidia-drivers-256 ) " DEPEND="${SDEPEND} |