Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2015 18:32:22 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397336 - head/multimedia/lives
Message-ID:  <201509191832.t8JIWMuQ036014@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Sep 19 18:32:21 2015
New Revision: 397336
URL: https://svnweb.freebsd.org/changeset/ports/397336

Log:
  Update to version 2.4.2
  
  Changelog:
  Fix crash after recording with pulseaudio external audio.
  Fix possible crash when converting from YUV420 to UYVY / YUYV.
  Fix memory issue in audio triggered video generators.
  Fix buttons issue in the progress dialog (regression).
  Fix occasional hang in shutdown via OSC.
  Minor fixes for headless (nogui, noplaywin) modes.
  Increase size of debug output window when encoding (Regression).
  Fix for compiling without jack.
  Fix crash in mask_overlay effect.
  Fix some threading problems when running audio and video effects together.
  Improve OSC responsiveness during playback.
  Fixes for beat_detector, edge, vector_visualiser, and kaleidoscope plugins.
  Fix latency issue with pulseaudio external input.
  Fix for opening unicap device during playback.
  Work around gtk+ bug for clips menu.
  Implement OSC commands /audio/mute/set, /audio/mute/get, /audio/volume/set,
  /audio/volume/get and /clip/open/unicap.
  Fixes / refactoring for firewire grabbing.
  Re-enable button icons (via preference) and clean up stock button code.

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

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Sat Sep 19 18:22:06 2015	(r397335)
+++ head/multimedia/lives/Makefile	Sat Sep 19 18:32:21 2015	(r397336)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lives
-PORTVERSION=	2.4.1
-PORTREVISION=	1
+PORTVERSION=	2.4.2
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ 
 
@@ -96,11 +95,14 @@ post-patch:
 	@${REINPLACE_CMD} '/selectRandom/d' \
 		${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp
 
+pre-build:
+.if ${PORT_OPTIONS:MNLS}
+	@cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po
+.endif
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-	(cd ${STAGEDIR}${PREFIX}/bin && ${RM} lives && ${LN} -s lives-exe lives)
-
 .if ${PORT_OPTIONS:MDOXYGEN}
 	@(cd ${STAGEDIR}${PREFIX} && ${FIND} ${DOCSDIR:S|${PREFIX}/||}/html \
 		! -type d >> ${TMPPLIST})

Modified: head/multimedia/lives/distinfo
==============================================================================
--- head/multimedia/lives/distinfo	Sat Sep 19 18:22:06 2015	(r397335)
+++ head/multimedia/lives/distinfo	Sat Sep 19 18:32:21 2015	(r397336)
@@ -1,2 +1,2 @@
-SHA256 (lives-2.4.1.tar.bz2) = 7c4d9f9a440680d622290c7d2d9d1b99942f581a08ff98b13d3ff4e48c45c2b1
-SIZE (lives-2.4.1.tar.bz2) = 3757937
+SHA256 (lives-2.4.2.tar.bz2) = ccecbcbfc1d4cc1a8b33af8ed405f4dfde908404fab1a36a9a93af20419ed05a
+SIZE (lives-2.4.2.tar.bz2) = 3762127



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509191832.t8JIWMuQ036014>