From owner-svn-ports-head@freebsd.org Mon Sep 12 18:32:20 2016 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 122F2BD8531; Mon, 12 Sep 2016 18:32:20 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DE81495A; Mon, 12 Sep 2016 18:32:19 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8CIWJK5049309; Mon, 12 Sep 2016 18:32:19 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8CIWIJK049306; Mon, 12 Sep 2016 18:32:18 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201609121832.u8CIWIJK049306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 12 Sep 2016 18:32:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421950 - in head/multimedia/lives: . files 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.23 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: Mon, 12 Sep 2016 18:32:20 -0000 Author: pawel Date: Mon Sep 12 18:32:18 2016 New Revision: 421950 URL: https://svnweb.freebsd.org/changeset/ports/421950 Log: - Update to version 2.8.0 - Register proxy dependencies found by stage-qa Changelog: Correct blank frame fix from 2.6.8 (add one to last frame). Fix coding error when centering windows. Correctly parse the path variables for frei0r, libvisual and ladspa. Set nicer defaults for RGBDelay effect. Deleted: head/multimedia/lives/files/patch-lives-plugins_weed-plugins_toonz.cpp Modified: head/multimedia/lives/Makefile head/multimedia/lives/distinfo head/multimedia/lives/pkg-plist Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Mon Sep 12 18:28:20 2016 (r421949) +++ head/multimedia/lives/Makefile Mon Sep 12 18:32:18 2016 (r421950) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.6.3 +PORTVERSION= 2.8.0 CATEGORIES= multimedia MASTER_SITES= SF @@ -15,15 +15,19 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linu ${LOCALBASE}/bin/analyseplugin:audio/ladspa LIB_DEPENDS= libasound.so:audio/alsa-lib \ libjack.so:audio/jack \ + libogg.so:audio/libogg \ libpulse.so:audio/pulseaudio \ liboil-0.3.so:devel/liboil \ libprojectM.so:graphics/libprojectm \ libvisual-0.4.so:graphics/libvisual04 \ libopencv_calib3d.so:graphics/opencv \ + libopencv_core.so:graphics/opencv-core \ + libpng16.so:graphics/png \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libavcodec.so:multimedia/ffmpeg \ libdv.so:multimedia/libdv \ + libtheora.so:multimedia/libtheora \ libmjpegutils.so:multimedia/mjpegtools \ libschroedinger-1.0.so:multimedia/schroedinger RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:audio/ladspa \ @@ -39,13 +43,16 @@ RUN_DEPENDS= ${LOCALBASE}/bin/analyseplu x264:multimedia/x264 \ cdrecord:sysutils/cdrtools -USES= compiler:c++11-lib ghostscript:run libtool localbase pathfix perl5 \ - pkgconfig python shebangfix tar:bzip2 +USES= compiler:c++11-lib gettext-runtime ghostscript:run libtool \ + localbase pathfix perl5 pkgconfig python shebangfix tar:bzip2 SHEBANG_FILES= build-lives-rfx-plugin build-lives-rfx-plugin-multi \ smogrify tools/autolives.pl lives-plugins/plugins/encoders/*_encoder \ lives-plugins/plugins/playback/audiostream/audiostreamer.pl GNU_CONFIGURE= yes -USE_GNOME= gtk30 intltool +USE_XORG= x11 +USE_GL= gl +USE_SDL= sdl +USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-ldvgrab @@ -59,8 +66,6 @@ DOC_FILES= AUTHORS BUGS ChangeLog FEATUR lives-plugins/marcos-encoders/README.multi_encoder \ weed-docs/weedspec.txt weed-docs/weedevents.txt -PORT_VERBS= lives LiVES _encoder.py midistart midistop smogrify sendOSC - OPTIONS_DEFINE= DOCS DOXYGEN FREI0R MATROSKA NLS OPTIONS_SUB= yes @@ -70,7 +75,7 @@ FREI0R_BUILD_DEPENDS= frei0r>0:graphics/ FREI0R_RUN_DEPENDS= frei0r>0:graphics/frei0r FREI0R_CONFIGURE_ENV_OFF= ac_cv_header_frei0r_h=no MATROSKA_RUN_DEPENDS= mkvmerge:multimedia/mkvtoolnix -NLS_USES= gettext +NLS_USES= gettext-tools NLS_CONFIGURE_OFF= --disable-nls post-patch: Modified: head/multimedia/lives/distinfo ============================================================================== --- head/multimedia/lives/distinfo Mon Sep 12 18:28:20 2016 (r421949) +++ head/multimedia/lives/distinfo Mon Sep 12 18:32:18 2016 (r421950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463232875 -SHA256 (lives-2.6.3.tar.bz2) = 495248a51f00925576631821266e1f8acf3eca3b5eb1eaaf350201bfc000b1dc -SIZE (lives-2.6.3.tar.bz2) = 3888592 +TIMESTAMP = 1473086975 +SHA256 (lives-2.8.0.tar.bz2) = eecea7a7517d944b1dc04b2f7ce51517e96531b04e67f3d34b0f8ef729d19fdc +SIZE (lives-2.8.0.tar.bz2) = 3888265 Modified: head/multimedia/lives/pkg-plist ============================================================================== --- head/multimedia/lives/pkg-plist Mon Sep 12 18:28:20 2016 (r421949) +++ head/multimedia/lives/pkg-plist Mon Sep 12 18:32:18 2016 (r421950) @@ -211,7 +211,6 @@ libdata/pkgconfig/libweed-plugin.pc libdata/pkgconfig/libweed-utils.pc libdata/pkgconfig/libweed.pc libdata/pkgconfig/libweed_slice.pc -share/app-install/icons/lives.png share/applications/LiVES.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/BUGS @@ -227,6 +226,7 @@ share/applications/LiVES.desktop %%PORTDOCS%%%%DOCSDIR%%/rfxbuilder.odt %%PORTDOCS%%%%DOCSDIR%%/weedevents.txt %%PORTDOCS%%%%DOCSDIR%%/weedspec.txt +share/icons/hicolor/48x48/apps/lives.png %%DATADIR%%/default.keymap %%DATADIR%%/icons/audio.png %%DATADIR%%/icons/fullscreen.png