commit qt-gstreamer for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package qt-gstreamer for openSUSE:Factory 
checked in at 2012-04-20 15:19:54

Comparing /work/SRC/openSUSE:Factory/qt-gstreamer (Old)
 and  /work/SRC/openSUSE:Factory/.qt-gstreamer.new (New)


Package is "qt-gstreamer", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/qt-gstreamer/qt-gstreamer.changes
2012-01-25 11:09:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.qt-gstreamer.new/qt-gstreamer.changes   
2012-04-20 15:19:55.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 18 20:19:05 UTC 2012 - cgiboude...@gmx.com
+
+- add boost148_buildfix.diff
+Workaround for QTBUG-22829
+
+
+---

New:

  boost148_buildfix.diff



Other differences:
--
++ qt-gstreamer.spec ++
--- /var/tmp/diff_new_pack.ybIvvx/_old  2012-04-20 15:19:57.0 +0200
+++ /var/tmp/diff_new_pack.ybIvvx/_new  2012-04-20 15:19:57.0 +0200
@@ -35,6 +35,8 @@
 # PATCH-FIX-UPSTREAM qt-gstreamer-glib2.patch bgo#653266 idoen...@suse.de -- 
Fix compilation with new glib2
 Patch1: qt-gstreamer-glib2.patch
 Patch2: fix-build.diff
+# PATCH-FIX-UPSTREAM boost148_buildfix.diff george.kiagiada...@collabora.com 
-- Workaround build issues with boost 1.48
+Patch3: boost148_buildfix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,9 +57,9 @@
 %package -n libQtGStreamer-0_10-devel
 Summary:Include files and libraries mandatory for development
 Group:  Development/Libraries/C and C++
-Requires:   libQtGStreamer-0_10-0 = %version
-Requires:   gstreamer-0_10-plugins-base-devel
 Requires:   boost-devel
+Requires:   gstreamer-0_10-plugins-base-devel
+Requires:   libQtGStreamer-0_10-0 = %version
 
 %description -n libQtGStreamer-0_10-devel
 GStreamer is a streaming-media framework, based on graphs of filters
@@ -116,6 +118,7 @@
 %patch0
 %patch1
 %patch2
+%patch3 -p1
 
 %build
   %cmake_kde4 -d build -- -DQTGSTREAMER_STATIC=OFF

++ boost148_buildfix.diff ++
>From 2cc5399d70d4d6caf8d05df9ca51f5448d545b67 Mon Sep 17 00:00:00 2001
From: George Kiagiadakis 
Date: Fri, 03 Feb 2012 15:55:08 +
Subject: Workaround build issues with boost 1.48

---
diff --git a/src/QGlib/global.h b/src/QGlib/global.h
index 314ed02..e73474b 100644
--- a/src/QGlib/global.h
+++ b/src/QGlib/global.h
@@ -17,6 +17,11 @@
 #ifndef QGLIB_GLOBAL_H
 #define QGLIB_GLOBAL_H
 
+// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829
+#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+#endif
+
 #include 
 #include 
 
diff --git a/src/QGst/Ui/global.h b/src/QGst/Ui/global.h
index cba1806..85c55ea 100644
--- a/src/QGst/Ui/global.h
+++ b/src/QGst/Ui/global.h
@@ -18,6 +18,11 @@
 #ifndef QTGSTREAMERUI_EXPORT_H
 #define QTGSTREAMERUI_EXPORT_H
 
+// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829
+#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+#endif
+
 #include 
 
 /* defined by cmake when building this library */
diff --git a/src/QGst/Utils/global.h b/src/QGst/Utils/global.h
index ed598e6..871c778 100644
--- a/src/QGst/Utils/global.h
+++ b/src/QGst/Utils/global.h
@@ -18,6 +18,11 @@
 #ifndef QGST_UTILS_GLOBAL_H
 #define QGST_UTILS_GLOBAL_H
 
+// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829
+#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+#endif
+
 #include 
 
 /* defined by cmake when building this library */
diff --git a/src/QGst/global.h b/src/QGst/global.h
index ae64cfd..cadf3a4 100644
--- a/src/QGst/global.h
+++ b/src/QGst/global.h
@@ -17,6 +17,11 @@
 #ifndef QGST_GLOBAL_H
 #define QGST_GLOBAL_H
 
+// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829
+#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+#endif
+
 #include "../QGlib/type.h"
 #include 
 #include 
--
cgit v0.9.0.2-2-gbebe
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qt-gstreamer for openSUSE:Factory

2012-01-25 Thread h_root
Hello community,

here is the log from the commit of package qt-gstreamer for openSUSE:Factory 
checked in at 2012-01-25 11:08:47

Comparing /work/SRC/openSUSE:Factory/qt-gstreamer (Old)
 and  /work/SRC/openSUSE:Factory/.qt-gstreamer.new (New)


Package is "qt-gstreamer", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/qt-gstreamer/qt-gstreamer.changes
2012-01-04 07:30:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.qt-gstreamer.new/qt-gstreamer.changes   
2012-01-25 11:09:25.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 24 20:46:40 UTC 2012 - cgiboude...@gmx.com
+
+- Add fix-build.diff.
+Only glib.h can be included directly.
+
+
+---

New:

  fix-build.diff



Other differences:
--
++ qt-gstreamer.spec ++
--- /var/tmp/diff_new_pack.alpLk0/_old  2012-01-25 11:09:26.0 +0100
+++ /var/tmp/diff_new_pack.alpLk0/_new  2012-01-25 11:09:26.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   qt-gstreamer
 Url:http://gstreamer.freedesktop.org/wiki/QtGStreamer
 BuildRequires:  bison
@@ -33,6 +34,7 @@
 Patch0: fix-install-path.diff
 # PATCH-FIX-UPSTREAM qt-gstreamer-glib2.patch bgo#653266 idoen...@suse.de -- 
Fix compilation with new glib2
 Patch1: qt-gstreamer-glib2.patch
+Patch2: fix-build.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -113,6 +115,7 @@
 %setup -q -n qt-gstreamer-%{version}
 %patch0
 %patch1
+%patch2
 
 %build
   %cmake_kde4 -d build -- -DQTGSTREAMER_STATIC=OFF

++ fix-build.diff ++
--- src/QGlib/error.cpp.orig2012-01-24 21:39:53.015727828 +0100
+++ src/QGlib/error.cpp 2012-01-24 21:40:35.027199674 +0100
@@ -15,7 +15,7 @@
 along with this program.  If not, see .
 */
 #include "error.h"
