From owner-svn-ports-all@freebsd.org Fri Dec 11 20:27:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01CB89D72FA; Fri, 11 Dec 2015 20:27:39 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADE601A98; Fri, 11 Dec 2015 20:27:38 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBBKRb6f092884; Fri, 11 Dec 2015 20:27:37 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBKRbIu092881; Fri, 11 Dec 2015 20:27:37 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201512112027.tBBKRbIu092881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 11 Dec 2015 20:27:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403557 - head/multimedia/lives X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 20:27:39 -0000 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