mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
mpv: restore lua support
This commit is contained in:
parent
eedca4a854
commit
7ba55aa0e1
1 changed files with 7 additions and 8 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'mpv'
|
# Template file for 'mpv'
|
||||||
pkgname=mpv
|
pkgname=mpv
|
||||||
version=0.7.0
|
version=0.7.0
|
||||||
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"
|
||||||
homepage="http://mpv.io"
|
homepage="http://mpv.io"
|
||||||
build_style=waf
|
build_style=waf
|
||||||
hostmakedepends="pkg-config python python-docutils perl"
|
hostmakedepends="pkg-config python-docutils perl"
|
||||||
makedepends="
|
makedepends="
|
||||||
ffmpeg-devel>=2.1 libass-devel lcms2-devel libXinerama-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
|
mpg123-devel libXv-devel libxkbcommon-devel libva-devel libvdpau-devel
|
||||||
libbluray-devel libcdio-devel libdvdread-devel pulseaudio-devel MesaLib-devel
|
alsa-lib-devel libbluray-devel libcdio-devel libdvdread-devel pulseaudio-devel
|
||||||
harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel wayland-devel
|
MesaLib-devel harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel
|
||||||
libuuid-devel libguess-devel libXrandr-devel samba-devel"
|
wayland-devel libuuid-devel libguess-devel libXrandr-devel samba-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
conf_files="/etc/mpv/encoding-profiles.conf"
|
conf_files="/etc/mpv/encoding-profiles.conf"
|
||||||
distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
|
||||||
|
@ -21,7 +21,6 @@ checksum=1d79482c826ee69b505ffe2d01f12b0226e36adb42a9aa9e20e4294fc86de867
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
python bootstrap.py
|
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
|
sed -i 's,/usr/local/etc/mpv.conf,/etc/mpv/mpv.conf,' etc/example.conf
|
||||||
}
|
}
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue