Hello community,

here is the log from the commit of package kdenlive for openSUSE:Factory 
checked in at 2012-05-21 07:27:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08 
12:27:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdenlive.new/kdenlive.changes   2012-05-21 
07:27:53.000000000 +0200
@@ -1,0 +2,24 @@
+Tue May 15 12:04:17 UTC 2012 - reddw...@opensuse.org
+
+- Update to 0.9
+  * Improved effects workflow
+  * Automatic audio alignment
+  * Easy import of online resources
+  * Usability improvements
+    - Recording can now be monitored through the audio and color
+      scopes, audio normalization can analyse audio for better
+      results
+    - Allow audio only recording
+    - Clips can be sorted by date
+    - New effects from MLT / frei0r: video stabilizers,
+      IIR Blur, etc
+    - Offline editing (Backup the project with proxy clips only to
+      work on less powerful computers)
+  * Read the ChangeLog file for a more complete list of changes
+- Add %icon_theme_cache_post and %desktop_database_post macros and
+  its dependencies as BuildRequires
+- Update the BuildRequires
+- Updates source tag with new URL
+- Recommend genisoimage instead of mkisofs
+
+-------------------------------------------------------------------

Old:
----
  kdenlive-0.8.2.1-missing_glu_h.patch
  kdenlive-0.8.2.1.tar.gz

New:
----
  kdenlive-0.9.tar.gz

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

Other differences:
------------------
++++++ kdenlive.spec ++++++
--- /var/tmp/diff_new_pack.I9aVtW/_old  2012-05-21 07:27:54.000000000 +0200
+++ /var/tmp/diff_new_pack.I9aVtW/_new  2012-05-21 07:27:54.000000000 +0200
@@ -11,38 +11,51 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
-%define mlt_version 0.7.6
+%define kde_version 4.3
+%define mlt_version 0.7.8
+%define qt_version 4.5
 
 Name:           kdenlive
-Version:        0.8.2.1
+Version:        0.9
 Release:        0
-Url:            http://kdenlive.sourceforge.net/
 Summary:        Non-linear video editor
 License:        GPL-2.0
 Group:          Productivity/Multimedia/Video/Editors and Convertors
-Source0:        
http://sourceforge.net/projects/kdenlive/files/kdenlive/%{version}/kdenlive-%{version}.tar.gz
-Patch0:         kdenlive-0.8.2.1-missing_glu_h.patch
+Url:            http://www.kdenlive.org/
+Source0:        
http://download.kde.org/stable/kdenlive/%{version}/src/kdenlive-%{version}.tar.gz
+BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
-BuildRequires:  libkde4-devel
-BuildRequires:  pkgconfig(mlt-framework) >= %{mlt_version}
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  libkde4-devel >= %{kde_version}
+BuildRequires:  libkdecore4-devel >= %{kde_version}
+BuildRequires:  shared-mime-info
+BuildRequires:  pkgconfig(QJson) >= 0.5
+BuildRequires:  pkgconfig(QtCore) >= %{qt_version}
+BuildRequires:  pkgconfig(QtDBus) >= %{qt_version}
+BuildRequires:  pkgconfig(QtGui) >= %{qt_version}
+BuildRequires:  pkgconfig(QtOpenGL) >= %{qt_version}
+BuildRequires:  pkgconfig(QtScript) >= %{qt_version}
+BuildRequires:  pkgconfig(QtSvg) >= %{qt_version}
+BuildRequires:  pkgconfig(QtXml) >= %{qt_version}
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(mlt++) >= %{mlt_version}
-BuildRequires:  pkgconfig(qimageblitz)
-BuildRequires:  pkgconfig(QJson)
-BuildRequires:  pkgconfig(soprano)
+BuildRequires:  pkgconfig(mlt-framework) >= %{mlt_version}
+BuildRequires:  pkgconfig(x11)
 Requires:       %{_bindir}/melt
 # Waiting for the day all libraries have versioned symbols...
-Requires:       %(rpm -qf %{_libdir}/libmlt.so.[0-9] --qf '%{NAME}') >= 
%{mlt_version}
-Requires:       %(rpm -qf %{_libdir}/libmlt++.so.[0-9] --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
 Recommends:     %{_bindir}/ffplay
-Recommends:     %{_bindir}/mkisofs
+Recommends:     %{_bindir}/genisoimage
 Recommends:     %{_bindir}/recordmydesktop
 %kde4_runtime_requires
 
@@ -55,7 +68,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 %cmake_kde4 -d build
@@ -66,40 +78,44 @@
 %kde4_makeinstall
 popd
 # Debian menu system
-rm -r '%{buildroot}%{_datadir}/menu'
-rm '%{buildroot}%{_datadir}/pixmaps/%{name}.xpm'
+rm -r %{buildroot}%{_datadir}/menu
+rm %{buildroot}%{_datadir}/pixmaps/kdenlive.xpm
 
 %find_lang %{name}
 
-%fdupes -s '%{buildroot}'
+%fdupes -s %{buildroot}
 
 %kde_post_install
 
+%post
+%icon_theme_cache_post
+%icon_theme_cache_post oxygen
+%mime_database_post
+%desktop_database_post
+
 %postun
+%desktop_database_postun
 %mime_database_postun
-
-%posttrans
-%mime_database_post
+%icon_theme_cache_postun oxygen
+%icon_theme_cache_postun
 
 %files -f %{name}.lang
 %defattr(0644,root,root,0755)
 %doc AUTHORS COPYING README
-%attr(0755,-,-) %{_bindir}/%{name}
-%attr(0755,-,-) %{_bindir}/%{name}_render
-%{_mandir}/man1/%{name}.1%{ext_man}
-%{_mandir}/man1/%{name}_render.1%{ext_man}
-%{_kde4_appsdir}/%{name}
-%{_kde4_modulesdir}/lib%{name}_sampleplugin.so
+%attr(0755,-,-) %{_bindir}/kdenlive
+%attr(0755,-,-) %{_bindir}/kdenlive_render
+%{_mandir}/man1/kdenlive.1*
+%{_mandir}/man1/kdenlive_render.1*
+%{_kde4_appsdir}/kdenlive
+%{_kde4_modulesdir}/libkdenlive_sampleplugin.so
 %{_kde4_modulesdir}/westleypreview.so
-%{_kde4_configdir}/%{name}*
-%{_kde4_configdir}.kcfg/%{name}*
+%{_kde4_configdir}/kdenlive*
+%{_kde4_configdir}.kcfg/kdenlive*
 %{_kde4_servicesdir}/westleypreview.desktop
-%{_kde4_applicationsdir}/%{name}.desktop
-%{_datadir}/icons/*/*/apps/%{name}.png
-%{_datadir}/mime/packages/%{name}.xml
+%{_kde4_applicationsdir}/kdenlive.desktop
+%{_datadir}/icons/hicolor/*/*/*
+%{_datadir}/icons/oxygen/*/*/*
+%{_datadir}/mime/packages/kdenlive.xml
 %{_datadir}/mime/packages/westley.xml
-%{_datadir}/icons/*/*/mimetypes/application-x-%{name}title.*
-%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}.svgz
-%{_datadir}/icons/hicolor/scalable/mimetypes/video-mlt-playlist.svgz
 
 %changelog

++++++ kdenlive-0.8.2.1.tar.gz -> kdenlive-0.9.tar.gz ++++++
/work/SRC/openSUSE:Factory/kdenlive/kdenlive-0.8.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.kdenlive.new/kdenlive-0.9.tar.gz differ: char 5, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to