diff options
author | pawel <pawel@FreeBSD.org> | 2016-03-31 00:10:36 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-03-31 00:10:36 +0800 |
commit | 56b4c1a7b406b1488b9a324055aebcb8edaba932 (patch) | |
tree | 5f1b0cd8e8bb07596e4c8f93336bc06db8cb9edb | |
parent | 52812bfc3e88aaeaf0ff5224c846e580bccc05eb (diff) | |
download | freebsd-ports-gnome-56b4c1a7b406b1488b9a324055aebcb8edaba932.tar.gz freebsd-ports-gnome-56b4c1a7b406b1488b9a324055aebcb8edaba932.tar.zst freebsd-ports-gnome-56b4c1a7b406b1488b9a324055aebcb8edaba932.zip |
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.
-rw-r--r-- | multimedia/lives/Makefile | 3 | ||||
-rw-r--r-- | multimedia/lives/distinfo | 4 | ||||
-rw-r--r-- | multimedia/lives/pkg-plist | 8 |
3 files changed, 11 insertions, 4 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 37b9b42cee47..30b4dae628cb 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -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}/ diff --git a/multimedia/lives/distinfo b/multimedia/lives/distinfo index 5baab844a58c..a228c629bf5f 100644 --- a/multimedia/lives/distinfo +++ b/multimedia/lives/distinfo @@ -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 diff --git a/multimedia/lives/pkg-plist b/multimedia/lives/pkg-plist index 0e5db7c60559..d7edf18d69fc 100644 --- a/multimedia/lives/pkg-plist +++ b/multimedia/lives/pkg-plist @@ -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 |