Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2015 07:43:12 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395600 - head/multimedia/mpv
Message-ID:  <201508300743.t7U7hCFA099195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@openmailbox.org
  Approved by:	Carlos J Puga Medina <cpm@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508300743.t7U7hCFA099195>