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

George Kiagiadakis kiagiadakis.george at gmail.com
Wed Jun 6 12:05:05 UTC 2012


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

    Set -DUSE_QT_PLUGIN_DIR=OFF to workaround a weird issue where QT_IMPORTS_DIR is not found.

diff --git a/debian/changelog b/debian/changelog
index 21d2178..5d5c1a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ qt-gstreamer (0.10.2-1) unstable; urgency=low
   * 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.
+  * Set -DUSE_QT_PLUGIN_DIR=OFF in debian/rules to workaround
+    a weird issue where QT_IMPORTS_DIR is not found.
 
  -- George Kiagiadakis <kiagiadakis.george at gmail.com>  Sat, 05 May 2012 13:34:04 +0300
 
diff --git a/debian/rules b/debian/rules
index a218b2e..6df3a75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,8 @@ override_dh_auto_configure:
 	                     -DQTGSTREAMER_EXAMPLES=OFF \
 	                     -DGST_PACKAGE_NAME="QtGStreamer (Debian)" \
 	                     -DGST_PACKAGE_ORIGIN="http://packages.qa.debian.org/qt-gstreamer" \
-			     -DLIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)
+			     -DLIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
+			     -DUSE_QT_PLUGIN_DIR=OFF
 
 override_dh_auto_build:
 	dh_auto_build --parallel -- all doc

-- 
UNNAMED PROJECT



More information about the Pkg-gstreamer-commits mailing list