mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
multimedia/mpv: update 0.11.0 -> 0.12.0
- Re-added www/youtube_dl build dependency PR: 204216 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
This commit is contained in:
parent
cac6a53783
commit
35f5f2f961
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400828
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mpv
|
||||
PORTVERSION= 0.11.0
|
||||
PORTVERSION= 0.12.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio
|
||||
|
||||
@ -19,7 +18,7 @@ BUILD_DEPENDS= rst2man:${PORTSDIR}/textproc/py-docutils
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mpv-player waf-project:waf
|
||||
GH_PROJECT= waf:waf
|
||||
GH_TAGNAME= waf-1.8.14:waf
|
||||
GH_TAGNAME= waf-1.8.16:waf
|
||||
|
||||
WAF_CMD= ${WRKSRC_waf}/waf-light
|
||||
|
||||
@ -40,9 +39,9 @@ CONFIGURE_ARGS= --docdir=${EXAMPLESDIR} \
|
||||
OPTIONS_DEFINE= ASS DOCS ENCA LCMS2 \
|
||||
LIBGUESS LUAJIT UCHARDET ZSH
|
||||
OPTIONS_DEFAULT= ASS DVDREAD DVDNAV ENCA OPENGL \
|
||||
V4L VAAPI VDPAU X11 XINERAMA ZSH
|
||||
V4L VAAPI VDPAU X11 XINERAMA YTDL ZSH
|
||||
OPTIONS_GROUP= IN VO AO
|
||||
OPTIONS_GROUP_IN= CDIO DVDREAD DVDNAV LIBBLURAY V4L SMB
|
||||
OPTIONS_GROUP_IN= CDIO DVDREAD DVDNAV LIBBLURAY V4L YTDL SMB
|
||||
OPTIONS_GROUP_VO= CACA OPENGL VAAPI VDPAU X11 XINERAMA
|
||||
OPTIONS_GROUP_AO= ALSA JACK PULSEAUDIO
|
||||
OPTIONS_SUB= yes
|
||||
@ -53,6 +52,7 @@ DVDNAV_DESC= DVD menu navigation
|
||||
ENCA_DESC= Enable encoding detection support
|
||||
LIBGUESS_DESC= Enable high-speed character set detection support
|
||||
LUAJIT_DESC= Use LuaJIT instead of Lua scripting language support
|
||||
YTDL_DESC= Install youtube-dl
|
||||
UCHARDET_DESC= Use UCHARDET instead ENCA support
|
||||
IN_DESC= Input
|
||||
VO_DESC= Video Output
|
||||
@ -126,6 +126,8 @@ XINERAMA_USE= XORG=xinerama,xineramaproto
|
||||
XINERAMA_CONFIGURE_OFF= --disable-xinerama
|
||||
XINERAMA_IMPLIES= X11
|
||||
|
||||
YTDL_BUILD_DEPENDS= ${LOCALBASE}/bin/youtube-dl:${PORTSDIR}/www/youtube_dl
|
||||
|
||||
ZSH_USES= perl5
|
||||
ZSH_USE= PERL5=build
|
||||
ZSH_CONFIGURE_ENABLE= zsh-comp
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (mpv-player-mpv-v0.11.0_GH0.tar.gz) = a2157174e46db46dad5deb1fde94283e72ebe922fd15447cb16a2a243fae5bda
|
||||
SIZE (mpv-player-mpv-v0.11.0_GH0.tar.gz) = 2689655
|
||||
SHA256 (waf-project-waf-waf-1.8.14_GH0.tar.gz) = e867f117001855a542b4366e0136b6468a4e59e5fd1d3800b5e7e6f242dd3ca2
|
||||
SIZE (waf-project-waf-waf-1.8.14_GH0.tar.gz) = 1353687
|
||||
SHA256 (mpv-player-mpv-v0.12.0_GH0.tar.gz) = df242044c749d850344f5499860d852849147f20c63d36d2cd678627bd8d6cc4
|
||||
SIZE (mpv-player-mpv-v0.12.0_GH0.tar.gz) = 2701727
|
||||
SHA256 (waf-project-waf-waf-1.8.16_GH0.tar.gz) = ddc7165b8ec91cf1c689916087f6edcd129ca938572890e891bc3400a6de2a63
|
||||
SIZE (waf-project-waf-waf-1.8.16_GH0.tar.gz) = 1355771
|
||||
|
@ -5,7 +5,7 @@ include/mpv/opengl_cb.h
|
||||
include/mpv/qthelper.hpp
|
||||
lib/libmpv.so
|
||||
lib/libmpv.so.1
|
||||
lib/libmpv.so.1.19.0
|
||||
lib/libmpv.so.1.20.0
|
||||
libdata/pkgconfig/mpv.pc
|
||||
man/man1/mpv.1.gz
|
||||
share/applications/mpv.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user