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

George Kiagiadakis kiagiadakis.george at gmail.com
Wed Jun 6 10:01:22 UTC 2012


The following commit has been merged in the master branch:
commit 968432238b6b9d2947d49058a45e48546d5ba6b5
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Wed Jun 6 13:01:12 2012 +0300

    Add build dependency on libqt4-opengl-dev for compiling the opengl bits.

diff --git a/debian/changelog b/debian/changelog
index 5cc199b..21d2178 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ qt-gstreamer (0.10.2-1) unstable; urgency=low
     - Mention the new plugins in qtgstreamer-plugins' package descrption.
   * Update and convert debian/copyright to machine-readable format.
   * Bump standards-version to 3.9.3.
+  * Add build dependency on libqt4-opengl-dev for compiling the opengl bits.
 
  -- George Kiagiadakis <kiagiadakis.george at gmail.com>  Sat, 05 May 2012 13:34:04 +0300
 
diff --git a/debian/control b/debian/control
index 86d2bb3..c335559 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9),
                dpkg-dev (>= 1.16.1~),
                cmake (>= 2.8.6),
                libqt4-dev (>= 4:4.8.1),
+               libqt4-opengl-dev (>= 4:4.8.1),
                libboost-dev (>= 1.39),
                libgstreamer0.10-dev (>= 0.10.33),
                libgstreamer-plugins-base0.10-dev (>= 0.10.33),
@@ -111,7 +112,7 @@ Depends: ${misc:Depends},
          libqtgstreamer-0.10-0 (= ${binary:Version}),
          libqtgstreamerui-0.10-0 (= ${binary:Version}),
          libqtgstreamerutils-0.10-0 (= ${binary:Version}),
-         libqt4-dev (>= 4:4.7),
+         libqt4-dev (>= 4:4.8.1),
          libboost-dev (>= 1.39)
 Suggests: qtgstreamer-doc
 Description: Development headers for QtGStreamer

-- 
UNNAMED PROJECT



More information about the Pkg-gstreamer-commits mailing list