svn commit: r395600 - head/multimedia/mpv

Kurt Jaeger pi at FreeBSD.org
Sun Aug 30 07:43:13 UTC 2015


Author: pi
Date: Sun Aug 30 07:43:12 2015
New Revision: 395600
URL: https://svnweb.freebsd.org/changeset/ports/395600

Log:
  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 at openmailbox.org
  Approved by:	Carlos J Puga Medina <cpm at fbsd.es> (maintainer)

Modified:
  head/multimedia/mpv/Makefile

Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile	Sun Aug 30 06:28:22 2015	(r395599)
+++ head/multimedia/mpv/Makefile	Sun Aug 30 07:43:12 2015	(r395600)
@@ -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-pu
 
 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


More information about the svn-ports-all mailing list