diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-12-11 20:27:37 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-12-11 20:27:37 +0000 |
commit | de1f7a1ccca24bbf552e2f06d479e29ecc7c5fae (patch) | |
tree | ae055cd60181421af4b7516321d5fca36851b261 /multimedia/lives | |
parent | d17c5cf923bc623c033673b38c3c0f2983357899 (diff) | |
download | ports-de1f7a1ccca24bbf552e2f06d479e29ecc7c5fae.tar.gz ports-de1f7a1ccca24bbf552e2f06d479e29ecc7c5fae.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.
Notes
Notes:
svn path=/head/; revision=403557
Diffstat (limited to 'multimedia/lives')
-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 6f1f07d7a6d8..03ba2c2b3f07 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 197c4c8797ba..95a307880e74 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 c2bab211992f..0e5db7c60559 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 |