[SCM] qt-gstreamer packaging branch, kubuntu_unstable, updated. debian/0.10.2-2-34-g2df0776

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Mon Apr 27 16:20:46 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/qt-gstreamer.git;a=commitdiff;h=2df0776

The following commit has been merged in the kubuntu_unstable branch:
commit 2df07769a56753daedd078c515fb769bb11f67c1
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Mon Apr 27 18:20:44 2015 +0200

    add missing qml-module-qtgstreamer
---
 debian/control                        | 11 +++++++++++
 debian/qml-module-qtgstreamer.install |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/debian/control b/debian/control
index 6782837..867a58b 100644
--- a/debian/control
+++ b/debian/control
@@ -208,6 +208,7 @@ Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: qml-module-qtgstreamer (= ${binary:Version})
 Description: QtGStreamerQuick library - Qt 5 build
  This package contains the QtGStreamerQuick library, a library that provides
  some high level utility classes that can be used with QtGStreamer.
@@ -253,6 +254,16 @@ Description: Development headers for QtGStreamer - Qt 5 build
  This package provides the necessary development files for building
  C++/Qt applications that use the QtGStreamer library.
 
+Package: qml-module-qtgstreamer
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: QML plugins from QtGStreamer - Qt 5 build
+ This package contains QML plugins that are shipped together with the
+ QtGStreamer bindings library. These plugins provide QML elements that
+ enable better integration of GStreamer in QML-based GUI applications.
+
 Package: qt5gstreamer-dbg
 Section: debug
 Priority: extra
diff --git a/debian/qml-module-qtgstreamer.install b/debian/qml-module-qtgstreamer.install
new file mode 100644
index 0000000..b37e741
--- /dev/null
+++ b/debian/qml-module-qtgstreamer.install
@@ -0,0 +1,2 @@
+usr/lib/*/qt5/qml/QtGStreamer/libQtGStreamerQuick2.so
+usr/lib/*/qt5/qml/QtGStreamer/qmldir

-- 
qt-gstreamer packaging



More information about the pkg-kde-commits mailing list