Hello community,

here is the log from the commit of package libmlt for openSUSE:Factory checked 
in at 2014-10-19 19:27:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmlt (Old)
 and      /work/SRC/openSUSE:Factory/.libmlt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmlt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes    2013-12-13 
13:08:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes       2014-10-19 
19:27:30.000000000 +0200
@@ -1,0 +2,45 @@
+Thu Oct 16 15:45:45 UTC 2014 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  mlt-0.9.0.tar.gz

New:
----
  mlt-0.9.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libmlt.spec ++++++
--- /var/tmp/diff_new_pack.QmwvZX/_old  2014-10-19 19:27:31.000000000 +0200
+++ /var/tmp/diff_new_pack.QmwvZX/_new  2014-10-19 19:27:31.000000000 +0200
@@ -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+

++++++ mlt-0.9.0.tar.gz -> mlt-0.9.2.tar.gz ++++++
++++ 38688 lines of diff (skipped)

++++++ use-recommended-freetype-include.patch ++++++
--- /var/tmp/diff_new_pack.QmwvZX/_old  2014-10-19 19:27:31.000000000 +0200
+++ /var/tmp/diff_new_pack.QmwvZX/_new  2014-10-19 19:27:31.000000000 +0200
@@ -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 <string.h>
  #include <gdk-pixbuf/gdk-pixbuf.h>
  #include <pango/pangoft2.h>
--#include <freetype/freetype.h>
+-#include <freetype.h>
 +#include <ft2build.h>
 +#include FT_FREETYPE_H
  #include <iconv.h>

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to