Hi Rafael, On Fri, 10 May 2019 09:21:00 +0200 Rafael Sadowski <[email protected]> wrote:
> Update mlt to 6.16.0 > > - Remove ports-gcc<=8 workaround. Tested wit ports-gcc and base-clang. I confirm that on macppc, even tests build well :) OK cwen@ > - Minor bump (added new symbols). > - Changelog: https://github.com/mltframework/mlt/releases > > RS > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/multimedia/mlt/Makefile,v > retrieving revision 1.21 > diff -u -p -u -p -r1.21 Makefile > --- Makefile 26 Apr 2019 13:39:16 -0000 1.21 > +++ Makefile 10 May 2019 07:19:46 -0000 > @@ -2,14 +2,14 @@ > > COMMENT-main = multimedia transformations framework > COMMENT-gpl2 = GPLv2-licensed modules for mlt > -VERSION = 6.14.0 > +VERSION = 6.16.0 > DISTNAME = mlt-${VERSION} > PKGNAME-main = ${DISTNAME} > PKGNAME-gpl2 = mlt-gpl2-${VERSION} > > # XXX versions should be kept in sync together > -SHARED_LIBS = mlt 3.0 > -SHARED_LIBS += mlt++ 3.0 > +SHARED_LIBS = mlt 3.1 > +SHARED_LIBS += mlt++ 3.1 > > CATEGORIES = multimedia devel > HOMEPAGE = https://www.mltframework.org/ > @@ -87,9 +87,3 @@ do-test: > ${ALL_TEST_FLAGS} clean all check > > .include <bsd.port.mk> > - > -# fix error: #error "Qt requires C++11 support" > -# XXX this should be retried once moving to ports-gcc>=8 > -.if ${CHOSEN_COMPILER} == "ports-gcc" > -MAKE_ENV += CXXFLAGS="${CXXFLAGS} -std=c++11" > -.endif > Index: distinfo > =================================================================== > RCS file: /cvs/ports/multimedia/mlt/distinfo,v > retrieving revision 1.6 > diff -u -p -u -p -r1.6 distinfo > --- distinfo 26 Apr 2019 13:39:16 -0000 1.6 > +++ distinfo 10 May 2019 07:19:46 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (mlt-6.14.0.tar.gz) = > n88l6t/yiu6imnHGfPc7NXOpE0QkxW3idTTyJHwqfGs= -SIZE > (mlt-6.14.0.tar.gz) = 1413015 +SHA256 (mlt-6.16.0.tar.gz) = > 2fzC1D8PdoBfU63KcOl5W/6nlSgF130UvjoqNj+x7cM= +SIZE > (mlt-6.16.0.tar.gz) = 1414374 >
