svn commit: r412172 - head/multimedia/lives
Pawel Pekala
pawel at FreeBSD.org
Wed Mar 30 16:10:37 UTC 2016
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
More information about the svn-ports-all
mailing list