diff options
author | Chris White <chriswhite@gentoo.org> | 2005-03-17 06:22:38 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-03-17 06:22:38 +0000 |
commit | 6f62f9ee79c85802e68f488f8b7884041eda3e07 (patch) | |
tree | ef52e3eb1488af3a34563216876d9fc9267ab2d7 /media-libs | |
parent | ~ppc64 for testing (diff) | |
download | gentoo-2-6f62f9ee79c85802e68f488f8b7884041eda3e07.tar.gz gentoo-2-6f62f9ee79c85802e68f488f8b7884041eda3e07.tar.bz2 gentoo-2-6f62f9ee79c85802e68f488f8b7884041eda3e07.zip |
Specifically targeted latest ffmpeg as dep target. Regression of ppc64. dostrow and corsair are aware of this.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/xine-lib/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index c1a152712d27..a3151d9696a1 100644 --- a/media-libs/xine-lib/ChangeLog +++ b/media-libs/xine-lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/xine-lib # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.195 2005/02/28 15:52:45 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.196 2005/03/17 06:22:37 chriswhite Exp $ + + 17 Mar 2005; Chris White <chriswhite@gentoo.org> xine-lib-1.0.ebuild: + Specifically targeted latest ffmpeg as dep target. Regression of ppc64. + dostrow and corsair are aware of this. 01 Mar 2005; Chris White <chriswhite@gentoo.org> xine-lib-1.0.ebuild: Fixed bug #82571. Also added in external ffmpeg support. diff --git a/media-libs/xine-lib/xine-lib-1.0.ebuild b/media-libs/xine-lib/xine-lib-1.0.ebuild index 69343efcf25a..9cd6c9f12101 100644 --- a/media-libs/xine-lib/xine-lib-1.0.ebuild +++ b/media-libs/xine-lib/xine-lib-1.0.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.0.ebuild,v 1.21 2005/03/01 03:27:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.0.ebuild,v 1.22 2005/03/17 06:22:38 chriswhite Exp $ inherit eutils flag-o-matic gcc libtool @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/xine/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="aalib libcaca arts cle266 esd avi nls dvd X directfb oggvorbis alsa gnome sdl speex theora ipv6 altivec opengl aac fbcon ffmpeg xv xvmc nvidia i8x0 samba dxr3 vidix png mng" RESTRICT="nostrip" @@ -39,7 +39,7 @@ RDEPEND="oggvorbis? ( media-libs/libvorbis ) samba? ( net-fs/samba ) png? ( media-libs/libpng ) mng? ( media-libs/libmng ) - ffmpeg? (media-video/ffmpeg)" + ffmpeg? (>=ffmpeg-0.4.9_p20050226-r1)" DEPEND="${RDEPEND} >=sys-devel/automake-1.7 >=sys-devel/autoconf-2.59 |