Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37793140
en ru br
ALT Linux repos
S:2.3.2-alt1
5.0: 1.3.1-alt2
4.1: 1.3.1-alt1
4.0: 1.3.1-alt1

Group :: System/Libraries
RPM: libsoundtouch

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libsoundtouch-as-needed.patch
Download


--- source/example/bpm/Makefile.am.orig	2006-05-29 01:30:40 +0400
+++ source/example/bpm/Makefile.am	2006-05-29 01:31:12 +0400
@@ -30,6 +30,7 @@
 
 lib_LTLIBRARIES=libBPM.la
 libBPM_la_SOURCES=BPMDetect.cpp PeakFinder.cpp
+libBPM_la_LDADD=../../SoundTouch/libsoundtouch.la
 
 
 # other compiler flags to add
--- source/example/bpm/Makefile.am.orig	2006-05-29 01:47:47 +0400
+++ source/example/bpm/Makefile.am	2006-05-29 01:47:59 +0400
@@ -30,12 +30,12 @@
 
 lib_LTLIBRARIES=libBPM.la
 libBPM_la_SOURCES=BPMDetect.cpp PeakFinder.cpp
-libBPM_la_LDADD=../../SoundTouch/libsoundtouch.la
 
 
 # other compiler flags to add
 AM_CXXFLAGS=-O3 -I../../../include
 
 # other linking flags to add
-#libBPM_la_LIBADD=
+libBPM_la_LIBADD=../../SoundTouch/libSoundTouch.la
+
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin