From cce1370bf47d1ead29d4179ef50f5bbfe12913b4 Mon Sep 17 00:00:00 2001 From: oparviai Date: Mon, 28 Dec 2009 20:59:06 +0000 Subject: [PATCH] Added "soundtouch.pc.in" to avoid version number in file names ... retained "soundtouch-1.4.pc.in" for backwards compatibility --- soundtouch.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 soundtouch.pc.in diff --git a/soundtouch.pc.in b/soundtouch.pc.in new file mode 100644 index 0000000..03d0360 --- /dev/null +++ b/soundtouch.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: SoundTouch +Description: SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files +Version: @VERSION@ +Libs: -L${libdir} -lSoundTouch +Cflags: -I${includedir}/soundtouch +