diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-06-02 15:55:20 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-06-02 15:55:20 +0000 |
commit | dc7d26bd78f011e5d318a41aa672e6cebd45ac4f (patch) | |
tree | 99d16145af926be3fd5d1353a8d98b95cb96d03a /media-video/vlc/vlc-9999.ebuild | |
parent | mask vlc[mtp] (diff) | |
download | gentoo-2-dc7d26bd78f011e5d318a41aa672e6cebd45ac4f.tar.gz gentoo-2-dc7d26bd78f011e5d318a41aa672e6cebd45ac4f.tar.bz2 gentoo-2-dc7d26bd78f011e5d318a41aa672e6cebd45ac4f.zip |
Fix default projectm font path and add media-font/dejvu to projectm deps
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 62918157c1d7..a2033bd46180 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.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-9999.ebuild,v 1.174 2012/05/29 16:05:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.175 2012/06/02 15:55:20 aballier Exp $ EAPI="4" @@ -21,7 +21,7 @@ MY_PV="${PV/_/-}" MY_PV="${MY_PV/-beta/-test}" MY_P="${PN}-${MY_PV}" -PATCHLEVEL="101" +PATCHLEVEL="108" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild @@ -112,7 +112,7 @@ RDEPEND=" opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) png? ( media-libs/libpng sys-libs/zlib ) postproc? ( || ( media-video/ffmpeg media-libs/libpostproc ) ) - projectm? ( media-libs/libprojectm ) + projectm? ( media-libs/libprojectm media-fonts/dejavu ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) |