svn commit: r336274 - head/multimedia/lives

Pawel Pekala pawel at FreeBSD.org
Thu Dec 12 16:14:13 UTC 2013


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


More information about the svn-ports-head mailing list