# HG changeset patch # User Sam Lantinga # Date 1061681146 0 # Node ID 6c119628180d01632f349ffa36072480f31594a3 # Parent 04dd6c6d7c3098da7e805f64efbdccdcfe3fa9b6 Date: Sat, 16 Aug 2003 16:22:56 +0300 From: "Mike Gorchak" Subject: Package building for QNX6 I'm just completed the package description file for QNX6 - qpg, it is like a\ .spec files for Linux. Please place SDL.qpg.in file in the root of the proj\ ect, where .spec file is placed. And sdl12qpg.diff - just adding the SDL.qpg\ .in. The same for the SDL_image. I'm planning to add .qpg files creation for\ all SDL* projects. As for shared library building for QNX6. It is very hard to improve the exis\ ting libtool code to support QNX shared libraries. Much easyiest is to remov\ e libtool.m4 code from the acinclude.m4 for those persons, who building shar\ ed libraries for QNX6. I'm described all what they need to do with .so under\ QNX6 in the README.QNX file. And 90% of people used the precompiled librari\ es, so I think it is not big problem :) diff -r 04dd6c6d7c30 -r 6c119628180d SDL.qpg.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SDL.qpg.in Sat Aug 23 23:25:46 2003 +0000 @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + QNX.ORG.RU Community + + + QNX.ORG.RU Team + Mike Gorchak + mike@malva.ua + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Library + SDL + 1 + http://qnx.org.ru/repository + 2.0 + + + SDL + SDL + slouken@libsdl.org + public + public + http://www.libsdl.org + + slouken@libsdl.org + Sam Lantinga + http://www.libsdl.org + + slouken@libsdl.org + + + This is the Simple DirectMedia Layer, a generic API that provides low level access to audio, keyboard, mouse, and display framebuffer across multiple platforms. + This is the Simple DirectMedia Layer, a generic API that provides low level access to audio, keyboard, mouse, and display framebuffer across multiple platforms. This is the libraries, include files and other resources you can use to develop and run SDL applications. + http://www.libsdl.org + + + + @VERSION@ + High + Stable + + + 1 + + GNU General Public License + + + Software Development/Libraries and Extensions/C Libraries + SDL, audio, graphics, demos, games, emulators, media, layer + + + qnx6 + qnx6 + Photon + Developer + User + + repdata://LicenseUrl/COPYING + + + + + + + + diff -r 04dd6c6d7c30 -r 6c119628180d configure.in --- a/configure.in Sat Aug 23 23:20:21 2003 +0000 +++ b/configure.in Sat Aug 23 23:25:46 2003 +0000 @@ -2741,4 +2741,5 @@ src/hermes/Makefile sdl-config SDL.spec +SDL.qpg ], [chmod +x sdl-config])