From b4095513d667d3bd5519cef6b6bee494e0976b9d Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 21 Jun 2007 01:35:39 +0000 Subject: [patch] multimedia/mjpegtools - update to 1.9rc1 The current mjpegtools (mpeg2enc for example) is dumping core way too often to be able to do useful media conversions. This version has been running on my system for two weeks now and it works much better. portrevision bump for multimedia/lives multimedia/mjpegtools-yuvfilters multimedia/y4mscaler since they have LIB_DEPENDS on this port. Other ports having RUN_DEPENDS on this port are not bumped. PR: ports/113878 Submitted by: Edwin Groothuis Approved by: Michael Johnson --- multimedia/y4mscaler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia/y4mscaler') diff --git a/multimedia/y4mscaler/Makefile b/multimedia/y4mscaler/Makefile index 0bdf463af73..6705e933471 100644 --- a/multimedia/y4mscaler/Makefile +++ b/multimedia/y4mscaler/Makefile @@ -7,7 +7,7 @@ PORTNAME= y4mscaler PORTVERSION= 9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://www.mir.com/DMG/Software/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= multimedia@FreeBSD.org COMMENT= Y4mscaler scales, crops, and shifts Y'CbCr video -LIB_DEPENDS= lavjpeg-1.8.0:${PORTSDIR}/multimedia/mjpegtools +LIB_DEPENDS= lavjpeg-1.9.1:${PORTSDIR}/multimedia/mjpegtools USE_GMAKE= yes -- cgit