Version: 2.3.1, Package name: soundtouch-2.3.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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 |
Filesize: 512.354 KB |
Version History (View Complete History) |
|
2021-02-25 15:26:03 by Stuart Henderson | Files touched by this commit (37) |
Log message: use FIX_CRLF_FILES, this is so much neater I can't believe we didn't do it before! |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-17 02:17:49 by Raphael Graf | Files touched by this commit (6) |
Log message: Update soundtouch to 2.1.2 Help and ok sthen@ |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-08-03 01:07:45 by Marc Espie | Files touched by this commit (13) |
Log message: enforce PATH when running autoreconf |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2017-03-17 01:15:01 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Drop MAINTAINER per his request. |
2016-03-17 02:36:09 by Anthony J. Bentley | Files touched by this commit (1) |
Log message: Clarify license marker. |
2016-03-11 13:11:39 by Christian Weisgerber | Files touched by this commit (15) |
Log message: garbage collect CONFIGURE_SHARED |
2016-01-03 14:20:04 by Jeremie Courreges-Anglas | Files touched by this commit (4) |
Log message: Update to soundtouch-1.9.2, from maintainer Eric Lalonde. |
2015-07-07 03:29:37 by Anthony J. Bentley | Files touched by this commit (6) |
Log message: Update to soundtouch-1.9.0. From Eric Lalonde (maintainer); thanks! |
2015-04-14 02:31:43 by Anthony J. Bentley | Files touched by this commit (9) |
Log message: Update to soundtouch-1.8.0. From Eric Lalonde; thanks! |
2015-03-16 12:08:00 by Christian Weisgerber | Files touched by this commit (869) |
Log message: fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-06-30 04:02:35 by Jasper Lievisse Adriaanse | Files touched by this commit (8) |
Log message: missed in previous |
2011-06-30 02:23:30 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: don't break this with libtool 1.x when unbreaking for libtool 2.x spotted by steve andre |
2011-06-29 05:30:31 by Jasper Lievisse Adriaanse | Files touched by this commit (9) |
Log message: don't run autofuck, just patch the .in files instead (identical diffs). this fixes the build with newer libtool no package change |
2011-06-29 05:02:53 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - tweak BUILD_DEPENDS |
2010-11-26 07:17:17 by Marc Espie | Files touched by this commit (10) |
Log message: zap autoconf-N: part, since it's now default |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-09-28 13:32:50 by Landry Breuil | Files touched by this commit (1) |
Log message: Add gnu libtool to BUILD_DEPENDS, autoconf needs some macros from it. |
2009-03-10 02:43:23 by Marc Espie | Files touched by this commit (1) |
Log message: fix depend spec |