summaryrefslogtreecommitdiffstats
path: root/games/wargus/README_SBo.txt
diff options
context:
space:
mode:
author B. Watson2021-11-19 21:52:29 +0100
committer Willy Sudiarto Raharjo2021-12-04 04:08:56 +0100
commitd5fbb22ef6de00d6eafa758b6435256838992f02 (patch)
treec5b6b4d7ab89492b9cdd8047f8081f2097fd4aa6 /games/wargus/README_SBo.txt
parentc6908a839f001b94b432bf071dffc9f4e3fbaa24 (diff)
downloadslackbuilds-d5fbb22ef6de00d6eafa758b6435256838992f02.tar.gz
games/wargus: Fix -current build.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/wargus/README_SBo.txt')
-rw-r--r--games/wargus/README_SBo.txt24
1 files changed, 6 insertions, 18 deletions
diff --git a/games/wargus/README_SBo.txt b/games/wargus/README_SBo.txt
index 98667a3ab7..0ff13fb841 100644
--- a/games/wargus/README_SBo.txt
+++ b/games/wargus/README_SBo.txt
@@ -36,14 +36,6 @@ http://www.linuxquestions.org/questions/slackware-14/bug-in-makepkg-and-symlinks
The general consensus seems to be, changing makepkg isn't going to happen.
-SlackBuilds.org Note
---------------------
-
-In the .info file, stratagus, ffmpeg2theora, fluidsynth, and
-fluid-soundfont are listed as requirements. ffmpeg2theora is only required
-at build time; the others required at runtime (matters if you're deploying
-on a host other than the build host).
-
Game Data
---------
@@ -72,6 +64,9 @@ export GAMEDATA=/tmp/warcraft2.iso # image of CD
...then run ./wargus.SlackBuild
+Note: For game data extraction to work from a 7zip or rar archive,
+you'll need p7zip or unrar.
+
If GAMEDATA isn't set, or if the extraction process fails, your wargus
package won't include the game data. You'll be unable to play the game
until you've extracted the data yourself.
@@ -85,15 +80,9 @@ If you build a package without the data:
The extraction script used by the SlackBuild is installed as
/usr/bin/extract-warcraft2 (run with no arguments for usage) and can
be run any time without reinstalling the wargus package. If you do
-this, and later decide to remove wargus, you'll have to manually rm -rf
-/usr/share/games/stratagus/wargus after package removal.
-
-For game data extraction to work, you will need:
-
-- ffmpeg2theora
-
-- if you're extracting from a 7zip or rar archive, you'll need p7zip
- or unrar.
+this, and later decide to remove wargus, you'll have to manually rm
+-rf /usr/share/games/stratagus/wargus after package removal... or you
+can extract the game data to ~/.stratagus/data.Wargus/ instead.
Extraction takes a while, depending on your CPU speed. It renders all the
game's MIDI music as wav files, transcodes those to .ogg, then transcodes
@@ -101,4 +90,3 @@ all the game's videos to ogg theora.
extract-warcraft2 is a wrapper for wartool, supplied with wargus. See
the wartool man page for more information.
-