Package: qt-gstreamer
Version: 0.10.1-2
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

In Ubuntu, the attached patch was applied to achieve the following:

  * Enable unit tests.
    - Build-depend on gstreamer0.10-plugins-base.


Thanks for considering the patch.
diff -Nru qt-gstreamer-0.10.1/debian/changelog qt-gstreamer-0.10.1/debian/changelog
diff -Nru qt-gstreamer-0.10.1/debian/control qt-gstreamer-0.10.1/debian/control
--- qt-gstreamer-0.10.1/debian/control	2011-05-23 12:40:39.000000000 +0200
+++ qt-gstreamer-0.10.1/debian/control	2011-05-23 18:29:11.000000000 +0200
@@ -13,6 +13,7 @@
                libboost-dev (>= 1.39),
                libgstreamer0.10-dev (>= 0.10.31),
                libgstreamer-plugins-base0.10-dev (>= 0.10.31),
+               gstreamer0.10-plugins-base (>= 0.10.31),
                doxygen,
                graphviz
 Standards-Version: 3.9.1
diff -Nru qt-gstreamer-0.10.1/debian/rules qt-gstreamer-0.10.1/debian/rules
--- qt-gstreamer-0.10.1/debian/rules	2011-01-11 10:45:53.000000000 +0100
+++ qt-gstreamer-0.10.1/debian/rules	2011-05-23 18:30:08.000000000 +0200
@@ -2,7 +2,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DQTGSTREAMER_STATIC=OFF \
-	                     -DQTGSTREAMER_TESTS=OFF \
+	                     -DQTGSTREAMER_TESTS=ON \
 	                     -DQTGSTREAMER_EXAMPLES=OFF \
 	                     -DGST_PACKAGE_NAME="QtGStreamer (Debian)" \
 	                     -DGST_PACKAGE_ORIGIN="http://packages.qa.debian.org/qt-gstreamer";

Reply via email to