| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.2.0
* This version adds support for MLT v6.20.0's preview
scaling.
* For the MLT integration, if the resource starts with
"plain:" webvfx does automatic scaling per the zoom level.
This works fine for content that is simply produced or
overlayed by the filter. However, content that uses the
webvfx JavaScript extension will not operate with zoom
unless the service property mlt_resolution_scale is set to
1.
New properties mlt_profile_scale_width and
mlt_profile_scale_height as real numbers that reflect the
new MLT consumer scale property used to do low-res preview
scaling. Content script can access this via
webvfx.getNumberParameter() to scale its parameters and
elements.
- Refreshed webvfx-versioned-libdir.patch and
webvfx-nobrowser.patch
- Update to version 1.1.0
* Added support for alpha channels in MLT video for input and
output.
* Added a transparent property to the MLT filter. When the
property is set to 1, this gives a filter a transparent white
canvas for drawing while the MLT video image is still
available through the JavaScript extension. This facilitates
using WebVfx to draw the alpha channel independently of the
MLT alpha channel.
* Added support for getting a MLT rectangle property
(mlt_rect) as a JavaScript object with properties: x, y,
width, height, and opacity.
- Refreshed webvfx-versioned-libdir.patch and
webvfx-nobrowser.patch
- Update to release version 1.0.0 - Add webvfx-nobrowser.patch to fix Factory build. - Upstream changes: Set version to 1.0.0
- Update to version 0.44+git20180523 - Rebase webvfx-versioned-libdir.patch. - Upstream changes: * check pointers before using them.
- Fix Leap:15.0 build and run spec-cleaner.
- Removed mlt patches: 6c658e5d8cd11933bf799a2a985aa4b24cfbcb60.patch, libmlt-nomorexlocale_h.patch, em_close.patch and use-recommended-freetype-include.patch. - Package LICENSE and README.md.
- Apply all mlt patches before building.
- Trim filler wording from descriptions; fix identical descriptions being used in different subpackages. - Cure "useless use of cat" (`ls -1`) by replacing with just *.
- Added man pages for binaries.
- Created initial package version 0.44+git20160823 from current git rev: e918ce4667e623c3d60735cb898223e730c6d7af needed by shotcut. See boo#1043070 - Added webvfx-versioned-libdir.patch to enable arch dependent library directory install