Skip to content

Commit

Permalink
media-video/mpv: whitespace change to improve readability
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.24
  • Loading branch information
Coacher committed Dec 28, 2015
1 parent 3a2069b commit a96ea41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions media-video/mpv/mpv-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# $Id$

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE='threads(+)'
inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils
Expand Down Expand Up @@ -159,13 +160,16 @@ src_configure() {
local mywafargs=(
--confdir="${EPREFIX}"/etc/${PN}
--docdir="${EPREFIX}"/usr/share/doc/${PF}

$(usex cli '' '--disable-cplayer')
$(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-test # avoid dev-util/cmocka automagic

$(use_enable doc-pdf pdf-build)
$(use_enable vf-dlopen vf-dlopen-filters)
$(use_enable cli zsh-comp)
Expand All @@ -187,6 +191,7 @@ src_configure() {
$(use_enable lcms lcms2)
--disable-vapoursynth # vapoursynth is not packaged
--disable-vapoursynth-lazy

--enable-libavfilter
--enable-libavdevice
$(usex luajit '--lua=luajit' '')
Expand Down

0 comments on commit a96ea41

Please sign in to comment.