Hello community,

here is the log from the commit of package kdenlive for openSUSE:Factory 
checked in at 2012-06-01 22:31:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdenlive (Old)
 and      /work/SRC/openSUSE:Factory/.kdenlive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdenlive", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdenlive/kdenlive.changes        2012-05-21 
07:27:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdenlive.new/kdenlive.changes   2012-06-01 
22:31:43.000000000 +0200
@@ -1,0 +2,20 @@
+Fri Jun  1 13:31:00 UTC 2012 - [email protected]
+
+- Disable V4L support (bnc#765082). GPL-2.0 only, incompatible
+  with GPL-3.0+ parts.
+
+-------------------------------------------------------------------
+Thu May 31 12:01:52 UTC 2012 - [email protected]
+
+- Update to 0.9.2
+  + Fix freeze when reloading previously missing clip
+  + Fade effects lost when moving / resizing clip
+  + Undoing change in clip crop start breaking clip
+  + Make disabling of track effects possible
+  + Fix slideshow clips not working
+  + Fix crash on composite transition
+  + Fix crash when opening stop motion widget
+  + Fix rendering of projects created in another locale
+  + Fix Firewire capture
+
+-------------------------------------------------------------------

Old:
----
  kdenlive-0.9.tar.gz

New:
----
  kdenlive-0.9.2.tar.bz2

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

Other differences:
------------------
++++++ kdenlive.spec ++++++
--- /var/tmp/diff_new_pack.mqdpYh/_old  2012-06-01 22:31:44.000000000 +0200
+++ /var/tmp/diff_new_pack.mqdpYh/_new  2012-06-01 22:31:44.000000000 +0200
@@ -21,13 +21,13 @@
 %define qt_version 4.5
 
 Name:           kdenlive
-Version:        0.9
+Version:        0.9.2
 Release:        0
 Summary:        Non-linear video editor
-License:        GPL-2.0
+License:        GPL-3.0+
 Group:          Productivity/Multimedia/Video/Editors and Convertors
 Url:            http://www.kdenlive.org/
-Source0:        
http://download.kde.org/stable/kdenlive/%{version}/src/kdenlive-%{version}.tar.gz
+Source0:        
http://download.kde.org/stable/kdenlive/%{version}/src/kdenlive-%{version}.tar.bz2
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -49,8 +49,8 @@
 BuildRequires:  pkgconfig(x11)
 Requires:       %{_bindir}/melt
 # Waiting for the day all libraries have versioned symbols...
-Requires:       %(rpm -qf $(readlink -qne %{_libdir}/libmlt.so) --qf 
'%{NAME}') >= %{mlt_version}
 Requires:       %(rpm -qf $(readlink -qne %{_libdir}/libmlt++.so) --qf 
'%{NAME}') >= %{mlt_version}
+Requires:       %(rpm -qf $(readlink -qne %{_libdir}/libmlt.so) --qf 
'%{NAME}') >= %{mlt_version}
 Recommends:     %{_bindir}/dvdauthor
 Recommends:     %{_bindir}/dvgrab
 Recommends:     %{_bindir}/ffmpeg
@@ -70,7 +70,8 @@
 %setup -q
 
 %build
-%cmake_kde4 -d build
+# V4L support is disabled since it's GPL-2.0 only and incompatible with the 
GPL-3.0+ parts (bnc#765082)
+%cmake_kde4 -d build -- -DWITH_V4L=OFF
 %make_jobs
 
 %install

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

Reply via email to