From owner-svn-ports-all@FreeBSD.ORG Mon Nov 5 22:17:16 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43D7F7CE; Mon, 5 Nov 2012 22:17:16 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 280E98FC08; Mon, 5 Nov 2012 22:17:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA5MHGEp000724; Mon, 5 Nov 2012 22:17:16 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA5MHGrV000720; Mon, 5 Nov 2012 22:17:16 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211052217.qA5MHGrV000720@svn.freebsd.org> From: Pawel Pekala Date: Mon, 5 Nov 2012 22:17:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307040 - 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.14 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: Mon, 05 Nov 2012 22:17:16 -0000 Author: pawel Date: Mon Nov 5 22:17:15 2012 New Revision: 307040 URL: http://svnweb.freebsd.org/changeset/ports/307040 Log: - Update to version 1.6.4 - Remove ABI versions from LIB_DEPENDS - Use common description for FREI0R option - Silent REINPLACE_CMD command - Trim Makefile header Feature safe: yes Modified: head/multimedia/lives/Makefile head/multimedia/lives/distinfo head/multimedia/lives/pkg-plist Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Mon Nov 5 22:15:43 2012 (r307039) +++ head/multimedia/lives/Makefile Mon Nov 5 22:17:15 2012 (r307040) @@ -1,12 +1,8 @@ -# New ports collection makefile for: lives -# Date created: 3 November 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= lives -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= multimedia MASTER_SITES= http://salsaman.home.xs4all.nl/lives/current/ DISTNAME= LiVES-${PORTVERSION} @@ -16,32 +12,42 @@ COMMENT= Video editing system LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:${PORTSDIR}/multimedia/v4l_compat +BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:${PORTSDIR}/multimedia/v4l_compat \ + ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \ + FLAC:${PORTSDIR}/audio/flac \ jack:${PORTSDIR}/audio/jack \ ogg:${PORTSDIR}/audio/libogg \ + sndfile:${PORTSDIR}/audio/libsndfile \ vorbis:${PORTSDIR}/audio/libvorbis \ pulse:${PORTSDIR}/audio/pulseaudio \ - oil-0.3.0:${PORTSDIR}/devel/liboil \ + gdbm:${PORTSDIR}/databases/gdbm \ + dbus-1:${PORTSDIR}/devel/dbus \ + execinfo:${PORTSDIR}/devel/libexecinfo \ + oil:${PORTSDIR}/devel/liboil \ pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - orc-0.4:${PORTSDIR}/devel/orc \ + orc:${PORTSDIR}/devel/orc \ pcre:${PORTSDIR}/devel/pcre \ aa:${PORTSDIR}/graphics/aalib \ cairo:${PORTSDIR}/graphics/cairo \ - visual-0.4.0:${PORTSDIR}/graphics/libvisual04 \ + visual-0.4:${PORTSDIR}/graphics/libvisual04 \ + opencv_calib3d:${PORTSDIR}/graphics/opencv \ png15:${PORTSDIR}/graphics/png \ + fftw3:${PORTSDIR}/math/fftw3 \ + fftw3f:${PORTSDIR}/math/fftw3-float \ avcodec:${PORTSDIR}/multimedia/ffmpeg \ dv:${PORTSDIR}/multimedia/libdv \ theora:${PORTSDIR}/multimedia/libtheora \ vpx:${PORTSDIR}/multimedia/libvpx \ - mjpegutils-2.0.0:${PORTSDIR}/multimedia/mjpegtools \ - schroedinger-1.0:${PORTSDIR}/multimedia/schroedinger \ + mjpegutils:${PORTSDIR}/multimedia/mjpegtools \ + schroedinger:${PORTSDIR}/multimedia/schroedinger \ xvidcore:${PORTSDIR}/multimedia/xvid \ freetype:${PORTSDIR}/print/freetype2 \ expat:${PORTSDIR}/textproc/expat2 \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ xcb:${PORTSDIR}/x11/libxcb -RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ +RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa \ + mpg123:${PORTSDIR}/audio/mpg123 \ sox:${PORTSDIR}/audio/sox \ ogg123:${PORTSDIR}/audio/vorbis-tools \ convert:${PORTSDIR}/graphics/ImageMagick \ @@ -59,6 +65,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:L} USE_BZIP2= yes USE_LDCONFIG= yes USE_ICONV= yes +USE_NCURSES= yes USE_GNOME= gtk20 gnomehack gdkpixbuf2 USE_SDL= sdl USE_PYTHON= yes @@ -67,8 +74,8 @@ USE_CDRTOOLS= yes USE_GHOSTSCRIPT_RUN= yes GNU_CONFIGURE= yes USE_PKGCONFIG= build -USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \ - xi xinerama xrandr xrender +USE_XORG= ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \ + xfixes xi xinerama xrandr xrender xtst MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --disable-ldvgrab @@ -86,7 +93,6 @@ DOC_FILES= AUTHORS BUGS ChangeLog FEATUR PORT_VERBS= lives LiVES _encoder.py midistart midistop smogrify sendOSC OPTIONS_DEFINE= DOXYGEN FREI0R -FREI0R_DESC= Enable frei0r support .include @@ -135,7 +141,7 @@ post-patch: /flags/s|-Wl,-Bsymbolic||g ; \ /flags/s|--tag=disable-static||g' @${REINPLACE_CMD} -e 's|-$$(VERSION)||g' ${WRKSRC}/Makefile.in - ${REINPLACE_CMD} 's|/bin/touch|/usr/bin/touch|g' \ + @${REINPLACE_CMD} 's|/bin/touch|/usr/bin/touch|g' \ ${WRKSRC}/smogrify \ ${WRKSRC}/src/callbacks.c \ ${WRKSRC}/src/saveplay.c \ Modified: head/multimedia/lives/distinfo ============================================================================== --- head/multimedia/lives/distinfo Mon Nov 5 22:15:43 2012 (r307039) +++ head/multimedia/lives/distinfo Mon Nov 5 22:17:15 2012 (r307040) @@ -1,2 +1,2 @@ -SHA256 (LiVES-1.6.3.tar.bz2) = eab661d85d538ea5a21224b437d7c3d85ad930998210dda2644c9c381124f92a -SIZE (LiVES-1.6.3.tar.bz2) = 3492971 +SHA256 (LiVES-1.6.4.tar.bz2) = 3745e831ad495ae47cbbdec08116ae2f23afcfaa5116eb3edbb721bbf2910db2 +SIZE (LiVES-1.6.4.tar.bz2) = 3497570 Modified: head/multimedia/lives/pkg-plist ============================================================================== --- head/multimedia/lives/pkg-plist Mon Nov 5 22:15:43 2012 (r307039) +++ head/multimedia/lives/pkg-plist Mon Nov 5 22:17:15 2012 (r307040) @@ -63,10 +63,14 @@ lib/lives/plugins/effects/realtime/weed/ lib/lives/plugins/effects/realtime/weed/RGBdelay.so lib/lives/plugins/effects/realtime/weed/alien_overlay.la lib/lives/plugins/effects/realtime/weed/alien_overlay.so +lib/lives/plugins/effects/realtime/weed/audio_fft.la +lib/lives/plugins/effects/realtime/weed/audio_fft.so lib/lives/plugins/effects/realtime/weed/audio_transition.la lib/lives/plugins/effects/realtime/weed/audio_transition.so lib/lives/plugins/effects/realtime/weed/audio_volume.la lib/lives/plugins/effects/realtime/weed/audio_volume.so +lib/lives/plugins/effects/realtime/weed/beat_detector.la +lib/lives/plugins/effects/realtime/weed/beat_detector.so lib/lives/plugins/effects/realtime/weed/blank_frame_detector.la lib/lives/plugins/effects/realtime/weed/blank_frame_detector.so lib/lives/plugins/effects/realtime/weed/blurzoom.la @@ -85,6 +89,8 @@ lib/lives/plugins/effects/realtime/weed/ lib/lives/plugins/effects/realtime/weed/deinterlace.so lib/lives/plugins/effects/realtime/weed/edge.la lib/lives/plugins/effects/realtime/weed/edge.so +lib/lives/plugins/effects/realtime/weed/farneback_analyser.la +lib/lives/plugins/effects/realtime/weed/farneback_analyser.so lib/lives/plugins/effects/realtime/weed/fg_bg_removal.la lib/lives/plugins/effects/realtime/weed/fg_bg_removal.so lib/lives/plugins/effects/realtime/weed/fireTV.la @@ -97,6 +103,8 @@ lib/lives/plugins/effects/realtime/weed/ lib/lives/plugins/effects/realtime/weed/haar_analyser.so lib/lives/plugins/effects/realtime/weed/haip.la lib/lives/plugins/effects/realtime/weed/haip.so +lib/lives/plugins/effects/realtime/weed/ladspa.la +lib/lives/plugins/effects/realtime/weed/ladspa.so lib/lives/plugins/effects/realtime/weed/layout_blends.la lib/lives/plugins/effects/realtime/weed/layout_blends.so lib/lives/plugins/effects/realtime/weed/lifeTV.la