From e5c443b706cc9d7ab0091d732ea2044c3fe5e2b0 Mon Sep 17 00:00:00 2001 From: Alexis Ballier <aballier@gentoo.org> Date: Thu, 24 Sep 2009 20:31:02 +0000 Subject: Fix build at -O0 without fontconfig, bug #281963 (Portage version: 2.2_rc41/cvs/Linux x86_64) --- media-video/vlc/ChangeLog | 6 +++++- media-video/vlc/vlc-1.0.2.ebuild | 4 ++-- media-video/vlc/vlc-1.0.9999.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'media-video') diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index c90bbba58603..c783f8214ace 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/vlc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.509 2009/09/24 18:20:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.510 2009/09/24 20:31:02 aballier Exp $ + + 24 Sep 2009; Alexis Ballier <aballier@gentoo.org> vlc-1.0.2.ebuild, + vlc-1.0.9999.ebuild: + Fix build at -O0 without fontconfig, bug #281963 24 Sep 2009; Alexis Ballier <aballier@gentoo.org> vlc-1.0.2.ebuild: Add a patch to build against latest x264 diff --git a/media-video/vlc/vlc-1.0.2.ebuild b/media-video/vlc/vlc-1.0.2.ebuild index cd22cdfd37d4..69b1088e7cee 100644 --- a/media-video/vlc/vlc-1.0.2.ebuild +++ b/media-video/vlc/vlc-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.2.ebuild,v 1.5 2009/09/24 18:20:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.2.ebuild,v 1.6 2009/09/24 20:31:02 aballier Exp $ EAPI="2" @@ -23,7 +23,7 @@ MY_PV="${MY_PV/-beta/-test}" MY_P="${PN}-${MY_PV}" VLC_SNAPSHOT_TIME="0013" -PATCHLEVEL="75" +PATCHLEVEL="76" M4_TARBALL_VERSION="1" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" diff --git a/media-video/vlc/vlc-1.0.9999.ebuild b/media-video/vlc/vlc-1.0.9999.ebuild index de72dd1484a0..dae8b6680353 100644 --- a/media-video/vlc/vlc-1.0.9999.ebuild +++ b/media-video/vlc/vlc-1.0.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.25 2009/09/15 21:01:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.26 2009/09/24 20:31:02 aballier Exp $ EAPI="2" @@ -23,7 +23,7 @@ MY_PV="${MY_PV/-beta/-test}" MY_P="${PN}-${MY_PV}" VLC_SNAPSHOT_TIME="0013" -PATCHLEVEL="74" +PATCHLEVEL="76" M4_TARBALL_VERSION="1" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" -- cgit v1.2.3-65-gdbad