From owner-svn-ports-all@freebsd.org Thu Feb 4 20:58:54 2016 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 BC560A9BAF0; Thu, 4 Feb 2016 20:58:54 +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 7448D1556; Thu, 4 Feb 2016 20:58:54 +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 u14KwrTu020084; Thu, 4 Feb 2016 20:58:53 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u14KwrWY020082; Thu, 4 Feb 2016 20:58:53 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201602042058.u14KwrWY020082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 4 Feb 2016 20:58:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408092 - 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: Thu, 04 Feb 2016 20:58:54 -0000 Author: pawel Date: Thu Feb 4 20:58:53 2016 New Revision: 408092 URL: https://svnweb.freebsd.org/changeset/ports/408092 Log: Update to version 2.6.0 ChangeLog ---------------- Fix crash when applying rendered effects to virtual clips. Add h264/aac, wmv2, ffv1 and mjpeg encodings to ffmpeg_encoder. Fix memory leak in new style gdkpixbuf converter. Fix frame seek bug in avformat decoder with non-zero start time. Autoscroll "Show details" when encoding. Work around a gtk+ crash bug in GtkTextView with lots of text. Show missing libraries in ffmpeg_encoder. Show time remaining estimate for encoding for most encoder formats. OK / Cancel in the file chooser should immediately cancel any preview (regression). Add "Use current clip values" button when entering multitrack. Fix memory leak in pulseaudio input analysis. Minor GUI improvements. Modified: head/multimedia/lives/Makefile head/multimedia/lives/distinfo Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Thu Feb 4 20:18:02 2016 (r408091) +++ head/multimedia/lives/Makefile Thu Feb 4 20:58:53 2016 (r408092) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.4.8 +PORTVERSION= 2.6.0 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -88,6 +88,9 @@ post-patch: @${REINPLACE_CMD} '/selectRandom/d' \ ${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp +pre-build-NLS-on: + @(cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po) + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/multimedia/lives/distinfo ============================================================================== --- head/multimedia/lives/distinfo Thu Feb 4 20:18:02 2016 (r408091) +++ head/multimedia/lives/distinfo Thu Feb 4 20:58:53 2016 (r408092) @@ -1,2 +1,2 @@ -SHA256 (lives-2.4.8.tar.bz2) = 6c9c0b1bc833290a3730bafbb379ab9ee7d9728053ad9cc74bc86638ba1a8a60 -SIZE (lives-2.4.8.tar.bz2) = 3780759 +SHA256 (lives-2.6.0.tar.bz2) = 24ddb744434f53653df9275bf30e27beacaf71682e6cc2c31444c06a3e1970bc +SIZE (lives-2.6.0.tar.bz2) = 3785980