[etoys/f19] Add patch to use ALSA backend for OLPC XO-4

Daniel Drake dsd at fedoraproject.org
Fri Apr 26 20:17:16 UTC 2013


commit e7ab5afd13ab9d1e741d6c828b7e6799d22cf5f6
Author: Daniel Drake <dsd at laptop.org>
Date:   Fri Apr 26 14:14:47 2013 -0600

    Add patch to use ALSA backend for OLPC XO-4

 etoys.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/etoys.spec b/etoys.spec
index 3ab9d9e..df0e7cb 100644
--- a/etoys.spec
+++ b/etoys.spec
@@ -1,6 +1,6 @@
 Name:           etoys
 Version:        5.0.2408
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A media-rich model, game, and simulation construction kit and authoring tool
 Vendor:         Viewpoints Research
 
@@ -13,6 +13,9 @@ Source0:        http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{
 Source2:        etoys.desktop
 Source3:        etoys.png
 
+# Fall back on ALSA backend when pulse is not available
+Patch0:         launcher-alsa.patch
+
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 Requires:       squeak-vm >= 3.10
@@ -46,6 +49,7 @@ A Sugar activity that launches Etoys within the Sugar environment.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 ./autogen.sh --prefix=%{_prefix}
@@ -130,6 +134,10 @@ update-desktop-database &> /dev/null ||:
 %{_datadir}/sugar/activities/*
 
 %changelog
+* Fri Apr 26 2013 Daniel Drake <dsd at laptop.org> - 5.0.2408-5
+- Add patch to enable ALSA sound backend when Pulse is not available
+- Needed for OLPC XO-4
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.0.2408-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list