diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-06-02 18:11:09 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-06-02 18:11:09 +0000 |
commit | bd992763b1820b15c43460b899fbae60793e6cc3 (patch) | |
tree | fb67dbe93c811d0eeb8c748267c49aa15bc2204d /media-video/mpv | |
parent | Since 0.5.0 was updated to EAPI5, update 0.7.x from EAPI4 to EAPI5 too. (diff) | |
download | gentoo-2-bd992763b1820b15c43460b899fbae60793e6cc3.tar.gz gentoo-2-bd992763b1820b15c43460b899fbae60793e6cc3.tar.bz2 gentoo-2-bd992763b1820b15c43460b899fbae60793e6cc3.zip |
Remove vcd USE flag, make cdio USE flag non-enabled by default due to upstream default; fixes bug #512072, proxied commit for Nikoli.
(Portage version: 2.2.10_p105_p4170/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog index b7cd6ffccc40..2803af01d559 100644 --- a/media-video/mpv/ChangeLog +++ b/media-video/mpv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mpv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.78 2014/05/28 08:26:00 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.79 2014/06/02 18:11:09 tomwij Exp $ + + 02 Jun 2014; Tom Wijsman <TomWij@gentoo.org> mpv-9999.ebuild: + Remove vcd USE flag, make cdio USE flag non-enabled by default due to upstream + default; fixes bug #512072, proxied commit for Nikoli. 28 May 2014; Maxim Koltsov <maksbotan@gentoo.org> -mpv-0.3.5.ebuild, -mpv-0.3.6.ebuild, -mpv-0.3.7.ebuild, -mpv-0.3.8.ebuild, -mpv-0.3.9.ebuild: diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 196824eebde2..da7ed63e883c 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.49 2014/05/17 20:58:32 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.50 2014/06/02 18:11:09 tomwij Exp $ EAPI=5 @@ -21,9 +21,9 @@ LICENSE="GPL-2" 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 examples +iconv jack -joystick +IUSE="+alsa bluray bs2b cdio -doc-pdf dvb +dvd dvdnav +enca encode examples +iconv jack -joystick jpeg ladspa lcms +libass libcaca libguess lirc lua luajit +mpg123 -openal +opengl -oss portaudio postproc pulseaudio pvr +quvi samba sdl selinux +shm v4l vaapi vcd vdpau +oss portaudio postproc pulseaudio pvr +quvi samba sdl selinux +shm v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv" REQUIRED_USE=" @@ -175,7 +175,6 @@ src_configure() { $(use_enable encode encoding) \ $(use_enable joystick) \ $(use_enable bluray libbluray) \ - $(use_enable vcd) \ $(use_enable quvi libquvi) \ $(use_enable samba libsmbclient) \ $(use_enable lirc) \ |