summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-04-16 17:23:11 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-04-16 17:23:11 +0000
commiteaa01d1499eaba65a63f383a01ec4e31c9ac2668 (patch)
treee09f99d7cae9014647f7b94021d517e6ec0d30d8 /media-video/totem/totem-2.16.5.ebuild
parentia64 stable wrt bug 174808 (diff)
downloadgentoo-2-eaa01d1499eaba65a63f383a01ec4e31c9ac2668.tar.gz
gentoo-2-eaa01d1499eaba65a63f383a01ec4e31c9ac2668.tar.bz2
gentoo-2-eaa01d1499eaba65a63f383a01ec4e31c9ac2668.zip
Only warn about DVD menus if gstreamer backend is used; bug #173951
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-video/totem/totem-2.16.5.ebuild')
-rw-r--r--media-video/totem/totem-2.16.5.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/media-video/totem/totem-2.16.5.ebuild b/media-video/totem/totem-2.16.5.ebuild
index 8dace497d503..53dbb22e5285 100644
--- a/media-video/totem/totem-2.16.5.ebuild
+++ b/media-video/totem/totem-2.16.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.16.5.ebuild,v 1.1 2007/02/26 00:35:01 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.16.5.ebuild,v 1.2 2007/04/16 17:23:11 dang Exp $
inherit autotools eutils multilib gnome2
@@ -152,6 +152,8 @@ src_compile() {
pkg_postinst() {
gnome2_pkg_postinst
- elog "Note that the default totem backend has switched to gstreamer."
- elog "DVD menus will only work with the xine backend."
+ if ! use xine ; then
+ elog "Note that the default totem backend has switched to gstreamer."
+ elog "DVD menus will only work with the xine backend."
+ fi
}