diff options
author | Bradley Sepos <[email protected]> | 2017-12-27 15:10:27 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-01-13 00:30:25 -0500 |
commit | b76fc94a6babc75b5772e8c7b6fc4101fa6372ae (patch) | |
tree | 6027d3600107ef15f083ee37c78e9eba3db59399 /contrib/libsamplerate | |
parent | 560decf6c790ca1d543a216ed859d3ff6bb5f542 (diff) |
contrib: Update libsamplerate.
I've asked upstream a couple times to push at least one tag, but it seems the maintainer is busy with other projects. Imagining a world where libsamplerate 0.1.9 was tagged, this is libsamplerate 0.1.9-35-g02ebb9f.
Numerous improvements include upstream moving from bzr to git, modernizing and cleaning up the autotools-based build system, fixing issues involving GCC 7, and *nine* years of improvements to the code base.
libsamplerate is now under a 2-clause BSD license.
Diffstat (limited to 'contrib/libsamplerate')
-rw-r--r-- | contrib/libsamplerate/module.defs | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/contrib/libsamplerate/module.defs b/contrib/libsamplerate/module.defs index cba9eea5e..43fe49f02 100644 --- a/contrib/libsamplerate/module.defs +++ b/contrib/libsamplerate/module.defs @@ -1,13 +1,14 @@ $(eval $(call import.MODULE.defs,LIBSAMPLERATE,libsamplerate)) $(eval $(call import.CONTRIB.defs,LIBSAMPLERATE)) -LIBSAMPLERATE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libsamplerate-0.1.4.tar.gz -LIBSAMPLERATE.FETCH.sha256 = 4b4af3ecaee05c8875a9b113c6a2f816f06f283fb882914e57b21c0b08b67b75 -LIBSAMPLERATE.EXTRACT.tarbase = libsamplerate +# libsamplerate 0.1.9-31-g292789a +LIBSAMPLERATE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libsamplerate-02ebb9f0fc4d67cb3f1ac4c2283664340510fd68.tar.gz +LIBSAMPLERATE.FETCH.url += https://github.com/erikd/libsamplerate/archive/02ebb9f0fc4d67cb3f1ac4c2283664340510fd68.tar.gz +LIBSAMPLERATE.FETCH.sha256 = 5fc80ce7cd961f09ac4274fe57e4cd563209d5b1c549d8ff2d82b7091835310c +LIBSAMPLERATE.EXTRACT.basename = libsamplerate-02ebb9f0fc4d67cb3f1ac4c2283664340510fd68.tar.gz +LIBSAMPLERATE.EXTRACT.tarbase = libsamplerate-02ebb9f0fc4d67cb3f1ac4c2283664340510fd68 -# TODO: libsamplerate >= 0.1.8, tarbase unnecessary -#LIBSAMPLERATE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libsamplerate-0.1.8.tar.gz -#LIBSAMPLERATE.FETCH.md5 = 1c7fb25191b4e6e3628d198a66a84f47 +LIBSAMPLERATE.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; autoreconf -fiv; # Disable to avoid Carbon.h dependency on OSX LIBSAMPLERATE.CONFIGURE.extra = --disable-sndfile |