summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-04-18 21:34:47 +0000
committerTravis Tilley <lv@gentoo.org>2004-04-18 21:34:47 +0000
commit603f2acc0aae9efbad32cca710353a86037dfa16 (patch)
tree6f1e05400e9e154c4623dea5b6c16eebe9421005
parentuse generic crontab access control (cron group) #37904 (diff)
downloadgentoo-2-603f2acc0aae9efbad32cca710353a86037dfa16.tar.gz
gentoo-2-603f2acc0aae9efbad32cca710353a86037dfa16.tar.bz2
gentoo-2-603f2acc0aae9efbad32cca710353a86037dfa16.zip
added amd64-specific dependency needed to get xine-lib to compile
-rw-r--r--media-libs/xine-lib/ChangeLog7
-rw-r--r--media-libs/xine-lib/xine-lib-1_rc3-r3.ebuild5
2 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog
index 3ea945419353..026c0733afd4 100644
--- a/media-libs/xine-lib/ChangeLog
+++ b/media-libs/xine-lib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/xine-lib
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.105 2004/04/18 04:03:19 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.106 2004/04/18 21:34:47 lv Exp $
+
+ 18 Apr 2004; Travis Tilley <lv@gentoo.org> xine-lib-1_rc3-r3.ebuild:
+ added an amd64-specific dependency on xfree 4.3.0-r6 or xorg-x11, as xine-lib
+ wont always compile properly using anything else. see bug 48261 for more
+ information
17 Apr 2004; Jason Wever <weeve@gentoo.org> xine-lib-1_rc3-r3.ebuild:
Stable on sparc wrt bug #48107.
diff --git a/media-libs/xine-lib/xine-lib-1_rc3-r3.ebuild b/media-libs/xine-lib/xine-lib-1_rc3-r3.ebuild
index 672a34c1c856..80adb748d86a 100644
--- a/media-libs/xine-lib/xine-lib-1_rc3-r3.ebuild
+++ b/media-libs/xine-lib/xine-lib-1_rc3-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc3-r3.ebuild,v 1.5 2004/04/18 04:03:20 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc3-r3.ebuild,v 1.6 2004/04/18 21:34:47 lv Exp $
inherit eutils flag-o-matic gcc libtool
@@ -18,7 +18,8 @@ KEYWORDS="~x86 ~ppc -hppa sparc amd64 -ia64 alpha"
IUSE="arts esd avi nls dvd aalib X directfb oggvorbis alsa gnome sdl speex theora ipv6"
RDEPEND="oggvorbis? ( media-libs/libvorbis )
- X? ( virtual/x11 )
+ !amd64? ( X? ( virtual/x11 ) )
+ amd64? ( X? ( || ( x11-base/xorg-x11 >=x11-base/xfree-4.3.0-r6 ) ) )
avi? ( x86? ( >=media-libs/win32codecs-0.50
media-libs/divx4linux ) )
esd? ( media-sound/esound )