30 Commits

Author SHA1 Message Date
juanfra
07a391b4d8 Update to wavpack 5.3.0. 2020-05-14 15:41:28 +00:00
juanfra
c707bee0af Update wavpack to 5.2.
- Enable the use of libcrypto to remove the patches.
- autoreconf -> gnu.
- Enable support for legacy wavpack files.
- Take maintainership.
2020-01-05 18:35:34 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
naddy
792b694c0a switch to CONFIGURE_STYLE=autoreconf 2019-05-19 19:13:45 +00:00
danj
b7e3e2e558 Remove maintainers per their requests 2019-05-01 21:10:05 +00:00
espie
2f7d34d915 enforce PATH when running autoreconf 2018-08-03 07:07:44 +00:00
juanfra
36d8847563 Fixes CVE-2018-7254, CVE-2018-7253 and CVE-2018-6767.
OK tim@ (MAINTAINER).
2018-03-16 22:18:41 +00:00
sthen
0d75ab51b2 Disable wavpack's internal MD5 implementation in favour of the one in libc,
the internal one has problems with strict alignment architectures. Reported by
Graham Stevens, help from juanfra@, ok tim@ (maintainer).
2017-05-15 16:39:57 +00:00
tim
7647cce74b Update to wavpack 5.1.0; input and OK sthen@ 2017-02-01 22:06:14 +00:00
tim
96fd6dab1d Use the new wvtest program for regression testing; from sthen@ 2016-05-28 21:19:16 +00:00
tim
723f6da9f2 Update to wavpack 4.80.0 and add myself as maintainer; OK sthen@ 2016-05-27 21:57:52 +00:00
naddy
52501c1f09 replace libiconv module with library dependency; no bump needed 2016-04-09 20:14:48 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
ajacoutot
a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00
naddy
824ef642f6 Fix overlapping memcpy; from Tim van der Molen.
Drop USE_GROFF.
2015-01-13 21:25:21 +00:00
sthen
a245de3e90 fix pkg-config file, from Tim van der Molen 2014-05-19 16:57:39 +00:00
shadchin
123751451a Update wavpack to 4.70.0
ok sthen@
2014-04-07 14:35:00 +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
aa66ceb738 zap some trailing whitespace mostly on HOMEPAGE lines 2012-10-15 14:55:43 +00:00
sthen
e7df15cb78 install wavpack docs, simplified from a diff from Tim van der Molen 2012-08-21 15:23:43 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +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
3cb03e4598 typoes, thx Alexandr Shadchin 2010-10-18 21:17:11 +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
0bb4ef5d31 update to 4.60.1; from Alexandr Shadchin <alexandr.shadchin@gmail.com> 2009-12-26 20:42:28 +00:00
naddy
d93a28a153 maintenance update to 4.60.0; ok sthen@ 2009-10-05 15:09:11 +00:00
sthen
96f1b5c1c0 import wavpack, tweaked from a ports@ submission by Alexandr Shadchin
WavPack is a completely open audio compression format providing
lossless, high-quality lossy, and a unique hybrid compression mode.
The compression ratio depends on the source material, but generally
is between 30% and 70%.

The hybrid mode provides all the advantages of lossless compression
with an additional bonus. Instead of creating a single file, this
mode creates both a relatively small, high-quality lossy file that
can be used all by itself, and a "correction" file that (when
combined with the lossy file) provides full lossless restoration.

WavPack employs only well known, public domain techniques (i.e.,
linear prediction with LMS adaptation, Elias and Golomb codes) in
its implementation. Methods and algorithms that have ever been
patented (e.g., arithmetic coding, LZW compression) are specifically
avoided.
2009-01-10 02:08:34 +00:00