Date: Sun, 5 Jul 2015 18:53:55 +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: r391370 - head/multimedia/mpv Message-ID: <201507051853.t65IrtIS097866@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Jul 5 18:53:54 2015 New Revision: 391370 URL: https://svnweb.freebsd.org/changeset/ports/391370 Log: multimedia/mpv: Fix LADSPA dependency, bump PORTREVISION PR: 201355 Reported by: Ivan Klymenko <fidaj@ukr.net> Fix by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Sun Jul 5 18:42:09 2015 (r391369) +++ head/multimedia/mpv/Makefile Sun Jul 5 18:53:54 2015 (r391370) @@ -4,7 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= http://ftp.waf.io/pub/release/:1 \ @@ -67,7 +67,8 @@ BS2B_CONFIGURE_ENABLE= libbs2b ENCA_LIB_DEPENDS= libenca.so:${PORTSDIR}/converters/enca ENCA_CONFIGURE_ENABLE= enca -LADSPA_LIB_DEPENDS= ladspa/amp.so:${PORTSDIR}/audio/ladspa +LADSPA_BUILD_DEPENDS= ${LOCALBASE}/lib/ladspa/amp.so:${PORTSDIR}/audio/ladspa +LADSPA_RUN_DEPENDS= ${LOCALBASE}/lib/ladspa/amp.so:${PORTSDIR}/audio/ladspa LADSPA_CONFIGURE_ENABLE= ladspa LCMS2_LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507051853.t65IrtIS097866>