{ "name": "Dsd", "description": "Decoder for several digital speech formats", "url": "https://github.com/szechyjs/dsd/archive/v1.6.0.tar.gz", "mirror": null, "homepage": "https://wiki.radioreference.com/index.php/Digital_Speech_Decoder_%28software_package%29", "depends": [ { "depend": "cmake", "build-depend": true }, { "depend": "itpp", "build-depend": false }, { "depend": "libsndfile", "build-depend": false }, { "depend": "portaudio", "build-depend": false } ], "resource": [ { "name": "mbelib-1.2.5", "url": "https://github.com/szechyjs/mbelib/archive/v1.2.5.tar.gz" } ], "conflicts": [], "patches": [ { "url": "https://github.com/szechyjs/dsd/commit/e40c32d8addf3ab94dae42d8c0fcf9ef27e453c2.diff?full_index=1", "strip": "1" } ], "install": [ "resource(\"mbelib-1.2.5\").stage do", "inreplace \"CMakeLists.txt\",", "\"install(TARGETS mbe-static mbe-shared DESTINATION lib)\",", "\"install(TARGETS mbe-static DESTINATION lib)\"", "args = std_cmake_args", "args << \"-DCMAKE_INSTALL_PREFIX=#{buildpath}/vendor/mbelib\"", "system \"cmake\", \".\", *args", "system \"make\", \"install\"" ], "version": "1.6.0", "file": "dsd.rb" }