[Armadeus-commitlog] SF.net SVN: armadeus: [577] trunk/patches
Brought to you by:
sszy
|
From: <ar...@us...> - 2007-03-03 20:53:14
|
Revision: 577
http://armadeus.svn.sourceforge.net/armadeus/?rev=577&view=rev
Author: artemys
Date: 2007-03-03 12:53:13 -0800 (Sat, 03 Mar 2007)
Log Message:
-----------
[BUILDROOT] Add SDL_mixer, SDL_net & PrBoom support (part2)
Added Paths:
-----------
trunk/patches/015-buildroot-sdl-mixer-net-config.diff
trunk/patches/016-buildroot-prboom.diff
Added: trunk/patches/015-buildroot-sdl-mixer-net-config.diff
===================================================================
--- trunk/patches/015-buildroot-sdl-mixer-net-config.diff (rev 0)
+++ trunk/patches/015-buildroot-sdl-mixer-net-config.diff 2007-03-03 20:53:13 UTC (rev 577)
@@ -0,0 +1,35 @@
+--- buildroot.ori/package/sdl/Config.in 2007-03-03 21:28:52.000000000 +0100
++++ buildroot/package/sdl/Config.in 2007-03-02 21:22:13.000000000 +0100
+@@ -15,7 +15,6 @@
+ and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, XCF, XPM, XV.
+
+ http://www.libsdl.org/projects/SDL_image/
+-
+
+ config BR2_PACKAGE_SDL_TTF
+ bool "SDL_ttf"
+@@ -26,4 +25,23 @@
+ This is a sample library which allows you to use TrueType fonts in your SDL applications.
+
+ http://www.libsdl.org/projects/SDL_ttf/
+-
++
++config BR2_PACKAGE_SDL_MIXER
++ bool "SDL_Mixer"
++ depends on BR2_PACKAGE_SDL
++ default n
++ help
++
++ SDL_mixer is a sample multi-channel audio mixer library.
++
++ http://www.libsdl.org/projects/SDL_mixer/
++
++config BR2_PACKAGE_SDL_NET
++ bool "SDL_Net"
++ depends on BR2_PACKAGE_SDL
++ default n
++ help
++
++ This is a small sample cross-platform networking library, with a sample chat client and server application.
++
++ http://www.libsdl.org/projects/SDL_net/
Added: trunk/patches/016-buildroot-prboom.diff
===================================================================
--- trunk/patches/016-buildroot-prboom.diff (rev 0)
+++ trunk/patches/016-buildroot-prboom.diff 2007-03-03 20:53:13 UTC (rev 577)
@@ -0,0 +1,10 @@
+--- buildroot.ori/package/Config.in 2007-03-03 21:28:52.000000000 +0100
++++ buildroot/package/Config.in 2007-03-02 21:57:27.000000000 +0100
+@@ -118,6 +118,7 @@
+ source "package/portage/Config.in"
+ source "package/portmap/Config.in"
+ source "package/pppd/Config.in"
++source "package/prboom/Config.in"
+ source "package/procps/Config.in"
+ source "package/psmisc/Config.in"
+ source "package/python/Config.in"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|