mpv: move all share/doc/mpv/*.conf to share/examples/mpv/
This commit is contained in:
@@ -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=1
|
revision=2
|
||||||
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"
|
||||||
@@ -24,11 +24,8 @@ pre_configure() {
|
|||||||
sed -i 's,/usr/local/etc/mpv.conf,/etc/mpv/mpv.conf,' etc/example.conf
|
sed -i 's,/usr/local/etc/mpv.conf,/etc/mpv/mpv.conf,' etc/example.conf
|
||||||
}
|
}
|
||||||
do_configure() {
|
do_configure() {
|
||||||
python waf configure --prefix=/usr --confdir=/etc/mpv --enable-zsh-comp \
|
python waf configure --prefix=/usr --confdir=/etc/mpv \
|
||||||
--enable-joystick --enable-cdda --disable-libbs2b --disable-portaudio \
|
--docdir=/usr/share/examples --enable-zsh-comp \
|
||||||
--disable-oss-audio --disable-sdl2
|
--enable-joystick --enable-cdda --disable-libbs2b \
|
||||||
}
|
--disable-portaudio --disable-oss-audio --disable-sdl2
|
||||||
post_install() {
|
|
||||||
vsconf etc/input.conf
|
|
||||||
vsconf etc/example.conf
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user