diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-25 22:06:44 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-25 22:06:44 +0000 |
commit | 82e316b4b623cd5a3342bfb123f30b3f0bcb03a1 (patch) | |
tree | ba3a329aee372bb26405927460164b2721be332c | |
parent | - Update to 20160125 (diff) |
Update to version 2.4.8
Changelog:
2.4.8:
Fix hang in merge in Clip Editor (regression).
Fix rendering error in multitrack (wrong clip number).
2.4.7:
Fix regression in "Insert Silence".
Fix background colour for notebook tabs in multitack (gtk+ 3.x)
Fix crash when entering Preferences dialog (GType error).
Reshow timeline after hiding it.
Update current time when clicking on timeline header in Multitrack
(regression).
Trivial compiler fix for gtk+ 2.x
Notes
Notes:
svn path=/head/; revision=407244
-rw-r--r-- | multimedia/lives/Makefile | 2 | ||||
-rw-r--r-- | multimedia/lives/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index bbee0bf2c736..1dc363d54ef1 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.4.6 +PORTVERSION= 2.4.8 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ diff --git a/multimedia/lives/distinfo b/multimedia/lives/distinfo index 15563d18250d..53fe9b6a936f 100644 --- a/multimedia/lives/distinfo +++ b/multimedia/lives/distinfo @@ -1,2 +1,2 @@ -SHA256 (lives-2.4.6.tar.bz2) = 9af17c28142fe2d42ab73cfb8e7cd3ca5203a5b62af057b2ea50ecd11b4fa011 -SIZE (lives-2.4.6.tar.bz2) = 3808210 +SHA256 (lives-2.4.8.tar.bz2) = 6c9c0b1bc833290a3730bafbb379ab9ee7d9728053ad9cc74bc86638ba1a8a60 +SIZE (lives-2.4.8.tar.bz2) = 3780759 |