From: Diego Elio Pettenò Date: Mon, 25 Dec 2006 19:15:49 +0000 (+0000) Subject: xine-lib 1.1.3 release does not work that well with flac 1.1.3 (although it builds... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3775af5f0f640066d866f26e0d52c79474c32acd;p=gentoo.git xine-lib 1.1.3 release does not work that well with flac 1.1.3 (although it builds), so depend on 1.1.2; remove old snapshot. Package-Manager: portage-2.1.2_rc4-r1 --- diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index 8e31924a7630..4b4e644f658a 100644 --- a/media-libs/xine-lib/ChangeLog +++ b/media-libs/xine-lib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/xine-lib # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.429 2006/12/04 16:51:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.430 2006/12/25 19:15:49 flameeyes Exp $ + + 25 Dec 2006; Diego Pettenò + -xine-lib-1.1.3_pre20061129.ebuild, xine-lib-1.1.3.ebuild: + xine-lib 1.1.3 release does not work that well with flac 1.1.3 (although it + builds), so depend on 1.1.2; remove old snapshot. 04 Dec 2006; Diego Pettenò xine-lib-1.1.3.ebuild: Fix handling of truetype useflag, thanks to Kraml Liu n bug #157097. diff --git a/media-libs/xine-lib/xine-lib-1.1.3.ebuild b/media-libs/xine-lib/xine-lib-1.1.3.ebuild index 203037a6f9bb..27ead08316e8 100644 --- a/media-libs/xine-lib/xine-lib-1.1.3.ebuild +++ b/media-libs/xine-lib/xine-lib-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.1.3.ebuild,v 1.2 2006/12/04 16:51:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.3.ebuild,v 1.3 2006/12/25 19:15:49 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs libtool autotools @@ -45,7 +45,7 @@ RDEPEND=" aalib? ( media-libs/aalib ) directfb? ( >=dev-libs/DirectFB-0.9.9 ) gnome? ( >=gnome-base/gnome-vfs-2.0 ) - flac? ( >=media-libs/flac-1.1.2 ) + flac? ( ~media-libs/flac-1.1.2 ) sdl? ( >=media-libs/libsdl-1.1.5 ) dxr3? ( >=media-libs/libfame-0.9.0 ) vorbis? ( media-libs/libogg media-libs/libvorbis )