rpms/istanbul/F-8 istanbul-screencast.patch, NONE, 1.1 istanbul.spec, 1.13, 1.14

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


Author: jspaleta

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

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-8/istanbul.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- istanbul.spec	19 Oct 2007 23:10:09 -0000	1.13
+++ istanbul.spec	3 May 2008 21:55:05 -0000	1.14
@@ -7,12 +7,13 @@
 Summary: Desktop Session Recorder 
 Name: istanbul 
 Version: 0.2.2
-Release: 5%{?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,12 @@
 #%{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
+
 * Fri Oct 19 2007 Jef Spaleta <jspaleta at gmail.com> - 0.2.2-5
 - Source Url fix
 




More information about the fedora-extras-commits mailing list