diff --git a/media-video/mpv/mpv-0.27.0.recipe b/media-video/mpv/mpv-0.27.0.recipe index d393ede56..5ffd1d2bf 100644 --- a/media-video/mpv/mpv-0.27.0.recipe +++ b/media-video/mpv/mpv-0.27.0.recipe @@ -5,7 +5,7 @@ types." HOMEPAGE="https://mpv.io/" COPYRIGHT="2013-2017 MPV Developers" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/mpv-player/mpv/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="341d8bf18b75c1f78d5b681480b5b7f5c8b87d97a0d4f53a5648ede9c219a49c" SOURCE_FILENAME="mpv-$portVersion.tar.gz" @@ -100,12 +100,12 @@ BUILD() export LDFLAGS=-lnetwork waf configure \ - --enable-sdl2 \ --enable-dvdread \ --enable-dvdnav \ --enable-libarchive \ - --enable-openal \ --enable-libsmbclient \ + --enable-openal \ + --enable-sdl2 \ --bindir=$binDir \ --confdir=$settingsDir/mpv \ --disable-gl \ @@ -116,5 +116,6 @@ BUILD() INSTALL() { waf install - rm -rf $dataDir/mpv/applications + rm -rf $dataDir/applications + rm -rf $dataDir/icons }