diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-22 19:49:47 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-28 15:47:09 +0300 |
commit | a89ef341d0cb76a007ba290db116451bc04da5ba (patch) | |
tree | 4a700a5db54bc1bd747fd5772a3324d186d33efa /media-video/mpv/mpv-9999.ebuild | |
parent | media-video/mpv: enable test support, masked on ~alpha for now (diff) | |
download | gentoo-a89ef341d0cb76a007ba290db116451bc04da5ba.tar.gz gentoo-a89ef341d0cb76a007ba290db116451bc04da5ba.tar.bz2 gentoo-a89ef341d0cb76a007ba290db116451bc04da5ba.zip |
media-video/mpv: tidy comments
Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 2c4646311ef0..34d50db41379 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -161,16 +161,15 @@ src_configure() { $(use_enable libmpv libmpv-shared) --disable-libmpv-static - --disable-build-date # keep build reproducible - --disable-optimize # do not add '-O2' to CFLAGS - --disable-debug-build # do not add '-g' to CFLAGS + --disable-build-date # Create reproducible build + --disable-optimize # Do not add '-O2' to CFLAGS + --disable-debug-build # Do not add '-g' to CFLAGS $(use_enable doc pdf-build) $(use_enable vf-dlopen vf-dlopen-filters) $(use_enable cli zsh-comp) $(use_enable test) - # optional features $(use_enable iconv) $(use_enable libguess) $(use_enable samba libsmbclient) @@ -185,7 +184,7 @@ src_configure() { $(use_enable enca) $(use_enable rubberband) $(use_enable lcms lcms2) - --disable-vapoursynth # vapoursynth is not packaged + --disable-vapoursynth # Only available in overlays --disable-vapoursynth-lazy $(use_enable archive libarchive) @@ -193,17 +192,17 @@ src_configure() { --enable-libavdevice $(usex luajit '--lua=luajit' '') - # audio outputs + # Audio outputs $(use_enable sdl sdl2) # SDL output is fallback for platforms where nothing better is available --disable-sdl1 $(use_enable oss oss-audio) - --disable-rsound # media-sound/rsound is in pro-audio overlay only + --disable-rsound # Only available in overlays $(use_enable pulseaudio pulse) $(use_enable jack) $(use_enable openal) $(use_enable alsa) - # video outputs + # Video outputs $(use_enable wayland) $(use_enable X x11) $(use_enable xscreensaver xss) @@ -224,10 +223,10 @@ src_configure() { $(use_enable jpeg) $(use_enable raspberry-pi rpi) - # hwaccels + # HWaccels $(use_enable vaapi vaapi-hwaccel) - # tv features + # TV features $(use_enable v4l tv) $(use_enable v4l tv-v4l2) $(use_enable v4l libv4l2) |