From owner-svn-ports-all@freebsd.org Wed Mar 30 16:10:37 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 6CA69AE3A37; Wed, 30 Mar 2016 16:10:37 +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 4907A16BF; Wed, 30 Mar 2016 16:10:37 +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 u2UGAaHQ007535; Wed, 30 Mar 2016 16:10:36 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UGAa9L007532; Wed, 30 Mar 2016 16:10:36 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201603301610.u2UGAa9L007532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 30 Mar 2016 16:10:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412172 - 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.21 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: Wed, 30 Mar 2016 16:10:37 -0000 Author: pawel Date: Wed Mar 30 16:10:36 2016 New Revision: 412172 URL: https://svnweb.freebsd.org/changeset/ports/412172 Log: Update to version 2.6.2 Changelog: Fix flickering in multi threaded palette conversion. Improved YUV / RGB palette conversions. Play selections should function even after switching clips, restarting playback. Add encoded files to global "recently used files". Implement new theming engine, allow custom themes / colours in Preferences. Fix bug with layout reloading after crash. Fix bugs in setting in/out points in multitrack. Fix showing of textbuffer parameters in effect windows (regression). Fix possible minor memory leak when applying inplace effects (regression). Fix crash / bug in MIDI / joystick learner. Fix bug which prevented OSC clip changes during recording. Rewrite keyboard handler, fixing keyboard repeat for ctrl-arrow keys. Allow for slightly longer strings in LiVES libOSC. Improvements to edge detect and onedTV filters. Compatibility updates for ffmpeg 2.9+ Add qtrle format and quality settings to ffmpeg_encoder. Add new VJ keys: ctrl-alt-space (change direction of background clip), ctrl-alt-page-up/down (adjust speed of background clip) Major code cleanup and optimisations. Minor compilation fixes for gtk+ 2.x Fix bug in finding of "Next filter map" in multitrack. Updated translation to Ukranian (thanks Yuri Churnoivan). Updated translation to Brazilian Portuguese. Modified: head/multimedia/lives/Makefile head/multimedia/lives/distinfo head/multimedia/lives/pkg-plist Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Wed Mar 30 15:50:15 2016 (r412171) +++ head/multimedia/lives/Makefile Wed Mar 30 16:10:36 2016 (r412172) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTVERSION= 2.6.2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ Modified: head/multimedia/lives/distinfo ============================================================================== --- head/multimedia/lives/distinfo Wed Mar 30 15:50:15 2016 (r412171) +++ head/multimedia/lives/distinfo Wed Mar 30 16:10:36 2016 (r412172) @@ -1,2 +1,2 @@ -SHA256 (lives-2.6.0.tar.bz2) = 24ddb744434f53653df9275bf30e27beacaf71682e6cc2c31444c06a3e1970bc -SIZE (lives-2.6.0.tar.bz2) = 3785980 +SHA256 (lives-2.6.2.tar.bz2) = a90ac6a65d879bc3931a112baf9943d1cb9d3a8538bcd2134090510d8df830cc +SIZE (lives-2.6.2.tar.bz2) = 3800397 Modified: head/multimedia/lives/pkg-plist ============================================================================== --- head/multimedia/lives/pkg-plist Wed Mar 30 15:50:15 2016 (r412171) +++ head/multimedia/lives/pkg-plist Wed Mar 30 16:10:36 2016 (r412172) @@ -309,17 +309,25 @@ share/applications/LiVES.desktop %%DATADIR%%/plugins/effects/compound/neural_net %%DATADIR%%/resources/vidtest.avi %%DATADIR%%/themes/camera/frame.jpg +%%DATADIR%%/themes/camera/header.theme %%DATADIR%%/themes/camera/main.jpg %%DATADIR%%/themes/crayons-bright/frame.jpg +%%DATADIR%%/themes/crayons-bright/header.theme %%DATADIR%%/themes/crayons-bright/main.jpg %%DATADIR%%/themes/crayons/frame.jpg +%%DATADIR%%/themes/crayons/header.theme +%%DATADIR%%/themes/crayons/header.theme_gtk2 %%DATADIR%%/themes/crayons/main.jpg %%DATADIR%%/themes/cutting_room/frame.jpg +%%DATADIR%%/themes/cutting_room/header.theme %%DATADIR%%/themes/cutting_room/main.jpg %%DATADIR%%/themes/editor/frame.jpg +%%DATADIR%%/themes/editor/header.theme +%%DATADIR%%/themes/editor/header.theme_gtk2 %%DATADIR%%/themes/editor/main.jpg %%DATADIR%%/themes/lives-splash.png %%DATADIR%%/themes/pinks/frame.jpg +%%DATADIR%%/themes/pinks/header.theme %%DATADIR%%/themes/pinks/main.jpg %%NLS%%share/locale/ar/LC_MESSAGES/lives.mo %%NLS%%share/locale/ca/LC_MESSAGES/lives.mo