summaryrefslogtreecommitdiffstats
path: root/system/vice/README_SBo.txt
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-08-02 00:15:20 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-08-29 10:08:35 +0700
commitb2a034dc13ac0d5f21f909de88bb7e785b34d4d0 (patch)
treebe97592848373877b7ab010ec60661ee9aaa5007 /system/vice/README_SBo.txt
parentc13070d596f24c3dc1de0f64bcfe3c2e2460b800 (diff)
downloadslackbuilds-b2a034dc13ac0d5f21f909de88bb7e785b34d4d0.tar.gz
slackbuilds-b2a034dc13ac0d5f21f909de88bb7e785b34d4d0.tar.xz
system/vice: New maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/vice/README_SBo.txt')
-rw-r--r--system/vice/README_SBo.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/system/vice/README_SBo.txt b/system/vice/README_SBo.txt
new file mode 100644
index 0000000000..e8fd15f8de
--- /dev/null
+++ b/system/vice/README_SBo.txt
@@ -0,0 +1,21 @@
+Optional dependencies: ffmpeg and SDL2.
+
+Vice can use ffmpeg to record videos of the emulated machine. If
+ffmpeg is installed, it will be autodetected. If you have ffmpeg
+installed but don't want ffmpeg support, you'll have to removepkg
+ffmpeg before building (there's no way to override the autodetection).
+
+By default, vice will be built with SDL2 if it's installed, otherwise
+SDL1. You can set SDL=1 to force building with SDL1 even if SDL2 is
+installed.
+
+If you want to build without PulseAudio, set PULSE=no in the environment.
+
+Note: To use the standard application menu instead of the in-emulator
+PETSCII menu, GTK3 v3.22 is required. Slackware 14.2 ships with 3.18
+and there is no upgrade package for this. Slackware -current has
+3.22. So to use the normal application menus, either use Slackware
+-current or find a way to upgrade your Slackware 14.2's GTK3 to
+v3.22. The SlackBuild maintainer has NOT tested this build with
+Slackware -current, you're on your own if it doesn't work (fix it and
+send me a patch if you can).