[foobillard] Fix sound.

Jon Ciesla limb at fedoraproject.org
Tue Mar 13 02:32:32 UTC 2012


commit 1ca10e27acf2ef9442e53c17393c1b9c9a289499
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Mar 12 21:32:26 2012 -0500

    Fix sound.

 foobillard.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/foobillard.spec b/foobillard.spec
index d4b7b82..eca701a 100644
--- a/foobillard.spec
+++ b/foobillard.spec
@@ -1,6 +1,6 @@
 Name:           foobillard
 Version:        3.0a
-Release:        17%{?dist}
+Release:        18%{?dist}
 
 Summary:        OpenGL billard game
 
@@ -34,7 +34,7 @@ FooBillard is still under development but the main physics is implemented.
 %build
 iconv -f iso-8859-1 -t utf-8 < ChangeLog > _
 mv _ ChangeLog
-%configure --disable-nvidia --enable-glut CFLAGS="${RPM_OPT_FLAGS}"
+%configure --disable-nvidia --enable-SDL CFLAGS="${RPM_OPT_FLAGS} -DUSE_SOUND"
 make %{?_smp_mflags}
 convert -resize 48 data/foobillard.png foobillard.png
 
@@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 12 2012 Jon Ciesla <limburgher at gmail.com> - 3.0a-18
+- Build with SDL to fix sound, BZ 801588.
+
 * Wed Mar 07 2012 Jon Ciesla <limburgher at gmail.com> - 3.0a-17
 - Patch to fix cloth texture, BZ 709202.
 - Build with glut.


More information about the scm-commits mailing list