From 8cbd2ab6f0fa2977dd80e2ad6b5459e6ae9f7fc2dc7326e8fc60e275f987d5ed Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 3 Dec 2008 10:08:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/games/scummvm?expand=0&rev=3 --- .gitattributes | 23 +++++++++++++++++++++++ .gitignore | 1 + README.SUSE | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.SUSE diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/README.SUSE b/README.SUSE new file mode 100644 index 0000000..ec65998 --- /dev/null +++ b/README.SUSE @@ -0,0 +1,40 @@ +FAQ +--- + +Q: When using the CD Version of "Flight of the Amazon Queen" (which + includes speech output in MP3 format) I get the following warning: + "Using MP3 compressed datafile, but MP3 support not compiled in!" +A: scummvm on SUSE is compiled without MAD (MP3) support. This is + intentional and we can't change this. It should be possible to + convert the FOTAQ data into ogg/flac instead of mp3 format + with "compress_queen" (shipped since SUSE 10.0). But this does + *not* work with the FOTAQ version you can can currently download + from the scummvm website. + + # /usr/games/compress_queen --ogg queen.1c + Unknown/unsupported FOTAQ version! + + SUSE reported this problem to the scummvm developer team. They + told us that this tool only supports official versions (not yet + converted data) of FOTAQ. Unfortunately the scummvm project + suffers from restricted project file space and therefore cannot + provide an ogg version of FOTAQ. We're working on a solution for + the future. For now you need to download an official CD version + of FOTAQ (not converted yet data) - FOTAQ has been freewared - + and convert it to ogg format with "compress_queen" yourself. Start + your favorite search engine and use + + "Flight of the Amazon Queen" download + + as search string. The file size should be about 90 MB (zipped; + unzipped size about 180 MB). Otherwise (many sites offer the + 35 MB zipped MP3 version) you'll likely download an already MP3 + converted version again, with which you'll run into the same + problem again. + + UPDATE: Meanwhile you can find a link to the large - unmodified + original version and an ogg compressed version on the official + scummvwm download site. + + http://www.scummvm.org/downloads.php +