Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37792532
en ru br
ALT Linux repos
S:2.3.6-alt2
D:1.6.0-alt1

Group :: Sound
RPM: mixxx

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: mixxx-2.0.0-alt-find-shout2.patch
Download


diff --git a/build/features.py b/build/features.py
index 757beb9..887120d 100644
--- a/build/features.py
+++ b/build/features.py
@@ -784,8 +784,8 @@ class Shoutcast(Feature):
         if not self.enabled(build):
             return
 
-        libshout_found = conf.CheckLib(['libshout', 'shout'])
-        build.env.Append(CPPDEFINES='__SHOUTCAST__')
+        libshout_found = conf.CheckLib(['libshout2', 'shout2'])
+        build.env.Append(CPPDEFINES='__SHOUTCAST__', CPPPATH='/usr/include/shout2')
 
         if not libshout_found:
             raise Exception('Could not find libshout or its development headers. Please install it or compile Mixxx without Shoutcast support using the shoutcast=0 flag.')
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin