summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2023-05-06 07:25:13 +0200
committer Matteo Bernardini2024-03-16 09:39:45 +0100
commit6b0b75c23dac10a25cc9d7e59453567dc62e6687 (patch)
tree5fc81f301a0d1bdb0b6b2dff921b78513f502bb4
parentf2fd02d810ccafdcb54cd1ce380341a85bbefd77 (diff)
downloadslackbuilds-vice.tar.gz
system/vice: Disable ffmpeg as 5.x is incompatible.vice
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--system/vice/vice.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/vice/vice.SlackBuild b/system/vice/vice.SlackBuild
index 38aa08d8c5..e67c0fd235 100644
--- a/system/vice/vice.SlackBuild
+++ b/system/vice/vice.SlackBuild
@@ -104,6 +104,7 @@ set -e
# ffmpeg is included in the base OS on post-14.2 -current, but leave
# this here in case someone's doing something clever.
[ -x /usr/bin/ffmpeg ] && ffmpeg="--enable-ffmpeg"
+ffmpeg="" # ...but with ffmpeg 5.x is broken ATM
# Anticipating 15.0's pure-alsa-system
# 20240214 bkw: which sadly never materialized. I keep this here for