Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2015 04:38:12 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377978 - in head/multimedia: libx264 x264
Message-ID:  <201501270438.t0R4cCBw091251@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Jan 27 04:38:11 2015
New Revision: 377978
URL: https://svnweb.freebsd.org/changeset/ports/377978
QAT: https://qat.redports.org/buildarchive/r377978/

Log:
  multimedia/{lib}x264: Update minimum yasm version
  
  Update the minimum version of yasm required in BUILD_DEPENDS.
  
  PR:		196991
  Submitted by:	takefu airport.fm

Modified:
  head/multimedia/libx264/Makefile
  head/multimedia/x264/Makefile

Modified: head/multimedia/libx264/Makefile
==============================================================================
--- head/multimedia/libx264/Makefile	Tue Jan 27 04:32:20 2015	(r377977)
+++ head/multimedia/libx264/Makefile	Tue Jan 27 04:38:11 2015	(r377978)
@@ -20,7 +20,7 @@ COMMENT=	Library for encoding H.264/MPEG
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	yasm>=0.6.0:${PORTSDIR}/devel/yasm \
+BUILD_DEPENDS=	yasm>=1.2.0:${PORTSDIR}/devel/yasm \
 		bash:${PORTSDIR}/shells/bash
 
 X264_BUILD=	142

Modified: head/multimedia/x264/Makefile
==============================================================================
--- head/multimedia/x264/Makefile	Tue Jan 27 04:32:20 2015	(r377977)
+++ head/multimedia/x264/Makefile	Tue Jan 27 04:38:11 2015	(r377978)
@@ -34,7 +34,7 @@ COMMENT=	Front-end for encoding H.264/MP
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	yasm>=0.6.0:${PORTSDIR}/devel/yasm \
+BUILD_DEPENDS=	yasm>=1.2.0:${PORTSDIR}/devel/yasm \
 		bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS=	libx264.so:${PORTSDIR}/multimedia/libx264
 



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