diff options
author | Olivier Schonken <olivier.schonken@gmail.com> | 2017-07-05 13:42:36 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-31 22:33:03 +0200 |
commit | 6424c0637698f537a4b2d3a41791b3b7c63322b7 (patch) | |
tree | 52bfdaf2e8e20ccbe70ceffd280d5eb3ac8700c4 /package/libcodec2/libcodec2.hash | |
parent | 2a98c4aea82314ef4c5b9aa9858dd86a121bdda0 (diff) | |
download | buildroot-6424c0637698f537a4b2d3a41791b3b7c63322b7.tar.gz buildroot-6424c0637698f537a4b2d3a41791b3b7c63322b7.zip |
libcodec2: bump to 0.7, switch to CMake
Since version 0.6, libcodec2 switched buildsystem from autotools to
cmake.
The patches in the libcodec2 directory were removed because they were
only relevant to the autotools build, but another patch was added to
fix the codec2.pc file being installed.
For the cmake package unittests are disabled by default. The download
site is changed to http://files.freedv.org/codec2. An option is added
to be able to install examples to target.
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
[Thomas: switch to 0.7, add patch to fix .pc file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libcodec2/libcodec2.hash')
-rw-r--r-- | package/libcodec2/libcodec2.hash | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libcodec2/libcodec2.hash b/package/libcodec2/libcodec2.hash index ba12635250..47483604cc 100644 --- a/package/libcodec2/libcodec2.hash +++ b/package/libcodec2/libcodec2.hash @@ -1,2 +1,4 @@ +# sha1 from http://files.freedv.org/codec2/SHA1SUMS +sha1 8988aa33121b857d58a16f75b5061281b254a146 codec-0.7.tar.xz # Locally computed -sha256 7e5d5a93f34e3d6f663ec9beb586678074a531996a6398360a59946bfdfa49c2 libcodec2-392a55b4f3f8ad30d845ac6ae35e8b27343bb944.tar.gz +sha256 0695bb93cd985dd39f02f0db35ebc28a98b9b88747318f90774aba5f374eadb2 codec2-0.7.tar.xz |