mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mpv: update to 0.11.0.
This commit is contained in:
parent
2b00b33e7f
commit
36c3d72dbb
1 changed files with 4 additions and 5 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'mpv'
|
# Template file for 'mpv'
|
||||||
pkgname=mpv
|
pkgname=mpv
|
||||||
version=0.10.0
|
version=0.11.0
|
||||||
revision=3
|
revision=1
|
||||||
short_desc="Video player based on MPlayer/mplayer2"
|
short_desc="Video player based on MPlayer/mplayer2"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://mpv.io"
|
homepage="http://mpv.io"
|
||||||
build_style=waf
|
build_style=waf
|
||||||
configure_args="--confdir=/etc/mpv --docdir=/usr/share/examples/mpv
|
configure_args="--confdir=/etc/mpv --docdir=/usr/share/examples/mpv
|
||||||
--enable-cdda --enable-libmpv-shared --disable-libbs2b
|
--enable-cdda --enable-libmpv-shared --disable-oss-audio --disable-sdl2"
|
||||||
--disable-oss-audio --disable-sdl2"
|
|
||||||
hostmakedepends="pkg-config python-docutils perl"
|
hostmakedepends="pkg-config python-docutils perl"
|
||||||
makedepends="
|
makedepends="
|
||||||
ffmpeg-devel libass-devel lcms2-devel libXinerama-devel lua-devel v4l-utils-devel
|
ffmpeg-devel libass-devel lcms2-devel libXinerama-devel lua-devel v4l-utils-devel
|
||||||
|
@ -20,7 +19,7 @@ makedepends="
|
||||||
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"
|
||||||
checksum=f9eaec3e4f6094c4d889ab04f86c479a089c389616e1a5522c92fedb2fe7044c
|
checksum=a2157174e46db46dad5deb1fde94283e72ebe922fd15447cb16a2a243fae5bda
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
python bootstrap.py
|
python bootstrap.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue