Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37916320
en ru br
ALT Linux repos
S:4.3.1-alt1
5.0: 1.5.1-alt2
4.1: 1.4.6-alt1
4.0: 1.3.2-alt2

Other repositories
Upstream:1.5.0

Group :: Sound
RPM: audacious

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: audacious-0.1.2-default-alsa.patch
Download


diff -Naupr audacious-0.1.2.orig/audacious/main.c audacious-0.1.2/audacious/main.c
--- audacious-0.1.2.orig/audacious/main.c	2005-12-04 18:29:14.000000000 +0100
+++ audacious-0.1.2/audacious/main.c	2005-12-20 13:27:09.000000000 +0100
@@ -492,9 +492,9 @@ bmp_config_load(void)
         cfg.gentitle_format = g_strdup("%p - %t");
 
     if (!cfg.outputplugin) {
-#ifdef HAVE_OSS
+#ifdef HAVE_ALSA
         cfg.outputplugin = g_build_filename(PLUGIN_DIR, plugin_dir_list[0],
-                                            PLUGIN_FILENAME("OSS"), NULL);
+                                            PLUGIN_FILENAME("ALSA"), NULL);
 #else
         /* FIXME: This implicitly means the output plugin that is
          * first in the alphabet will be used (usually the disk writer
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin