diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-03-22 01:53:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-03-22 01:53:28 +0000 |
commit | 85da3d46c4b86bc61fdfc181a473d4e20b52b552 (patch) | |
tree | 5208ad8a32d2bcb62e2d9f3f468795599f30fad4 /media-video/vlc | |
parent | Version bump for stable channel release. (diff) | |
download | gentoo-2-85da3d46c4b86bc61fdfc181a473d4e20b52b552.tar.gz gentoo-2-85da3d46c4b86bc61fdfc181a473d4e20b52b552.tar.bz2 gentoo-2-85da3d46c4b86bc61fdfc181a473d4e20b52b552.zip |
fix switcher build, patch from upstream based on the one from Richard Grenville <pyxlcy@gmail.com> in bug #409001
(Portage version: 2.2.0_alpha93/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-2.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 7a577dfcf831..808b170c838d 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/vlc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.787 2012/03/20 10:43:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.788 2012/03/22 01:53:28 aballier Exp $ + + 22 Mar 2012; Alexis Ballier <aballier@gentoo.org> vlc-2.0.1.ebuild: + fix switcher build, patch from upstream based on the one from Richard + Grenville <pyxlcy@gmail.com> in bug #409001 20 Mar 2012; Alexis Ballier <aballier@gentoo.org> vlc-2.0.1.ebuild: allow stable zlib too, vlc will build its bundled minizip version with it diff --git a/media-video/vlc/vlc-2.0.1.ebuild b/media-video/vlc/vlc-2.0.1.ebuild index 1923bba5b3a2..e269fc8a108f 100644 --- a/media-video/vlc/vlc-2.0.1.ebuild +++ b/media-video/vlc/vlc-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.1.ebuild,v 1.2 2012/03/20 10:43:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.1.ebuild,v 1.3 2012/03/22 01:53:28 aballier Exp $ EAPI="4" @@ -21,7 +21,7 @@ MY_PV="${PV/_/-}" MY_PV="${MY_PV/-beta/-test}" MY_P="${PN}-${MY_PV}" -PATCHLEVEL="106" +PATCHLEVEL="107" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild |