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.000000000 +0200
+++ /mounts/work_src_done/STABLE/qt-gstreamer/qt-gstreamer.changes      
2011-02-03 12:27:46.000000000 +0100
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Wed Feb  2 21:27:36 UTC 2011 - [email protected]
+
+- Update to 0.10.1 stable
+- Standardize packaging
+
+-------------------------------------------------------------------
+Sun Sep 26 11:05:04 UTC 2010 - [email protected]
+
+- 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 /sbin/ldconfig

%files -n libQtGLib-2_0-0
%defattr(-,root,root)
%{_libdir}/libQtGLib-2.0.so.*

%files -n libQtGStreamer-0_10-0
%defattr(-,root,root)
%{_libdir}/libQtGStreamer-0.10.so.*
%{_libdir}/libQtGStreamerUi-0.10.so.*
%{_libdir}/libQtGStreamerUtils-0.10.so.*
%{_libdir}/gstreamer-0.10/libgstqwidgetvideosink.so

%files -n libQtGStreamer-0_10-devel
%defattr(-,root,root)
/usr/include/QtGStreamer/
%{_libdir}/QtGStreamer/
%{_libdir}/libQtGStreamer-0.10.so
%{_libdir}/libQtGStreamerUi-0.10.so
%{_libdir}/libQtGStreamerUtils-0.10.so
%{_libdir}/libQtGLib-2.0.so
%{_libdir}/pkgconfig/QtGLib-2.0.pc
%{_libdir}/pkgconfig/QtGStreamer-0.10.pc
%{_libdir}/pkgconfig/QtGStreamerUi-0.10.pc
%{_libdir}/pkgconfig/QtGStreamerUtils-0.10.pc

%changelog
++++++ fix-install-path.diff ++++++
Index: src/CMakeLists.txt
===================================================================
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
@@ -1,5 +1,5 @@
 # Common variables
-set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib)
+set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})
 set(INCLUDES_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/include/QtGStreamer)
 set(EXPORT_TARGET_SET QtGStreamerTargets)
 
Index: elements/CMakeLists.txt
===================================================================
--- elements/CMakeLists.txt.orig
+++ elements/CMakeLists.txt
@@ -15,5 +15,5 @@ if (GSTREAMER_BASE_LIBRARY_FOUND AND GST
     target_link_libraries(gstqwidgetvideosink ${QT_QTCORE_LIBRARY} 
${QT_QTGUI_LIBRARY}
                                               ${GOBJECT_LIBRARIES} 
${GSTREAMER_LIBRARY}
                                               ${GSTREAMER_BASE_LIBRARY} 
${GSTREAMER_VIDEO_LIBRARY})
-    install(TARGETS gstqwidgetvideosink DESTINATION 
${CMAKE_INSTALL_PREFIX}/lib/gstreamer-0.10)
+    install(TARGETS gstqwidgetvideosink DESTINATION 
${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/gstreamer-0.10)
 endif()

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



Remember to have fun...

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

Reply via email to