Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-qt for 
openSUSE:Factory checked in at 2013-07-17 09:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-qt (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-0_10-plugins-qt"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-qt/gstreamer-0_10-plugins-qt.changes
      2013-01-29 13:31:45.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-qt.new/gstreamer-0_10-plugins-qt.changes
 2013-07-17 09:25:20.000000000 +0200
@@ -1,0 +2,40 @@
+Fri Jul 12 12:33:24 UTC 2013 - [email protected]
+
+- Update to 0.10.2.2 prerelease:
+ * Additions:
+  + Added Qt5 support.
+  + Added GstDiscoverer bindings.
+  + QGlib::Error can now be used in QGlib::Value
+  + Added convenience constructors for QGst::ClockTime
+ * Fixes:
+  + Fixed qtglvideosink painting on QGLFrameBufferObject
+  + Fixed codegen compilation with bison 2.6
+  + Fixed example code in the QGst::Ui::GraphicsVideoSurface
+    apidocs
+  + Many fixes for windows support
+ * Build system fixes and enhancements:
+  + Use recent cmake goodies:
+    - CMakePackageConfigHelpers, which simplifies
+      QtGStreamerConfig.cmake and adds version checking in
+      find_package(QtGStreamer)
+    - CMAKE_POSITION_INDEPENDENT_CODE, which eliminates issues
+      with missing -fPIC / -fPIE
+    - GNUInstallDirs, which adds automagic support for debian
+      multiarch and also takes away the need for LIB_SUFFIX
+  + .dll's are now installed in the correct place ($prefix/bin)
+    on windows
+  + cmake config files are now installed in
+    $libdir/cmake/$package instead of $libdir/$package
+  + Renamed signal.h to qglib_signal.h to avoid problems where
+    the compiler mixes it up with the C <signal.h>
+  + Determine whether to use OpenGLES or desktop OpenGL by
+    looking at what Qt is using on the target system instead
+    of guessing.
+ * Changes in dependencies:
+  + CMake 2.8.9 is now required
+  + Drop completely automoc dependency in favor of cmake's
+    internal automoc
+  + Qt5 can be used instead of Qt4. The resulting qt-gstreamer
+    files will be co-installable with the ones built using Qt4.
+
+-------------------------------------------------------------------

Old:
----
  qt-gstreamer-0.10.2.tar.bz2

New:
----
  qt-gstreamer-0.10.2.2.tar.gz

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

Other differences:
------------------
++++++ gstreamer-0_10-plugins-qt.spec ++++++
--- /var/tmp/diff_new_pack.6D9Ewj/_old  2013-07-17 09:25:20.000000000 +0200
+++ /var/tmp/diff_new_pack.6D9Ewj/_new  2013-07-17 09:25:20.000000000 +0200
@@ -21,32 +21,33 @@
 %define gstmin  0
 %define glibmin 0
 Name:           gstreamer-%{gstnum}-plugins-qt
-Version:        0.10.2
+Version:        0.10.2.2
 Release:        0
 Summary:        C++/Qt bindings for GStreamer
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 Url:            http://gstreamer.freedesktop.org/wiki/QtGStreamer
-Source:         
http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-%{version}.tar.bz2
+Source:         
http://gstreamer.freedesktop.org/src/qt-gstreamer/pre/qt-gstreamer-%{version}.tar.gz
 BuildRequires:  bison
 BuildRequires:  boost-devel
-BuildRequires:  cmake
+BuildRequires:  cmake >= 2.8.9
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  flex
+BuildRequires:  pkgconfig(QtCore)
+BuildRequires:  pkgconfig(QtDeclarative)
+BuildRequires:  pkgconfig(QtOpenGL)
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glesv2)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gstreamer-0.10)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
 BuildRequires:  pkgconfig(gstreamer-app-0.10)
 BuildRequires:  pkgconfig(gstreamer-base-0.10)
 BuildRequires:  pkgconfig(gstreamer-interfaces-0.10)
+BuildRequires:  pkgconfig(gstreamer-pbutils-0.10)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
 BuildRequires:  pkgconfig(gstreamer-video-0.10)
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(gl)
-BuildRequires:  pkgconfig(glesv2)
-BuildRequires:  pkgconfig(QtCore)
-BuildRequires:  pkgconfig(QtDeclarative)
-BuildRequires:  pkgconfig(QtOpenGL)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,20 +66,20 @@
 %package devel
 Summary:        Include files and libraries mandatory for development
 Group:          Development/Libraries/C and C++
+Requires:       %{name} = %{version}
 Requires:       boost-devel
+Requires:       libQtGStreamer-%{gstnum}-%{gstmin} = %{version}
+Requires:       pkgconfig(QtDeclarative)
+Requires:       pkgconfig(QtGLib-2.0) = %{version}
+Requires:       pkgconfig(QtOpenGL)
+Requires:       pkgconfig(gl)
+Requires:       pkgconfig(glesv2)
 Requires:       pkgconfig(gstreamer-0.10)
-Requires:       pkgconfig(gstreamer-plugins-base-0.10)
 Requires:       pkgconfig(gstreamer-app-0.10)
 Requires:       pkgconfig(gstreamer-base-0.10)
 Requires:       pkgconfig(gstreamer-interfaces-0.10)
+Requires:       pkgconfig(gstreamer-plugins-base-0.10)
 Requires:       pkgconfig(gstreamer-video-0.10)
-Requires:       pkgconfig(gl)
-Requires:       pkgconfig(glesv2)
-Requires:       pkgconfig(QtDeclarative)
-Requires:       pkgconfig(QtOpenGL)
-Requires:       pkgconfig(QtGLib-2.0) = %{version}
-Requires:       %{name} = %{version}
-Requires:       libQtGStreamer-%{gstnum}-%{gstmin} = %{version}
 Provides:       libQtGStreamer-%{gstnum}-devel = %{version}
 Obsoletes:      libQtGStreamer-%{gstnum}-devel < %{version}
 
@@ -97,9 +98,9 @@
 Summary:        C++/Qt bindings for GLib
 Group:          Development/Libraries/C and C++
 Requires:       libQtGLib-%{glibnum}-%{glibmin} = %{version}
+Requires:       pkgconfig(QtCore)
 Requires:       pkgconfig(glib-2.0)
 Requires:       pkgconfig(gobject-2.0)
-Requires:       pkgconfig(QtCore)
 
 %description -n libQtGLib-devel
 GLib is a general-purpose utility library, which provides many useful
@@ -176,7 +177,7 @@
 %defattr(-,root,root)
 %dir %{_includedir}/QtGStreamer/
 %{_includedir}/QtGStreamer/QGlib/
-%{_libdir}/QtGStreamer/
+%{_libdir}/cmake/QtGStreamer/
 %{_libdir}/libQtGLib-2.0.so
 %{_libdir}/pkgconfig/QtGLib-2.0.pc
 

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

Reply via email to