mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
mpv: adjust --docdir
This commit is contained in:
parent
2dfb0bb33b
commit
04a6e3933f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mpv'
|
# Template file for 'mpv'
|
||||||
pkgname=mpv
|
pkgname=mpv
|
||||||
version=0.7.3
|
version=0.7.3
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Video player based on MPlayer/mplayer2"
|
short_desc="Video player based on MPlayer/mplayer2"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -25,7 +25,7 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
do_configure() {
|
do_configure() {
|
||||||
python waf configure --prefix=/usr --confdir=/etc/mpv \
|
python waf configure --prefix=/usr --confdir=/etc/mpv \
|
||||||
--docdir=/usr/share/examples --enable-zsh-comp \
|
--docdir=/usr/share/examples/mpv --enable-zsh-comp \
|
||||||
--enable-joystick --enable-cdda --disable-libbs2b \
|
--enable-joystick --enable-cdda --disable-libbs2b \
|
||||||
--disable-portaudio --disable-oss-audio --disable-sdl2
|
--disable-portaudio --disable-oss-audio --disable-sdl2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue