From owner-svn-ports-head@freebsd.org Sat Sep 19 18:32:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 252379CFEEC; Sat, 19 Sep 2015 18:32:23 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0791E1897; Sat, 19 Sep 2015 18:32:23 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8JIWMmf036016; Sat, 19 Sep 2015 18:32:22 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8JIWMuQ036014; Sat, 19 Sep 2015 18:32:22 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201509191832.t8JIWMuQ036014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 19 Sep 2015 18:32:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397336 - head/multimedia/lives X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2015 18:32:23 -0000 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