svn commit: r401879 - head/multimedia/lives

Pawel Pekala pawel at FreeBSD.org
Wed Nov 18 16:29:50 UTC 2015


Author: pawel
Date: Wed Nov 18 16:29:49 2015
New Revision: 401879
URL: https://svnweb.freebsd.org/changeset/ports/401879

Log:
  Update to version 2.4.3
  
  Changelog:
  Fix occasional hang when inserting frames in clips.
  Fix possible dataloss (effects applied) when re-entering multitrack mode.
  Work around a GTK+ bug where menu items with submenus can no longer be set
  insensitive.
  Fix for setting cdplayer device in Preferences.
  Fix gtk critical in clip info window.
  Fix window sizing errors in rfxbuilder.
  Fix for encoding with sox version 14.4.2
  Theming updates for darker themes with gtk+ 3.x
  Add icedax as altname for cdda2wav.
  Make better use of missing CD device warning.
  Remove some spurious effect reinitialisations for webcams.
  Allow application of audio effects to the backing audio track in multitrack
  mode.
  Minor GUI improvements.
  Prepend current directory to filenames in startup options when necessary.

Modified:
  head/multimedia/lives/Makefile
  head/multimedia/lives/distinfo

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Wed Nov 18 16:28:17 2015	(r401878)
+++ head/multimedia/lives/Makefile	Wed Nov 18 16:29:49 2015	(r401879)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lives
-PORTVERSION=	2.4.2
-PORTREVISION=	1
+PORTVERSION=	2.4.3
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
 

Modified: head/multimedia/lives/distinfo
==============================================================================
--- head/multimedia/lives/distinfo	Wed Nov 18 16:28:17 2015	(r401878)
+++ head/multimedia/lives/distinfo	Wed Nov 18 16:29:49 2015	(r401879)
@@ -1,2 +1,2 @@
-SHA256 (lives-2.4.2.tar.bz2) = ccecbcbfc1d4cc1a8b33af8ed405f4dfde908404fab1a36a9a93af20419ed05a
-SIZE (lives-2.4.2.tar.bz2) = 3762127
+SHA256 (lives-2.4.3.tar.bz2) = 7537af8b5ec2d6924505d6f611f15a98b1bd1a8e212fae3087696a9c0d5291d9
+SIZE (lives-2.4.3.tar.bz2) = 3769339


More information about the svn-ports-all mailing list