diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-07-10 08:57:47 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-07-10 08:57:47 +0000 |
commit | ae61c927e9ece159f655f7fd023bbfc0786132f8 (patch) | |
tree | ab3ef76efaeb80f080f2418dd38fb6ec72bf5994 /media-video/mpv/mpv-9999.ebuild | |
parent | Security bump (bug #513810) (diff) | |
download | gentoo-2-ae61c927e9ece159f655f7fd023bbfc0786132f8.tar.gz gentoo-2-ae61c927e9ece159f655f7fd023bbfc0786132f8.tar.bz2 gentoo-2-ae61c927e9ece159f655f7fd023bbfc0786132f8.zip |
Restore libmpv useflag, now in ebuild too. Bug #516742.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index a4f0d29cd528..48b5578b0e35 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.53 2014/07/09 16:27:38 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.54 2014/07/10 08:57:47 maksbotan Exp $ EAPI=5 @@ -22,7 +22,7 @@ SLOT="0" [[ ${PV} == *9999* ]] || \ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" IUSE="+alsa bluray bs2b cdio -doc-pdf dvb +dvd dvdnav +enca encode +iconv jack -joystick -jpeg ladspa lcms +libass libcaca libguess lirc lua luajit +mpg123 -openal +opengl +jpeg ladspa lcms +libass libcaca libguess libmpv lirc lua luajit +mpg123 -openal +opengl oss portaudio postproc pulseaudio pvr +quvi samba sdl selinux +shm v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv" @@ -186,6 +186,7 @@ src_configure() { $(use_enable iconv) \ $(use_enable libass) \ $(use_enable libguess) \ + $(use_enable libmpv libmpv-shared) \ $(use_enable dvb) \ $(use_enable pvr) \ $(use_enable v4l libv4l2) \ |