[SCM] dvbcut/master: Add patch to fix "Unable to open stream" error.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Apr 24 11:11:31 UTC 2012


The following commit has been merged in the master branch:
commit 7c79e14f4503663773a06cefa4b3c40697f2026c
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Apr 24 12:52:59 2012 +0200

    Add patch to fix "Unable to open stream" error.
    
    LP: #875030

diff --git a/debian/patches/series b/debian/patches/series
index 84db5b2..1e33765 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 port-to-qt4.patch
 fix-ftbfs-libav0.7.patch
 fix_gcc_4.7.patch
+updateimagedisplayfix.patch
diff --git a/debian/patches/updateimagedisplayfix.patch b/debian/patches/updateimagedisplayfix.patch
new file mode 100644
index 0000000..f35b1ca
--- /dev/null
+++ b/debian/patches/updateimagedisplayfix.patch
@@ -0,0 +1,19 @@
+Description: Force update the picture of the videostream.
+From: https://bugs.launchpad.net/ubuntu/+source/dvbcut/+bug/875030/comments/3
+Bug-Ubuntu: https://launchpad.net/bugs/875030
+Bug: http://sourceforge.net/support/tracker.php?aid=3520951
+Reviewed-by: Alessio Treglia <alessio at debian.org>
+---
+ src/dvbcut.cpp |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- dvbcut.orig/src/dvbcut.cpp
++++ dvbcut/src/dvbcut.cpp
+@@ -1592,6 +1592,7 @@ void dvbcut::updateimagedisplay()
+     QImage px=imgp->getimage(curpic,fine);
+     ui->imagedisplay->setMinimumSize(px.size());
+     ui->imagedisplay->setPixmap(QPixmap::fromImage(px));
++    ui->imagedisplay->update();
+     qApp->processEvents();
+   }
+ }

-- 
dvbcut packaging



More information about the pkg-multimedia-commits mailing list