diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-07-13 09:05:29 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-07-13 09:05:29 +0000 |
commit | 5b354c180709e6cbe5c6b2a36265d35454255c46 (patch) | |
tree | 9c0d6bedbfc697e05092c37816d574be1c194fd1 /media-video/vlc | |
parent | Add StartupNotify=true with USE=startup-notification, bug 237317 (diff) | |
download | gentoo-2-5b354c180709e6cbe5c6b2a36265d35454255c46.tar.gz gentoo-2-5b354c180709e6cbe5c6b2a36265d35454255c46.tar.bz2 gentoo-2-5b354c180709e6cbe5c6b2a36265d35454255c46.zip |
Backport a patch to fix build of the XCB module on FreeBSD.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/vlc/vlc-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index aef429b4296b..ef1642e7cb14 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,9 @@ # 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.466 2009/07/12 15:58:01 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.467 2009/07/13 09:05:29 aballier Exp $ + + 13 Jul 2009; Alexis Ballier <aballier@gentoo.org> vlc-1.0.0.ebuild: + Backport a patch to fix build of the XCB module on FreeBSD. 12 Jul 2009; Tobias Klausmann <klausman@gentoo.org> vlc-1.0.0.ebuild: Keyworded on alpha, bug #276278 diff --git a/media-video/vlc/vlc-1.0.0.ebuild b/media-video/vlc/vlc-1.0.0.ebuild index 67857ed9f8cb..e2aeb63c3428 100644 --- a/media-video/vlc/vlc-1.0.0.ebuild +++ b/media-video/vlc/vlc-1.0.0.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.0.ebuild,v 1.3 2009/07/12 15:58:01 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0.ebuild,v 1.4 2009/07/13 09:05:29 aballier Exp $ EAPI="1" @@ -23,7 +23,7 @@ MY_PV="${MY_PV/-beta/-test}" MY_P="${PN}-${MY_PV}" VLC_SNAPSHOT_TIME="0013" -PATCHLEVEL="63" +PATCHLEVEL="64" M4_TARBALL_VERSION="1" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" |