Commit Graph

85 Commits

Author SHA1 Message Date
naddy
b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
namn
72c1f990f6 update to 14.4.2pl20210509
This is an update to git commit
(42b3557e13e0fe01a83465b672d89faddbe65f49) in order to pull in the
latest fixes.

This diff:
- mirrors git checkout as a release tarball. this can be generated with
 `make dist' using the new dist: target.
- bumps library minor to 4.1 because of addition of symbols
- removes iconv from WANTLIB and LIB_DEPENDS as reported by make
  port-lib-depends-check
- removes opus from WANTLIB and LIB_DEPENDS because port uses opusfile
- renames CONFIGURE_ARGS
- removes --disable-silent-libtool (does not exist)
- --enable-formats=no by default to avoid picking up stray formats in
  the future
- compiles extras target during do-test to allow tests to run
- removes upstreamed patches
- removes hppa quirks

feedback from sthen@ sdk@ tj@
$MAINTAINER timeout on earlier revision
ok sthen@
2021-10-30 22:59:03 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
naddy
33bea57aa6 again, bump users of audio/libmad after macro change in header file 2018-12-05 20:19:00 +00:00
naddy
62baafa1d6 bump users of audio/libmad after macro change in header file 2018-12-04 20:44:56 +00:00
sthen
4d9a400407 drop opencore-amr dependency from sox; from maintainer Jan Stary 2018-03-17 16:14:34 +00:00
sthen
d109e6d7f1 __attribute__ ((cdecl)) only makes sense for i386, change the ifdef to avoid
a bunch of very noisy warnings during build. ok Jan Stary (who also tested
armv7 and macppc).
2016-09-22 19:58:22 +00:00
ratchov
a07bc20c85 Take into account encoding's bits_per_sample. Fixes recording
of 24-bit files. Tested by many.
2016-09-21 11:40:14 +00:00
sthen
a094a02f90 disable libmagic in sox, from maintainer Jan Stary 2016-09-20 10:16:27 +00:00
naddy
5ca807c6ff replace libiconv module 2016-09-12 22:20:36 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
landry
2859311300 BROKEN-hppa= bend.c:155:12: internal compiler error: in
expand_expr_addr_expr_1, at expr.c:7697
2015-12-12 08:17:34 +00:00
sthen
604d351724 Oops, should have used MODULES+= not MODULES=. Spotted by Markus Lude. 2015-12-03 14:44:49 +00:00
sthen
aca2ff7dd6 try building with ports gcc on hppa, there's a SIGILL with base gcc.
http://build-failures.rhaalovely.net/hppa/2015-11-26/audio/sox.log
2015-12-03 09:25:22 +00:00
naddy
fe1a08d9d0 * Update to SoX 14.4.2
* Remove cherry-picked patches as they are included now.
* Drop --without-ffmpeg as ffmpeg has finally been kicked out.
* Add the newly supported Opus format (--with-opus)
* Addresses some more ./configure --options explicitly.
* While there, reorder the LIB_DEPENDS alphabetically.
        and reorder WANTLIB by LIB_DEPENDS

From maintainer Jan Stary
2015-03-18 13:13:08 +00:00
naddy
2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
sthen
f89e855560 cherry-pick audio/sox patches from git fixing problems with some bad input.
ok jasper@, Jan Stary
2014-12-29 10:44:55 +00:00
sthen
ac4f60b54d regen patch (line number change only) 2014-12-24 12:31:23 +00:00
schwarze
a5d2571ee2 USE_GROFF is no longer needed; no bump needed;
tables are not yet perfect, but now work sufficiently well with mandoc;
ok sthen@ naddy@ and MAINTAINER Jan Stary
2014-10-14 15:56:59 +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
sthen
11b47e8d8f maintenance update to Sox 14.4.1, from Jan Stary 2013-02-03 13:19:23 +00:00
sthen
c9ab086178 allow sox to use opencore-amr; from Jan Stary plus a bump and license marker
change from me; we must now use the terms of the GPLv3 to avoid a conflict
with the Apache license.
2012-07-09 13:25:37 +00:00
sthen
7cd4365096 use ftp not wget, from Jan Stary (maintainer) 2012-03-26 20:38:49 +00:00
sthen
3e2f97bc9e - reorder CONFIGURE_ARGS into the order in which they appear in ./configure,
to make future updates easier, and LIB_DEPENDS to match.

- (beaut|ugl)ify whitespace ;)

from Jan Stary (maintainer).
2012-03-26 20:37:07 +00:00
sthen
5022bb1d2c update to sox-14.4.0 from maintainer, Jan Stary
- also bump SHARED_LIBS major
2012-03-23 13:16:41 +00:00
sthen
0d13795c70 patch not needed; doesn't change the package. pointed out by Jan Stary. 2011-06-15 09:29:48 +00:00
sthen
f4fa20e847 update sox to 14.3.2, from new maintainer Jan Stary, tweaks by me 2011-06-15 08:29:34 +00:00
jasper
e7ccd56c64 - this needs iconv module 2011-01-03 19:22:59 +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
sthen
3892176975 new-style WANTLIB/LIB_DEPENDS 2010-10-18 22:43:10 +00:00
espie
7b7cc80d38 USE_GROFF=Yes 2010-10-18 16:52:44 +00:00
naddy
8d07663180 remove -Lxxx/.libs workarounds required with GNU libtool 2010-09-26 13:40:11 +00:00
naddy
0a30cb3aa1 remove unused autotools settings 2009-11-08 14:56:33 +00:00
sthen
8b1f3b7ea9 update to 14.3.0, fixing a problem with mp3 playback reported by
Jan Stary, and rolling sndio support into the upstream distribution.
thanks Jan for testing. suggestions/ok naddy@.
2009-11-06 00:04:37 +00:00
kili
600a19da14 Add audio/gsm to LIB_DEPENDS, to let sox always pull in the installed
libgsm instead of building its own version. Fix license markers now
that gsm has a clearer license.

"no objections at all", jasper@
2009-04-06 18:56:55 +00:00
ratchov
4def6dd506 add libsndio backend for sox.
bits and ok from naddy@
2009-01-16 16:42:56 +00:00
naddy
0ce8f99fff include wavpack support 2009-01-11 17:33:56 +00:00
naddy
09d564af17 - Large update to 14.2.0.
- Drop snprintf() patches that were not accepted upstream.
- Drop flavors and just add most external libraries sox supports.
- Don't modularize the format converters.
2009-01-08 19:48:21 +00:00
naddy
cd5be11251 Section rewrite to fix an assumption that long int is always 32 bits.
From upstream CVS; bug reported by Don Jackson.
2008-07-08 15:03:37 +00:00
simon
ec8fc0fefe remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-15 21:26:00 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
naddy
1e7ed95776 update to 12.18.2 2006-10-18 15:41:06 +00:00
espie
b019a77038 new-style specs 2006-08-01 12:13:28 +00:00
steven
26b92847b2 master site fixes 2006-07-13 07:43:40 +00:00
pvalchev
3416318915 fix for gcc2: move var definition to beginning of block 2005-12-03 08:03:19 +00:00
naddy
ffbb62be15 * make sox work on platforms where char defaults to unsigned
* sprintf -> snprintf, and opportunistically get rid of some strcpy()s

From: Matthias Kilian <kili@outback.escape.de>
2005-07-02 16:27:56 +00:00
naddy
e09a33f5e2 overdue update to 12.17.7, all our changes have been incorporated 2005-05-15 19:40:36 +00:00
pvalchev
b3ccc4bf3e can go to FTP 2005-02-22 22:04:41 +00:00
naddy
199c30b4ac SIZE 2005-01-05 15:47:05 +00:00