mpv: --enable-gpl3, change license for more features
This commit is contained in:
parent
79d89a1c3f
commit
7c1b5ad7dd
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'mpv'
|
||||
pkgname=mpv
|
||||
version=0.14.0
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Video player based on MPlayer/mplayer2"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-3"
|
||||
homepage="http://mpv.io"
|
||||
build_style=waf
|
||||
configure_args="--confdir=/etc/mpv --docdir=/usr/share/examples/mpv
|
||||
--enable-cdda --enable-libmpv-shared --disable-oss-audio --disable-sdl2"
|
||||
--enable-cdda --enable-libmpv-shared --disable-oss-audio --disable-sdl2
|
||||
--enable-gpl3"
|
||||
hostmakedepends="pkg-config python-docutils perl"
|
||||
makedepends="
|
||||
ffmpeg-devel libass-devel lcms2-devel libXinerama-devel lua52-devel v4l-utils-devel
|
||||
|
|
Loading…
Reference in a new issue