Rafael Sadowski wrote (2022-08-18 09:26 CEST):
> Update shotcut to 22.06.23.
>
> - Tested with mlt 7.8.0
> - Cleanup GH_* and remove DISTNAME
> - Cleanup WANTLIB
> - Switch to CMake, qmake is gone upstream
> - Add BUILD_DEPENDS, jack and sdl2 are grepped at build-time.
>
> Feedback, OK?
I'm seeing errors. Forgotten cvs add?
/usr/ports/pobj/shotcut-22.06.23/shotcut-22.06.23/src/mltcontroller.cpp:1175:47: error: too many arguments to function
call, expected single argument 'position', have 2 arguments
animation.previous_key(delta, previous);
~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
/usr/local/include/mlt-7/mlt++/MltAnimation.h:48:8: note: 'previous_key' declared here
int previous_key( int position );
^
1 error generated.
[...]
/usr/ports/pobj/shotcut-22.06.23/shotcut-22.06.23/src/qmltypes/qmlfilter.cpp:727:59: error: too many arguments to function call, expected single argument 'position', have 2 arguments
bool error = animation.previous_key(position, previous);
~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
/usr/local/include/mlt-7/mlt++/MltAnimation.h:48:8: note: 'previous_key' declared here
int previous_key( int position );
^
/usr/ports/pobj/shotcut-22.06.23/shotcut-22.06.23/src/qmltypes/qmlfilter.cpp:742:82: error: too many arguments to function call, expected single argument 'position', have 2 arguments
animation.next_key(animation.is_key(position) ? position + 1 : position, result);
~~~~~~~~~~~~~~~~~~ ^~~~~~
/usr/local/include/mlt-7/mlt++/MltAnimation.h:47:8: note: 'next_key' declared here
int next_key( int position );
^
/usr/ports/pobj/shotcut-22.06.23/shotcut-22.06.23/src/qmltypes/qmlfilter.cpp:752:86: error: too many arguments to function call, expected single argument 'position', have 2 arguments
animation.previous_key(animation.is_key(position) ? position - 1 : position, result);
~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~
/usr/local/include/mlt-7/mlt++/MltAnimation.h:48:8: note: 'previous_key' declared here
int previous_key( int position );
^
3 errors generated.
Best,
Stefan
No comments:
Post a Comment