Date: Mon, 12 Sep 2016 18:32:18 +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: r421950 - in head/multimedia/lives: . files Message-ID: <201609121832.u8CIWIJK049306@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609121832.u8CIWIJK049306>