Skip to content

Commit

Permalink
sci-libs/torchaudio: require <ffmpeg-7
Browse files Browse the repository at this point in the history
According to termux/termux-packages#22502 and pytorch/audio#385 ffmpeg-7
is not yet supported upstream.

Signed-off-by: uis <uis9936@gmail.com>
  • Loading branch information
uis246 committed Jan 5, 2025
1 parent 6f5780d commit 00579a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sci-libs/torchaudio/torchaudio-2.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ IUSE="cuda rocm ffmpeg openmp +rnnt"
REQUIRED_USE="?? ( cuda rocm )"

DEPEND="
ffmpeg? ( media-video/ffmpeg:= )
ffmpeg? ( <media-video/ffmpeg-7:= )
sci-libs/caffe2[cuda?,rocm?,openmp?]
"
RDEPEND="
Expand Down

0 comments on commit 00579a3

Please sign in to comment.