svn commit: r403557 - head/multimedia/lives

Pawel Pekala pawel at FreeBSD.org
Fri Dec 11 20:27:39 UTC 2015


Author: pawel
Date: Fri Dec 11 20:27:37 2015
New Revision: 403557
URL: https://svnweb.freebsd.org/changeset/ports/403557

Log:
  Update to version 2.4.5
  
  Changelog:
  Fix for undo after downsampling video (regression).
  Fix regression in resizing when encoding.
  Fix missing audio issue after loading new audio for a clip.
  Set default encoder to multi_encoder3 if python version >= 3.
  Fix some message translation issues in dialog windows.
  mplayer2 compatibility fix for ffmpeg_encoder.
  Correct encoding framerate for mjpegtools_encoder dvd-ntsc format.
  Minor fix for compiling without OSC.
  Remove support for transcode_encoder.

Modified:
  head/multimedia/lives/Makefile
  head/multimedia/lives/distinfo
  head/multimedia/lives/pkg-plist

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Fri Dec 11 20:20:23 2015	(r403556)
+++ head/multimedia/lives/Makefile	Fri Dec 11 20:27:37 2015	(r403557)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lives
-PORTVERSION=	2.4.4
+PORTVERSION=	2.4.5
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
 

Modified: head/multimedia/lives/distinfo
==============================================================================
--- head/multimedia/lives/distinfo	Fri Dec 11 20:20:23 2015	(r403556)
+++ head/multimedia/lives/distinfo	Fri Dec 11 20:27:37 2015	(r403557)
@@ -1,2 +1,2 @@
-SHA256 (lives-2.4.4.tar.bz2) = eea19b6fed227e2f89b42e853c783fcb17cceea49d5bcf12a17717d285a761e7
-SIZE (lives-2.4.4.tar.bz2) = 3772426
+SHA256 (lives-2.4.5.tar.bz2) = d425fe8358915759cb40c9952b6214a23819c4f17df034c347b7ea92d8377ea6
+SIZE (lives-2.4.5.tar.bz2) = 3770985

Modified: head/multimedia/lives/pkg-plist
==============================================================================
--- head/multimedia/lives/pkg-plist	Fri Dec 11 20:20:23 2015	(r403556)
+++ head/multimedia/lives/pkg-plist	Fri Dec 11 20:27:37 2015	(r403557)
@@ -195,7 +195,6 @@ lib/lives/plugins/encoders/multi_encoder
 lib/lives/plugins/encoders/pdf_encoder
 lib/lives/plugins/encoders/qtutils_encoder
 lib/lives/plugins/encoders/sswf_encoder
-lib/lives/plugins/encoders/transcode_encoder
 lib/lives/plugins/encoders/x264_encoder
 lib/lives/plugins/playback/audiostream/audiostreamer.pl
 lib/lives/plugins/playback/video/SDL.so


More information about the svn-ports-head mailing list