diff options
author | Chris White <chriswhite@gentoo.org> | 2005-02-07 18:21:57 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-02-07 18:21:57 +0000 |
commit | e0239398c25ff871a3c72efdf48497b7ec0b1997 (patch) | |
tree | 0096e718f45dde18b09844a48ef9500bf4d19fd8 /media-libs/xine-lib/xine-lib-1_rc8-r1.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-e0239398c25ff871a3c72efdf48497b7ec0b1997.tar.gz gentoo-2-e0239398c25ff871a3c72efdf48497b7ec0b1997.tar.bz2 gentoo-2-e0239398c25ff871a3c72efdf48497b7ec0b1997.zip |
Removing symbol stripping as it appears to be the cause of a few ffmpeg related packages crashing.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-libs/xine-lib/xine-lib-1_rc8-r1.ebuild')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1_rc8-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/xine-lib/xine-lib-1_rc8-r1.ebuild b/media-libs/xine-lib/xine-lib-1_rc8-r1.ebuild index a9e68e9f4dab..24f0d1c8a409 100644 --- a/media-libs/xine-lib/xine-lib-1_rc8-r1.ebuild +++ b/media-libs/xine-lib/xine-lib-1_rc8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc8-r1.ebuild,v 1.18 2005/01/15 10:53:01 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc8-r1.ebuild,v 1.19 2005/02/07 18:21:57 chriswhite Exp $ inherit eutils flag-o-matic gcc libtool @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="1" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 mips" IUSE="arts esd avi nls dvd aalib X directfb oggvorbis alsa gnome sdl speex theora ipv6 altivec pic" +RESTRICT="nostrip" RDEPEND="oggvorbis? ( media-libs/libvorbis ) !amd64? ( X? ( virtual/x11 ) ) |