rpms/squeak-vm/devel alsa-scratchy-sound.patch, NONE, 1.1 squeak-vm.spec, 1.5, 1.6

Daniel Drake dsd at fedoraproject.org
Mon Dec 28 11:40:25 UTC 2009


Author: dsd

Update of /cvs/pkgs/rpms/squeak-vm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31037

Modified Files:
	squeak-vm.spec 
Added Files:
	alsa-scratchy-sound.patch 
Log Message:
add patch and retag

alsa-scratchy-sound.patch:
 sqUnixSoundALSA.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- NEW FILE alsa-scratchy-sound.patch ---
http://tracker.squeakland.org/browse/SQ-638
http://dev.laptop.org/ticket/9375

--- trunk/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c	2008/04/28 19:04:11	1857
+++ trunk/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c	2009/12/17 18:29:39	2147
@@ -2,7 +2,7 @@
  *
  * Author: Ian.Piumarta at squeakland.org
  * 
- * Last edited: 2008-04-21 14:48:26 by piumarta on emilia
+ * Last edited: 2009-12-17 10:26:20 by piumarta on ubuntu
  *
  *   Copyright (C) 2006 by Ian Piumarta
  *   All rights reserved.
@@ -168,7 +168,8 @@
   if (!output_handle) return 0;
 
   snd_pcm_delay(output_handle, &delay);
-  state= snd_pcm_state (output_handle);
+  snd_pcm_avail_update(output_handle);
+  state= snd_pcm_state(output_handle);
 
   /* if underrun causes, max delay is loosened */
   if (state == SND_PCM_STATE_XRUN)


Index: squeak-vm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/squeak-vm/devel/squeak-vm.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- squeak-vm.spec	28 Dec 2009 11:37:46 -0000	1.5
+++ squeak-vm.spec	28 Dec 2009 11:40:25 -0000	1.6
@@ -5,7 +5,7 @@
 
 Name:           squeak-vm
 Version:        %{major}.%{minor}
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The Squeak virtual machine
 
 Group:          Development/Languages
@@ -220,6 +220,9 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Mon Dec 28 2009 Daniel Drake <dsd at laptop.org> - 3.10.5-4
+- forgot to add patch to cvs; retag
+
 * Mon Dec 28 2009 Daniel Drake <dsd at laptop.org> - 3.10.5-3
 - Add (already upstream) patch to fix crackly sound output
 




More information about the scm-commits mailing list