aboutsummaryrefslogtreecommitdiff
path: root/media
diff options
context:
space:
mode:
authorrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2007-04-10 18:00:20 +0000
committerrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2007-04-10 18:00:20 +0000
commit57ef3ae41f24494c9d0f37314a686a57e017a6af (patch)
tree13536a2f0e1b2918003de63dd84b3b07c7affab4 /media
parente7f5dd8126d9b39cf0eef9be7144e11eec4efd1c (diff)
downloadslackbuilds-57ef3ae41f24494c9d0f37314a686a57e017a6af.tar.gz
slackbuilds-57ef3ae41f24494c9d0f37314a686a57e017a6af.tar.bz2
sdl-mixer: correção
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1156 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'media')
-rwxr-xr-xmedia/libs/sdl-mixer/sdl-mixer.SlackBuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/media/libs/sdl-mixer/sdl-mixer.SlackBuild b/media/libs/sdl-mixer/sdl-mixer.SlackBuild
index c55ca73e..79265104 100755
--- a/media/libs/sdl-mixer/sdl-mixer.SlackBuild
+++ b/media/libs/sdl-mixer/sdl-mixer.SlackBuild
@@ -16,7 +16,7 @@ fi
# Set variables
CWD="$(pwd)"
SRC_NAME="SDL_mixer"
-PKG_NAME="sdl_mixer"
+PKG_NAME="sdl-mixer"
ARCH=${ARCH:=i468}
SRC_VERSION=${VERSION:=1.2.7}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
@@ -111,15 +111,15 @@ cat << EODESC > "$PKG/install/slack-desc"
_ |-----handy-ruler---------------------------------------------------|
sdl_mixer: SDL_mixer 1.2 by Slack.Sarava
-sdl_mixer:
+sdl_mixer:
sdl_mixer: This is a simple multi-channel audio mixer. It supports 8 channels
sdl_mixer: of 16 bit stereo audio, plus a single channel of music, mixed by
sdl_mixer: the popular MikMod MOD, Timidity MIDI and SMPEG MP3 libraries.
-sdl_mixer: The mixer can currently load Microsoft WAVE files and Creative
-sdl_mixer: Labs VOC files as audio samples, and can load MIDI files via
-sdl_mixer: Timidity and the following music formats via MikMod: .MOD .S3M
-sdl_mixer: .IT .XM. It can load Ogg Vorbis streams as music if built with
-sdl_mixer: the Ogg Vorbis libraries, and finally it can load MP3 music
+sdl_mixer: The mixer can currently load Microsoft WAVE files and Creative
+sdl_mixer: Labs VOC files as audio samples, and can load MIDI files via
+sdl_mixer: Timidity and the following music formats via MikMod: .MOD .S3M
+sdl_mixer: .IT .XM. It can load Ogg Vorbis streams as music if built with
+sdl_mixer: the Ogg Vorbis libraries, and finally it can load MP3 music
sdl_mixer: using the SMPEG library.
EODESC