From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5979B1384B4 for ; Mon, 28 Dec 2015 14:07:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDB74E07C9; Mon, 28 Dec 2015 14:07:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8861AE07A7 for ; Mon, 28 Dec 2015 14:07:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B711633FD3F for ; Mon, 28 Dec 2015 14:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 731E6CF0 for ; Mon, 28 Dec 2015 13:27:46 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451306829.a89ef341d0cb76a007ba290db116451bc04da5ba.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: a89ef341d0cb76a007ba290db116451bc04da5ba X-VCS-Branch: master Date: Mon, 28 Dec 2015 13:27:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 16060ce1-77ad-4c73-bf5b-a968d07181e0 X-Archives-Hash: c70b7c1f3973c897f832cd4a71778fd1 commit: a89ef341d0cb76a007ba290db116451bc04da5ba Author: Ilya Tumaykin gmail com> AuthorDate: Tue Dec 22 16:49:47 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Dec 28 12:47:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89ef341 media-video/mpv: tidy comments Package-Manager: portage-2.2.24 media-video/mpv/mpv-9999.ebuild | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 2c46463..34d50db 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)