mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
mpv: move all share/doc/mpv/*.conf to share/examples/mpv/
This commit is contained in:
parent
e2e57bc56a
commit
b306385fa0
1 changed files with 5 additions and 8 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=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
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue