mpv: restore lua support
This commit is contained in:
parent
eedca4a854
commit
7ba55aa0e1
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'mpv'
|
||||
pkgname=mpv
|
||||
version=0.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Video player based on MPlayer/mplayer2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://mpv.io"
|
||||
build_style=waf
|
||||
hostmakedepends="pkg-config python python-docutils perl"
|
||||
hostmakedepends="pkg-config python-docutils perl"
|
||||
makedepends="
|
||||
ffmpeg-devel>=2.1 libass-devel lcms2-devel libXinerama-devel
|
||||
mpg123-devel libXv-devel libxkbcommon-devel libva-devel libvdpau-devel alsa-lib-devel
|
||||
libbluray-devel libcdio-devel libdvdread-devel pulseaudio-devel MesaLib-devel
|
||||
harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel wayland-devel
|
||||
libuuid-devel libguess-devel libXrandr-devel samba-devel"
|
||||
ffmpeg-devel>=2.1 libass-devel lcms2-devel libXinerama-devel lua-devel
|
||||
mpg123-devel libXv-devel libxkbcommon-devel libva-devel libvdpau-devel
|
||||
alsa-lib-devel libbluray-devel libcdio-devel libdvdread-devel pulseaudio-devel
|
||||
MesaLib-devel harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel
|
||||
wayland-devel libuuid-devel libguess-devel libXrandr-devel samba-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
conf_files="/etc/mpv/encoding-profiles.conf"
|
||||
distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
|
||||
|
@ -21,7 +21,6 @@ checksum=1d79482c826ee69b505ffe2d01f12b0226e36adb42a9aa9e20e4294fc86de867
|
|||
|
||||
pre_configure() {
|
||||
python bootstrap.py
|
||||
sed -i 's,vendor-completions,site-functions,' wscript_build.py
|
||||
sed -i 's,/usr/local/etc/mpv.conf,/etc/mpv/mpv.conf,' etc/example.conf
|
||||
}
|
||||
do_configure() {
|
||||
|
|
Loading…
Reference in New Issue