Commit Graph

33 Commits

Author SHA1 Message Date
ajacoutot
220a8fa93b Disable x86 optimizations on i386 to unbreak.
reported by sthen@
2022-12-31 14:05:20 +00:00
ajacoutot
efa71cccd9 Update to soundtouch-2.3.2. 2022-12-28 14:19:09 +00:00
ajacoutot
aa440e2efb Update to soundtouch-2.3.1. 2022-03-12 10:50:33 +00:00
naddy
b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
sthen
7cb1984d5f use FIX_CRLF_FILES, this is so much neater I can't believe we didn't
do it before!
2021-02-25 22:26:01 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
rapha
de4ea97ffe Update soundtouch to 2.1.2
Help and ok sthen@
2019-06-17 08:17:49 +00:00
sthen
25f0e460f2 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-10-24 14:27:57 +00:00
espie
2f7d34d915 enforce PATH when running autoreconf 2018-08-03 07:07:44 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
ajacoutot
3253b142b6 Drop MAINTAINER per his request. 2017-03-17 07:15:01 +00:00
bentley
8028914de2 Clarify license marker. 2016-03-17 08:36:09 +00:00
naddy
c07aaff4f9 garbage collect CONFIGURE_SHARED 2016-03-11 20:11:39 +00:00
jca
9ec3574d47 Update to soundtouch-1.9.2, from maintainer Eric Lalonde. 2016-01-03 21:20:04 +00:00
bentley
d3ef4ac402 Update to soundtouch-1.9.0.
From Eric Lalonde (maintainer); thanks!
2015-07-07 09:29:37 +00:00
bentley
2333ec7434 Update to soundtouch-1.8.0.
From Eric Lalonde; thanks!
2015-04-14 08:31:43 +00:00
naddy
2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
jasper
e4f2f5653b - bump autoconf version in preparation for libtool update
from brad
2011-08-21 14:37:53 +00:00
jasper
0d05c0ffa0 missed in previous 2011-06-30 10:02:35 +00:00
jasper
eb7c689d52 don't break this with libtool 1.x when unbreaking for libtool 2.x
spotted by steve andre
2011-06-30 08:23:30 +00:00
jasper
08c0e3c4f7 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 11:30:31 +00:00
jasper
aec0d1c7f4 - tweak BUILD_DEPENDS 2011-06-29 11:02:53 +00:00
espie
f9827a98ad zap autoconf-N: part, since it's now default 2010-11-26 14:17:17 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
landry
bd5b8a933c Add gnu libtool to BUILD_DEPENDS, autoconf needs some macros from it. 2010-09-28 19:32:50 +00:00
espie
632e024b6c fix depend spec 2009-03-10 08:43:23 +00:00
ajacoutot
a48111e35b Import soundtouch-1.3.1
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@
2007-12-08 11:05:58 +00:00