Hi,
libmikmod-3.1.9-2mdk doesn't work with the latest alsa anymore, so we should
disable alsa support. Else applications like xscorch or mikmod just
segfault.
Here is the diff.
-- 
   Goetz Waschk <> student of computer science  <> university Rostock    
 http://www.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
                         --> Logout Fascism! <--
--- libmikmod-3.1.9-2mdk.src/libmikmod.spec     Tue Sep  5 00:00:35 2000
+++ SPECS/libmikmod.spec        Tue Sep  5 00:00:05 2000
@@ -1,6 +1,6 @@
 %define name libmikmod
 %define version 3.1.9
-%define release 2mdk
+%define release 3mdk
 %define prefix %{_prefix}
 
 Summary: libmikmod - a portable sound library for Unix.
@@ -49,11 +49,11 @@
 will use the limikmod library.
 
 %prep
-%setup
+%setup -q
 
 %build
-%configure --disable-esd
-make
+%configure --disable-esd --disable-alsa
+%make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -95,6 +95,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Mon Sep  4 2000 Götz Waschk <[EMAIL PROTECTED]> 3.1.9-3mdk
+- removed alsa support, it caused segfaults
+
 * Sun Jul 23 2000 Geoffrey Lee <[EMAIL PROTECTED]> 3.1.9-2mdk
 - macroszifications
 - fix hte filelist (*.so goes to devel not main)

PGP signature

Reply via email to