diff options
author | pawel <pawel@FreeBSD.org> | 2015-12-12 04:27:37 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-12-12 04:27:37 +0800 |
commit | a554daac0f0950763d04e192ffafff594c8c4b22 (patch) | |
tree | ae055cd60181421af4b7516321d5fca36851b261 /multimedia | |
parent | c65ffb9ca6c1ac57aa949550c116c04d747c0a16 (diff) | |
download | freebsd-ports-graphics-a554daac0f0950763d04e192ffafff594c8c4b22.tar.gz freebsd-ports-graphics-a554daac0f0950763d04e192ffafff594c8c4b22.tar.zst freebsd-ports-graphics-a554daac0f0950763d04e192ffafff594c8c4b22.zip |
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.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/lives/Makefile | 2 | ||||
-rw-r--r-- | multimedia/lives/distinfo | 4 | ||||
-rw-r--r-- | multimedia/lives/pkg-plist | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 6f1f07d7a6d..03ba2c2b3f0 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.4.4 +PORTVERSION= 2.4.5 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ diff --git a/multimedia/lives/distinfo b/multimedia/lives/distinfo index 197c4c8797b..95a307880e7 100644 --- a/multimedia/lives/distinfo +++ b/multimedia/lives/distinfo @@ -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 diff --git a/multimedia/lives/pkg-plist b/multimedia/lives/pkg-plist index c2bab211992..0e5db7c6055 100644 --- a/multimedia/lives/pkg-plist +++ b/multimedia/lives/pkg-plist @@ -195,7 +195,6 @@ lib/lives/plugins/encoders/multi_encoder3 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 |