Skip to content

Commit

Permalink
Merge pull request #1899 from pentoo/icad_again
Browse files Browse the repository at this point in the history
icad-tone-detection: 1.2->1.3 and debug off
  • Loading branch information
github-actions[bot] authored May 16, 2024
2 parents ae84d04 + e17b152 commit d364b80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion media-radio/icad-tone-detection/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST icad-tone-detection-1.2.gh.tar.gz 1578470 BLAKE2B 06c0f19017b074fbdd60f4fb28dc4803a9ab48b1aae8913ef07452a7cbbdff1c7f00493f1ba7c108b0769477d7bd0a5a40719fef376ad259c0e260550dcf414c SHA512 e50c9d098a03b5d1ef14d839bdd648c0b61de2ce4d7243b1e70f4b9e23364efeb1accbf41cb78c1fa5a54f62fa600d7748f8315e2142ba594447a83e8c1c07b3
DIST icad-tone-detection-1.3.gh.tar.gz 1578471 BLAKE2B c2834918caeeac49d9c2ab3435424cc836bd4dcf5ec5e76dd04721c42eba32d9153038120dc173f8469d44dd97416bdab82dbdfc00b799c05344d8e3570aefd0 SHA512 22309ec44a9702e6eb38448f10189991cf9804212e72a40046d4c97a15ddbd0fc886a319b82d6cfb57ddc48184c6d78bdd218428c8e1560db08850312bbf7600
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ RDEPEND="
dev-python/scipy[${PYTHON_USEDEP}]
media-video/ffmpeg"

src_prepare() {
sed -i 's/debug=True/debug=False/' examples/detect_test.py || die
distutils-r1_src_prepare
}

python_install() {
distutils-r1_python_install
python_newexe examples/detect_test.py icad-tone-detection
Expand Down

0 comments on commit d364b80

Please sign in to comment.