diff -u istanbul-0.2.2/debian/control istanbul-0.2.2/debian/control --- istanbul-0.2.2/debian/control +++ istanbul-0.2.2/debian/control @@ -3,7 +3,8 @@ Priority: extra Vcs-Git: https://git.unstable.it/packages.git/ Vcs-Browser: https://git.unstable.it/?p=packages.git;a=shortlog;h=istanbul -Maintainer: Luca Bruno +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Luca Bruno Uploaders: Florian Ragwitz Build-Depends: debhelper (>= 5.0.37.2), python-dev (>= 2.3.5), python-gtk2-dev (>= 2.6), libgstreamer0.10-dev (>=0.10.8), diff -u istanbul-0.2.2/debian/changelog istanbul-0.2.2/debian/changelog --- istanbul-0.2.2/debian/changelog +++ istanbul-0.2.2/debian/changelog @@ -1,3 +1,9 @@ +istanbul (0.2.2-5ubuntu1) lucid; urgency=low + + * Applied patch to screencast.py to allow recording sound. (LP: #63996) + + -- David D Lowe Fri, 18 Dec 2009 18:05:10 +0000 + istanbul (0.2.2-5) unstable; urgency=low * Acknowledged NMU; thanks thiemo, you'll never be forgotten diff -u istanbul-0.2.2/debian/patches/series istanbul-0.2.2/debian/patches/series --- istanbul-0.2.2/debian/patches/series +++ istanbul-0.2.2/debian/patches/series @@ -6,0 +7 @@ +fix-sound.diff only in patch2: unchanged: --- istanbul-0.2.2.orig/debian/patches/fix-sound.diff +++ istanbul-0.2.2/debian/patches/fix-sound.diff @@ -0,0 +1,13 @@ +Index: istanbul-0.2.2/istanbul/main/screencast.py +=================================================================== +--- istanbul-0.2.2.orig/istanbul/main/screencast.py 2009-12-18 18:01:05.000000000 +0000 ++++ istanbul-0.2.2/istanbul/main/screencast.py 2009-12-18 18:02:39.000000000 +0000 +@@ -135,7 +135,7 @@ + m.run() + m.destroy() + self.finished_callback(message) +- elif message.type == gst.MESSAGE_EOS: ++ elif message.type in (gst.MESSAGE_EOS, gst.MESSAGE_CLOCK_LOST): + self._pipeline.set_state(gst.STATE_NULL) + self.on_eos() +