diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-10-02 21:51:17 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-10-02 21:51:17 +0000 |
commit | f39da4f614972480cbe6b3a099816966ab81e551 (patch) | |
tree | 5a295a1afd2755fe8f3375dfda37653c46b3cd3e /media-video/vlc | |
parent | Version bump, with a patch to work with heirloom-doctools… for the most par... (diff) | |
download | gentoo-2-f39da4f614972480cbe6b3a099816966ab81e551.tar.gz gentoo-2-f39da4f614972480cbe6b3a099816966ab81e551.tar.bz2 gentoo-2-f39da4f614972480cbe6b3a099816966ab81e551.zip |
Add a patch to fix kate build on big endian hosts, by Mounir Lamouri (volkmar) <volkmar@gentoo.org>, bug #287423
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/vlc/vlc-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index e42a47aa1525..75d2bbb0af95 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.514 2009/10/01 21:57:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.515 2009/10/02 21:51:17 aballier Exp $ + + 02 Oct 2009; Alexis Ballier <aballier@gentoo.org> vlc-1.0.2.ebuild: + Add a patch to fix kate build on big endian hosts, by Mounir Lamouri + (volkmar) <volkmar@gentoo.org>, bug #287423 01 Oct 2009; Alexis Ballier <aballier@gentoo.org> -vlc-1.0.1.ebuild: remove old diff --git a/media-video/vlc/vlc-1.0.2.ebuild b/media-video/vlc/vlc-1.0.2.ebuild index f316e6345cea..4ba5dba8b0f4 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.8 2009/09/30 12:56:40 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.2.ebuild,v 1.9 2009/10/02 21:51:17 aballier Exp $ EAPI="2" @@ -23,7 +23,7 @@ MY_PV="${MY_PV/-beta/-test}" MY_P="${PN}-${MY_PV}" VLC_SNAPSHOT_TIME="0013" -PATCHLEVEL="76" +PATCHLEVEL="77" M4_TARBALL_VERSION="1" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" |