rpms/istanbul/F-9 istanbul-screencast.patch, NONE, 1.1 istanbul.spec, 1.14, 1.15

Jef Spaleta (jspaleta) fedora-extras-commits at redhat.com
Sat May 3 21:12:00 UTC 2008


Author: jspaleta

Update of /cvs/pkgs/rpms/istanbul/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25887

Modified Files:
	istanbul.spec 
Added Files:
	istanbul-screencast.patch 
Log Message:
* Fri May 2 2008 Jef Spaleta <jspaleta at fedoraproject.org> - 0.2.2-7
- patch from upstream svn for gst audio stream closure.


istanbul-screencast.patch:

--- NEW FILE istanbul-screencast.patch ---
--- istanbul/main/screencast.py	2007-02-23 02:01:12.000000000 -0900
+++ istanbul/main/screencast.py	2008-05-02 21:40:39.000000000 -0800
@@ -135,7 +135,8 @@
             m.run()
             m.destroy()
             self.finished_callback(message)
-        elif message.type == gst.MESSAGE_EOS:
+# FIXME: should be fixed in oggmux in gstreamer not worked around
+        elif message.type == gst.MESSAGE_EOS or message.type == gst.MESSAGE_CLOCK_LOST:
             self._pipeline.set_state(gst.STATE_NULL)
             self.on_eos()
 


Index: istanbul.spec
===================================================================
RCS file: /cvs/pkgs/rpms/istanbul/F-9/istanbul.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- istanbul.spec	19 Feb 2008 07:24:26 -0000	1.14
+++ istanbul.spec	3 May 2008 21:11:19 -0000	1.15
@@ -7,12 +7,13 @@
 Summary: Desktop Session Recorder 
 Name: istanbul 
 Version: 0.2.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2
 Group: Applications/Multimedia
 URL: http://live.gnome.org/Istanbul 
 Source: http://zaheer.merali.org/istanbul-%{version}.tar.bz2
 Patch0: istanbul-configure.patch
+Patch1: istanbul-screencast.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: pygtk2 >= %{pygtk2_version}
@@ -51,7 +52,7 @@
 %prep
 %setup -q
 %patch0
-
+%patch1
 %build
 #aclocal
 #automake
@@ -112,6 +113,9 @@
 #%{python_sitelib}/%{name}/extern/pytrayicon/*.so*
 
 %changelog
+* Fri May 2 2008 Jef Spaleta <jspaleta at fedoraproject.org> - 0.2.2-7
+- patch from upstream svn for gst audio stream closure.
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2.2-6
 - Autorebuild for GCC 4.3
 




More information about the scm-commits mailing list