jreznik pushed to arts (epel7). "alsa as default"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:07:11 UTC 2015


>From 02b9c627fdc5b1b8838f86fa95ac6643e6821aaf Mon Sep 17 00:00:00 2001
From: Than Ngo <than at fedoraproject.org>
Date: Fri, 19 Nov 2004 18:45:22 +0000
Subject: alsa as default


diff --git a/arts-1.3.1-alsa.patch b/arts-1.3.1-alsa.patch
new file mode 100644
index 0000000..39dcf5d
--- /dev/null
+++ b/arts-1.3.1-alsa.patch
@@ -0,0 +1,17 @@
+--- arts-1.3.1/flow/audioioalsa.cc.orig	2004-11-19 19:32:07.977923623 +0100
++++ arts-1.3.1/flow/audioioalsa.cc	2004-11-19 19:42:47.977558161 +0100
+@@ -358,12 +358,9 @@
+ 
+ 		case autoDetect:
+ 				/*
+-				 * that the ALSA driver could be compiled doesn't say anything
+-				 * about whether it will work (the user might be using an OSS
+-				 * kernel driver) so we'll use a value less than the OSS one
+-				 * here, because OSS will most certainly work (ALSA's OSS emu)
++				 * alsa as default
+ 				 */
+-				return 5;
++				return 15;
+ 			break;
+ 
+ 		default:
diff --git a/arts.spec b/arts.spec
index 4f6e31d..d37c9bd 100644
--- a/arts.spec
+++ b/arts.spec
@@ -9,7 +9,7 @@
 %define libtool 1
 
 Version: 1.3.1
-Release: 3
+Release: 4
 Summary: aRts (analog realtime synthesizer) - the KDE sound system
 Name: arts
 Group: System Environment/Daemons
@@ -24,6 +24,7 @@ Patch1: arts-1.1.4-debug.patch
 Patch2: arts-1.2.0-glib2.patch
 Patch3: arts-1.2.2-pie.patch
 Patch4: arts-1.3.0-multilib.patch
+Patch5: arts-1.3.1-alsa.patch
 
 Prereq: /sbin/ldconfig
 Requires: audiofile
@@ -91,6 +92,7 @@ KDE applications using sound).
 %patch2 -p1 -b .glib
 %patch3 -p1 -b .pie
 %patch4 -p1 -b .multilib
+%patch5 -p1 -b .alsa
 
 %build
 unset QTDIR && . /etc/profile.d/qt.sh
@@ -156,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/artsc-config
 
 %changelog
+* Fri Nov 19 2004 Than Ngo <than at redhat.com> 8:1.3.1-4
+- alsa as default
+
 * Fri Oct 29 2004 Than Ngo <than at redhat.com> 8:1.3.1-3
 - rebuilt in fc4 tree
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/arts.git/commit/?h=epel7&id=02b9c627fdc5b1b8838f86fa95ac6643e6821aaf


More information about the scm-commits mailing list