mpv: remove unneeded files

This commit is contained in:
Sergei Reznikov
2017-09-13 11:25:17 +03:00
parent 8d53bf3142
commit c3d4f5cc1a

View File

@@ -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
}