Date: Thu, 12 Dec 2013 16:14:12 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336274 - head/multimedia/lives Message-ID: <201312121614.rBCGECAf078314@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Dec 12 16:14:12 2013 New Revision: 336274 URL: http://svnweb.freebsd.org/changeset/ports/336274 Log: Update to version 2.2.2 Version 2.2.2 (10 December 2013) -------------------------------- Fix crash in new multithreaded renderer. Version 2.2.1 (10 December 2013) -------------------------------- Fix major error introduced in 2.2.0 which can break files when inserting frames. Fix audio insert/encode problems for some non-standard frame rates. Optimisations for copy/insert. Modified: head/multimedia/lives/Makefile head/multimedia/lives/distinfo Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Thu Dec 12 15:57:56 2013 (r336273) +++ head/multimedia/lives/Makefile Thu Dec 12 16:14:12 2013 (r336274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.2 CATEGORIES= multimedia MASTER_SITES= http://salsaman.home.xs4all.nl/lives/current/ DISTNAME= LiVES-${PORTVERSION} Modified: head/multimedia/lives/distinfo ============================================================================== --- head/multimedia/lives/distinfo Thu Dec 12 15:57:56 2013 (r336273) +++ head/multimedia/lives/distinfo Thu Dec 12 16:14:12 2013 (r336274) @@ -1,2 +1,2 @@ -SHA256 (LiVES-2.2.0.tar.bz2) = 93cf92fbecd80ac45addf0af6f6d70e283ef7855793ba3319282fafa0b1db35d -SIZE (LiVES-2.2.0.tar.bz2) = 3578476 +SHA256 (LiVES-2.2.2.tar.bz2) = 9690a3bd9fedb9f3b45023c2bae2d964cc0eef7b9b69df229c7b0e5bc48bf4c7 +SIZE (LiVES-2.2.2.tar.bz2) = 3581107
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312121614.rBCGECAf078314>