diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-21 16:22:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-21 16:22:38 +0000 |
commit | 184866a796c1b5967b891bdbf56b10ce07ea3905 (patch) | |
tree | ad13ed4d1d44ddbc7f2fd7e18472eaa8020a6eca /media-libs/speex | |
parent | old (diff) | |
download | gentoo-2-184866a796c1b5967b891bdbf56b10ce07ea3905.tar.gz gentoo-2-184866a796c1b5967b891bdbf56b10ce07ea3905.tar.bz2 gentoo-2-184866a796c1b5967b891bdbf56b10ce07ea3905.zip |
old
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/speex')
-rw-r--r-- | media-libs/speex/Manifest | 1 | ||||
-rw-r--r-- | media-libs/speex/files/speex-1.1.12-malloc.patch | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/media-libs/speex/Manifest b/media-libs/speex/Manifest index 159e4a2ccadb..58e597d6beb8 100644 --- a/media-libs/speex/Manifest +++ b/media-libs/speex/Manifest @@ -1,4 +1,3 @@ -AUX speex-1.1.12-malloc.patch 337 RMD160 30eb657cf06b66ec80f7d4b66a9125f0d776726a SHA1 ea1a7ed550154646f8e9fc8a6fa7d45376c196ae SHA256 67db66fb39f89845cb7efdf7ccab389016b667d2d4fa2883fa25adc555aa4e74 AUX speex-1.2_beta3-configure.patch 896 RMD160 6876ddb6f2596c90f06d5c0ec8ff660529f0b4a3 SHA1 a7ce0d6cacf7c59cb3aa0058c1061a6c3a8b798b SHA256 43e553eda67f2ca76118cde43ac3a201361dedcfcb1533f86325da42f20603df AUX speex-1.2_rc1-configure.patch 874 RMD160 5b361daaf91abaf4ef62e9ccc7c24432e846f319 SHA1 1ce1a2e82a2a11fbc5065050859102fbfc409737 SHA256 205aa8a4ba729f015535b084f8932c19f5efaa35f81df8b8dc807201fb40c922 DIST speex-1.2beta3.2.tar.gz 1048015 RMD160 fe0c67d2c56e1ebea6c237105b7d157fe70e1b3d SHA1 770556944d58e34552d995f35aa0c802107f8385 SHA256 4d20d70b04d1ae2ad6018367185cd4604be0a94127a394324be89f32747636e1 diff --git a/media-libs/speex/files/speex-1.1.12-malloc.patch b/media-libs/speex/files/speex-1.1.12-malloc.patch deleted file mode 100644 index a6c7003d138a..000000000000 --- a/media-libs/speex/files/speex-1.1.12-malloc.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur speex-1.1.12/libspeex/kiss_fft.h speex-1.1.12b/libspeex/kiss_fft.h ---- speex-1.1.12/libspeex/kiss_fft.h 2005-12-22 12:14:33 +0100 -+++ speex-1.1.12/libspeex/kiss_fft.h 2006-05-07 21:13:46 +0200 -@@ -5,7 +5,6 @@ - #include <stdio.h> - #include <math.h> - #include <memory.h> --#include <malloc.h> - - #ifdef __cplusplus - extern "C" { |