[Pkg-gstreamer-commits] [SCM] UNNAMED PROJECT branch, master, updated. debian/0.10.1-2-14-gb0faf14

George Kiagiadakis kiagiadakis.george at gmail.com
Sat May 5 21:12:56 UTC 2012


The following commit has been merged in the master branch:
commit bbd5cf926dc018a11832e7833d82fc61583c6f23
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Sat May 5 22:51:42 2012 +0300

    Add a new qtgstreamer-declarative package that contains the QtGStreamer QML plugin.

diff --git a/debian/changelog b/debian/changelog
index 465d0b1..42cab87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ qt-gstreamer (0.10.2-1) unstable; urgency=low
     - Adjust packaging to install libraries and plugins
       to the mutliarch location.
   * Update symbols files.
+  * Add a new qtgstreamer-declarative package that contains
+    the QtGStreamer QML plugin.
 
  -- George Kiagiadakis <kiagiadakis.george at gmail.com>  Sat, 05 May 2012 13:34:04 +0300
 
diff --git a/debian/control b/debian/control
index bf6d1a2..a760efa 100644
--- a/debian/control
+++ b/debian/control
@@ -91,6 +91,17 @@ Description: GStreamer plugins from QtGStreamer
  Currently, this package contains the qwidgetvideosink element, a video sink
  that draws directly on QWidgets using the QPainter API.
 
+Package: qtgstreamer-declarative
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: QML plugins from QtGStreamer
+ 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: libqtgstreamer-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/qtgstreamer-declarative.install b/debian/qtgstreamer-declarative.install
new file mode 100644
index 0000000..a28b116
--- /dev/null
+++ b/debian/qtgstreamer-declarative.install
@@ -0,0 +1 @@
+usr/lib/*/qt4/imports/QtGStreamer/*

-- 
UNNAMED PROJECT



More information about the Pkg-gstreamer-commits mailing list