diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-02-12 12:36:03 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2016-02-12 13:30:07 +0300 |
commit | c027a64c3b367ae99de609ea08f4df9b06275744 (patch) | |
tree | b1760f21786e054c95e38515f04d3e86305a3f56 /media-video | |
parent | app-office/calligra: version bump (diff) | |
download | gentoo-c027a64c3b367ae99de609ea08f4df9b06275744.tar.gz gentoo-c027a64c3b367ae99de609ea08f4df9b06275744.tar.bz2 gentoo-c027a64c3b367ae99de609ea08f4df9b06275744.zip |
media-video/mpv: add useful comment
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.14.0-r1.ebuild | 1 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.15.0-r1.ebuild | 1 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-0.14.0-r1.ebuild b/media-video/mpv/mpv-0.14.0-r1.ebuild index df48b7c37994..40ccf88d0500 100644 --- a/media-video/mpv/mpv-0.14.0-r1.ebuild +++ b/media-video/mpv/mpv-0.14.0-r1.ebuild @@ -177,6 +177,7 @@ src_configure() { $(usex cli '' '--disable-cplayer') $(use_enable libmpv libmpv-shared) + # See deep down below for build-date --disable-libmpv-static --disable-static-build --disable-optimize # Do not add '-O2' to CFLAGS diff --git a/media-video/mpv/mpv-0.15.0-r1.ebuild b/media-video/mpv/mpv-0.15.0-r1.ebuild index 5de9fb609f72..d30f5e7c20eb 100644 --- a/media-video/mpv/mpv-0.15.0-r1.ebuild +++ b/media-video/mpv/mpv-0.15.0-r1.ebuild @@ -177,6 +177,7 @@ src_configure() { $(usex cli '' '--disable-cplayer') $(use_enable libmpv libmpv-shared) + # See deep down below for build-date --disable-libmpv-static --disable-static-build --disable-optimize # Do not add '-O2' to CFLAGS diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index a7eb17751cf9..cc6675bb31ae 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -174,6 +174,7 @@ src_configure() { $(usex cli '' '--disable-cplayer') $(use_enable libmpv libmpv-shared) + # See deep down below for build-date --disable-libmpv-static --disable-static-build --disable-optimize # Do not add '-O2' to CFLAGS |