Hello community,

here is the log from the commit of package libmlt for openSUSE:Factory checked 
in at 2012-06-25 12:34:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmlt (Old)
 and      /work/SRC/openSUSE:Factory/.libmlt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmlt", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes    2012-03-29 
07:45:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes       2012-06-25 
12:34:56.000000000 +0200
@@ -1,0 +2,15 @@
+Mon Jun 18 16:33:36 UTC 2012 - [email protected]
+
+- Update to 0.8.0
+  + Addition of time properties
+  + ABI incompatible changes to some mlt_property functions
+  + Improve seek speed on AVCHD when using FFmpeg v0.9.1+ (NOT
+    Libav!)
+  + Composite and dissolve speed improvements on x86-64
+  + Improve performance of caching in image producers
+  + Add device enumeration to decklink producer and consumer
+- Remove included copy of GPLv3, upstream added it
+- Remove dependency to x11 when unneeded
+- Enable VDPAU support in the avformat module
+
+-------------------------------------------------------------------

Old:
----
  LICENSE.GPL3
  mlt-0.7.8.tar.gz

New:
----
  mlt-0.8.0.tar.gz

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

Other differences:
------------------
++++++ libmlt.spec ++++++
--- /var/tmp/diff_new_pack.m5qJ35/_old  2012-06-25 12:34:58.000000000 +0200
+++ /var/tmp/diff_new_pack.m5qJ35/_new  2012-06-25 12:34:58.000000000 +0200
@@ -20,22 +20,20 @@
 
 %define _name mlt
 %define libname lib%{_name}
-%define soname 4
+%define soname 5
 
 %define _name_pp %{_name}++
 %define libname_pp lib%{_name_pp}
 %define soname_pp 3
 
 Name:           %{libname}
-Version:        0.7.8
+Version:        0.8.0
 Release:        0
 Summary:        Multimedia framework designed and developed for television 
broadcasting
 License:        GPL-3.0+
 Group:          System/Libraries
 Url:            http://%{_name}.sourceforge.net/
 Source0:        
http://downloads.sourceforge.net/project/%{_name}/%{_name}/%{_name}-%{version}.tar.gz
-# See bnc#753622 and 
http://sourceforge.net/mailarchive/forum.php?thread_name=CAJR5sYg76gcz5abiRue%3D1%2Bm%2BPDod6vTnv3Ur3V4Z6CKj-_t%3DyA%40mail.gmail.com&forum_name=mlt-devel
-Source1:        LICENSE.GPL3
 BuildRequires:  gcc-c++
 BuildRequires:  ladspa-devel
 BuildRequires:  pkg-config
@@ -44,8 +42,8 @@
 BuildRequires:  pkgconfig(QtSvg)
 BuildRequires:  pkgconfig(QtXml)
 BuildRequires:  pkgconfig(frei0r)
+BuildRequires:  pkgconfig(gdk-2.0)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(gdk-x11-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(jack)
@@ -58,13 +56,14 @@
 BuildRequires:  pkgconfig(sdl)
 BuildRequires:  pkgconfig(sox)
 BuildRequires:  pkgconfig(vorbisfile)
-BuildRequires:  pkgconfig(x11)
 %if %{with ffmpeg}
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavdevice)
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(libswscale)
+# VDPAU support requires it
+BuildRequires:  pkgconfig(x11)
 %endif
 
 %description
@@ -176,13 +175,14 @@
 %prep
 %setup -q -n %{_name}-%{version}
 
-cp %{S:1} .
-
 %build
-%configure --enable-gpl --avformat-swscale \
+%configure --enable-gpl --enable-gpl3 \
 %ifarch i586
 --disable-mmx \
 %endif
+%if %{with ffmpeg}
+--avformat-vdpau \
+%endif
 --swig-languages=python
 make %{?_smp_mflags}
 
@@ -202,7 +202,7 @@
 
 %files -n %{libname}%{soname}
 %defattr(0644, root, root, 0755)
-%doc AUTHORS ChangeLog COPYING GPL LICENSE.GPL3 NEWS README
+%doc AUTHORS ChangeLog COPYING GPL GPLv3 NEWS README
 %{_libdir}/lib%{_name}.so.%{soname}
 %{_libdir}/lib%{_name}.so.%{version}
 

++++++ mlt-0.7.8.tar.gz -> mlt-0.8.0.tar.gz ++++++
++++ 30570 lines of diff (skipped)

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

Reply via email to