From 9c790f69dfdf81f00f30652199d2638f7681c343 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 23 Aug 2003 23:25:46 +0000 Subject: [PATCH] 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 :) --- SDL.qpg.in | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 1 + 2 files changed, 111 insertions(+) create mode 100644 SDL.qpg.in diff --git a/SDL.qpg.in b/SDL.qpg.in new file mode 100644 index 000000000..831e9e780 --- /dev/null +++ b/SDL.qpg.in @@ -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 --git a/configure.in b/configure.in index ad466187e..24d19a379 100644 --- a/configure.in +++ b/configure.in @@ -2741,4 +2741,5 @@ src/file/Makefile src/hermes/Makefile sdl-config SDL.spec +SDL.qpg ], [chmod +x sdl-config])