mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
parent
c63630ac09
commit
45b93231dd
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mpv'
|
# Template file for 'mpv'
|
||||||
pkgname=mpv
|
pkgname=mpv
|
||||||
version=0.27.0
|
version=0.27.0
|
||||||
revision=2
|
revision=3
|
||||||
build_options="smb vapoursynth"
|
build_options="smb vapoursynth"
|
||||||
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>"
|
||||||
|
@ -10,7 +10,7 @@ homepage="https://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-dvdread --enable-dvdnav --enable-cdda --enable-libmpv-shared
|
--enable-dvdread --enable-dvdnav --enable-cdda --enable-libmpv-shared
|
||||||
--enable-dvbin --enable-tv
|
--enable-dvbin --enable-tv --enable-sndio
|
||||||
--disable-oss-audio --disable-sdl2
|
--disable-oss-audio --disable-sdl2
|
||||||
$(vopt_enable smb libsmbclient) $(vopt_enable vapoursynth)"
|
$(vopt_enable smb libsmbclient) $(vopt_enable vapoursynth)"
|
||||||
hostmakedepends="pkg-config python-docutils perl"
|
hostmakedepends="pkg-config python-docutils perl"
|
||||||
|
@ -20,7 +20,8 @@ makedepends="
|
||||||
pulseaudio-devel libbluray-devel libcdio-paranoia-devel libdvdread-devel
|
pulseaudio-devel libbluray-devel libcdio-paranoia-devel libdvdread-devel
|
||||||
MesaLib-devel harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel
|
MesaLib-devel harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel
|
||||||
wayland-devel libwayland-egl libuuid-devel libguess-devel libXrandr-devel
|
wayland-devel libwayland-egl libuuid-devel libguess-devel libXrandr-devel
|
||||||
rubberband-devel $(vopt_if smb samba-devel) $(vopt_if vapoursynth vapoursynth-devel)"
|
rubberband-devel sndio-devel
|
||||||
|
$(vopt_if smb samba-devel) $(vopt_if vapoursynth vapoursynth-devel)"
|
||||||
depends="desktop-file-utils hicolor-icon-theme $(vopt_if vapoursynth vapoursynth-mvtools)"
|
depends="desktop-file-utils hicolor-icon-theme $(vopt_if vapoursynth vapoursynth-mvtools)"
|
||||||
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=341d8bf18b75c1f78d5b681480b5b7f5c8b87d97a0d4f53a5648ede9c219a49c
|
checksum=341d8bf18b75c1f78d5b681480b5b7f5c8b87d97a0d4f53a5648ede9c219a49c
|
||||||
|
|
Loading…
Add table
Reference in a new issue