a48111e35b
SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files: * Tempo (time-stretch): changes the sound to play at faster or slower speed than original, without affecting the sound pitch * Pitch (key): changes the sound pitch or key, without affecting the sound tempo or speed * Playback Rate: changes both the sound tempo and pitch, as if an LP disc was played at wrong RPM rate ok jakemsr@
17 lines
604 B
Plaintext
17 lines
604 B
Plaintext
$OpenBSD: patch-Makefile_am,v 1.1.1.1 2007/12/08 11:05:58 ajacoutot Exp $
|
|
--- Makefile.am.orig Sat Nov 24 14:56:18 2007
|
|
+++ Makefile.am Sat Nov 24 14:59:39 2007
|
|
@@ -28,10 +28,11 @@ SUBDIRS=include source
|
|
|
|
|
|
# list files that are documentation to be packaged in a release tarball and installed
|
|
-pkgdoc_DATA=COPYING.TXT README.html
|
|
+pkgdoc_DATA=README.html
|
|
|
|
# extra data files that are to be pacakged in a release tarball and installed into the data directory
|
|
#pkgdata_DATA=
|
|
+pkgdocdir=$(datadir)/doc/soundtouch
|
|
|
|
# sets up for soundtouch.m4 to be installed
|
|
m4datadir=$(datadir)/aclocal
|