1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

multimedia/mpv: Add freetype as a required dependency

Without freetype, mpv will crash outputting a bus error when it
tries to draw the menu text.

PR:		202765
Submitted by:	Peyton@openmailbox.org
Approved by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
This commit is contained in:
Kurt Jaeger 2015-08-30 07:43:12 +00:00
parent 6528ff41a7
commit 3ce6376348
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395600

View File

@ -4,7 +4,7 @@
PORTNAME= mpv
PORTVERSION= 0.9.2
DISTVERSIONPREFIX= v
PORTREVISION= 6
PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= multimedia audio
MASTER_SITES= http://ftp.waf.io/pub/release/:1 \
@ -17,7 +17,8 @@ COMMENT= Free and open-source general-purpose video player
LICENSE= GPLv2
LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
libfreetype.so:${PORTSDIR}/print/freetype2
BUILD_DEPENDS= rst2man:${PORTSDIR}/textproc/py-docutils
USE_GITHUB= yes