- Update mpv to 0.20.0
- Update waf to 1.9.3 - Remove patch demux: undefined behavior with ogg metadata update (fixed upstream) - Record indirect dependencies. Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.20.0 Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D7672
This commit is contained in:
parent
14950ea309
commit
cfe540b435
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421210
@ -2,14 +2,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mpv
|
||||
PORTVERSION= 0.19.0
|
||||
PORTVERSION= 0.20.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio
|
||||
|
||||
PATCH_SITES= https://github.com/mpv-player/mpv/commit/
|
||||
PATCHFILES= 12e251c29e1b.patch:-p1
|
||||
|
||||
MAINTAINER= cpm@FreeBSD.org
|
||||
COMMENT= Free and open-source general-purpose video player
|
||||
|
||||
@ -23,11 +20,11 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils \
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mpv-player waf-project:waf
|
||||
GH_PROJECT= waf:waf
|
||||
GH_TAGNAME= waf-1.9.2:waf
|
||||
GH_TAGNAME= waf-1.9.3:waf
|
||||
|
||||
WAF_CMD= ${WRKSRC_waf}/waf-light
|
||||
|
||||
USES= compiler:c11 desktop-file-utils iconv localbase pkgconfig python:build waf
|
||||
USES= compiler:c11 desktop-file-utils iconv jpeg localbase pkgconfig python:build waf
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS= --docdir=${EXAMPLESDIR} \
|
||||
@ -108,7 +105,7 @@ LUAJIT_USES_OFF= lua
|
||||
LUAJIT_CONFIGURE_ON= --lua=luajit
|
||||
LUAJIT_CONFIGURE_OFF= --lua=${LUA_VER_STR}fbsd
|
||||
|
||||
OPENGL_USE= GL=gl
|
||||
OPENGL_USE= GL=egl,gbm,gl
|
||||
OPENGL_CONFIGURE_OFF= --disable-gl
|
||||
OPENGL_IMPLIES= X11
|
||||
|
||||
@ -139,7 +136,7 @@ VAAPI_CONFIGURE_OFF= --disable-vaapi
|
||||
VDPAU_LIB_DEPENDS= libvdpau.so:multimedia/libvdpau
|
||||
VDPAU_CONFIGURE_OFF= --disable-vdpau
|
||||
|
||||
X11_USE= XORG=x11,xv,xxf86vm
|
||||
X11_USE= XORG=x11,xext,xrandr,xscrnsaver,xv,xxf86vm
|
||||
X11_VARS= INSTALLS_ICONS=yes
|
||||
X11_CONFIGURE_OFF= --disable-x11
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
TIMESTAMP = 1471395336
|
||||
SHA256 (mpv-player-mpv-v0.19.0_GH0.tar.gz) = 3df5811942cd1d71f48eb4720092fdafec11885bf6dd6d1d3e6413f32e5d67e2
|
||||
SIZE (mpv-player-mpv-v0.19.0_GH0.tar.gz) = 2770618
|
||||
SHA256 (waf-project-waf-waf-1.9.2_GH0.tar.gz) = 41cb585e3f4434b70644d258bdadfd14225623a8fdf1afad36fa5549b1ee0222
|
||||
SIZE (waf-project-waf-waf-1.9.2_GH0.tar.gz) = 627217
|
||||
SHA256 (12e251c29e1b.patch) = 9b17b7fbbd479985ff41afe06b2840c5e071a1a190215201a88969bede83e133
|
||||
SIZE (12e251c29e1b.patch) = 1399
|
||||
TIMESTAMP = 1472337452
|
||||
SHA256 (mpv-player-mpv-v0.20.0_GH0.tar.gz) = fe6ec9d2ded5ce84b963f54b812d579d04f944f4a737f3ae639c4d5d9e842b56
|
||||
SIZE (mpv-player-mpv-v0.20.0_GH0.tar.gz) = 2775740
|
||||
SHA256 (waf-project-waf-waf-1.9.3_GH0.tar.gz) = 278b25d60be6690cfddc0b589384e1810cdce284a235aee1999b7fe7c2441d63
|
||||
SIZE (waf-project-waf-waf-1.9.3_GH0.tar.gz) = 629866
|
||||
|
Loading…
Reference in New Issue
Block a user