-#include 
+#include 
 #include 
 
 namespace QGlib {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qt-gstreamer for openSUSE:Factory

2012-01-03 Thread h_root
Hello community,

here is the log from the commit of package qt-gstreamer for openSUSE:Factory 
checked in at 2012-01-04 07:30:57

Comparing /work/SRC/openSUSE:Factory/qt-gstreamer (Old)
 and  /work/SRC/openSUSE:Factory/.qt-gstreamer.new (New)


Package is "qt-gstreamer", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/qt-gstreamer/qt-gstreamer.changes
2011-09-23 12:43:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.qt-gstreamer.new/qt-gstreamer.changes   
2012-01-04 07:30:59.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan  2 21:41:34 UTC 2012 - idon...@suse.com
+
+- Add requires on boost-devel 
+
+---



Other differences:
--
++ qt-gstreamer.spec ++
--- /var/tmp/diff_new_pack.iAkDcN/_old  2012-01-04 07:31:00.0 +0100
+++ /var/tmp/diff_new_pack.iAkDcN/_new  2012-01-04 07:31:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qt-gstreamer
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,22 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   qt-gstreamer
 Url:http://gstreamer.freedesktop.org/wiki/QtGStreamer
+BuildRequires:  bison
+BuildRequires:  boost-devel
+BuildRequires:  doxygen
 BuildRequires:  fdupes
+BuildRequires:  flex
 BuildRequires:  gstreamer-0_10-plugins-base-devel
 BuildRequires:  libkde4-devel
-BuildRequires:  doxygen
-BuildRequires:  boost-devel
-BuildRequires:  bison
-BuildRequires:  flex
+Summary:C++/Qt bindings for GStreamer
 License:LGPL-2.1+
 Group:  System/Libraries
-Summary:C++/Qt bindings for GStreamer
 Version:0.10.1
-Release:3
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Patch0: fix-install-path.diff
 # PATCH-FIX-UPSTREAM qt-gstreamer-glib2.patch bgo#653266 idoen...@suse.de -- 
Fix compilation with new glib2
@@ -53,11 +51,11 @@
George Kiagiadakis
 
 %package -n libQtGStreamer-0_10-devel
-License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Summary:Include files and libraries mandatory for development
+Group:  Development/Libraries/C and C++
 Requires:   libQtGStreamer-0_10-0 = %version
 Requires:   gstreamer-0_10-plugins-base-devel
+Requires:   boost-devel
 
 %description -n libQtGStreamer-0_10-devel
 GStreamer is a streaming-media framework, based on graphs of filters
@@ -75,9 +73,8 @@
George Kiagiadakis
 
 %package -n libQtGLib-2_0-0
-License:LGPL-2.1+
-Group:  System/Libraries
 Summary:C++/Qt bindings for GLib
+Group:  System/Libraries
 
 %description -n libQtGLib-2_0-0
 GLib is a general-purpose utility library, which provides many useful
@@ -94,9 +91,8 @@
 
 
 %package -n libQtGStreamer-0_10-0
-License:LGPL-2.1+
-Group:  System/Libraries
 Summary:C++/Qt bindings for GStreamer
+Group:  System/Libraries
 
 %description -n libQtGStreamer-0_10-0
 GStreamer is a streaming-media framework, based on graphs of filters

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



commit qt-gstreamer for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package qt-gstreamer for openSUSE:Factory 
checked in at 2011-12-06 18:59:05

Comparing /work/SRC/openSUSE:Factory/qt-gstreamer (Old)
 and  /work/SRC/openSUSE:Factory/.qt-gstreamer.new (New)


Package is "qt-gstreamer", Maintainer is ""

Changes:




Other differences:
--
++ qt-gstreamer.spec ++
--- /var/tmp/diff_new_pack.OvAJ2F/_old  2011-12-06 19:31:32.0 +0100
+++ /var/tmp/diff_new_pack.OvAJ2F/_new  2011-12-06 19:31:32.0 +0100
@@ -26,7 +26,7 @@
 BuildRequires:  boost-devel
 BuildRequires:  bison
 BuildRequires:  flex
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/Libraries
 Summary:C++/Qt bindings for GStreamer
 Version:0.10.1
@@ -53,7 +53,7 @@
George Kiagiadakis
 
 %package -n libQtGStreamer-0_10-devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Summary:Include files and libraries mandatory for development
 Requires:   libQtGStreamer-0_10-0 = %version
@@ -75,7 +75,7 @@
George Kiagiadakis
 
 %package -n libQtGLib-2_0-0
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/Libraries
 Summary:C++/Qt bindings for GLib
 
@@ -94,7 +94,7 @@
 
 
 %package -n libQtGStreamer-0_10-0
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/Libraries
 Summary:C++/Qt bindings for GStreamer
 

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



commit qt-gstreamer for openSUSE:Factory

2011-07-25 Thread h_root

Hello community,

here is the log from the commit of package qt-gstreamer for openSUSE:Factory
checked in at Mon Jul 25 11:08:35 CEST 2011.




--- qt-gstreamer/qt-gstreamer.changes   2011-02-03 12:27:46.0 +0100
+++ /mounts/work_src_done/STABLE/qt-gstreamer/qt-gstreamer.changes  
2011-07-22 11:32:56.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 22 09:32:44 UTC 2011 - idon...@novell.com
+
+- Fix build with new glib2 
+
+---

calling whatdependson for head-i586


New:

  qt-gstreamer-glib2.patch



Other differences:
--
++ qt-gstreamer.spec ++
--- /var/tmp/diff_new_pack.Ap1vx8/_old  2011-07-25 11:07:41.0 +0200
+++ /var/tmp/diff_new_pack.Ap1vx8/_new  2011-07-25 11:07:41.0 +0200
@@ -30,9 +30,11 @@
 Group:  System/Libraries
 Summary:C++/Qt bindings for GStreamer
 Version:0.10.1
-Release:1
+Release:3
 Source: %{name}-%{version}.tar.bz2
 Patch0: fix-install-path.diff
+# PATCH-FIX-UPSTREAM qt-gstreamer-glib2.patch bgo#653266 idoen...@suse.de -- 
Fix compilation with new glib2
+Patch1: qt-gstreamer-glib2.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,10 +52,6 @@
 
George Kiagiadakis
 
-%prep
-%setup -q -n qt-gstreamer-%{version}
-%patch0 -p0
-
 %package -n libQtGStreamer-0_10-devel
 License:LGPLv2.1+
 Group:  Development/Libraries/C and C++
@@ -115,6 +113,11 @@
 
George Kiagiadakis
 
+%prep
+%setup -q -n qt-gstreamer-%{version}
+%patch0
+%patch1
+
 %build
   %cmake_kde4 -d build -- -DQTGSTREAMER_STATIC=OFF
   %make_jobs

++ qt-gstreamer-glib2.patch ++
--- src/QGst/caps.cpp   2011-01-23 13:35:19.0 +0100
+++ src/QGst/caps.cpp   2011-07-22 11:28:40.839178905 +0200
@@ -126,7 +126,7 @@
 
 bool Caps::isWritable() const
 {
-return (GST_CAPS_REFCOUNT_VALUE(object()) == 1);
+return (GST_CAPS_REFCOUNT_VALUE(this->object()) == 1);
 }
 
 bool Caps::equals(const CapsPtr & caps2) const





Remember to have fun...

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



commit qt-gstreamer for openSUSE:Factory

2011-05-18 Thread h_root

Hello community,

here is the log from the commit of package qt-gstreamer for openSUSE:Factory
checked in at Wed May 18 15:20:43 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/qt-gstreamer/qt-gstreamer.changes  
2011-02-03 12:27:46.0 +0100
@@ -0,0 +1,11 @@
+---
+Wed Feb  2 21:27:36 UTC 2011 - wstephen...@novell.com
+
+- Update to 0.10.1 stable
+- Standardize packaging
+
+---
+Sun Sep 26 11:05:04 UTC 2010 - tittiatc...@gmail.com
+
+- Initial package
+

calling whatdependson for head-i586


New:

  fix-install-path.diff
  qt-gstreamer-0.10.1.tar.bz2
  qt-gstreamer.changes
  qt-gstreamer.spec



Other differences:
--
++ qt-gstreamer.spec ++
#
# spec file for package qt-gstreamer
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# 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/
#



Name:   qt-gstreamer
Url:http://gstreamer.freedesktop.org/wiki/QtGStreamer
BuildRequires:  fdupes
BuildRequires:  gstreamer-0_10-plugins-base-devel
BuildRequires:  libkde4-devel
BuildRequires:  doxygen
BuildRequires:  boost-devel
BuildRequires:  bison
BuildRequires:  flex
License:LGPLv2.1+
Group:  System/Libraries
Summary:C++/Qt bindings for GStreamer
Version:0.10.1
Release:1
Source: %{name}-%{version}.tar.bz2
Patch0: fix-install-path.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
GStreamer is a streaming-media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related.  Its plug-in-based architecture
means that new data types or processing capabilities can be added by
installing new plug-ins.

This package contains C++/Qt Bindings for GStreamer.


Authors:

   George Kiagiadakis

%prep
%setup -q -n qt-gstreamer-%{version}
%patch0 -p0

%package -n libQtGStreamer-0_10-devel
License:LGPLv2.1+
Group:  Development/Libraries/C and C++
Summary:Include files and libraries mandatory for development
Requires:   libQtGStreamer-0_10-0 = %version
Requires:   gstreamer-0_10-plugins-base-devel

%description -n libQtGStreamer-0_10-devel
GStreamer is a streaming-media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related.  Its plug-in-based architecture
means that new data types or processing capabilities can be added by
installing new plug-ins.

This package contains C++/Qt Bindings for GStreamer.


Authors:

   George Kiagiadakis

%package -n libQtGLib-2_0-0
License:LGPLv2.1+
Group:  System/Libraries
Summary:C++/Qt bindings for GLib

%description -n libQtGLib-2_0-0
GLib is a general-purpose utility library, which provides many useful
data types, macros, type conversions, string utilities, file utilities,
a main loop abstraction, and so on.

This package contains C++/Qt bindings for GLib.


Authors:

   George Kiagiadakis



%package -n libQtGStreamer-0_10-0
License:LGPLv2.1+
Group:  System/Libraries
Summary:C++/Qt bindings for GStreamer

%description -n libQtGStreamer-0_10-0
GStreamer is a streaming-media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related.  Its plug-in-based architecture
means that new data types or processing capabilities can be added by
installing new plug-ins.

This package contains C++/Qt Bindings for GStreamer.


Authors:

   George Kiagiadakis

%build
  %cmake_kde4 -d build -- -DQTGSTREAMER_STATIC=OFF
  %make_jobs

%install
  cd build
  %makeinstall
  %fdupes -s %{buildroot}%{_includedir}

%post -n libQtGLib-2_0-0 -p /sbin/ldconfig

%postun -n libQtGLib-2_0-0 -p /sbin/ldconfig

%post -n libQtGStreamer-0_10-0 -p /sbin/ldconfig

%postun -n libQtGStreamer-0_10-0 -p /s