Bug#627689: qt-gstreamer: Please enable unit tests

2015-04-18 Thread Diane Trout
Hello,

I was going through old bugs and realized I really should try to enable 
building unit 
tests for qt-gstreamer.

I tried with the new qt-gstreamer 1.2 version (in git/experimental) building 
using 
gstreamer 1.4, but unfortunately several test cases fail.

I fixed the test case failures and posted them temporarily at [1]. I contacted 
upstream to review and include in upstream but I haven't heard back from them 
about my second attempt.

Diane

[1] currently at https://github.com/detrout/qt-gstreamer/tree/unit-test-fixes2


Bug#627689: qt-gstreamer: Please enable unit tests

2011-05-23 Thread Felix Geyer
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.0 +0200
+++ qt-gstreamer-0.10.1/debian/control	2011-05-23 18:29:11.0 +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.0 +0100
+++ qt-gstreamer-0.10.1/debian/rules	2011-05-23 18:30:08.0 +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;