mpv: move all share/doc/mpv/*.conf to share/examples/mpv/
This commit is contained in:
parent
e2e57bc56a
commit
b306385fa0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mpv'
|
||||
pkgname=mpv
|
||||
version=0.7.3
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Video player based on MPlayer/mplayer2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
@ -24,11 +24,8 @@ pre_configure() {
|
|||
sed -i 's,/usr/local/etc/mpv.conf,/etc/mpv/mpv.conf,' etc/example.conf
|
||||
}
|
||||
do_configure() {
|
||||
python waf configure --prefix=/usr --confdir=/etc/mpv --enable-zsh-comp \
|
||||
--enable-joystick --enable-cdda --disable-libbs2b --disable-portaudio \
|
||||
--disable-oss-audio --disable-sdl2
|
||||
}
|
||||
post_install() {
|
||||
vsconf etc/input.conf
|
||||
vsconf etc/example.conf
|
||||
python waf configure --prefix=/usr --confdir=/etc/mpv \
|
||||
--docdir=/usr/share/examples --enable-zsh-comp \
|
||||
--enable-joystick --enable-cdda --disable-libbs2b \
|
||||
--disable-portaudio --disable-oss-audio --disable-sdl2
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue