model, allowing multiple (even simultaneous!) user interfaces, both textual and graphical. All common audio formats are supported using plugins. On top of this, there is a flexible media library to organize your music. WWW: http://xmms2.xmms.org PR: ports/90618 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
10 lines
422 B
Text
10 lines
422 B
Text
--- src/clients/sdl-vis/Program.orig Sun Dec 18 08:35:27 2005
|
|
+++ src/clients/sdl-vis/Program Sun Dec 18 14:36:51 2005
|
|
@@ -7,5 +7,5 @@
|
|
env.Prepend(LIBPATH="src/clients/lib/xmmsclient-glib")
|
|
env.Append(LIBS=["xmmsclient-glib"])
|
|
env.pkgconfig("glib-2.0")
|
|
- env.configcmd("sdl-config --libs --cflags")
|
|
- env.checklib("SDL_ttf", "TTF_Init")
|
|
+ env.configcmd("sdl11-config --libs --cflags")
|
|
+ env.Append(LIBS=["SDL_ttf"])
|