svn commit: r408092 - head/multimedia/lives

Pawel Pekala pawel at FreeBSD.org
Thu Feb 4 20:58:54 UTC 2016


Author: pawel
Date: Thu Feb  4 20:58:53 2016
New Revision: 408092
URL: https://svnweb.freebsd.org/changeset/ports/408092

Log:
  Update to version 2.6.0
  
  ChangeLog
  ----------------
  Fix crash when applying rendered effects to virtual clips.
  Add h264/aac, wmv2, ffv1 and mjpeg encodings to ffmpeg_encoder.
  Fix memory leak in new style gdkpixbuf converter.
  Fix frame seek bug in avformat decoder with non-zero start time.
  Autoscroll "Show details" when encoding.
  Work around a gtk+ crash bug in GtkTextView with lots of text.
  Show missing libraries in ffmpeg_encoder.
  Show time remaining estimate for encoding for most encoder formats.
  OK / Cancel in the file chooser should immediately cancel any preview
  (regression).
  Add "Use current clip values" button when entering multitrack.
  Fix memory leak in pulseaudio input analysis.
  Minor GUI improvements.

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

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Thu Feb  4 20:18:02 2016	(r408091)
+++ head/multimedia/lives/Makefile	Thu Feb  4 20:58:53 2016	(r408092)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lives
-PORTVERSION=	2.4.8
+PORTVERSION=	2.6.0
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
 
@@ -88,6 +88,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	Thu Feb  4 20:18:02 2016	(r408091)
+++ head/multimedia/lives/distinfo	Thu Feb  4 20:58:53 2016	(r408092)
@@ -1,2 +1,2 @@
-SHA256 (lives-2.4.8.tar.bz2) = 6c9c0b1bc833290a3730bafbb379ab9ee7d9728053ad9cc74bc86638ba1a8a60
-SIZE (lives-2.4.8.tar.bz2) = 3780759
+SHA256 (lives-2.6.0.tar.bz2) = 24ddb744434f53653df9275bf30e27beacaf71682e6cc2c31444c06a3e1970bc
+SIZE (lives-2.6.0.tar.bz2) = 3785980


More information about the svn-ports-all mailing list