svn commit: r425990 - head/multimedia/lives

Pawel Pekala pawel at FreeBSD.org
Sat Nov 12 20:28:55 UTC 2016


Author: pawel
Date: Sat Nov 12 20:28:53 2016
New Revision: 425990
URL: https://svnweb.freebsd.org/changeset/ports/425990

Log:
  - Update to version 2.8.1
  - Drop maintainership
  
  Release annoucement:
  This release addresses various important security issues which were
  identified by the debian maintainers.
  There is also a fix for broken audio encoding with clips > 30 minutes long.
  
  Note: in addition, for new installs the default LiVES working directory is
  now "livesprojects" rather than "livestmp". The documentation will be
  updated to reflect this.
  
  Due to the security issues identified, all users are advised to upgrade,
  especially if using LiVES on a multi-user system.

Modified:
  head/multimedia/lives/Makefile
  head/multimedia/lives/distinfo

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Sat Nov 12 20:11:37 2016	(r425989)
+++ head/multimedia/lives/Makefile	Sat Nov 12 20:28:53 2016	(r425990)
@@ -2,12 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	lives
-PORTVERSION=	2.8.0
-PORTREVISION=	1
+PORTVERSION=	2.8.1
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 
-MAINTAINER=	pawel at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Video editing system
 
 LICENSE=	GPLv3
@@ -93,6 +92,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	Sat Nov 12 20:11:37 2016	(r425989)
+++ head/multimedia/lives/distinfo	Sat Nov 12 20:28:53 2016	(r425990)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473086975
-SHA256 (lives-2.8.0.tar.bz2) = eecea7a7517d944b1dc04b2f7ce51517e96531b04e67f3d34b0f8ef729d19fdc
-SIZE (lives-2.8.0.tar.bz2) = 3888265
+TIMESTAMP = 1478887261
+SHA256 (lives-2.8.1.tar.bz2) = fcfec5c802a732b2856bff5a3dbe2d157caff663f7d24d78c5e05548941a6024
+SIZE (lives-2.8.1.tar.bz2) = 3888441


More information about the svn-ports-all mailing list