diff options
author | 2015-12-22 18:23:52 +0300 | |
---|---|---|
committer | 2015-12-28 15:47:00 +0300 | |
commit | 4cd846a9af9ba68e6566470cf583656677098463 (patch) | |
tree | 5f0ea6a1da88119f750b7a5a9fc0390e3ee9ebb1 /media-video | |
parent | media-video/mpv: sort dependencies alphabetically (diff) | |
download | gentoo-4cd846a9af9ba68e6566470cf583656677098463.tar.gz gentoo-4cd846a9af9ba68e6566470cf583656677098463.tar.bz2 gentoo-4cd846a9af9ba68e6566470cf583656677098463.zip |
media-video/mpv: rename cdio USE to cdda
This was originally submitted by Vindex17 in PR #318.
Local cdio USE has the same meaning for mpv as global cdda USE. It looks
like it was copied from mplayer ebuild where it made sense, because
mplayer could support both cdparanoia and cdio-paranoia at the time. On
the other hand, current mpv only supports cdio-paranoia.
Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 28080fcb400d..f493551ba37f 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -28,7 +28,7 @@ DOCS+=( README.md etc/example.conf etc/input.conf ) # See Copyright in source tarball and bug #506946. Waf is BSD, libmpv is ISC. LICENSE="GPL-2+ BSD ISC" SLOT="0" -IUSE="+alsa bluray cdio +cli doc-pdf drm dvb +dvd egl +enca encode +iconv +IUSE="+alsa bluray cdda +cli doc-pdf drm dvb +dvd egl +enca encode +iconv jack jpeg lcms +libass libav libcaca libguess libmpv lua luajit openal +opengl oss pulseaudio pvr raspberry-pi rubberband samba sdl selinux v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver xv" @@ -56,7 +56,7 @@ RDEPEND=" sys-libs/zlib alsa? ( >=media-libs/alsa-lib-1.0.18 ) bluray? ( >=media-libs/libbluray-0.3.0 ) - cdio? ( + cdda? ( dev-libs/libcdio dev-libs/libcdio-paranoia ) @@ -187,7 +187,7 @@ src_configure() { $(use_enable bluray libbluray) $(use_enable dvd dvdread) $(use_enable dvd dvdnav) - $(use_enable cdio cdda) + $(use_enable cdda) $(use_enable enca) $(use_enable rubberband) $(use_enable lcms lcms2) |