--- graphics/movit/Makefile (revision 472552) +++ graphics/movit/Makefile (working copy) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= movit -PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTVERSION= 1.6.2 CATEGORIES= graphics MASTER_SITES= http://${PORTNAME}.sesse.net/ --- graphics/movit/distinfo (revision 472552) +++ graphics/movit/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482449930 -SHA256 (movit-1.4.0.tar.gz) = cc6bbcd0c907f47cfa7bb3401a30bda849e6a0de2a3ed5c895badbc116d51512 -SIZE (movit-1.4.0.tar.gz) = 578195 +TIMESTAMP = 1529162218 +SHA256 (movit-1.6.2.tar.gz) = 7428d56c23a38224c9333b8bb4a0c4f6b171ba64d4799c16516d40b30d0230e1 +SIZE (movit-1.6.2.tar.gz) = 878822 --- graphics/movit/files/patch-configure.ac (revision 472552) +++ graphics/movit/files/patch-configure.ac (working copy) @@ -1,11 +1,11 @@ ---- configure.ac.orig 2016-11-05 10:46:12 UTC +--- configure.ac.orig 2018-03-18 15:23:37 UTC +++ configure.ac -@@ -17,7 +17,7 @@ PKG_CHECK_MODULES([FFTW3], [fftw3]) - with_SDL2=no +@@ -16,7 +16,7 @@ CXXFLAGS="$CXXFLAGS -std=gnu++11" + + # Needed for unit tests and the demo app. with_demo_app=yes - PKG_CHECK_MODULES([SDL2], [sdl2], [with_SDL2=yes], [ -- PKG_CHECK_MODULES([SDL], [sdl]) -+ PKG_CHECK_MODULES([SDL], [sdl], [], [x=x]) - ]) +-PKG_CHECK_MODULES([SDL2], [sdl2]) ++PKG_CHECK_MODULES([SDL2], [sdl2], [], [x=x]) - # These are only needed for the demo app. + # This is only needed for the demo app. + PKG_CHECK_MODULES([SDL2_image], [SDL2_image], [], [with_demo_app=no; AC_MSG_WARN([SDL2_image not found, demo program will not be built])]) --- graphics/movit/pkg-plist (revision 472552) +++ graphics/movit/pkg-plist (working copy) @@ -46,8 +46,8 @@ include/movit/ycbcr_input.h lib/libmovit.a lib/libmovit.so -lib/libmovit.so.5 -lib/libmovit.so.5.0.0 +lib/libmovit.so.8 +lib/libmovit.so.8.0.2 libdata/pkgconfig/movit.pc %%DATADIR%%/alpha_division_effect.frag %%DATADIR%%/alpha_multiplication_effect.frag @@ -55,10 +55,12 @@ %%DATADIR%%/colorspace_conversion_effect.frag %%DATADIR%%/complex_modulate_effect.frag %%DATADIR%%/deconvolution_sharpen_effect.frag +%%DATADIR%%/deinterlace_effect.comp %%DATADIR%%/deinterlace_effect.frag %%DATADIR%%/dither_effect.frag %%DATADIR%%/fft_pass_effect.frag %%DATADIR%%/flat_input.frag +%%DATADIR%%/footer.comp %%DATADIR%%/footer.frag %%DATADIR%%/gamma_compression_effect.frag %%DATADIR%%/gamma_expansion_effect.frag @@ -65,6 +67,7 @@ %%DATADIR%%/header.130.frag %%DATADIR%%/header.150.frag %%DATADIR%%/header.300es.frag +%%DATADIR%%/header.comp %%DATADIR%%/highlight_cutoff_effect.frag %%DATADIR%%/identity.frag %%DATADIR%%/lift_gamma_gain_effect.frag --- multimedia/mlt/Makefile (revision 472553) +++ multimedia/mlt/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= mlt DISTVERSIONPREFIX= v DISTVERSION= 6.6.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= multimedia MAINTAINER= avilla@FreeBSD.org