From owner-svn-ports-all@FreeBSD.ORG Sat Jan 3 17:00:18 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 293FF427; Sat, 3 Jan 2015 17:00:18 +0000 (UTC) Received: from svn.freebsd.org (svn.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 157AA1628; Sat, 3 Jan 2015 17:00:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t03H0HoB049992; Sat, 3 Jan 2015 17:00:17 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t03H0H55049988; Sat, 3 Jan 2015 17:00:17 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201501031700.t03H0H55049988@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 3 Jan 2015 17:00:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376128 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 17:00:18 -0000 Author: pawel Date: Sat Jan 3 17:00:16 2015 New Revision: 376128 URL: https://svnweb.freebsd.org/changeset/ports/376128 QAT: https://qat.redports.org/buildarchive/r376128/ Log: - Update to version 2.2.7 - Use gtk3 for gui ChangeLog: Add support for audio triggered generators. Add support for projectM (milkdrop) generators. Improvements to openGL playback plugin. Add permanent inputs in jack and pulse audio when handling external audio. Fix bug in chroma_blend transition. Further code cleanup. Fix text width for "show VJ keys" window. Remove unnecessary deinterlacing from threaded player. Added OSC commands /clip/selection/rte_apply, /clip/undo and /clip/redo. Add libvisual plugins to correct submenu (regression). Minor fixes for the rfx builder window. Minor fixes for merge in clip editor. Modified: head/multimedia/lives/Makefile head/multimedia/lives/distinfo head/multimedia/lives/pkg-plist Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Sat Jan 3 16:58:39 2015 (r376127) +++ head/multimedia/lives/Makefile Sat Jan 3 17:00:16 2015 (r376128) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.2.6 -PORTREVISION= 3 +PORTVERSION= 2.2.7 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -18,6 +17,7 @@ LIB_DEPENDS= libasound.so:${PORTSDIR}/au libjack.so:${PORTSDIR}/audio/jack \ libpulse.so:${PORTSDIR}/audio/pulseaudio \ liboil-0.3.so:${PORTSDIR}/devel/liboil \ + libprojectM.so:${PORTSDIR}/graphics/libprojectm \ libvisual-0.4.so:${PORTSDIR}/graphics/libvisual04 \ libopencv_calib3d.so:${PORTSDIR}/graphics/opencv \ libfftw3.so:${PORTSDIR}/math/fftw3 \ @@ -47,10 +47,10 @@ SHEBANG_FILES= build-lives-rfx-plugin bu GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_GHOSTSCRIPT_RUN= yes -USE_GNOME= gtk20 +USE_GNOME= gtk30 USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-ldvgrab --disable-gtk3 +CONFIGURE_ARGS= --disable-ldvgrab INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include -fPIC @@ -100,17 +100,17 @@ post-patch: @${REINPLACE_CMD} '/cp -rf/ s|data/|data|g; /cp -rf/ s|icons/|icons|g' \ ${WRKSRC}/lives-plugins/weed-plugins/cairo/Makefile.in \ ${WRKSRC}/lives-plugins/weed-plugins/Makefile.in + @${REINPLACE_CMD} '/selectRandom/d' \ + ${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - cd ${STAGEDIR}${PREFIX}/bin && ${RM} lives && ${LN} -s lives-exe lives + (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} && \ - ${FIND} ${DOCSDIR:S|${PREFIX}/||} -type d | ${SORT} -r | \ - ${SED} 's|^|@dirrm |' >> ${TMPPLIST} + @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${DOCSDIR:S|${PREFIX}/||}/html \ + ! -type d >> ${TMPPLIST}) .endif .include Modified: head/multimedia/lives/distinfo ============================================================================== --- head/multimedia/lives/distinfo Sat Jan 3 16:58:39 2015 (r376127) +++ head/multimedia/lives/distinfo Sat Jan 3 17:00:16 2015 (r376128) @@ -1,2 +1,2 @@ -SHA256 (lives-2.2.6.tar.bz2) = 2aaa58a7cb578492fb1a89659668658ddfdf72c510309c71d56896ad9b4c44a0 -SIZE (lives-2.2.6.tar.bz2) = 3587838 +SHA256 (lives-2.2.7.tar.bz2) = 6d02c0f4b9a353488156b9f7c07f1a7d88fda496059e1391e4e5bd4eb1dc9470 +SIZE (lives-2.2.7.tar.bz2) = 3609897 Modified: head/multimedia/lives/pkg-plist ============================================================================== --- head/multimedia/lives/pkg-plist Sat Jan 3 16:58:39 2015 (r376127) +++ head/multimedia/lives/pkg-plist Sat Jan 3 17:00:16 2015 (r376128) @@ -96,6 +96,7 @@ lib/lives/plugins/effects/realtime/weed/ lib/lives/plugins/effects/realtime/weed/palette_test.so lib/lives/plugins/effects/realtime/weed/plasma.so lib/lives/plugins/effects/realtime/weed/posterise.so +lib/lives/plugins/effects/realtime/weed/projectM.so lib/lives/plugins/effects/realtime/weed/puretext.so lib/lives/plugins/effects/realtime/weed/randomiser.so lib/lives/plugins/effects/realtime/weed/revTV.so @@ -191,7 +192,7 @@ lib/lives/plugins/playback/video/vloopba lib/lives/plugins/playback/video/vloopback2.so lib/lives/plugins/playback/video/yuv4mpeg_stream.so libdata/pkgconfig/libweed-compat.pc -libdata/pkgconfig/libweed-plugin-utils.pc +libdata/pkgconfig/libweed-plugin.pc libdata/pkgconfig/libweed-utils.pc libdata/pkgconfig/libweed.pc libdata/pkgconfig/libweed_slice.pc