[Lunar-commits] <moonbase> SDL_mixer: small tweaks.

Florin Braescu florin at lunar-linux.org
Tue Sep 29 04:08:51 CEST 2009


commit 7c8963332d5a21e03501d63a74c2e2e548f19ec7
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Sep 29 05:08:51 2009 +0300

    SDL_mixer: small tweaks.
---
 audio/SDL_mixer/DEPENDS |   37 ++++++++++++++++++++-----------------
 1 files changed, 20 insertions(+), 17 deletions(-)

diff --git a/audio/SDL_mixer/DEPENDS b/audio/SDL_mixer/DEPENDS
index 491ac1c..2947647 100644
--- a/audio/SDL_mixer/DEPENDS
+++ b/audio/SDL_mixer/DEPENDS
@@ -1,19 +1,22 @@
-depends  audiofile  &&
-depends  SDL        &&
+depends  audiofile
+depends  SDL
 
-optional_depends  "alsa-utils"                                                 \
-                  ""                                                           \
-                  ""                                                           \
-                  "for use with alsa drivers"                                  &&
-optional_depends  "smpeg"                                                      \
-                  ""                                                           \
-                  ""                                                           \
-                  "to play mpeg movies and mp3 audio"                          &&
-optional_depends  "mikmod"                                                     \
-                  "--enable-music-libmikmod"                                   \
-                  ""                                                           \
-                  "for some games audio support (e.g. required for SuperTux)"  &&
-optional_depends  "libvorbis"                                                  \
-                  ""                                                           \
-                  ""                                                           \
+optional_depends  "alsa-utils"  \
+                  ""            \
+                  ""            \
+                  "for use with alsa drivers"
+		  
+optional_depends  "smpeg"  \
+                  ""       \
+                  ""       \
+                  "to play mpeg movies and mp3 audio"
+		  
+optional_depends  "mikmod"                    \
+                  "--enable-music-libmikmod"  \
+                  ""                          \
+                  "for some games audio support (e.g. required for SuperTux)"
+		  
+optional_depends  "libvorbis"  \
+                  ""           \
+                  ""           \
                   "Ogg/Vorbis audio support (e.g. required for frozen-bubble)"


More information about the Lunar-commits mailing list