mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
mpv: remove unneeded files
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user