mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Mpv: bump
Disabled some stuff because lazy
This commit is contained in:
committed by
waddlesplash
parent
9a296201c6
commit
a2b20560e2
@@ -23,10 +23,10 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libarchive$secondaryArchSuffix
|
||||
# lib:libarchive$secondaryArchSuffix
|
||||
lib:libass$secondaryArchSuffix
|
||||
lib:libavcodec$secondaryArchSuffix
|
||||
lib:libavdevice$secondaryArchSuffix
|
||||
# lib:libavdevice$secondaryArchSuffix
|
||||
lib:libavformat$secondaryArchSuffix
|
||||
lib:libavfilter$secondaryArchSuffix
|
||||
lib:libavutil$secondaryArchSuffix
|
||||
@@ -47,13 +47,13 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libarchive$secondaryArchSuffix
|
||||
# devel:libarchive$secondaryArchSuffix
|
||||
devel:libass$secondaryArchSuffix
|
||||
devel:libavcodec$secondaryArchSuffix >= 57
|
||||
devel:libavdevice$secondaryArchSuffix >= 57
|
||||
devel:libavformat$secondaryArchSuffix >= 57
|
||||
devel:libavcodec$secondaryArchSuffix
|
||||
# devel:libavdevice$secondaryArchSuffix
|
||||
devel:libavformat$secondaryArchSuffix
|
||||
devel:libavfilter$secondaryArchSuffix
|
||||
devel:libavutil$secondaryArchSuffix >= 55
|
||||
devel:libavutil$secondaryArchSuffix
|
||||
devel:libbluray$secondaryArchSuffix
|
||||
devel:libcdio$secondaryArchSuffix
|
||||
devel:libdvdcss$secondaryArchSuffix
|
||||
@@ -99,17 +99,20 @@ BUILD()
|
||||
chmod +x waf
|
||||
|
||||
export LDFLAGS=-lnetwork
|
||||
# --disable-avdeevice added, because lazy to debug.
|
||||
waf configure \
|
||||
--enable-dvdread \
|
||||
--enable-dvdnav \
|
||||
--enable-libarchive \
|
||||
--enable-libsmbclient \
|
||||
--disable-libavdevice \
|
||||
--enable-openal \
|
||||
--enable-sdl2 \
|
||||
--bindir=$binDir \
|
||||
--confdir=$settingsDir/mpv \
|
||||
--disable-gl \
|
||||
--datadir=$dataDir
|
||||
# --enable-libarchive \
|
||||
|
||||
waf build
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user