diff --git a/libmlt.changes b/libmlt.changes index 2e8c681..eceff02 100644 --- a/libmlt.changes +++ b/libmlt.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Thu Oct 16 15:45:45 UTC 2014 - nico.kruber@gmail.com + +- Update to 0.9.2 + + Framework + * Added "boolean" parameter type and "argument" parameter + attribute to service metadata schema. + * Added mlt_properties_frames_to_time(). + * Added mlt_properties_time_to_frames(). + * Changed mlt_events_fire() to return the number of listeners. + * Added consumer-thread-create and consumer-thread-join events. + * Added LC_NUMERIC handling for Windows. + * Added mlt_playlist_mix_out() and mlt_playlist_mix_in(). + * Added mlt_properties_from_utf8(). + + Modules + * Renamed "qimage" module to "qt". + * Added support for Qt 5. + * Added qtext producer, which is now prefered by dynamictext + filter over pango. + * Added xml-nogl consumer. + * Consolidated dgraft, burningtv, and rotoscoping into new + plusgpl module. + * Added vid.stab module with vidstab and deshake filters. This + depends on external vid.stab library unlike its predecessors. + * Rewrote opengl module. + * Added loudness filter based on EBU R128. + * Added rgblut filter to plus module. + * Added luma-only liftgammagain filter to plusgpl module. + * Added lift_gamma_gain filter to plus module. + * Added support new keyframable animated properties to brightness, + volume, panner, boxblur, wave, sepia, charcoal, burn, gamma, + grain, dust, lines, tcolor, oldfilm. + * Added movit.luma transition to opengl module. + * Added cbrts consumer to plusgpl module. + * Removed the "ppm" PPM-pipe producer. + * Added more VITC functionality to decklink module. + * Added matte transition to core module. + + DEPRECATION WARNINGS + * Deprecate videostab module with videostab and videostab filters. + This will not be removed soon in order to keep old scripts and + projects functional. + * Deprecate the dv (libdv), kino, and vorbis modules. These are + scheduled to be removed in next release. +- Update use-recommended-freetype-include.patch + ------------------------------------------------------------------- Wed Dec 11 18:59:43 UTC 2013 - hrvoje.senjan@gmail.com diff --git a/libmlt.spec b/libmlt.spec index 48e991d..5317381 100644 --- a/libmlt.spec +++ b/libmlt.spec @@ -1,7 +1,7 @@ # # spec file for package libmlt # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ %define soname_pp 3 Name: %{libname} -Version: 0.9.0 +Version: 0.9.2 Release: 0 Summary: Multimedia framework designed and developed for television broadcasting License: GPL-3.0+ diff --git a/mlt-0.9.0.tar.gz b/mlt-0.9.0.tar.gz deleted file mode 100644 index f8cff58..0000000 --- a/mlt-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f20c6a9c9acaed3da84c601bf9293b2d148168386e5be2bc55651a75f95c1cc9 -size 1167943 diff --git a/mlt-0.9.2.tar.gz b/mlt-0.9.2.tar.gz new file mode 100644 index 0000000..14f9a72 --- /dev/null +++ b/mlt-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60aebda834938c5963ec9032ae319badc4929becae0d7c99a9109a7de7b9ba7d +size 1226700 diff --git a/use-recommended-freetype-include.patch b/use-recommended-freetype-include.patch index ea43cae..57a1696 100644 --- a/use-recommended-freetype-include.patch +++ b/use-recommended-freetype-include.patch @@ -1,11 +1,11 @@ -diff -Naur mlt-0.9.0.orig/src/modules/gtk2/producer_pango.c mlt-0.9.0/src/modules/gtk2/producer_pango.c ---- mlt-0.9.0.orig/src/modules/gtk2/producer_pango.c 2013-06-03 05:34:35.000000000 +0200 -+++ mlt-0.9.0/src/modules/gtk2/producer_pango.c 2013-12-11 19:59:06.975420338 +0100 +diff -U 3 -H -d -r -N -- mlt-0.9.2.orig/src/modules/gtk2/producer_pango.c mlt-0.9.2/src/modules/gtk2/producer_pango.c +--- mlt-0.9.2.orig/src/modules/gtk2/producer_pango.c 2014-06-29 22:23:17.000000000 +0200 ++++ mlt-0.9.2/src/modules/gtk2/producer_pango.c 2014-10-16 17:51:03.421118657 +0200 @@ -25,7 +25,8 @@ #include #include #include --#include +-#include +#include +#include FT_FREETYPE_H #include