Update to 6.6.0+git20180502 to enable shotcut 18.05 to build. - Upstream changes: *Fix affine and region filters alter the frame's position. *Fix mono channel configuration for ladspa plugins. (#334) *Convert affine to mlt_rect and animation APIs. *Add mlt_animation_key_set_frame() and Animation::key_set_frame(). *Fix build for Libav *Fix crash on composite transition with unexpected pgm luma https://bugs.kde.org/show_bug.cgi?id=381110 *Fix alpha support for more pixel formats Kdenlive issue #391963 *Add mlt_animation_key_set_type() and Animation::key_set_type(). *Fix rotoscoping crash *Fix parsing non-animation string as animation. *Fix mlt_animations not reliably serializing. *Fix crash with kdenlivetile caused by wrong malloc size *Add filter_swresample. (#305) *Fix #284 GIF encoding not working. *Fix segmentation fault when using qimage png producer #296 - Update to version 0.44+git20180523 - Rebase webvfx-versioned-libdir.patch. - Upstream changes: *check pointers before using them. OBS-URL: https://build.opensuse.org/request/show/604608 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=87
12 lines
495 B
Diff
12 lines
495 B
Diff
Index: webvfx-d65a42d25a887d11fd5cf5e485c1561dc802b671/webvfx/webvfx.pro
|
|
===================================================================
|
|
--- webvfx-d65a42d25a887d11fd5cf5e485c1561dc802b671/webvfx/webvfx.pro.orig 2018-02-24 21:17:19.000000000 +0200
|
|
+++ webvfx-d65a42d25a887d11fd5cf5e485c1561dc802b671/webvfx/webvfx.pro 2018-05-06 12:24:57.399644007 +0200
|
|
@@ -47,5 +47,5 @@ QT += opengl quick
|
|
|
|
TARGET = webvfx
|
|
|
|
-target.path = $$PREFIX/lib
|
|
+target.path = $$PREFIX/$$WLIB
|
|
INSTALLS += target
|