diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-31 18:57:01 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-31 18:57:01 +0000 |
commit | 69051588e2f955485fe5d45d45e616bc60a2de57 (patch) | |
tree | ef8699cca7ce3773b1de747b167ceeacdc60cb92 /media-libs/codec2 | |
parent | d7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (diff) |
gentoo resync : 31.01.2021
Diffstat (limited to 'media-libs/codec2')
-rw-r--r-- | media-libs/codec2/Manifest | 2 | ||||
-rw-r--r-- | media-libs/codec2/files/codec2-0.8.1-fno-common.patch | 11 | ||||
-rw-r--r-- | media-libs/codec2/files/codec2-0.8.1-unused-deps.patch | 79 |
3 files changed, 0 insertions, 92 deletions
diff --git a/media-libs/codec2/Manifest b/media-libs/codec2/Manifest index 08900880ac70..3e60ac097b1a 100644 --- a/media-libs/codec2/Manifest +++ b/media-libs/codec2/Manifest @@ -1,5 +1,3 @@ -AUX codec2-0.8.1-fno-common.patch 269 BLAKE2B 181d25b915a6dfc21450004e0da53a41888a04210dc944ec58adf8bab40b0216bb8a98c56f8cfcb74c88d91b18916ac05886c3471da92525d6c4bdba3789e55c SHA512 c3d691159dda7d9d398e182dc233302adddc3c21f2a2d1a92934c660021357d5378c7e17c4cae48573fc94f180d9ce5732b36e76363a74f738c9916d12b7f1b8 -AUX codec2-0.8.1-unused-deps.patch 2966 BLAKE2B 886ea88d068b8c6058468c0dffa1071443ab993ff169a9b38b628767ebb866e0e05feba2fdb1a5f108dab15d2f4a06acc228d4fbee7b005ada1185e48ae26f94 SHA512 89c75477ce2ebed216c2239b237c5c9a502753ac55d73808702230b89f81e6a2ce176b0613f258655e6a83e85b5943ccbd7bccecf650117ff61e7d49e386be06 DIST codec2-0.9.2.tar.gz 12244006 BLAKE2B b7fdff34e41f93f237235db5cf1352e7165565ae13bc88cfe41bc6eb280e16f49c71f6b9947ced81612b0fa6b2630a9f2f75fe257ff09bae5eef1a0b6b39c95b SHA512 30a2eb95f7b0f47f0c0c7f08c9118f089acc32adf8b27f5b4354c89139efe80607d6d0ca5e0a9eefddf3640f02c483b9c804ad52c5dec6295968b7267f3a716c EBUILD codec2-0.9.2-r1.ebuild 671 BLAKE2B 526e1c54cc71b7f1700ea74d7bd6e9b922cb565d878f78bbafa73f97f6f63f798c53d9ca9d33000a9b82bebdcc1a6adc99d7bd0600f484da5025ce1d6726b74f SHA512 76b3231baf3f12383ece2889a7fdf22f2207329fe465b0bc3a47d848bfabb1a5a10e33788c04443406ffe146a464f2a2aa095370d7490f483ae6051cdccfc297 MISC metadata.xml 325 BLAKE2B 8895125c208d04f4583087f7d5d6bcf5fb84db2800feb33ec8f0370ea2eabd36bbbf4914df33bb7d580fb966af35873bb39633d7248d9d69d48b8968a8f7776c SHA512 427760a65fe9d84a527287e815ff6e4f783bbb5ebf28fd52c225721c649eaab738edf090a6af72547b57e2c1a80fd616d8af1a2af931398819de748c4306c0b7 diff --git a/media-libs/codec2/files/codec2-0.8.1-fno-common.patch b/media-libs/codec2/files/codec2-0.8.1-fno-common.patch deleted file mode 100644 index d5818a01f5c5..000000000000 --- a/media-libs/codec2/files/codec2-0.8.1-fno-common.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/codec2_ofdm.h -+++ b/src/codec2_ofdm.h -@@ -51,7 +51,7 @@ - struct OFDM; - - /* Default configuration for '700D' mode */ --const struct OFDM_CONFIG * OFDM_CONFIG_700D; -+extern const struct OFDM_CONFIG * OFDM_CONFIG_700D; - - /* create and destroy modem states */ - diff --git a/media-libs/codec2/files/codec2-0.8.1-unused-deps.patch b/media-libs/codec2/files/codec2-0.8.1-unused-deps.patch deleted file mode 100644 index 174e5173aa66..000000000000 --- a/media-libs/codec2/files/codec2-0.8.1-unused-deps.patch +++ /dev/null @@ -1,79 +0,0 @@ -From 3f786481d49e25a089586df4656cab563c90ae41 Mon Sep 17 00:00:00 2001 -From: David <david@rowetel.com> -Date: Thu, 25 Apr 2019 06:47:06 +0930 -Subject: [PATCH] removed unneeded dependancy on libspeex and libsamplerate, - these were just used for random misc programs - ---- - CMakeLists.txt | 30 ------------------------------ - unittest/CMakeLists.txt | 9 --------- - 2 files changed, 8 insertions(+), 48 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 669b8be1..6c8eae19 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -195,36 +195,6 @@ if(UNITTEST) - find_package(Threads REQUIRED) - message(STATUS "Threads library flags: ${CMAKE_THREAD_LIBS_INIT}") - -- # -- # Find speex library -- # -- message(STATUS "Looking for Speex DSP library.") -- find_path(SPEEXDSP_INCLUDE_DIR speex/speex_preprocess.h) -- find_library(SPEEXDSP_LIBRARY speexdsp) -- message(STATUS " Speex DSP headers: ${SPEEXDSP_INCLUDE_DIR}") -- message(STATUS " Speex DSP library: ${SPEEXDSP_LIBRARY}") -- if(NOT SPEEXDSP_INCLUDE_DIR AND NOT SPEEXDSP_LIBRARY) -- message(FATAL_ERROR "Speex DSP library not found!") -- endif() -- -- # -- # Samplerate Library -- # -- message(STATUS "Looking for samplerate...") -- find_library(LIBSAMPLERATE samplerate) -- find_path(LIBSAMPLERATE_INCLUDE_DIR samplerate.h) -- message(STATUS " samplerate headers: ${LIBSAMPLERATE_INCLUDE_DIR}") -- message(STATUS " samplerate library: ${LIBSAMPLERATE}") -- if(LIBSAMPLERATE AND LIBSAMPLERATE_INCLUDE_DIR) -- list(APPEND FREEDV_LINK_LIBS ${CMAKE_REQUIRED_LIBRARIES}) -- include_directories(${LIBSAMPLERATE_INCLUDE_DIR}) -- else(LIBSTAMPLERATE AND LIBSAMPLERATE_INCLUDE_DIR) -- message(FATAL_ERROR "samplerate library not found. --On Linux systems try installing: -- samplerate-devel (RPM based systems) -- libsamplerate-dev (DEB based systems)") -- endif(LIBSAMPLERATE AND LIBSAMPLERATE_INCLUDE_DIR) -- - add_subdirectory(unittest) - add_subdirectory(misc) - endif(UNITTEST) -diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt -index 35a944fe..9b2e0e95 100644 ---- a/unittest/CMakeLists.txt -+++ b/unittest/CMakeLists.txt -@@ -73,12 +73,6 @@ - add_executable(tfifo tfifo.c ../src/fifo.c) - target_link_libraries(tfifo codec2 ${CMAKE_THREAD_LIBS_INIT}) - --add_executable(speexnoisesup speexnoisesup.c) --target_link_libraries(speexnoisesup ${SPEEXDSP_LIBRARY}) --set_target_properties(speexnoisesup -- PROPERTIES INCLUDE_DIRECTORIES ${SPEEXDSP_INCLUDE_DIR} --) -- - add_executable(fdmdv_mem fdmdv_mem.c) - - add_executable(raw2h raw2h.c) -@@ -91,9 +85,6 @@ - add_executable(tnewamp1 tnewamp1.c ../src/quantise.c ../src/newamp1.c ../src/mbest.c ../src/kiss_fft.c ../src/sine.c ../src/nlp.c ../src/dump.c ../src/octave.c ${CODEBOOKS}) - target_link_libraries(tnewamp1 codec2) - --add_executable(tsrc tsrc.c) --target_link_libraries(tsrc samplerate) -- - add_executable(tlininterp tlininterp.c) - add_executable(tdec tdec.c) - |